@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
@@ -12,7 +12,9 @@ export { default as CollapseSection } from './CollapseSection';
12
12
  export { default as SkeletonSection } from './SkeletonSection';
13
13
  export { default as AuthorCardSection } from './AuthorCardSection';
14
14
  export { default as CardContainerSection } from './CardContainerSection';
15
+ export { default as CardSection } from './CardSection';
15
16
  export { default as CardTitleSection } from './CardTitleSection';
17
+ export { default as InfoCardSection } from './InfoCardSection';
16
18
  export { default as PanelActionCardSection } from './PanelActionCardSection';
17
19
  export { default as PanelCardSection } from './PanelCardSection';
18
20
  export { default as ActiveLinkSection } from './ActiveLinkSection';
@@ -28,6 +30,9 @@ export { default as RevealContentSection } from './RevealContentSection';
28
30
  export { default as ScrollToTopSection } from './ScrollToTopSection';
29
31
  export { default as ImageSection } from './ImageSection';
30
32
  export { default as CarouselCardsSection } from './CarouselCardsSection';
33
+ export { default as KeyValueRowSection } from './KeyValueRowSection';
34
+ export { default as PaginationSection } from './PaginationSection';
35
+ export { default as StepperSection } from './StepperSection';
31
36
  export { default as CarouselImageSection } from './CarouselImageSection';
32
37
  export { default as DrawerSection } from './DrawerSection';
33
38
  export { default as SidebarSection } from './SidebarSection';
@@ -1,5 +1,6 @@
1
1
  export * from './blockchain/BlockchainComponents';
2
2
  export * from './components/ComponentsIntroduction';
3
+ export * from './components/ChartsComponents';
3
4
  export * from './components/InputsComponents';
4
5
  export * from './components/UiComponents';
5
6
  export * from './design-system/DesignSystem';
@@ -1,5 +1,5 @@
1
1
  import { jsx as e, jsxs as r } from "react/jsx-runtime";
2
- import { C as s, a as l, T as i, B as n, D as a } from "./index-HwvOEWI7.mjs";
2
+ import { C as s, a as l, T as i, q as n, J as a } from "../index-B6CStnMG.js";
3
3
  import "lucide-react";
4
4
  import "react-router-dom";
5
5
  import "react";
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const l=()=>{const i=[{key:"prop",label:"Property",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:"required",label:"Required",render:r=>String(r)==="Yes"?e.jsx(t.Badge,{variant:"outline",className:"text-xs",children:"Yes"}):e.jsx(t.Badge,{variant:"outline",className:"text-xs",children:"Optional"})},{key:"description",label:"Description"}],s=[{prop:"name",type:"string",required:"Yes",description:"Display name for navigation menu"},{prop:"path",type:"string",required:"Yes",description:"URL path for the route"},{prop:"component",type:"JSX.Element",required:"Yes",description:"Component to render for this route"},{prop:"icon",type:"React.ReactNode",required:"Optional",description:"Icon to display in navigation"},{prop:"dropdownItems",type:"StandaloneAppRoutesMenuItem[]",required:"Optional",description:"Array of nested sub-routes"},{prop:"hide",type:"boolean",required:"Optional",description:"Hide route from navigation menu"},{prop:"isPublic",type:"boolean",required:"Optional",description:"Whether the route is publicly accessible (default: true)"}],n=[{key:"prop",label:"Property",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:"required",label:"Required",render:r=>String(r)==="Yes"?e.jsx(t.Badge,{variant:"outline",className:"text-xs",children:"Yes"}):e.jsx(t.Badge,{variant:"outline",className:"text-xs",children:"Optional"})},{key:"description",label:"Description"}],a=[{prop:"key",type:"string",required:"Yes",description:"Unique identifier for the route"},{prop:"path",type:"string",required:"Yes",description:"URL path for the route"},{prop:"element",type:"JSX.Element",required:"Yes",description:"Component to render for this route"},{prop:"isPublic",type:"boolean",required:"Optional",description:"Whether the route is publicly accessible (default: false)"},{prop:"disabled",type:"boolean",required:"Optional",description:"Whether the route is disabled"}];return e.jsx("div",{className:"space-y-8",children:e.jsx(t.CardContainer,{children:e.jsx(t.CardTitle,{title:"API Reference",className:"mt-2 mb-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsx(t.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"Complete API reference for the routing system components and interfaces."}),e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"space-y-3",children:[e.jsx(t.Typography,{tag:"h4",className:"font-semibold",children:"StandaloneAppRoutesMenuItem Properties"}),e.jsx(t.BasicTable,{columns:i,data:s})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsx(t.Typography,{tag:"h4",className:"font-semibold",children:"IAppRouteConfig Properties (MFE)"}),e.jsx(t.BasicTable,{columns:n,data:a})]})]})]})})})})};exports.default=l;
@@ -0,0 +1,22 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const i=()=>e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(t.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"ActiveLink"}),e.jsx(t.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A link component that automatically applies an active class when the current path matches the link path."})]}),e.jsx(t.CardContainer,{className:"overflow-hidden",children:e.jsx(t.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(t.CardContainer,{className:"p-4",children:[e.jsx(t.Typography,{tag:"h5",className:"mb-3",children:"Active Link"}),e.jsxs("div",{className:"flex gap-4",children:[e.jsx(t.ActiveLink,{to:"/components",path:"/components",children:"Components"}),e.jsx(t.ActiveLink,{to:"/about",path:"/about",children:"About"})]})]}),e.jsxs(t.CardContainer,{className:"p-4",children:[e.jsx(t.Typography,{tag:"h5",className:"mb-3",children:"With Custom Active Class"}),e.jsx(t.ActiveLink,{to:"/home",path:"/home",activeClassName:"text-brand font-bold",children:"Home"})]})]})})})}),e.jsx(t.PropPlayground,{componentName:"ActiveLink",defaultValues:{path:"/demo",activeClassName:"active"},excludeProps:["state","to"],children:a=>e.jsx(t.ActiveLink,{...a,to:"#",children:"Active Link Example"})}),e.jsx(t.AutoPropsTable,{componentName:"ActiveLink"}),e.jsx(t.CardContainer,{className:"overflow-hidden",children:e.jsx(t.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(t.CodeBlock,{language:"tsx",code:`import { ActiveLink } from '@e-burgos/tucu-ui';
2
+
3
+ // Basic usage
4
+ <ActiveLink to="/components" path="/components">
5
+ Components
6
+ </ActiveLink>
7
+
8
+ // With custom active class
9
+ <ActiveLink
10
+ to="/home"
11
+ path="/home"
12
+ activeClassName="text-brand font-bold"
13
+ >
14
+ Home
15
+ </ActiveLink>
16
+
17
+ // Navigation example
18
+ <nav>
19
+ <ActiveLink to="/" path="/">Home</ActiveLink>
20
+ <ActiveLink to="/about" path="/about">About</ActiveLink>
21
+ <ActiveLink to="/contact" path="/contact">Contact</ActiveLink>
22
+ </nav>`})})})})]});exports.default=i;
@@ -0,0 +1,81 @@
1
+ import { jsxs as t, Fragment as s, jsx as e } from "react/jsx-runtime";
2
+ import { T as a, C as i, a as o, a5 as c, P as l, A as m, c as r } from "../index-B6CStnMG.js";
3
+ import "lucide-react";
4
+ import "react-router-dom";
5
+ import "react";
6
+ import "react-dom";
7
+ const A = () => /* @__PURE__ */ t(s, { children: [
8
+ /* @__PURE__ */ t("div", { className: "text-center space-y-4", children: [
9
+ /* @__PURE__ */ e(a, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "ActiveLink" }),
10
+ /* @__PURE__ */ e(
11
+ a,
12
+ {
13
+ tag: "p",
14
+ className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
15
+ children: "A link component that automatically applies an active class when the current path matches the link path."
16
+ }
17
+ )
18
+ ] }),
19
+ /* @__PURE__ */ e(i, { 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__ */ t("div", { className: "space-y-4", children: [
20
+ /* @__PURE__ */ t(i, { className: "p-4", children: [
21
+ /* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Active Link" }),
22
+ /* @__PURE__ */ t("div", { className: "flex gap-4", children: [
23
+ /* @__PURE__ */ e(c, { to: "/components", path: "/components", children: "Components" }),
24
+ /* @__PURE__ */ e(c, { to: "/about", path: "/about", children: "About" })
25
+ ] })
26
+ ] }),
27
+ /* @__PURE__ */ t(i, { className: "p-4", children: [
28
+ /* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "With Custom Active Class" }),
29
+ /* @__PURE__ */ e(
30
+ c,
31
+ {
32
+ to: "/home",
33
+ path: "/home",
34
+ activeClassName: "text-brand font-bold",
35
+ children: "Home"
36
+ }
37
+ )
38
+ ] })
39
+ ] }) }) }) }),
40
+ /* @__PURE__ */ e(
41
+ l,
42
+ {
43
+ componentName: "ActiveLink",
44
+ defaultValues: { path: "/demo", activeClassName: "active" },
45
+ excludeProps: ["state", "to"],
46
+ children: (n) => /* @__PURE__ */ e(c, { ...n, to: "#", children: "Active Link Example" })
47
+ }
48
+ ),
49
+ /* @__PURE__ */ e(m, { componentName: "ActiveLink" }),
50
+ /* @__PURE__ */ e(i, { 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(
51
+ r,
52
+ {
53
+ language: "tsx",
54
+ code: `import { ActiveLink } from '@e-burgos/tucu-ui';
55
+
56
+ // Basic usage
57
+ <ActiveLink to="/components" path="/components">
58
+ Components
59
+ </ActiveLink>
60
+
61
+ // With custom active class
62
+ <ActiveLink
63
+ to="/home"
64
+ path="/home"
65
+ activeClassName="text-brand font-bold"
66
+ >
67
+ Home
68
+ </ActiveLink>
69
+
70
+ // Navigation example
71
+ <nav>
72
+ <ActiveLink to="/" path="/">Home</ActiveLink>
73
+ <ActiveLink to="/about" path="/about">About</ActiveLink>
74
+ <ActiveLink to="/contact" path="/contact">Contact</ActiveLink>
75
+ </nav>`
76
+ }
77
+ ) }) }) })
78
+ ] });
79
+ export {
80
+ A as default
81
+ };
@@ -1,5 +1,5 @@
1
1
  import { jsxs as e, Fragment as i, jsx as a } from "react/jsx-runtime";
2
- import { T as r, C as c, a as o, c as d } from "./index-HwvOEWI7.mjs";
2
+ import { T as r, C as c, a as o, c as d } from "../index-B6CStnMG.js";
3
3
  import "lucide-react";
4
4
  import "react-router-dom";
5
5
  import "react";
@@ -0,0 +1,17 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const o=()=>e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center",children:[e.jsx(a.Typography,{tag:"h2",className:"mb-4 text-2xl sm:text-3xl md:text-4xl font-bold",children:"Advanced Color System"}),e.jsx(a.Typography,{tag:"p",className:"text-base sm:text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto",children:"Multi-layered color architecture with dynamic theming capabilities"})]}),e.jsxs("div",{className:"grid grid-cols-1 gap-6",children:[e.jsx(a.CardContainer,{children:e.jsx(a.CardTitle,{title:"Color Layers",className:"mt-2 mb-6",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(a.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"The theming system supports multiple color layers for comprehensive theming:"}),e.jsx("div",{className:"space-y-3",children:[{layer:"Primary",description:"Primary brand identity color",variable:"--color-semantic-bg-primary",default:"#0052ff (DEFAULT_PRIMARY)"},{layer:"Dark Primary",description:"Primary color for dark mode",variable:"--color-semantic-dark-bg-primary",default:"#578bfa (DEFAULT_DARK_PRIMARY)"},{layer:"Secondary",description:"Supporting color for accents",variable:"--color-semantic-bg-secondary",default:"#eef0f3 (DEFAULT_SECONDARY)"},{layer:"Dark Secondary",description:"Secondary color for dark mode",variable:"--color-semantic-dark-bg-secondary",default:"#282b31 (DEFAULT_DARK_SECONDARY)"},{layer:"Accent",description:"Highlight color for actions",variable:"--color-semantic-accent-bold-yellow",default:"#f7d21a (DEFAULT_ACCENT)"},{layer:"Dark Accent",description:"Accent color for dark mode",variable:"--color-semantic-dark-accent-bold-yellow",default:"#936000 (DEFAULT_DARK_ACCENT)"},{layer:"Muted",description:"Muted text color",variable:"--color-semantic-fg-muted",default:"#5b616e (DEFAULT_MUTED)"},{layer:"Dark Muted",description:"Muted text color for dark mode",variable:"--color-semantic-dark-fg-muted",default:"#8a919e (DEFAULT_DARK_MUTED)"},{layer:"Dark Background",description:"Dark theme base color",variable:"--color-semantic-dark-bg",default:"#0a0b0d (DEFAULT_DARK_BG)"},{layer:"Light Background",description:"Light theme base color",variable:"--color-semantic-bg",default:"#ffffff (DEFAULT_LIGHT_BG)"},{layer:"Light Dark",description:"Light theme secondary background",variable:"--color-semantic-bg-secondary-wash",default:"#f7f8f9 (DEFAULT_LIGHT_DARK)"},{layer:"Dark Light Dark",description:"Dark theme secondary background",variable:"--color-semantic-dark-bg-secondary-wash",default:"#141519 (DEFAULT_DARK_LIGHT_DARK)"}].map((r,t)=>e.jsxs("div",{className:"p-3 bg-gray-200 dark:bg-gray-800 rounded-lg",children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx(a.Typography,{tag:"h5",className:"font-semibold text-sm",children:r.layer}),e.jsx(a.Typography,{tag:"code",className:"text-xs text-gray-500 dark:text-gray-400",children:r.variable})]}),e.jsx(a.Typography,{tag:"p",className:"text-sm text-gray-600 dark:text-gray-400 mb-1",children:r.description}),e.jsxs(a.Typography,{tag:"p",className:"text-xs text-gray-500 dark:text-gray-500",children:["Default: ",r.default]})]},t))})]})})}),e.jsx(a.CardContainer,{children:e.jsx(a.CardTitle,{title:"Dynamic Color Mixing",className:"mt-2 mb-6 h-full",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(a.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"Advanced color manipulation using CSS color-mix() for automatic variations:"}),e.jsx(a.CodeBlock,{language:"css",expanded:!1,code:`/* Theme colors are available via CSS variables */
2
+ --color-semantic-bg-primary: var(--color-tucu-ui-blue-60);
3
+ --color-semantic-dark-bg-primary: var(--color-tucu-ui-dark-blue-70);
4
+ --color-semantic-bg-secondary: var(--color-tucu-ui-gray-10);
5
+ --color-semantic-accent-bold-yellow: var(--color-tucu-ui-yellow-30);
6
+ --color-semantic-fg-muted: var(--color-tucu-ui-gray-60);
7
+
8
+ /* Tailwind utilities */
9
+ .bg-brand /* Uses --color-semantic-bg-primary */
10
+ .text-brand /* Uses --color-semantic-bg-primary */
11
+ .bg-secondary /* Uses --color-semantic-bg-secondary */
12
+ .text-muted /* Uses --color-semantic-fg-muted */
13
+
14
+ /* Opacity support */
15
+ .bg-brand/50 /* 50% opacity */
16
+ .text-brand/80 /* 80% opacity */
17
+ .border-brand/30 /* 30% opacity */`})]})})})]})]});exports.default=o;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../index-QnI4b7wS.js"),a=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const o=()=>e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center",children:[e.jsx(t.Typography,{tag:"h2",className:"mb-4 text-2xl sm:text-3xl md:text-4xl font-bold",children:"Advanced Features"}),e.jsx(t.Typography,{tag:"p",className:"text-base sm:text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto",children:"Powerful features for complex theming scenarios"})]}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:[{icon:e.jsx(a.Globe,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"RTL/LTR Support",description:"Full right-to-left language support with automatic layout adjustments",color:"from-blue-500 via-indigo-500 to-purple-500"},{icon:e.jsx(a.Save,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Persistent Settings",description:"Automatic localStorage integration for user preference persistence",color:"from-green-500 via-emerald-500 to-teal-500"},{icon:e.jsx(a.Layers,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Custom Routes",description:"Advanced routing scenarios with custom route configuration",color:"from-orange-500 via-red-500 to-pink-500"}].map((r,s)=>e.jsx(t.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsx("div",{className:`p-3 rounded-xl bg-gradient-to-br ${r.color} group-hover:scale-110 transition-all duration-300 shadow-lg`,children:r.icon}),e.jsx(t.Typography,{tag:"h3",className:"font-semibold text-lg group-hover:text-primary transition-colors duration-300",children:r.title})]}),e.jsx(t.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 leading-relaxed",children:r.description})]})},s))})]});exports.default=o;
@@ -1,5 +1,5 @@
1
1
  import { jsxs as r, Fragment as i, jsx as e } from "react/jsx-runtime";
2
- import { T as a, C as s } from "./index-HwvOEWI7.mjs";
2
+ import { T as a, C as s } from "../index-B6CStnMG.js";
3
3
  import { Globe as l, Save as n, Layers as c } from "lucide-react";
4
4
  import "react-router-dom";
5
5
  import "react";
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("../index-QnI4b7wS.js"),t=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const o=()=>e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center",children:[e.jsx(i.Typography,{tag:"h2",className:"mb-4 text-2xl sm:text-3xl md:text-4xl font-bold",children:"Advanced Features"}),e.jsx(i.Typography,{tag:"p",className:"text-base sm:text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto",children:"Powerful features for complex form scenarios"})]}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:[{icon:e.jsx(t.GitBranch,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Conditional Fields",description:"Show/hide fields based on other field values with dynamic validation",color:"from-blue-500 via-indigo-500 to-purple-500"},{icon:e.jsx(t.Plus,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Dynamic Arrays",description:"Handle dynamic lists of fields with add/remove functionality",color:"from-green-500 via-emerald-500 to-teal-500"},{icon:e.jsx(t.ArrowRight,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Multi-Step Forms",description:"Wizard-style forms with step validation and progress tracking",color:"from-orange-500 via-red-500 to-pink-500"},{icon:e.jsx(t.Zap,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Async Validation",description:"Server-side validation with debouncing and loading states",color:"from-purple-500 via-violet-500 to-indigo-500"},{icon:e.jsx(t.Eye,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Form State Management",description:"Real-time access to form state, values, and validation status",color:"from-pink-500 via-rose-500 to-red-500"},{icon:e.jsx(t.AlertTriangle,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Error Handling",description:"Comprehensive error handling with custom error display options",color:"from-yellow-500 via-orange-500 to-red-500"}].map((r,a)=>e.jsx(i.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsx("div",{className:`p-3 rounded-xl bg-linear-to-br ${r.color} group-hover:scale-110 transition-all duration-300 shadow-lg`,children:r.icon}),e.jsx(i.Typography,{tag:"h3",className:"font-semibold text-lg group-hover:text-primary transition-colors duration-300",children:r.title})]}),e.jsx(i.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 leading-relaxed",children:r.description})]})},a))})]});exports.default=o;
@@ -1,5 +1,5 @@
1
1
  import { jsxs as i, Fragment as o, jsx as e } from "react/jsx-runtime";
2
- import { T as r, C as s } from "./index-HwvOEWI7.mjs";
2
+ import { T as r, C as s } from "../index-B6CStnMG.js";
3
3
  import { GitBranch as l, Plus as d, ArrowRight as n, Zap as c, Eye as m, AlertTriangle as h } from "lucide-react";
4
4
  import "react-router-dom";
5
5
  import "react";
@@ -1,4 +1,4 @@
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 l=()=>{const i=[{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 r=String(a);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:"children",type:"React.ReactNode",default:"required",description:"Content to display in the alert"},{prop:"variant",type:"'info' | 'warning' | 'error' | 'success'",default:"'info'",description:"Visual variant of the alert"},{prop:"dismissible",type:"boolean",default:"true",description:"Whether the alert can be dismissed"},{prop:"onDismiss",type:"() => void",default:"-",description:"Callback when alert is dismissed"},{prop:"aria-label",type:"string",default:"-",description:"Accessibility label"}];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:"Alert"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"An alert component for displaying important messages and notifications with different variants and dismissible functionality."})]}),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:"Info Alert"}),e.jsx(s.Alert,{variant:"info",children:e.jsx(s.Typography,{tag:"p",children:"This is an informational message."})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Success Alert"}),e.jsx(s.Alert,{variant:"success",children:e.jsx(s.Typography,{tag:"p",children:"Operation completed successfully!"})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Warning Alert"}),e.jsx(s.Alert,{variant:"warning",children:e.jsx(s.Typography,{tag:"p",children:"Please review this information carefully."})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Error Alert"}),e.jsx(s.Alert,{variant:"error",children:e.jsx(s.Typography,{tag:"p",children:"An error occurred. Please try again."})})]})]})})})}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.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:"space-y-4",children:[e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Non-dismissible Alert"}),e.jsx(s.Alert,{variant:"info",dismissible:!1,children:e.jsx(s.Typography,{tag:"p",children:"This alert cannot be dismissed."})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"With Custom onDismiss"}),e.jsx(s.Alert,{variant:"success",onDismiss:()=>console.log("Alert dismissed"),children:e.jsx(s.Typography,{tag:"p",children:"This alert has a custom dismiss handler."})})]})]})})})}),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:i,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 { Alert, Typography } from '@e-burgos/tucu-ui';
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const r=()=>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:"Alert"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"An alert component for displaying important messages and notifications with different variants and dismissible functionality."})]}),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:"Info Alert"}),e.jsx(s.Alert,{variant:"info",children:e.jsx(s.Typography,{tag:"p",children:"This is an informational message."})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Success Alert"}),e.jsx(s.Alert,{variant:"success",children:e.jsx(s.Typography,{tag:"p",children:"Operation completed successfully!"})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Warning Alert"}),e.jsx(s.Alert,{variant:"warning",children:e.jsx(s.Typography,{tag:"p",children:"Please review this information carefully."})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Error Alert"}),e.jsx(s.Alert,{variant:"error",children:e.jsx(s.Typography,{tag:"p",children:"An error occurred. Please try again."})})]})]})})})}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.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:"space-y-4",children:[e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Non-dismissible Alert"}),e.jsx(s.Alert,{variant:"info",dismissible:!1,children:e.jsx(s.Typography,{tag:"p",children:"This alert cannot be dismissed."})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"With Custom onDismiss"}),e.jsx(s.Alert,{variant:"success",onDismiss:()=>console.log("Alert dismissed"),children:e.jsx(s.Typography,{tag:"p",children:"This alert has a custom dismiss handler."})})]})]})})})}),e.jsx(s.PropPlayground,{componentName:"Alert",defaultValues:{variant:"info",dismissible:!0},excludeProps:["onDismiss","aria-label"],children:a=>e.jsx(s.Alert,{...a,children:"This is an alert message for the playground preview."})}),e.jsx(s.AutoPropsTable,{componentName:"Alert"}),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 { Alert, Typography } from '@e-burgos/tucu-ui';
2
2
 
3
3
  // Basic usage
4
4
  <Alert variant="info">
@@ -22,4 +22,4 @@
22
22
  onDismiss={() => handleDismiss()}
23
23
  >
24
24
  <Typography tag="p">Custom dismiss handler</Typography>
25
- </Alert>`})})})})]})};exports.default=l;
25
+ </Alert>`})})})})]});exports.default=r;
@@ -1,10 +1,10 @@
1
- import { jsxs as s, Fragment as c, jsx as e } from "react/jsx-runtime";
2
- import { T as a, C as r, a as t, a4 as i, B as d, c as o } from "./index-HwvOEWI7.mjs";
1
+ import { jsxs as s, Fragment as n, jsx as e } from "react/jsx-runtime";
2
+ import { T as a, C as i, a as l, ag as r, P as c, A as m, c as d } from "../index-B6CStnMG.js";
3
3
  import "lucide-react";
4
4
  import "react-router-dom";
5
5
  import "react";
6
6
  import "react-dom";
7
- const b = () => /* @__PURE__ */ s(c, { children: [
7
+ const A = () => /* @__PURE__ */ s(n, { children: [
8
8
  /* @__PURE__ */ s("div", { className: "text-center space-y-4", children: [
9
9
  /* @__PURE__ */ e(a, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "Alert" }),
10
10
  /* @__PURE__ */ e(
@@ -16,33 +16,33 @@ const b = () => /* @__PURE__ */ s(c, { children: [
16
16
  }
17
17
  )
18
18
  ] }),
19
- /* @__PURE__ */ e(r, { className: "overflow-hidden", children: /* @__PURE__ */ e(t, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ s("div", { className: "space-y-4", children: [
20
- /* @__PURE__ */ s(r, { className: "p-4", children: [
19
+ /* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(l, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ s("div", { className: "space-y-4", children: [
20
+ /* @__PURE__ */ s(i, { className: "p-4", children: [
21
21
  /* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Info Alert" }),
22
- /* @__PURE__ */ e(i, { variant: "info", children: /* @__PURE__ */ e(a, { tag: "p", children: "This is an informational message." }) })
22
+ /* @__PURE__ */ e(r, { variant: "info", children: /* @__PURE__ */ e(a, { tag: "p", children: "This is an informational message." }) })
23
23
  ] }),
24
- /* @__PURE__ */ s(r, { className: "p-4", children: [
24
+ /* @__PURE__ */ s(i, { className: "p-4", children: [
25
25
  /* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Success Alert" }),
26
- /* @__PURE__ */ e(i, { variant: "success", children: /* @__PURE__ */ e(a, { tag: "p", children: "Operation completed successfully!" }) })
26
+ /* @__PURE__ */ e(r, { variant: "success", children: /* @__PURE__ */ e(a, { tag: "p", children: "Operation completed successfully!" }) })
27
27
  ] }),
28
- /* @__PURE__ */ s(r, { className: "p-4", children: [
28
+ /* @__PURE__ */ s(i, { className: "p-4", children: [
29
29
  /* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Warning Alert" }),
30
- /* @__PURE__ */ e(i, { variant: "warning", children: /* @__PURE__ */ e(a, { tag: "p", children: "Please review this information carefully." }) })
30
+ /* @__PURE__ */ e(r, { variant: "warning", children: /* @__PURE__ */ e(a, { tag: "p", children: "Please review this information carefully." }) })
31
31
  ] }),
32
- /* @__PURE__ */ s(r, { className: "p-4", children: [
32
+ /* @__PURE__ */ s(i, { className: "p-4", children: [
33
33
  /* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Error Alert" }),
34
- /* @__PURE__ */ e(i, { variant: "error", children: /* @__PURE__ */ e(a, { tag: "p", children: "An error occurred. Please try again." }) })
34
+ /* @__PURE__ */ e(r, { variant: "error", children: /* @__PURE__ */ e(a, { tag: "p", children: "An error occurred. Please try again." }) })
35
35
  ] })
36
36
  ] }) }) }) }),
37
- /* @__PURE__ */ e(r, { className: "overflow-hidden", children: /* @__PURE__ */ e(t, { title: "Variants", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ s("div", { className: "space-y-4", children: [
38
- /* @__PURE__ */ s(r, { className: "p-4", children: [
37
+ /* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(l, { title: "Variants", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ s("div", { className: "space-y-4", children: [
38
+ /* @__PURE__ */ s(i, { className: "p-4", children: [
39
39
  /* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Non-dismissible Alert" }),
40
- /* @__PURE__ */ e(i, { variant: "info", dismissible: !1, children: /* @__PURE__ */ e(a, { tag: "p", children: "This alert cannot be dismissed." }) })
40
+ /* @__PURE__ */ e(r, { variant: "info", dismissible: !1, children: /* @__PURE__ */ e(a, { tag: "p", children: "This alert cannot be dismissed." }) })
41
41
  ] }),
42
- /* @__PURE__ */ s(r, { className: "p-4", children: [
42
+ /* @__PURE__ */ s(i, { className: "p-4", children: [
43
43
  /* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "With Custom onDismiss" }),
44
44
  /* @__PURE__ */ e(
45
- i,
45
+ r,
46
46
  {
47
47
  variant: "success",
48
48
  onDismiss: () => console.log("Alert dismissed"),
@@ -51,63 +51,18 @@ const b = () => /* @__PURE__ */ s(c, { children: [
51
51
  )
52
52
  ] })
53
53
  ] }) }) }) }),
54
- /* @__PURE__ */ e(r, { className: "overflow-hidden", children: /* @__PURE__ */ e(t, { title: "Props", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(d, { columns: [
54
+ /* @__PURE__ */ e(
55
+ c,
55
56
  {
56
- key: "prop",
57
- label: "Prop",
58
- render: (l) => /* @__PURE__ */ e("code", { className: "text-xs text-brand", children: String(l) })
59
- },
60
- {
61
- key: "type",
62
- label: "Type",
63
- render: (l) => /* @__PURE__ */ e("code", { className: "text-xs", children: String(l) })
64
- },
65
- {
66
- key: "default",
67
- label: "Default",
68
- render: (l) => {
69
- const n = String(l);
70
- return n === "required" ? /* @__PURE__ */ e("span", { className: "text-xs text-red-500", children: "required" }) : /* @__PURE__ */ e("code", { className: "text-xs", children: n });
71
- }
72
- },
73
- {
74
- key: "description",
75
- label: "Description"
57
+ componentName: "Alert",
58
+ defaultValues: { variant: "info", dismissible: !0 },
59
+ excludeProps: ["onDismiss", "aria-label"],
60
+ children: (t) => /* @__PURE__ */ e(r, { ...t, children: "This is an alert message for the playground preview." })
76
61
  }
77
- ], data: [
78
- {
79
- prop: "children",
80
- type: "React.ReactNode",
81
- default: "required",
82
- description: "Content to display in the alert"
83
- },
84
- {
85
- prop: "variant",
86
- type: "'info' | 'warning' | 'error' | 'success'",
87
- default: "'info'",
88
- description: "Visual variant of the alert"
89
- },
90
- {
91
- prop: "dismissible",
92
- type: "boolean",
93
- default: "true",
94
- description: "Whether the alert can be dismissed"
95
- },
96
- {
97
- prop: "onDismiss",
98
- type: "() => void",
99
- default: "-",
100
- description: "Callback when alert is dismissed"
101
- },
102
- {
103
- prop: "aria-label",
104
- type: "string",
105
- default: "-",
106
- description: "Accessibility label"
107
- }
108
- ] }) }) }) }),
109
- /* @__PURE__ */ e(r, { className: "overflow-hidden", children: /* @__PURE__ */ e(t, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
110
- o,
62
+ ),
63
+ /* @__PURE__ */ e(m, { componentName: "Alert" }),
64
+ /* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(l, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
65
+ d,
111
66
  {
112
67
  language: "tsx",
113
68
  code: `import { Alert, Typography } from '@e-burgos/tucu-ui';
@@ -139,5 +94,5 @@ const b = () => /* @__PURE__ */ s(c, { children: [
139
94
  ) }) }) })
140
95
  ] });
141
96
  export {
142
- b as default
97
+ A as default
143
98
  };
@@ -0,0 +1,67 @@
1
+ import { jsxs as a, Fragment as s, jsx as e } from "react/jsx-runtime";
2
+ import { T as n, C as t, a as o, a6 as l, a7 as i, P as c, A as m, c as d } from "../index-B6CStnMG.js";
3
+ import "lucide-react";
4
+ import "react-router-dom";
5
+ import "react";
6
+ import "react-dom";
7
+ const g = () => /* @__PURE__ */ a(s, { children: [
8
+ /* @__PURE__ */ a("div", { className: "text-center space-y-4", children: [
9
+ /* @__PURE__ */ e(n, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "AnchorLink" }),
10
+ /* @__PURE__ */ e(
11
+ n,
12
+ {
13
+ tag: "p",
14
+ className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
15
+ children: "A smart link component that automatically handles both internal routes and external URLs."
16
+ }
17
+ )
18
+ ] }),
19
+ /* @__PURE__ */ e(t, { 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: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
20
+ /* @__PURE__ */ a(t, { className: "p-4", children: [
21
+ /* @__PURE__ */ e(n, { tag: "h5", className: "mb-3", children: "Internal Link" }),
22
+ /* @__PURE__ */ e(l, { to: "/components", children: "Go to Components" })
23
+ ] }),
24
+ /* @__PURE__ */ a(t, { className: "p-4", children: [
25
+ /* @__PURE__ */ e(n, { tag: "h5", className: "mb-3", children: "External Link" }),
26
+ /* @__PURE__ */ e(l, { to: i, target: "_blank", children: "External Link" })
27
+ ] })
28
+ ] }) }) }) }),
29
+ /* @__PURE__ */ e(
30
+ c,
31
+ {
32
+ componentName: "AnchorLink",
33
+ defaultValues: {},
34
+ excludeProps: ["state", "to"],
35
+ children: (r) => /* @__PURE__ */ e(l, { ...r, to: "#", children: "Anchor Link Example" })
36
+ }
37
+ ),
38
+ /* @__PURE__ */ e(m, { componentName: "AnchorLink" }),
39
+ /* @__PURE__ */ e(t, { 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(
40
+ d,
41
+ {
42
+ language: "tsx",
43
+ code: `import { AnchorLink } from '@e-burgos/tucu-ui';
44
+
45
+ // Internal link (uses React Router Link)
46
+ <AnchorLink to="/components">
47
+ Go to Components
48
+ </AnchorLink>
49
+
50
+ // External link (uses native <a> tag)
51
+ <AnchorLink to="https://example.com" target="_blank">
52
+ External Link
53
+ </AnchorLink>
54
+
55
+ // With all Link props
56
+ <AnchorLink
57
+ to="/about"
58
+ className="text-blue-500 hover:underline"
59
+ >
60
+ About Us
61
+ </AnchorLink>`
62
+ }
63
+ ) }) }) })
64
+ ] });
65
+ export {
66
+ g as default
67
+ };
@@ -0,0 +1,19 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const a=()=>e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(n.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"AnchorLink"}),e.jsx(n.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A smart link component that automatically handles both internal routes and external URLs."})]}),e.jsx(n.CardContainer,{className:"overflow-hidden",children:e.jsx(n.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(n.CardContainer,{className:"p-4",children:[e.jsx(n.Typography,{tag:"h5",className:"mb-3",children:"Internal Link"}),e.jsx(n.AnchorLink,{to:"/components",children:"Go to Components"})]}),e.jsxs(n.CardContainer,{className:"p-4",children:[e.jsx(n.Typography,{tag:"h5",className:"mb-3",children:"External Link"}),e.jsx(n.AnchorLink,{to:n.GITHUB_URL,target:"_blank",children:"External Link"})]})]})})})}),e.jsx(n.PropPlayground,{componentName:"AnchorLink",defaultValues:{},excludeProps:["state","to"],children:r=>e.jsx(n.AnchorLink,{...r,to:"#",children:"Anchor Link Example"})}),e.jsx(n.AutoPropsTable,{componentName:"AnchorLink"}),e.jsx(n.CardContainer,{className:"overflow-hidden",children:e.jsx(n.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(n.CodeBlock,{language:"tsx",code:`import { AnchorLink } from '@e-burgos/tucu-ui';
2
+
3
+ // Internal link (uses React Router Link)
4
+ <AnchorLink to="/components">
5
+ Go to Components
6
+ </AnchorLink>
7
+
8
+ // External link (uses native <a> tag)
9
+ <AnchorLink to="https://example.com" target="_blank">
10
+ External Link
11
+ </AnchorLink>
12
+
13
+ // With all Link props
14
+ <AnchorLink
15
+ to="/about"
16
+ className="text-blue-500 hover:underline"
17
+ >
18
+ About Us
19
+ </AnchorLink>`})})})})]});exports.default=a;
@@ -0,0 +1,31 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("../index-QnI4b7wS.js"),s=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const n=()=>{const t=[{key:"feature",label:"Feature",render:i=>e.jsx(a.Typography,{tag:"span",className:"font-medium",children:String(i)})},{key:"standalone",label:"Standalone App"},{key:"mfe",label:"Micro Frontends (MFE)"}],r=[{feature:"Route Configuration",standalone:"menuItems (automatic generation)",mfe:"appRoutesConfig (explicit configuration)"},{feature:"Base Path",standalone:"Not required (uses root /)",mfe:"Required (e.g., /my-app)"},{feature:"Route Generation",standalone:"Automatic from menuItems",mfe:"Manual via appRoutesConfig"},{feature:"Nested Routes",standalone:"Supported via dropdownItems",mfe:"Supported via nested routes in config"},{feature:"Custom Routes",standalone:"Optional customRoutes prop",mfe:"Not available"},{feature:"Authentication",standalone:"Basic support via isPublic",mfe:"Advanced support with isPublic per route"},{feature:"Route Disabling",standalone:"Not directly supported",mfe:"Supported via disabled prop"},{feature:"Deployment",standalone:"Single deployment",mfe:"Independent deployments per app"},{feature:"Use Case",standalone:"Traditional SPAs, monolithic apps",mfe:"Distributed architectures, micro frontends"},{feature:"TypeScript Safety",standalone:"Enforced via discriminated unions",mfe:"Enforced via discriminated unions"}];return e.jsx("div",{className:"space-y-8",children:e.jsx(a.CardContainer,{children:e.jsx(a.CardTitle,{title:"Architectural Patterns: Standalone vs MFE",className:"mt-2 mb-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"p-2 rounded-lg bg-linear-to-br from-indigo-500 to-purple-500 shadow-lg",children:e.jsx(s.GitCompare,{className:"w-5 h-5 text-white filter drop-shadow-sm"})}),e.jsx(a.Typography,{tag:"h4",className:"font-semibold",children:"Pattern Comparison & Selection Guide"})]}),e.jsxs(a.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:["Understanding the differences between Standalone and MFE patterns helps you choose the right architecture for your project. Both patterns use the same"," ",e.jsx("code",{className:"px-1 py-0.5 border border-gray-300 dark:border-gray-600 rounded text-xs",children:"ThemeProvider"})," ","component, but with different configuration approaches and use cases."]}),e.jsx(a.Alert,{variant:"info",dismissible:!1,children:e.jsxs("div",{className:"flex flex-col gap-2",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(s.Lightbulb,{className:"w-4 h-4"}),e.jsx(a.Typography,{tag:"span",className:"font-semibold",children:"TypeScript Safety"})]}),e.jsxs(a.Typography,{tag:"p",className:"text-sm",children:["Both patterns use TypeScript discriminated unions to enforce the correct props. The"," ",e.jsx("code",{className:"px-1 py-0.5 border border-gray-300 dark:border-gray-600 rounded text-xs",children:"architecturalPatterns"})," ","prop determines which props are available, preventing configuration errors at compile time."]})]})}),e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx(a.Typography,{tag:"h4",className:"font-semibold text-lg",children:"Feature Comparison"}),e.jsx(a.BasicTable,{columns:t,data:r})]}),e.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[e.jsx("div",{className:"p-2 rounded-lg bg-linear-to-br from-blue-500 to-cyan-500 shadow-lg",children:e.jsx(s.Package,{className:"w-5 h-5 text-white filter drop-shadow-sm"})}),e.jsx(a.Typography,{tag:"h4",className:"font-semibold",children:"Standalone App Pattern"})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{children:[e.jsx(a.Typography,{tag:"h5",className:"font-semibold text-sm mb-2",children:"When to Use:"}),e.jsxs("ul",{className:"space-y-2 text-sm text-gray-600 dark:text-gray-400",children:[e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"Traditional single-page applications"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"All routes in one codebase"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"Simple deployment model"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"Want automatic route generation"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"No need for route isolation"})]})]})]}),e.jsxs("div",{children:[e.jsx(a.Typography,{tag:"h5",className:"font-semibold text-sm mb-2",children:"Key Advantages:"}),e.jsxs("ul",{className:"space-y-1 text-sm text-gray-600 dark:text-gray-400",children:[e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Circle,{className:"w-3 h-3 mt-1 shrink-0 fill-current"}),e.jsx("span",{children:"Simple configuration with menuItems"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Circle,{className:"w-3 h-3 mt-1 shrink-0 fill-current"}),e.jsx("span",{children:"Automatic route generation"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Circle,{className:"w-3 h-3 mt-1 shrink-0 fill-current"}),e.jsx("span",{children:"Nested routes via dropdownItems"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Circle,{className:"w-3 h-3 mt-1 shrink-0 fill-current"}),e.jsx("span",{children:"Optional customRoutes override"})]})]})]})]}),e.jsx("div",{className:"mt-4 p-3 bg-light-dark rounded-lg",children:e.jsx(a.CodeBlock,{language:"tsx",code:`// Use Standalone App Pattern when:
2
+ // ✅ Building a traditional single-page application
3
+ // ✅ All routes are in one codebase
4
+ // ✅ You want automatic route generation
5
+ // ✅ Simple deployment model
6
+ // ✅ No need for route isolation
7
+
8
+ function MyStandaloneApp() {
9
+ return (
10
+ <ThemeProvider
11
+ menuItems={menuItems} // Simple configuration
12
+ logo={{ name: 'My', secondName: 'App' }}
13
+ />
14
+ );
15
+ }`})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[e.jsx("div",{className:"p-2 rounded-lg bg-linear-to-br from-purple-500 to-indigo-500 shadow-lg",children:e.jsx(s.Box,{className:"w-5 h-5 text-white filter drop-shadow-sm"})}),e.jsx(a.Typography,{tag:"h4",className:"font-semibold",children:"Micro Frontends (MFE) Pattern"})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{children:[e.jsx(a.Typography,{tag:"h5",className:"font-semibold text-sm mb-2",children:"When to Use:"}),e.jsxs("ul",{className:"space-y-2 text-sm text-gray-600 dark:text-gray-400",children:[e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"Micro frontend architecture"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"Multiple teams working independently"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"Need independent deployments"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"Require route isolation"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Check,{className:"w-4 h-4 text-green-500 shrink-0 mt-0.5"}),e.jsx("span",{children:"Need explicit route control"})]})]})]}),e.jsxs("div",{children:[e.jsx(a.Typography,{tag:"h5",className:"font-semibold text-sm mb-2",children:"Key Advantages:"}),e.jsxs("ul",{className:"space-y-1 text-sm text-gray-600 dark:text-gray-400",children:[e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Circle,{className:"w-3 h-3 mt-1 shrink-0 fill-current"}),e.jsx("span",{children:"Explicit route configuration"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Circle,{className:"w-3 h-3 mt-1 shrink-0 fill-current"}),e.jsx("span",{children:"Route isolation with basePath"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Circle,{className:"w-3 h-3 mt-1 shrink-0 fill-current"}),e.jsx("span",{children:"Advanced authentication support"})]}),e.jsxs("li",{className:"flex items-start gap-2",children:[e.jsx(s.Circle,{className:"w-3 h-3 mt-1 shrink-0 fill-current"}),e.jsx("span",{children:"Route disabling capability"})]})]})]})]}),e.jsx("div",{className:"mt-4 p-3 bg-light-dark rounded-lg",children:e.jsx(a.CodeBlock,{language:"tsx",code:`// Use MFE Pattern when:
16
+ // ✅ Building micro frontend architecture
17
+ // ✅ Multiple teams working independently
18
+ // ✅ Need independent deployments
19
+ // ✅ Require route isolation
20
+ // ✅ Need explicit route control
21
+
22
+ function MyMfeApp() {
23
+ return (
24
+ <ThemeProvider
25
+ architecturalPatterns="mfe"
26
+ basePath="/my-app" // Required for MFE
27
+ appRoutesConfig={appRoutesConfig} // Explicit routes
28
+ logo={{ name: 'My', secondName: 'App' }}
29
+ />
30
+ );
31
+ }`})})]})]}),e.jsx(a.CardContainer,{className:"p-4",children:e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(s.Lightbulb,{className:"w-5 h-5 text-yellow-500 shrink-0 mt-0.5"}),e.jsxs("div",{children:[e.jsx(a.Typography,{tag:"p",className:"text-sm font-semibold mb-2",children:"Decision Guide"}),e.jsxs(a.Typography,{tag:"p",className:"text-sm text-gray-600 dark:text-gray-400 mb-3",children:["Choose ",e.jsx("strong",{children:"Standalone App Pattern"})," if you're building a traditional SPA with all routes in one codebase. Choose ",e.jsx("strong",{children:"MFE Pattern"})," if you need independent deployments, route isolation, or are building a micro frontend architecture."]}),e.jsxs("div",{className:"space-y-2 text-sm",children:[e.jsxs("div",{className:"flex items-start gap-2",children:[e.jsx(s.ArrowRight,{className:"w-4 h-4 text-blue-500 shrink-0 mt-0.5"}),e.jsxs("span",{children:[e.jsx("strong",{children:"Start with Standalone"})," if you're unsure - it's simpler and can be migrated to MFE later if needed."]})]}),e.jsxs("div",{className:"flex items-start gap-2",children:[e.jsx(s.ArrowRight,{className:"w-4 h-4 text-purple-500 shrink-0 mt-0.5"}),e.jsxs("span",{children:[e.jsx("strong",{children:"Use MFE"})," from the start if you know you'll need independent deployments or route isolation."]})]})]})]})]})})]})]})})})})};exports.default=n;
@@ -1,5 +1,5 @@
1
1
  import { jsx as e, jsxs as a } from "react/jsx-runtime";
2
- import { C as i, a as d, T as t, a4 as m, B as p, c as r } from "./index-HwvOEWI7.mjs";
2
+ import { C as i, a as d, T as t, ag as m, q as p, c as r } from "../index-B6CStnMG.js";
3
3
  import { GitCompare as h, Lightbulb as l, Package as u, Check as s, Circle as n, Box as g, ArrowRight as o } from "lucide-react";
4
4
  import "react-router-dom";
5
5
  import "react";
@@ -1,5 +1,5 @@
1
1
  import { jsxs as r, Fragment as o, jsx as e } from "react/jsx-runtime";
2
- import { T as i, C as l } from "./index-HwvOEWI7.mjs";
2
+ import { T as i, C as l } from "../index-B6CStnMG.js";
3
3
  import { Box as s, Layers as n, CheckCircle as d, Zap as c } from "lucide-react";
4
4
  import "react-router-dom";
5
5
  import "react";
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../index-QnI4b7wS.js"),i=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const o=()=>e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center",children:[e.jsx(r.Typography,{tag:"h2",className:"mb-4 text-2xl sm:text-3xl md:text-4xl font-bold",children:"Architecture Overview"}),e.jsx(r.Typography,{tag:"p",className:"text-base sm:text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto",children:"Built on React Hook Form for performance and developer experience"})]}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6",children:[{icon:e.jsx(i.Box,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Form Container",description:"Main wrapper with built-in state management and submission handling",color:"from-blue-500 via-indigo-500 to-purple-500"},{icon:e.jsx(i.Layers,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"FormField Wrapper",description:"Connects inputs to validation with automatic error handling",color:"from-green-500 via-emerald-500 to-teal-500"},{icon:e.jsx(i.CheckCircle,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Validation System",description:"Built-in and custom validation rules with TypeScript support",color:"from-orange-500 via-red-500 to-pink-500"},{icon:e.jsx(i.Zap,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Performance",description:"Minimal re-renders with optimized form state management",color:"from-purple-500 via-violet-500 to-indigo-500"}].map((t,a)=>e.jsx(r.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("div",{className:`p-3 rounded-xl bg-linear-to-br ${t.color} group-hover:scale-110 transition-all duration-300 shadow-lg`,children:t.icon}),e.jsx(r.Typography,{tag:"h3",className:"font-semibold text-lg group-hover:text-primary transition-colors duration-300",children:t.title})]}),e.jsx(r.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 leading-relaxed text-sm",children:t.description})]})},a))})]});exports.default=o;
@@ -0,0 +1,22 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const a=[{name:"Jan",users:400,sessions:2400,pageViews:4400},{name:"Feb",users:300,sessions:1398,pageViews:3210},{name:"Mar",users:500,sessions:3800,pageViews:5400},{name:"Apr",users:780,sessions:3908,pageViews:6200},{name:"May",users:890,sessions:4800,pageViews:7100},{name:"Jun",users:1200,sessions:5800,pageViews:9400},{name:"Jul",users:1500,sessions:6300,pageViews:11e3}],t=()=>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:"AreaChart"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Area chart component for visualizing volume and trends over time with gradient fills, stacking, and smooth curves."})]}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Basic Area Chart with Gradient",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(s.AreaChart,{data:a,series:[{dataKey:"users",name:"Users"},{dataKey:"sessions",name:"Sessions"}],height:300,gradient:!0})})})}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Stacked Area Chart",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(s.AreaChart,{data:a,series:[{dataKey:"users",name:"Users",stackId:"a"},{dataKey:"sessions",name:"Sessions",stackId:"a"},{dataKey:"pageViews",name:"Page Views",stackId:"a"}],stacked:!0,height:300})})})}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Without Gradient (Flat)",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(s.AreaChart,{data:a,series:[{dataKey:"users",name:"Users"},{dataKey:"sessions",name:"Sessions"}],gradient:!1,curved:!1,height:300})})})}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Usage",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(s.CodeBlock,{code:`import { AreaChart } from '@e-burgos/tucu-ui';
2
+
3
+ const data = [
4
+ { name: 'Jan', users: 400, sessions: 2400 },
5
+ { name: 'Feb', users: 300, sessions: 1398 },
6
+ { name: 'Mar', users: 500, sessions: 3800 },
7
+ ];
8
+
9
+ <AreaChart
10
+ data={data}
11
+ series={[
12
+ { dataKey: 'users', name: 'Users' },
13
+ { dataKey: 'sessions', name: 'Sessions' },
14
+ ]}
15
+ height={300}
16
+ curved
17
+ gradient
18
+ stacked={false}
19
+ showGrid
20
+ showTooltip
21
+ showLegend
22
+ />`,language:"tsx"})})})}),e.jsx(s.PropPlayground,{componentName:"AreaChart",defaultValues:{height:300,curved:!0,gradient:!0,stacked:!1,showGrid:!0,showTooltip:!0,showLegend:!0,animate:!0},excludeProps:["data","series","colors","className","xAxisKey","emptyMessage"],children:r=>e.jsx(s.AreaChart,{data:a,series:[{dataKey:"users",name:"Users"},{dataKey:"sessions",name:"Sessions"}],...r})}),e.jsx(s.AutoPropsTable,{componentName:"AreaChart"})]});exports.default=t;