@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.
- package/CHANGELOG.md +213 -0
- package/README.md +58 -17
- package/components/blockchain/coin-listbox.d.ts +7 -2
- package/components/blockchain/collection-select-list.d.ts +4 -1
- package/components/buttons/button/index.d.ts +9 -1
- package/components/cards/card.d.ts +13 -0
- package/components/cards/index.d.ts +2 -0
- package/components/cards/info-card.d.ts +54 -0
- package/components/charts/area-chart/area-chart.d.ts +9 -0
- package/components/charts/area-chart/index.d.ts +2 -0
- package/components/charts/bar-chart/bar-chart.d.ts +10 -0
- package/components/charts/bar-chart/index.d.ts +2 -0
- package/components/charts/components/chart-container.d.ts +8 -0
- package/components/charts/components/chart-empty-state.d.ts +6 -0
- package/components/charts/components/chart-tooltip.d.ts +2 -0
- package/components/charts/components/index.d.ts +3 -0
- package/components/charts/composed-chart/composed-chart.d.ts +9 -0
- package/components/charts/composed-chart/index.d.ts +2 -0
- package/components/charts/hooks/index.d.ts +2 -0
- package/components/charts/hooks/use-chart-theme.d.ts +13 -0
- package/components/charts/index.d.ts +18 -0
- package/components/charts/line-chart/index.d.ts +2 -0
- package/components/charts/line-chart/line-chart.d.ts +9 -0
- package/components/charts/pie-chart/index.d.ts +2 -0
- package/components/charts/pie-chart/pie-chart.d.ts +14 -0
- package/components/charts/radar-chart/index.d.ts +2 -0
- package/components/charts/radar-chart/radar-chart.d.ts +17 -0
- package/components/charts/types.d.ts +32 -0
- package/components/common/index.d.ts +4 -0
- package/components/common/key-value-row.d.ts +9 -0
- package/components/common/pagination.d.ts +9 -0
- package/components/common/stepper.d.ts +13 -0
- package/components/common/tooltip.d.ts +39 -0
- package/components/dialog/drawer-container.d.ts +1 -1
- package/components/dialog/index.d.ts +1 -0
- package/components/dialog/tab-modal.d.ts +41 -0
- package/components/index.d.ts +1 -0
- package/components/inputs/file-input.d.ts +2 -2
- package/components/inputs/input-searcher.d.ts +3 -2
- package/components/inputs/select.d.ts +9 -1
- package/components/tabs/tab.d.ts +31 -13
- package/components/typography/index.d.ts +10 -1
- package/components/utils/scroll-to-top.d.ts +17 -9
- package/demo/components/auto-props-table.d.ts +16 -0
- package/demo/components/dynamic-sections-page.d.ts +48 -0
- package/demo/components/index.d.ts +3 -0
- package/demo/components/prop-playground.d.ts +18 -0
- package/demo/components/table-of-contents.d.ts +4 -0
- package/demo/generated/props-metadata.d.ts +23 -0
- package/demo/index.d.ts +1 -0
- package/demo/pages/blockchain/BlockchainComponents.d.ts +1 -0
- package/demo/pages/components/ChartsComponents.d.ts +2 -0
- package/demo/pages/components/UiComponents.d.ts +1 -0
- package/demo/pages/components/charts-sections/AreaChartSection.d.ts +3 -0
- package/demo/pages/components/charts-sections/BarChartSection.d.ts +3 -0
- package/demo/pages/components/charts-sections/ComposedChartSection.d.ts +3 -0
- package/demo/pages/components/charts-sections/LineChartSection.d.ts +3 -0
- package/demo/pages/components/charts-sections/PieChartSection.d.ts +3 -0
- package/demo/pages/components/charts-sections/RadarChartSection.d.ts +3 -0
- package/demo/pages/components/charts-sections/index.d.ts +1 -0
- package/demo/pages/components/ui-components-sections/CardSection.d.ts +3 -0
- package/demo/pages/components/ui-components-sections/InfoCardSection.d.ts +3 -0
- package/demo/pages/components/ui-components-sections/KeyValueRowSection.d.ts +3 -0
- package/demo/pages/components/ui-components-sections/PaginationSection.d.ts +3 -0
- package/demo/pages/components/ui-components-sections/StepperSection.d.ts +3 -0
- package/demo/pages/components/ui-components-sections/TabModalSection.d.ts +3 -0
- package/demo/pages/components/ui-components-sections/TooltipSection.d.ts +3 -0
- package/demo/pages/components/ui-components-sections/index.d.ts +5 -0
- package/demo/pages/index.d.ts +1 -0
- package/{APIReferenceSection-DIjWDVUT.mjs → documentation/APIReferenceSection-CkbDOII-.js} +1 -1
- package/documentation/APIReferenceSection-CpVd3Xjx.js +1 -0
- package/documentation/ActiveLinkSection-CpzFDISY.js +22 -0
- package/documentation/ActiveLinkSection-DYPp4Zg0.js +81 -0
- package/{AdvancedColorSystemSection-CPywSlwi.mjs → documentation/AdvancedColorSystemSection-C8-q7nNW.js} +1 -1
- package/documentation/AdvancedColorSystemSection-CODz6Wv7.js +17 -0
- package/documentation/AdvancedFeaturesSection-CPokeoIR.js +1 -0
- package/{AdvancedFeaturesSection-BZli4uQf.mjs → documentation/AdvancedFeaturesSection-CT5LPMRT.js} +1 -1
- package/documentation/AdvancedFeaturesSection-DfczHWMU.js +1 -0
- package/{AdvancedFeaturesSection-CfxJrpgL.mjs → documentation/AdvancedFeaturesSection-wx6bqfbU.js} +1 -1
- package/{AlertSection-BC888Ug4.js → documentation/AlertSection-M-ADbyNs.js} +2 -2
- package/{AlertSection-CrmVofrn.mjs → documentation/AlertSection-pO3LOWb0.js} +28 -73
- package/documentation/AnchorLinkSection-DOQLfXNM.js +67 -0
- package/documentation/AnchorLinkSection-DrwLaGpe.js +19 -0
- package/documentation/ArchitecturalPatternsComparisonSection-D3qDb8oV.js +31 -0
- package/{ArchitecturalPatternsComparisonSection-Bi55jiL7.mjs → documentation/ArchitecturalPatternsComparisonSection-OgRFV5Gn.js} +1 -1
- package/{ArchitectureOverviewSection-Da61yY3U.mjs → documentation/ArchitectureOverviewSection-C4SPa6fm.js} +1 -1
- package/documentation/ArchitectureOverviewSection-DJ6szT6V.js +1 -0
- package/documentation/AreaChartSection-CM7nymKJ.js +22 -0
- package/documentation/AreaChartSection-DdoeVQoB.js +132 -0
- package/documentation/AuthorCardSection-C-tk6Y7D.js +17 -0
- package/documentation/AuthorCardSection-P8sPh0d7.js +81 -0
- package/documentation/AvatarSection-DXJRt7X9.js +91 -0
- package/documentation/AvatarSection-KUgwOb7k.js +18 -0
- package/documentation/BadgeSection-BDS8NdU8.js +48 -0
- package/{BadgeSection-CbWNwtHa.mjs → documentation/BadgeSection-Da5iTRZq.js} +33 -90
- package/documentation/BarChartSection-CdcAAYG-.js +23 -0
- package/documentation/BarChartSection-EN1OqYoj.js +127 -0
- package/documentation/BasicTableSection-B-BGv1Tg.js +103 -0
- package/documentation/BasicTableSection-DZASBtqv.js +35 -0
- package/{BasicUsageSection-DzJXFb3O.js → documentation/BasicUsageSection-9USFmdGa.js} +1 -1
- package/{BasicUsageSection-Cqw9mQqJ.mjs → documentation/BasicUsageSection-Cyj_uLkj.js} +1 -1
- package/documentation/BestPracticesSection-B9Ok_QEu.js +1 -0
- package/documentation/BestPracticesSection-Bbsf74bT.js +1 -0
- package/documentation/BestPracticesSection-BgIFl9EC.js +1 -0
- package/documentation/BestPracticesSection-BwenEe-Y.js +1 -0
- package/documentation/BestPracticesSection-CS9RAMVi.js +1 -0
- package/{BestPracticesSection-BVDNKve6.mjs → documentation/BestPracticesSection-CnVEvflQ.js} +1 -1
- package/documentation/BestPracticesSection-DDSMtR6c.js +1 -0
- package/{BestPracticesSection-BbK7lnbj.mjs → documentation/BestPracticesSection-DIYdJV66.js} +1 -1
- package/documentation/BestPracticesSection-DOLkJn-G.js +1 -0
- package/{BestPracticesSection-rjxGw6K9.mjs → documentation/BestPracticesSection-DYVhfzE6.js} +1 -1
- package/{BestPracticesSection-Pnux3-yB.mjs → documentation/BestPracticesSection-NsZAn0RE.js} +1 -1
- package/{BestPracticesSection-BuiTuJJa.mjs → documentation/BestPracticesSection-aJyw2jIF.js} +1 -1
- package/{BestPracticesSection-CeDkvrdJ.mjs → documentation/BestPracticesSection-c2rhfHLA.js} +1 -1
- package/{BestPracticesSection-qddzHZ3e.mjs → documentation/BestPracticesSection-uZIOlRpC.js} +1 -1
- package/{BorderRadiusSection-DMscu-5M.mjs → documentation/BorderRadiusSection-BhNShk2O.js} +1 -1
- package/documentation/BorderRadiusSection-D1lTcnl0.js +1 -0
- package/documentation/ButtonDripSection-C1vY2CzY.js +113 -0
- package/documentation/ButtonDripSection-CKYJay9N.js +21 -0
- package/{ButtonLoaderSection-5Yu15Qui.mjs → documentation/ButtonLoaderSection-DKQi-oTv.js} +55 -27
- package/documentation/ButtonLoaderSection-DlQb_Bqb.js +30 -0
- package/documentation/CardContainerSection-B8AGux8b.js +21 -0
- package/documentation/CardContainerSection-CdASbRnV.js +63 -0
- package/documentation/CardSection-DlgqI72V.js +25 -0
- package/documentation/CardSection-Do7VBcYz.js +125 -0
- package/documentation/CardTitleSection-CTy97wuG.js +19 -0
- package/documentation/CardTitleSection-DGccHBTI.js +74 -0
- package/documentation/CarouselCardsSection-CnuIZycb.js +37 -0
- package/documentation/CarouselCardsSection-D_KfDV2g.js +147 -0
- package/documentation/CarouselImageSection-CD0fv4kK.js +38 -0
- package/documentation/CarouselImageSection-D4hTf6Z0.js +152 -0
- package/documentation/CarouselSection-Brd953Fb.js +24 -0
- package/documentation/CarouselSection-C9425lXN.js +99 -0
- package/{CheckboxSection-CywmKcfM.mjs → documentation/CheckboxSection-CQIxbre6.js} +29 -113
- package/documentation/CheckboxSection-CU5tyHMH.js +26 -0
- package/{CodeExamplesSection-DiNpllP9.mjs → documentation/CodeExamplesSection-D3oeJD_J.js} +1 -1
- package/{CodeExamplesSection-TOAvzng7.js → documentation/CodeExamplesSection-DAHf5u7i.js} +1 -1
- package/documentation/CoinCardSection-BtB86t_Y.js +13 -0
- package/{CoinCardSection-CqHPetPK.mjs → documentation/CoinCardSection-BtUjNiqi.js} +23 -101
- package/documentation/CoinInfoCardSection-B0l6nYWu.js +12 -0
- package/documentation/CoinInfoCardSection-odhu-ChN.js +120 -0
- package/documentation/CoinListBoxSection-Cfy0WYOK.js +106 -0
- package/documentation/CoinListBoxSection-DQbdORng.js +24 -0
- package/{CollapseSection-CN8kEU1q.mjs → documentation/CollapseSection-1AyxKtyh.js} +20 -60
- package/documentation/CollapseSection-CI79e0rH.js +27 -0
- package/documentation/CollectionCardSection-DS1mZrSu.js +17 -0
- package/{collection-1-NeFANkbk.mjs → documentation/CollectionCardSection-DdwUntub.js} +58 -2
- package/documentation/CollectionSelectListSection-B4bgHz6F.js +15 -0
- package/documentation/CollectionSelectListSection-CqNEZLrW.js +120 -0
- package/documentation/ColorCustomizationSection-BmJzT1u1.js +1 -0
- package/{ColorCustomizationSection-D3XqLRTg.mjs → documentation/ColorCustomizationSection-DxKogmSF.js} +3 -3
- package/{ColorSystemSection-Bd5DQT9I.mjs → documentation/ColorSystemSection-Be6CJ_qR.js} +5 -5
- package/documentation/ColorSystemSection-ROEkhEeH.js +1 -0
- package/{CommonErrorsSection-zDPJ6FaL.mjs → documentation/CommonErrorsSection-5n2RFTOS.js} +1 -1
- package/documentation/CommonErrorsSection-C8GoonfY.js +1 -0
- package/{ComponentAnatomySection-CgEKcT_J.mjs → documentation/ComponentAnatomySection-BmlI14Nf.js} +3 -3
- package/documentation/ComponentAnatomySection-tEz92Ng-.js +1 -0
- package/{ComponentStatusSection-D2f_P7g7.mjs → documentation/ComponentStatusSection-DA70myqK.js} +1 -1
- package/documentation/ComponentStatusSection-DwwRcvEd.js +1 -0
- package/documentation/ComposedChartSection-CSasm_A4.js +21 -0
- package/documentation/ComposedChartSection-PRWReilC.js +113 -0
- package/documentation/CurrencySwapIconsSection-C6Og4TeP.js +50 -0
- package/documentation/CurrencySwapIconsSection-D-GhRHCi.js +7 -0
- package/{CustomColorPaletteSection-qptATYNr.js → documentation/CustomColorPaletteSection-DNgmPGoe.js} +1 -1
- package/{CustomColorPaletteSection-Dm0mCSjh.mjs → documentation/CustomColorPaletteSection-DUhhLGOU.js} +1 -1
- package/{CustomIconsSection-Bq0kNytf.mjs → documentation/CustomIconsSection-BCf8UN2c.js} +29 -29
- package/documentation/CustomIconsSection-DGn1HMN8.js +3 -0
- package/documentation/DefiAppLogoSection-CniFLoNx.js +36 -0
- package/{DefiAppLogoSection-CJDd6Q3u.mjs → documentation/DefiAppLogoSection-DjnvrP3j.js} +1 -1
- package/{DesignPrinciplesSection-BSGshMjS.mjs → documentation/DesignPrinciplesSection-C-qZ5KCo.js} +1 -1
- package/documentation/DesignPrinciplesSection-MeMVZ3ry.js +1 -0
- package/documentation/DrawerSection-9NhdERLz.js +41 -0
- package/documentation/DrawerSection-Cdhpw0Zp.js +158 -0
- package/{DynamicRoutesSection-SDAbSJi8.js → documentation/DynamicRoutesSection-BtECxWUj.js} +1 -1
- package/{DynamicRoutesSection-CCuRhQAn.mjs → documentation/DynamicRoutesSection-DAQlCst_.js} +1 -1
- package/documentation/FileInputSection-BWUvvvdy.js +65 -0
- package/{FileInputSection-CbkYToil.mjs → documentation/FileInputSection-z7_AAkz8.js} +1 -1
- package/{FileStructureSection-DbsBkIRn.mjs → documentation/FileStructureSection-Dsr2yojr.js} +1 -1
- package/{FileStructureSection-CRrFMVhl.js → documentation/FileStructureSection-lLqJHP56.js} +1 -1
- package/documentation/FormComponentsSection-BTYt0wTN.js +1 -0
- package/{FormComponentsSection-B4exCVCM.mjs → documentation/FormComponentsSection-CQ2sazLF.js} +1 -1
- package/{FormMethodsSection-Dt5MZUzm.js → documentation/FormMethodsSection-CAjYlJPM.js} +1 -1
- package/{FormMethodsSection-B9J5DYrQ.mjs → documentation/FormMethodsSection-Chx9tNa_.js} +1 -1
- package/documentation/HamburgerSection-CASzjAC6.js +99 -0
- package/documentation/HamburgerSection-UacK_FKv.js +18 -0
- package/documentation/HookCategoriesSection-C6-2BbvM.js +1 -0
- package/{HookCategoriesSection-Cyjqehnj.mjs → documentation/HookCategoriesSection-U7rN5EGL.js} +1 -1
- package/{HookDocumentationSection-D-c7nlX-.mjs → documentation/HookDocumentationSection-DIXoOh2V.js} +1 -1
- package/{HookDocumentationSection-C5ww47uY.js → documentation/HookDocumentationSection-HIifl_N4.js} +1 -1
- package/documentation/HookFeaturesSection-DNjNJYVR.js +1 -0
- package/{HookFeaturesSection-CupYAK3p.mjs → documentation/HookFeaturesSection-Dk27SI6j.js} +1 -1
- package/documentation/IconArchitectureSection-CcpjgUuZ.js +1 -0
- package/{IconArchitectureSection-s-4JhiKA.mjs → documentation/IconArchitectureSection-rTqgxU01.js} +1 -1
- package/{IconSizingGuideSection-DREOxtrp.mjs → documentation/IconSizingGuideSection-BAd6zU-Z.js} +1 -1
- package/documentation/IconSizingGuideSection-ir5Wu2LZ.js +1 -0
- package/{IconSystemAPISection-CaJf4Isu.mjs → documentation/IconSystemAPISection-BHp-ZXWb.js} +1 -1
- package/documentation/IconSystemAPISection-DjqSJX-n.js +1 -0
- package/documentation/IconSystemBenefitsSection-B6NiBLre.js +1 -0
- package/{IconSystemBenefitsSection-KOplDPHG.mjs → documentation/IconSystemBenefitsSection-B7zV2HaH.js} +1 -1
- package/documentation/ImageSection-DmMdByn7.js +509 -0
- package/documentation/ImageSection-aotN8Y5u.js +80 -0
- package/{ImplementationExamplesSection-De_Yc_g2.mjs → documentation/ImplementationExamplesSection-BJ0_Xcm2.js} +1 -1
- package/{ImplementationExamplesSection-CMVDBs9I.js → documentation/ImplementationExamplesSection-BLHthYw_.js} +1 -1
- package/{ImplementationGuidelinesSection-DToo7aHT.mjs → documentation/ImplementationGuidelinesSection-Ce47rAwZ.js} +1 -1
- package/documentation/ImplementationGuidelinesSection-DALPPZXc.js +1 -0
- package/{ImplementationStatusSection-DzA19XiV.mjs → documentation/ImplementationStatusSection-DuuoDSqC.js} +1 -1
- package/documentation/ImplementationStatusSection-Yio9MCtk.js +1 -0
- package/documentation/ImplementedFeaturesSection-CLNTmpD5.js +1 -0
- package/{ImplementedFeaturesSection-zsrQ6uaD.mjs → documentation/ImplementedFeaturesSection-DIxdEibl.js} +1 -1
- package/documentation/InfoCardSection-CJbU2q_-.js +37 -0
- package/documentation/InfoCardSection-CJfS4aKJ.js +266 -0
- package/documentation/InputSearcherSection-DJFKLySX.js +32 -0
- package/{InputSearcherSection-85Q8Pmz1.mjs → documentation/InputSearcherSection-dA4h9pbM.js} +20 -98
- package/documentation/InputSection-Bxr_GgjZ.js +37 -0
- package/documentation/InputSection-ov-x_YF3.js +159 -0
- package/documentation/KeyValueRowSection-BWen5IUr.js +104 -0
- package/documentation/KeyValueRowSection-yrhHBRqx.js +16 -0
- package/documentation/KeyboardNavigationSection-BGnlktrj.js +1 -0
- package/{KeyboardNavigationSection-TeJEhNAl.mjs → documentation/KeyboardNavigationSection-Cd0_tM_9.js} +1 -1
- package/{LayoutPrinciplesSection-JNkH11Gf.mjs → documentation/LayoutPrinciplesSection-BiLVZUWB.js} +1 -1
- package/documentation/LayoutPrinciplesSection-Cw3geSSU.js +1 -0
- package/{LayoutTypesSection-DOdsew0H.mjs → documentation/LayoutTypesSection-BmCcA7uZ.js} +1 -1
- package/documentation/LayoutTypesSection-JuEAJpD7.js +1 -0
- package/documentation/LineChartSection-Bh98x9zB.js +21 -0
- package/documentation/LineChartSection-DMwIu5-a.js +130 -0
- package/documentation/ListContainerSection-C2hLnnvb.js +125 -0
- package/documentation/ListContainerSection-CQmmUhTt.js +38 -0
- package/documentation/ListItemSection-DcGQ2O65.js +134 -0
- package/documentation/ListItemSection-DmnK0EWC.js +36 -0
- package/documentation/LiveDemoSection-D4tXR1dN.js +1 -0
- package/{LiveDemoSection-CS5HLe6l.mjs → documentation/LiveDemoSection-rJwhZCYb.js} +1 -1
- package/{LiveDemonstrationsSection-EYb11Zvv.mjs → documentation/LiveDemonstrationsSection-B3OoGiTI.js} +12 -12
- package/{LiveDemonstrationsSection-CP5aPXzg.js → documentation/LiveDemonstrationsSection-gPinOtv1.js} +1 -1
- package/documentation/LivePriceFeedSection-CD630ncd.js +20 -0
- package/documentation/LivePriceFeedSection-DSgN87uI.js +97 -0
- package/documentation/LoaderSection-C2o59OWq.js +22 -0
- package/documentation/LoaderSection-DZ1uAwdN.js +98 -0
- package/documentation/LogoSection-De8Ynlcs.js +100 -0
- package/{LogoSection-CiWXGv0N.mjs → documentation/LogoSection-dqbh0Im9.js} +59 -111
- package/{LucideIconsSection-tkVj8_2g.mjs → documentation/LucideIconsSection-BHzsnkdc.js} +2 -2
- package/documentation/LucideIconsSection-DxzfAVW8.js +1 -0
- package/{MFESupportSection-Dn9acP8Z.mjs → documentation/MFESupportSection-BWJEFrx0.js} +1 -1
- package/{MFESupportSection-aHdgyVxJ.js → documentation/MFESupportSection-Dcban-qc.js} +1 -1
- package/documentation/MenuItemsGuideSection-B7ns2eIP.js +126 -0
- package/{MenuItemsGuideSection-Bbcaz7Qq.mjs → documentation/MenuItemsGuideSection-CYAQbSyQ.js} +1 -1
- package/documentation/ModalSection-C-d_lAT8.js +29 -0
- package/documentation/ModalSection-C_lBwjnQ.js +116 -0
- package/documentation/NFTGridSection-CVtn_SUt.js +19 -0
- package/documentation/NFTGridSection-CsWKHw44.js +117 -0
- package/{NestedRoutesSection-BA_BhCRx.mjs → documentation/NestedRoutesSection-D_bbd0JG.js} +1 -1
- package/{NestedRoutesSection-C8EbKdrd.js → documentation/NestedRoutesSection-pTexdauI.js} +1 -1
- package/documentation/NotificationCardSection-D3UIXmC_.js +28 -0
- package/documentation/NotificationCardSection-DsLRL50j.js +122 -0
- package/documentation/PaginationSection-BXaYbNh1.js +122 -0
- package/documentation/PaginationSection-C2bSDt2F.js +18 -0
- package/documentation/PanelActionCardSection-BDm3oVes.js +28 -0
- package/documentation/PanelActionCardSection-CYJfjVtG.js +106 -0
- package/{PanelCardSection-B871bX17.mjs → documentation/PanelCardSection-NTEJHr8b.js} +14 -48
- package/documentation/PanelCardSection-Z2RQUWyn.js +15 -0
- package/documentation/ParamTabSection-DHux5HXO.js +92 -0
- package/{ParamTabSection-CDuKVp-d.mjs → documentation/ParamTabSection-guQ8aCfG.js} +105 -145
- package/documentation/PieChartSection-Ctpv_sQm.js +91 -0
- package/documentation/PieChartSection-DCd5rWoT.js +19 -0
- package/{PinCodeSection-DIDL-bKc.mjs → documentation/PinCodeSection-BD-IvqDl.js} +8 -104
- package/documentation/PinCodeSection-BT8N9C8F.js +22 -0
- package/documentation/ProgressbarSection-0k92jI5-.js +21 -0
- package/documentation/ProgressbarSection-B_IkBplz.js +144 -0
- package/documentation/RadarChartSection-rlh1Mx6y.js +114 -0
- package/documentation/RadarChartSection-xtNri81K.js +21 -0
- package/documentation/RadioGroupSection-B6Lb9DJI.js +27 -0
- package/documentation/RadioGroupSection-DTXIBYvs.js +192 -0
- package/documentation/RadioSection-BsXiDZ98.js +130 -0
- package/documentation/RadioSection-C1GS5cuC.js +23 -0
- package/{RevealContentSection-BtBQGgOW.mjs → documentation/RevealContentSection-BAIqcjgW.js} +26 -54
- package/documentation/RevealContentSection-DzAyW5_3.js +21 -0
- package/{RouteConfigurationSection-B9FbX-yc.mjs → documentation/RouteConfigurationSection-BJJSsQGy.js} +1 -1
- package/{RouteConfigurationSection-BjLpTMvZ.js → documentation/RouteConfigurationSection-CjEKyhcb.js} +1 -1
- package/{ScrollToTopSection-CCUPxMPa.mjs → documentation/ScrollToTopSection-DkTL1Uzw.js} +44 -95
- package/documentation/ScrollToTopSection-Dpp5zKo8.js +36 -0
- package/documentation/ScrollbarSection-DBb7xv-n.js +105 -0
- package/documentation/ScrollbarSection-DgWHzwSj.js +29 -0
- package/documentation/SelectSection-CFCIpkk9.js +242 -0
- package/documentation/SelectSection-riGB2r-n.js +39 -0
- package/{SettingsPanelSection-B37qv2jK.mjs → documentation/SettingsPanelSection-8GHz0Skb.js} +2 -2
- package/documentation/SettingsPanelSection-BwGt_yfC.js +1 -0
- package/documentation/ShadowsSection-DA19Spgp.js +1 -0
- package/{ShadowsSection-C3DcBcY5.mjs → documentation/ShadowsSection-atJzmD4a.js} +1 -1
- package/documentation/SidebarMenuSection-BTDUb7C_.js +46 -0
- package/{SidebarMenuSection-Cl_wfXqr.mjs → documentation/SidebarMenuSection-DKQOSTpx.js} +9 -69
- package/documentation/SidebarSection-BsCGHss5.js +62 -0
- package/documentation/SidebarSection-CC2ftWvz.js +25 -0
- package/{SizingSection-Vvs1NCZz.mjs → documentation/SizingSection-DuGndhns.js} +1 -1
- package/documentation/SizingSection-Mtr72tp-.js +1 -0
- package/documentation/SkeletonSection-By7tCQ4L.js +52 -0
- package/documentation/SkeletonSection-DvTIosHm.js +204 -0
- package/{SpacingSystemSection-C_0ZSDNk.mjs → documentation/SpacingSystemSection-DJY3DtA0.js} +1 -1
- package/documentation/SpacingSystemSection-W21eHPxd.js +1 -0
- package/{SpinnerSection-DxoqjAzp.mjs → documentation/SpinnerSection-CxqETXkr.js} +18 -45
- package/documentation/SpinnerSection-DM6XfYNN.js +17 -0
- package/{StandaloneAppSection-KTxvQkdo.js → documentation/StandaloneAppSection-B0E2-lHr.js} +1 -1
- package/{StandaloneAppSection-BwwRlqWj.mjs → documentation/StandaloneAppSection-mSP8bRjv.js} +1 -1
- package/documentation/StepperSection-CXs-4m-g.js +146 -0
- package/documentation/StepperSection-DzQ4ZWqb.js +28 -0
- package/documentation/SwitchSection-ComDj4vK.js +152 -0
- package/documentation/SwitchSection-Cw1p4RAV.js +20 -0
- package/documentation/SystemOverviewSection-CB4XUjya.js +1 -0
- package/{SystemOverviewSection-D3W_SpON.mjs → documentation/SystemOverviewSection-DcC2nzWM.js} +1 -1
- package/documentation/TabModalSection-D5DxXCPA.js +51 -0
- package/documentation/TabModalSection-D7kjNL_j.js +160 -0
- package/documentation/TabSection-CLig02Jq.js +84 -0
- package/{TabSection-Vjm9QogR.mjs → documentation/TabSection-L8vvzdZq.js} +82 -142
- package/{TabSelectSection-DKuGHY6b.mjs → documentation/TabSelectSection-C3uSu4Tb.js} +41 -69
- package/documentation/TabSelectSection-DovVypr5.js +100 -0
- package/documentation/TailwindConfigSection-Cae-h3MW.js +19 -0
- package/{TailwindConfigSection-BH8ioMgX.mjs → documentation/TailwindConfigSection-DhBuW-uS.js} +1 -1
- package/{TestingSection-BKbTYqsd.mjs → documentation/TestingSection-Bv6OBqHc.js} +1 -1
- package/documentation/TestingSection-D76WU2E_.js +12 -0
- package/documentation/TextareaSection-BAc73Q3K.js +21 -0
- package/{TextareaSection-COE_iT0W.mjs → documentation/TextareaSection-BXDH8mQI.js} +27 -105
- package/{ThemeArchitectureSection-D8dWZO_Q.mjs → documentation/ThemeArchitectureSection-DEqHdCLa.js} +1 -1
- package/documentation/ThemeArchitectureSection-DFcj4Sf9.js +1 -0
- package/documentation/ThemeConfigurationSection-CmD-wjGZ.js +1 -0
- package/{ThemeConfigurationSection-eifonrlB.mjs → documentation/ThemeConfigurationSection-D299ICxo.js} +1 -1
- package/documentation/ThemeHooksSection-DOm5a7FR.js +1 -0
- package/{ThemeHooksSection-BYmhg3xO.mjs → documentation/ThemeHooksSection-DsAsY2qd.js} +1 -1
- package/{ThemeProviderIntegrationSection-DCnGD4F4.mjs → documentation/ThemeProviderIntegrationSection-1aykNRXQ.js} +1 -1
- package/{ThemeProviderIntegrationSection-YpM0GKJx.js → documentation/ThemeProviderIntegrationSection-D9xmfEve.js} +1 -1
- package/documentation/ThemeProviderRequiredSection-DfNXhp3f.js +1 -0
- package/{ThemeProviderRequiredSection-zYv4GrBp.mjs → documentation/ThemeProviderRequiredSection-sViX_FO7.js} +1 -1
- package/{ThemeProviderSection-CG6ROKoP.mjs → documentation/ThemeProviderSection-BFtuOM3w.js} +1 -1
- package/documentation/ThemeProviderSection-CT5hlFD2.js +1 -0
- package/documentation/ToastSection-DD18GmJl.js +37 -0
- package/{ToastSection-C0_N6VoS.mjs → documentation/ToastSection-DoHzysF9.js} +8 -8
- package/documentation/ToggleBarSection-BpxFr9W6.js +37 -0
- package/documentation/ToggleBarSection-D3BYm7ZV.js +127 -0
- package/documentation/TooltipSection-5th4KA-K.js +186 -0
- package/documentation/TooltipSection-BeW0mvEG.js +62 -0
- package/documentation/TopupButtonSection-C419_R5w.js +24 -0
- package/documentation/TopupButtonSection-Cw92WCuk.js +100 -0
- package/documentation/TransactionInfoSection-CF0j2oxc.js +16 -0
- package/documentation/TransactionInfoSection-cKwmQpgL.js +65 -0
- package/documentation/TucuUiLogoSection-BuasEv--.js +26 -0
- package/{TucuUiLogoSection-DKvsi70K.mjs → documentation/TucuUiLogoSection-NYK0oUdj.js} +18 -51
- package/documentation/TypographySection-02IMtWN4.js +144 -0
- package/{TypographySection-BOk8SfCz.mjs → documentation/TypographySection-CjGIv22g.js} +1 -1
- package/documentation/TypographySection-CpjtNAfZ.js +32 -0
- package/documentation/TypographySection-uhboa1b_.js +1 -0
- package/{UsageExamplesSection-JpH1ZsJd.mjs → documentation/UsageExamplesSection-BO_K1AHD.js} +1 -1
- package/{UsageExamplesSection-relnO7-Z.js → documentation/UsageExamplesSection-BmWz_idr.js} +1 -1
- package/{UsingThemeSystemSection-BJuOT6-w.mjs → documentation/UsingThemeSystemSection-Dd8ZQrUl.js} +1 -1
- package/{UsingThemeSystemSection-B2fO1JsG.js → documentation/UsingThemeSystemSection-bYxrH_-c.js} +1 -1
- package/{ValidationSystemSection-CjHwm2jX.js → documentation/ValidationSystemSection-CBfiMPsL.js} +1 -1
- package/{ValidationSystemSection-DE2P4pwz.mjs → documentation/ValidationSystemSection-Cvyf6j2T.js} +1 -1
- package/documentation/WCAGPrinciplesSection-DAOi68Jt.js +1 -0
- package/{WCAGPrinciplesSection-DtgaO2Ff.mjs → documentation/WCAGPrinciplesSection-DmeJUV8c.js} +1 -1
- package/hooks/use-scrollable-slider.d.ts +3 -3
- package/{index-HwvOEWI7.mjs → index-B6CStnMG.js} +48825 -34212
- package/index-QnI4b7wS.js +1137 -0
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.mjs +346 -322
- package/package.json +3 -9
- package/themes/hooks/use-theme.d.ts +12 -56
- package/themes/router/components/standalone-app-routes-provider.d.ts +2 -0
- package/APIReferenceSection-DF3LCCD1.js +0 -1
- package/ActiveLinkSection-C2PP3Dyu.js +0 -22
- package/ActiveLinkSection-Dzpmkfhm.mjs +0 -120
- package/AdvancedColorSystemSection-8NfaB6r1.js +0 -17
- package/AdvancedFeaturesSection-DPK2To5I.js +0 -1
- package/AdvancedFeaturesSection-De9GDStL.js +0 -1
- package/AnchorLinkSection-BTuB_YBa.js +0 -19
- package/AnchorLinkSection-CCkTECg0.mjs +0 -94
- package/ArchitecturalPatternsComparisonSection-B5COBP19.js +0 -31
- package/ArchitectureOverviewSection-BQKgZIBU.js +0 -1
- package/AuthorCardSection-C0dYJSA1.js +0 -17
- package/AuthorCardSection-CG40iNxW.mjs +0 -110
- package/AvatarSection-BTMM6CPN.mjs +0 -137
- package/AvatarSection-MnUb7ZXH.js +0 -18
- package/BadgeSection-5feW_z0m.js +0 -48
- package/BasicTableSection-ej1eiWQz.mjs +0 -169
- package/BasicTableSection-xPn-5tii.js +0 -35
- package/BestPracticesSection-BHWoZvr5.js +0 -1
- package/BestPracticesSection-BT37TMGe.js +0 -1
- package/BestPracticesSection-BuqjVn61.js +0 -1
- package/BestPracticesSection-BwQfJOxT.js +0 -1
- package/BestPracticesSection-CqQDeICs.js +0 -1
- package/BestPracticesSection-DWslPqP2.js +0 -1
- package/BestPracticesSection-Dq3ZfFtY.js +0 -1
- package/BorderRadiusSection-D4aIov-Q.js +0 -1
- package/ButtonDripSection-B2OYDs-g.mjs +0 -99
- package/ButtonDripSection-BP9_mXYh.js +0 -12
- package/ButtonLoaderSection-7LI8Ipla.js +0 -30
- package/CardContainerSection-B0PngoTv.js +0 -21
- package/CardContainerSection-BR0nQ-m-.mjs +0 -99
- package/CardTitleSection-BwS-h9Sv.js +0 -19
- package/CardTitleSection-DmdscTs-.mjs +0 -113
- package/CarouselCardsSection-CiwhRtT2.mjs +0 -207
- package/CarouselCardsSection-DIAqv3av.js +0 -37
- package/CarouselImageSection-B-ErH8F4.js +0 -38
- package/CarouselImageSection-CjLoZibg.mjs +0 -218
- package/CarouselSection-CB52BRrB.js +0 -24
- package/CarouselSection-DTkAozR4.mjs +0 -159
- package/CheckboxSection-BqVq2KM2.js +0 -26
- package/CoinCardSection-B-Ge5sAn.js +0 -13
- package/CoinInfoCardSection-C31PQ3bp.js +0 -12
- package/CoinInfoCardSection-qFJPBj7d.mjs +0 -174
- package/CoinListBoxSection-CM2hUpHv.js +0 -24
- package/CoinListBoxSection-Dhzn_GpU.mjs +0 -219
- package/CollapseSection-BNmmPgyq.js +0 -27
- package/CollectionCardSection-BUnxheYB.mjs +0 -103
- package/CollectionCardSection-CDX3K_hS.js +0 -17
- package/CollectionSelectListSection-BBhwVYHo.mjs +0 -102
- package/CollectionSelectListSection-CDi6hp8v.js +0 -14
- package/ColorCustomizationSection-B-bUSAJ0.js +0 -1
- package/ColorSystemSection-K2zgxmJy.js +0 -1
- package/CommonErrorsSection-BrMGAma1.js +0 -1
- package/ComponentAnatomySection-DbaNcJeJ.js +0 -1
- package/ComponentStatusSection-zM1sy0yl.js +0 -1
- package/CurrencySwapIconsSection-B8dwSBG9.js +0 -7
- package/CurrencySwapIconsSection-BzuK85V_.mjs +0 -92
- package/CustomIconsSection-C8eB4pR6.js +0 -3
- package/DefiAppLogoSection-Drk-a_Ma.js +0 -36
- package/DesignPrinciplesSection-DdxTvVbZ.js +0 -1
- package/DrawerSection-BxPeS4m6.js +0 -41
- package/DrawerSection-DjS8SGBf.mjs +0 -188
- package/FileInputSection-BQXToQMH.js +0 -65
- package/FormComponentsSection-_y9uIqWT.js +0 -1
- package/HamburgerSection-CddGkkvx.js +0 -18
- package/HamburgerSection-v1NZnz0U.mjs +0 -108
- package/HookCategoriesSection-DKqqeSQ9.js +0 -1
- package/HookFeaturesSection-CJa84RjB.js +0 -1
- package/IconArchitectureSection-VZ0XfWpq.js +0 -1
- package/IconSizingGuideSection-BRM-oiM5.js +0 -1
- package/IconSystemAPISection-DzCBJPL0.js +0 -1
- package/IconSystemBenefitsSection-CDX-jXus.js +0 -1
- package/ImageSection-B8kYkUY-.mjs +0 -612
- package/ImageSection-CW01AmUK.js +0 -80
- package/ImplementationGuidelinesSection-CrmCO0ar.js +0 -1
- package/ImplementationStatusSection-BzZZNjVN.js +0 -1
- package/ImplementedFeaturesSection-C8ZcF-n1.js +0 -1
- package/InputSearcherSection-Cz_TpQw_.js +0 -32
- package/InputSection-DMpbHqfq.mjs +0 -265
- package/InputSection-DY5rY39C.js +0 -37
- package/KeyboardNavigationSection-BR-828Id.js +0 -1
- package/LayoutPrinciplesSection-DZPMQ6js.js +0 -1
- package/LayoutTypesSection-BKj6ULJR.js +0 -1
- package/ListContainerSection-D6JcQxtm.mjs +0 -191
- package/ListContainerSection-fLuB70GD.js +0 -38
- package/ListItemSection-C9RJbdyS.mjs +0 -191
- package/ListItemSection-C__vIdDy.js +0 -36
- package/LiveDemoSection-B1LQT5SO.js +0 -1
- package/LivePriceFeedSection-BcGUAKqZ.js +0 -20
- package/LivePriceFeedSection-BxqCzUcr.mjs +0 -187
- package/LoaderSection-D67mOHL-.mjs +0 -143
- package/LoaderSection-DSK6opoR.js +0 -22
- package/LogoSection-C8vr1igX.js +0 -100
- package/LucideIconsSection-BPElcsAJ.js +0 -1
- package/MenuItemsGuideSection-C7bXy-ZF.js +0 -126
- package/ModalSection-BMri9S17.js +0 -29
- package/ModalSection-C8SbNNiU.mjs +0 -158
- package/NFTGridSection-DuyG1cAr.js +0 -11
- package/NFTGridSection-SVR5jWEu.mjs +0 -122
- package/NotificationCardSection-PmY-KH6P.js +0 -28
- package/NotificationCardSection-roBjfTMH.mjs +0 -153
- package/PanelActionCardSection-De2IwJLg.js +0 -28
- package/PanelActionCardSection-Gg3BzbkY.mjs +0 -138
- package/PanelCardSection-D2CZs3aF.js +0 -15
- package/ParamTabSection-Cr8IrxB2.js +0 -92
- package/PinCodeSection-DB-gWXLA.js +0 -22
- package/ProgressbarSection-C5t1kBbY.js +0 -21
- package/ProgressbarSection-DYuWxDLA.mjs +0 -195
- package/RadioGroupSection-CJksjBGG.mjs +0 -288
- package/RadioGroupSection-CiKWrbD_.js +0 -27
- package/RadioSection-BDBXfHoi.mjs +0 -208
- package/RadioSection-COMubSGY.js +0 -23
- package/RevealContentSection-BEkgR-zt.js +0 -21
- package/ScrollToTopSection-Dedqd6br.js +0 -36
- package/ScrollbarSection-D18rm1b8.mjs +0 -146
- package/ScrollbarSection-DHxP5lpp.js +0 -29
- package/SelectSection-3wmWG-An.js +0 -20
- package/SelectSection-urzkAM8s.mjs +0 -275
- package/SettingsPanelSection-C9XctGHU.js +0 -1
- package/ShadowsSection-CUPbact4.js +0 -1
- package/SidebarMenuSection-C2RKvKxs.js +0 -46
- package/SidebarSection-D0TPtJDX.mjs +0 -122
- package/SidebarSection-DJryxLPX.js +0 -25
- package/SizingSection-B0vpzcav.js +0 -1
- package/SkeletonSection-BkDHHL5z.mjs +0 -259
- package/SkeletonSection-kVHtbqxx.js +0 -52
- package/SpacingSystemSection-CXC18NNv.js +0 -1
- package/SpinnerSection-CM21SX2O.js +0 -17
- package/SwitchSection-BAjoJW0o.mjs +0 -230
- package/SwitchSection-CJE0OQIF.js +0 -20
- package/SystemOverviewSection-CtSNQNxN.js +0 -1
- package/TabSection-Zh4ojYBN.js +0 -84
- package/TabSelectSection-BxcR0V5f.js +0 -100
- package/TailwindConfigSection-flFiObUb.js +0 -19
- package/TestingSection-B_VmIqDt.js +0 -12
- package/TextareaSection-L4Iz1VBt.js +0 -21
- package/ThemeArchitectureSection-BIyvDIpO.js +0 -1
- package/ThemeConfigurationSection-CyGtw0pJ.js +0 -1
- package/ThemeHooksSection-CLtiAo9Q.js +0 -1
- package/ThemeProviderRequiredSection-DUgte7Zx.js +0 -1
- package/ThemeProviderSection-CzyXAnLZ.js +0 -1
- package/ToastSection-8CptTtXd.js +0 -37
- package/ToggleBarSection-B5Twh8vM.mjs +0 -187
- package/ToggleBarSection-DB11j5rL.js +0 -37
- package/TopupButtonSection-CDh_iG83.js +0 -24
- package/TopupButtonSection-xr9SjnVl.mjs +0 -145
- package/TransactionInfoSection-DNX6oC4R.js +0 -16
- package/TransactionInfoSection-qS4JzmkY.mjs +0 -113
- package/TucuUiLogoSection-BRCr-qmP.js +0 -26
- package/TypographySection-C1AxP9j_.mjs +0 -129
- package/TypographySection-CvRzp8kB.js +0 -1
- package/TypographySection-DCE6bcqs.js +0 -24
- package/WCAGPrinciplesSection-BIHuGKLI.js +0 -1
- package/collection-1-BIsLOX9N.js +0 -1
- package/index-BOfUOCHe.js +0 -920
- package/storybook/components/StoryContainer.d.ts +0 -6
- package/storybook/components/pages/Accessibility.d.ts +0 -1
- package/storybook/components/pages/Introduction.d.ts +0 -1
- package/storybook/hooks/useDummy.d.ts +0 -34
- /package/{1-Df9CGZha.mjs → 1-Df9CGZha.js} +0 -0
- /package/{tether-DaYvmdAU.mjs → tether-DaYvmdAU.js} +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("react"),o=require("../index-QnI4b7wS.js"),s=require("lucide-react");require("react-router-dom");require("react-dom");const h=()=>{const[m,t]=d.useState(null),r=[{category:"Blockchain & Crypto",description:"Cryptocurrency and blockchain-related icons",icon:e.jsx(s.Coins,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),color:"from-yellow-500 via-orange-500 to-amber-500",icons:[{name:"Bitcoin",component:e.jsx(o.Bitcoin,{className:"w-6 h-6"})},{name:"Ethereum",component:e.jsx(o.Ethereum,{className:"w-6 h-6"})},{name:"Bnb",component:e.jsx(o.Bnb,{className:"w-6 h-6"})},{name:"Cardano",component:e.jsx(o.Cardano,{className:"w-6 h-6"})},{name:"Tether",component:e.jsx(o.Tether,{className:"w-6 h-6"})},{name:"Usdc",component:e.jsx(o.Usdc,{className:"w-6 h-6"})},{name:"Doge",component:e.jsx(o.Doge,{className:"w-6 h-6"})},{name:"Flow",component:e.jsx(o.Flow,{className:"w-6 h-6"})}]},{category:"Layout Controls",description:"Icons for layout switching and navigation",icon:e.jsx(s.Layout,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),color:"from-blue-500 via-indigo-500 to-purple-500",icons:[{name:"ClassicLayoutIcon",component:e.jsx(o.ClassicLayoutIcon,{className:"w-6 h-6"})},{name:"MinimalLayoutIcon",component:e.jsx(o.MinimalLayoutIcon,{className:"w-6 h-6"})},{name:"ModernLayoutIcon",component:e.jsx(o.ModernLayoutIcon,{className:"w-6 h-6"})},{name:"RetroLayoutIcon",component:e.jsx(o.RetroLayoutIcon,{className:"w-6 h-6"})}]},{category:"Social Brands",description:"Social media platform icons",icon:e.jsx(s.Share2,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),color:"from-pink-500 via-rose-500 to-red-500",icons:[{name:"Github",component:e.jsx(o.Github,{className:"w-6 h-6"})},{name:"Twitter",component:e.jsx(o.Twitter,{className:"w-6 h-6"})},{name:"Facebook",component:e.jsx(o.Facebook,{className:"w-6 h-6"})},{name:"Instagram",component:e.jsx(o.Instagram,{className:"w-6 h-6"})},{name:"Telegram",component:e.jsx(o.Telegram,{className:"w-6 h-6"})}]},{category:"UI Elements",description:"Common UI and interface icons",icon:e.jsx(s.Component,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),color:"from-green-500 via-emerald-500 to-teal-500",icons:[{name:"Tucu",component:e.jsx(o.Tucu,{className:"w-6 h-6"})},{name:"HomeIcon",component:e.jsx(o.HomeIcon,{className:"w-6 h-6"})},{name:"SearchIcon",component:e.jsx(o.SearchIcon,{className:"w-6 h-6"})},{name:"Sun",component:e.jsx(o.Sun,{className:"w-6 h-6"})},{name:"Moon",component:e.jsx(o.Moon,{className:"w-6 h-6"})},{name:"Check",component:e.jsx(o.Check,{className:"w-6 h-6"})},{name:"Close",component:e.jsx(o.Close,{className:"w-6 h-6"})},{name:"Plus",component:e.jsx(o.Plus,{className:"w-6 h-6"})},{name:"Star",component:e.jsx(o.Star,{className:"w-6 h-6"})},{name:"StarFill",component:e.jsx(o.StarFill,{className:"w-6 h-6"})},{name:"Verified",component:e.jsx(o.Verified,{className:"w-6 h-6"})},{name:"Warning",component:e.jsx(o.Warning,{className:"w-6 h-6"})},{name:"InfoCircle",component:e.jsx(o.InfoCircle,{className:"w-6 h-6"})},{name:"DocumentIcon",component:e.jsx(o.DocumentIcon,{className:"w-6 h-6"})},{name:"BookIcon",component:e.jsx(o.BookIcon,{className:"w-6 h-6"})},{name:"PlayIcon",component:e.jsx(o.PlayIcon,{className:"w-6 h-6"})},{name:"ProfileIcon",component:e.jsx(o.ProfileIcon,{className:"w-6 h-6"})},{name:"EyeIcon",component:e.jsx(o.EyeIcon,{className:"w-6 h-6"})},{name:"EyeSlashIcon",component:e.jsx(o.EyeSlashIcon,{className:"w-6 h-6"})},{name:"LockIcon",component:e.jsx(o.LockIcon,{className:"w-6 h-6"})},{name:"Unlocked",component:e.jsx(o.Unlocked,{className:"w-6 h-6"})}]}],l=a=>{const c=`import { ${a} } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
<${a} className="w-6 h-6" />`;navigator.clipboard.writeText(c),t(a),setTimeout(()=>t(null),2e3)};return e.jsxs("div",{className:"space-y-8",children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(o.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"Custom Tucu Icons"}),e.jsx(o.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"98+ custom-designed icons organized by category"})]}),e.jsx("div",{className:"space-y-8",children:r.map((a,c)=>e.jsx(o.CardContainer,{className:"overflow-hidden",children:e.jsx(o.CardTitle,{title:a.category,className:"mt-2 mb-2",children:e.jsxs("div",{className:"w-full space-y-6 p-4 sm:p-6",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("div",{className:`p-2 rounded-lg bg-linear-to-br ${a.color} shadow-lg`,children:a.icon}),e.jsxs("div",{children:[e.jsx(o.Typography,{tag:"h3",className:"text-xl font-semibold",children:a.category}),e.jsx(o.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:a.description})]})]}),e.jsx("div",{className:"grid grid-cols-4 sm:grid-cols-6 md:grid-cols-8 gap-4",children:a.icons.map((n,i)=>e.jsxs("div",{className:"flex flex-col items-center gap-2 p-3 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors cursor-pointer group relative",onClick:()=>l(n.name),title:`Click to copy: ${n.name}`,children:[e.jsx("div",{className:"text-gray-700 dark:text-gray-300 group-hover:text-brand transition-colors",children:n.component}),e.jsx(o.Typography,{tag:"span",className:"text-xs text-center text-gray-500 dark:text-gray-400",children:n.name}),m===n.name&&e.jsx("div",{className:"absolute -top-8 left-1/2 transform -translate-x-1/2 px-2 py-1 bg-green-500 text-white text-xs rounded whitespace-nowrap z-10",children:"Copied!"})]},i))})]})})},c))})]})};exports.default=h;
|
|
@@ -0,0 +1,36 @@
|
|
|
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 l=()=>{const a=[{key:"prop",label:"Prop",render:i=>e.jsx("code",{className:"text-xs text-brand",children:String(i)})},{key:"type",label:"Type",render:i=>e.jsx("code",{className:"text-xs",children:String(i)})},{key:"default",label:"Default",render:i=>{const t=String(i);return t==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:t})}},{key:"description",label:"Description"}],r=[{prop:"...SVGAttributes",type:"React.SVGAttributes<SVGElement>",default:"-",description:"All standard SVG attributes are supported"}];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:"DefiAppLogo"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"An animated brain-inspired logo component designed for DeFi applications, featuring pulsing nodes and signal flows that represent financial data processing."})]}),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:"Default Animated Logo"}),e.jsx("div",{className:"flex items-center justify-center",children:e.jsx(s.DefiAppLogo,{width:100,height:100})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Different Sizes"}),e.jsxs("div",{className:"flex items-center gap-4 flex-wrap justify-center",children:[e.jsx(s.DefiAppLogo,{width:60,height:60}),e.jsx(s.DefiAppLogo,{width:100,height:100}),e.jsx(s.DefiAppLogo,{width:150,height:150})]})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"With Custom Classes"}),e.jsx("div",{className:"flex items-center justify-center",children:e.jsx(s.DefiAppLogo,{width:120,height:120,className:"opacity-90 hover:opacity-100 transition-opacity"})})]})]})})})}),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:a,data:r})})})}),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 { DefiAppLogo } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
// Basic usage
|
|
4
|
+
<DefiAppLogo width={100} height={100} />
|
|
5
|
+
|
|
6
|
+
// Different sizes
|
|
7
|
+
<DefiAppLogo width={60} height={60} />
|
|
8
|
+
<DefiAppLogo width={100} height={100} />
|
|
9
|
+
<DefiAppLogo width={150} height={150} />
|
|
10
|
+
|
|
11
|
+
// With custom classes
|
|
12
|
+
<DefiAppLogo
|
|
13
|
+
width={120}
|
|
14
|
+
height={120}
|
|
15
|
+
className="opacity-90 hover:opacity-100 transition-opacity"
|
|
16
|
+
/>
|
|
17
|
+
|
|
18
|
+
// With SVG attributes
|
|
19
|
+
<DefiAppLogo
|
|
20
|
+
width={80}
|
|
21
|
+
height={80}
|
|
22
|
+
className="custom-class"
|
|
23
|
+
viewBox="0 0 100 100"
|
|
24
|
+
/>
|
|
25
|
+
|
|
26
|
+
// Perfect for DeFi applications
|
|
27
|
+
<div className="flex items-center gap-2">
|
|
28
|
+
<DefiAppLogo width={40} height={40} />
|
|
29
|
+
<span>My DeFi App</span>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
// Features:
|
|
33
|
+
// - Animated pulsing nodes
|
|
34
|
+
// - Signal flow animations
|
|
35
|
+
// - Gradient colors (blue, purple, pink)
|
|
36
|
+
// - Perfect for financial/blockchain apps`})})})})]})};exports.default=l;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as s, C as a, a as r,
|
|
2
|
+
import { T as s, C as a, a as r, af as l, q as n, c as p } from "../index-B6CStnMG.js";
|
|
3
3
|
import "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
package/{DesignPrinciplesSection-BSGshMjS.mjs → documentation/DesignPrinciplesSection-C-qZ5KCo.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as a, C as o } from "
|
|
2
|
+
import { T as a, C as o } from "../index-B6CStnMG.js";
|
|
3
3
|
import { CheckCircle as s, Minimize2 as l, Layers as n, Eye 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"),s=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(i.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"Design Principles"}),e.jsx(i.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Core principles that guide our design decisions and ensure consistency"})]}),e.jsx("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-4 sm:gap-6",children:[{title:"Consistency",description:"Unified visual language and interaction patterns across all components.",icon:e.jsx(s.CheckCircle,{className:"h-6 w-6 text-white filter drop-shadow-sm"}),color:"from-emerald-500 via-green-500 to-teal-500"},{title:"Simplicity",description:"Clean, intuitive interfaces that reduce cognitive load.",icon:e.jsx(s.Minimize2,{className:"h-6 w-6 text-white filter drop-shadow-sm"}),color:"from-blue-500 via-cyan-500 to-sky-500"},{title:"Flexibility",description:"Adaptable components that work across different contexts.",icon:e.jsx(s.Layers,{className:"h-6 w-6 text-white filter drop-shadow-sm"}),color:"from-purple-500 via-violet-500 to-indigo-500"},{title:"Accessibility",description:"Inclusive design that works for everyone.",icon:e.jsx(s.Eye,{className:"h-6 w-6 text-white filter drop-shadow-sm"}),color:"from-orange-500 via-amber-500 to-yellow-500"}].map(t=>e.jsx(i.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",children:e.jsxs("div",{className:"w-full space-y-4 p-2 sm:p-2",children:[e.jsxs("div",{className:"flex items-center gap-4",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 hover:shadow-xl`,children:t.icon}),e.jsx(i.Typography,{tag:"h3",className:"font-semibold text-lg group-hover:text-primary transition-colors duration-300",children:t.title})]}),e.jsx(i.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 leading-relaxed",children:t.description})]})},t.title))})]});exports.default=r;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),r=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react-dom");const o=()=>{const[s,t]=i.useState(!1),[l,a]=i.useState("sidebar");return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(r.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"Drawer"}),e.jsx(r.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A drawer component that slides in from the side, supporting both simple sidebar and sidebar-menu variants."})]}),e.jsx(r.CardContainer,{className:"overflow-hidden",children:e.jsx(r.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(r.CardContainer,{className:"p-4",children:[e.jsx(r.Typography,{tag:"h5",className:"mb-3",children:"Sidebar Drawer"}),e.jsx(r.Button,{onClick:()=>{a("sidebar"),t(!0)},children:"Open Sidebar"}),e.jsx(r.Drawer,{isOpen:s,setIsOpen:t,type:"sidebar",title:"Sidebar Title",children:e.jsx(r.Typography,{tag:"p",children:"Sidebar content goes here"})})]}),e.jsxs(r.CardContainer,{className:"p-4",children:[e.jsx(r.Typography,{tag:"h5",className:"mb-3",children:"Right Position"}),e.jsx(r.Button,{onClick:()=>{a("sidebar"),t(!0)},children:"Open Right Drawer"}),e.jsx(r.Drawer,{isOpen:s,setIsOpen:t,type:"sidebar",position:"right",title:"Right Drawer",children:e.jsx(r.Typography,{tag:"p",children:"Content on the right"})})]})]})})})}),e.jsx(r.PropPlayground,{componentName:"Drawer",defaultValues:{isOpen:s,setIsOpen:t,position:"left",backdrop:!0},excludeProps:["setIsOpen","onClose","actionContent","logo","menuItems","type"],children:n=>e.jsx("div",{style:{position:"relative",height:300,overflow:"hidden"},children:e.jsx(r.Drawer,{...n,setIsOpen:t,isOpen:s,title:"Drawer Preview",children:e.jsx("p",{className:"text-sm p-4",children:"Drawer content"})})})}),e.jsx(r.AutoPropsTable,{componentName:"Drawer"}),e.jsx(r.CardContainer,{className:"overflow-hidden",children:e.jsx(r.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(r.CodeBlock,{language:"tsx",code:`import { Drawer, Button } from '@e-burgos/tucu-ui';
|
|
2
|
+
import { useState } from 'react';
|
|
3
|
+
|
|
4
|
+
function MyComponent() {
|
|
5
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
6
|
+
|
|
7
|
+
return (
|
|
8
|
+
<>
|
|
9
|
+
<Button onClick={() => setIsOpen(true)}>Open Drawer</Button>
|
|
10
|
+
<Drawer
|
|
11
|
+
isOpen={isOpen}
|
|
12
|
+
setIsOpen={setIsOpen}
|
|
13
|
+
type="sidebar"
|
|
14
|
+
title="Drawer Title"
|
|
15
|
+
>
|
|
16
|
+
<div>Drawer content</div>
|
|
17
|
+
</Drawer>
|
|
18
|
+
</>
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// Right position
|
|
23
|
+
<Drawer
|
|
24
|
+
isOpen={isOpen}
|
|
25
|
+
setIsOpen={setIsOpen}
|
|
26
|
+
type="sidebar"
|
|
27
|
+
position="right"
|
|
28
|
+
title="Right Drawer"
|
|
29
|
+
>
|
|
30
|
+
<div>Content</div>
|
|
31
|
+
</Drawer>
|
|
32
|
+
|
|
33
|
+
// Without backdrop
|
|
34
|
+
<Drawer
|
|
35
|
+
isOpen={isOpen}
|
|
36
|
+
setIsOpen={setIsOpen}
|
|
37
|
+
type="sidebar"
|
|
38
|
+
backdrop={false}
|
|
39
|
+
>
|
|
40
|
+
<div>Content</div>
|
|
41
|
+
</Drawer>`})})})})]})};exports.default=o;
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { jsxs as a, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useState as l } from "react";
|
|
3
|
+
import { T as r, C as i, a as d, y as p, a4 as n, P as h, A as u, c as w } from "../index-B6CStnMG.js";
|
|
4
|
+
import "lucide-react";
|
|
5
|
+
import "react-router-dom";
|
|
6
|
+
import "react-dom";
|
|
7
|
+
const v = () => {
|
|
8
|
+
const [s, t] = l(!1), [g, o] = l(
|
|
9
|
+
"sidebar"
|
|
10
|
+
);
|
|
11
|
+
return /* @__PURE__ */ a(m, { children: [
|
|
12
|
+
/* @__PURE__ */ a("div", { className: "text-center space-y-4", children: [
|
|
13
|
+
/* @__PURE__ */ e(r, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "Drawer" }),
|
|
14
|
+
/* @__PURE__ */ e(
|
|
15
|
+
r,
|
|
16
|
+
{
|
|
17
|
+
tag: "p",
|
|
18
|
+
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
19
|
+
children: "A drawer component that slides in from the side, supporting both simple sidebar and sidebar-menu variants."
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(d, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ a("div", { className: "space-y-4", children: [
|
|
24
|
+
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
25
|
+
/* @__PURE__ */ e(r, { tag: "h5", className: "mb-3", children: "Sidebar Drawer" }),
|
|
26
|
+
/* @__PURE__ */ e(
|
|
27
|
+
p,
|
|
28
|
+
{
|
|
29
|
+
onClick: () => {
|
|
30
|
+
o("sidebar"), t(!0);
|
|
31
|
+
},
|
|
32
|
+
children: "Open Sidebar"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ e(
|
|
36
|
+
n,
|
|
37
|
+
{
|
|
38
|
+
isOpen: s,
|
|
39
|
+
setIsOpen: t,
|
|
40
|
+
type: "sidebar",
|
|
41
|
+
title: "Sidebar Title",
|
|
42
|
+
children: /* @__PURE__ */ e(r, { tag: "p", children: "Sidebar content goes here" })
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] }),
|
|
46
|
+
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
47
|
+
/* @__PURE__ */ e(r, { tag: "h5", className: "mb-3", children: "Right Position" }),
|
|
48
|
+
/* @__PURE__ */ e(
|
|
49
|
+
p,
|
|
50
|
+
{
|
|
51
|
+
onClick: () => {
|
|
52
|
+
o("sidebar"), t(!0);
|
|
53
|
+
},
|
|
54
|
+
children: "Open Right Drawer"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ e(
|
|
58
|
+
n,
|
|
59
|
+
{
|
|
60
|
+
isOpen: s,
|
|
61
|
+
setIsOpen: t,
|
|
62
|
+
type: "sidebar",
|
|
63
|
+
position: "right",
|
|
64
|
+
title: "Right Drawer",
|
|
65
|
+
children: /* @__PURE__ */ e(r, { tag: "p", children: "Content on the right" })
|
|
66
|
+
}
|
|
67
|
+
)
|
|
68
|
+
] })
|
|
69
|
+
] }) }) }) }),
|
|
70
|
+
/* @__PURE__ */ e(
|
|
71
|
+
h,
|
|
72
|
+
{
|
|
73
|
+
componentName: "Drawer",
|
|
74
|
+
defaultValues: {
|
|
75
|
+
isOpen: s,
|
|
76
|
+
setIsOpen: t,
|
|
77
|
+
position: "left",
|
|
78
|
+
backdrop: !0
|
|
79
|
+
},
|
|
80
|
+
excludeProps: [
|
|
81
|
+
"setIsOpen",
|
|
82
|
+
"onClose",
|
|
83
|
+
"actionContent",
|
|
84
|
+
"logo",
|
|
85
|
+
"menuItems",
|
|
86
|
+
"type"
|
|
87
|
+
],
|
|
88
|
+
children: (c) => /* @__PURE__ */ e(
|
|
89
|
+
"div",
|
|
90
|
+
{
|
|
91
|
+
style: { position: "relative", height: 300, overflow: "hidden" },
|
|
92
|
+
children: /* @__PURE__ */ e(
|
|
93
|
+
n,
|
|
94
|
+
{
|
|
95
|
+
...c,
|
|
96
|
+
setIsOpen: t,
|
|
97
|
+
isOpen: s,
|
|
98
|
+
title: "Drawer Preview",
|
|
99
|
+
children: /* @__PURE__ */ e("p", { className: "text-sm p-4", children: "Drawer content" })
|
|
100
|
+
}
|
|
101
|
+
)
|
|
102
|
+
}
|
|
103
|
+
)
|
|
104
|
+
}
|
|
105
|
+
),
|
|
106
|
+
/* @__PURE__ */ e(u, { componentName: "Drawer" }),
|
|
107
|
+
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(d, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
108
|
+
w,
|
|
109
|
+
{
|
|
110
|
+
language: "tsx",
|
|
111
|
+
code: `import { Drawer, Button } from '@e-burgos/tucu-ui';
|
|
112
|
+
import { useState } from 'react';
|
|
113
|
+
|
|
114
|
+
function MyComponent() {
|
|
115
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
116
|
+
|
|
117
|
+
return (
|
|
118
|
+
<>
|
|
119
|
+
<Button onClick={() => setIsOpen(true)}>Open Drawer</Button>
|
|
120
|
+
<Drawer
|
|
121
|
+
isOpen={isOpen}
|
|
122
|
+
setIsOpen={setIsOpen}
|
|
123
|
+
type="sidebar"
|
|
124
|
+
title="Drawer Title"
|
|
125
|
+
>
|
|
126
|
+
<div>Drawer content</div>
|
|
127
|
+
</Drawer>
|
|
128
|
+
</>
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// Right position
|
|
133
|
+
<Drawer
|
|
134
|
+
isOpen={isOpen}
|
|
135
|
+
setIsOpen={setIsOpen}
|
|
136
|
+
type="sidebar"
|
|
137
|
+
position="right"
|
|
138
|
+
title="Right Drawer"
|
|
139
|
+
>
|
|
140
|
+
<div>Content</div>
|
|
141
|
+
</Drawer>
|
|
142
|
+
|
|
143
|
+
// Without backdrop
|
|
144
|
+
<Drawer
|
|
145
|
+
isOpen={isOpen}
|
|
146
|
+
setIsOpen={setIsOpen}
|
|
147
|
+
type="sidebar"
|
|
148
|
+
backdrop={false}
|
|
149
|
+
>
|
|
150
|
+
<div>Content</div>
|
|
151
|
+
</Drawer>`
|
|
152
|
+
}
|
|
153
|
+
) }) }) })
|
|
154
|
+
] });
|
|
155
|
+
};
|
|
156
|
+
export {
|
|
157
|
+
v as default
|
|
158
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../index-QnI4b7wS.js"),a=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const o=()=>e.jsx("div",{className:"space-y-8",children:e.jsx(s.CardContainer,{children:e.jsx(s.CardTitle,{title:"Dynamic & Conditional Routes",className:"mt-2 mb-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"Create dynamic routing based on user permissions, feature flags, or application state."}),e.jsx(s.CodeBlock,{language:"tsx",code:`import { useMemo } from 'react';
|
|
2
2
|
|
|
3
3
|
export const useMenuItems = () => {
|
|
4
4
|
const { userRole, featureFlags } = useAppState();
|
package/{DynamicRoutesSection-CCuRhQAn.mjs → documentation/DynamicRoutesSection-DAQlCst_.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
2
|
-
import { C as r, a as n, T as s, c as i } from "
|
|
2
|
+
import { C as r, a as n, T as s, c as i } from "../index-B6CStnMG.js";
|
|
3
3
|
import { Shield as m, Flag as d, Database as c } from "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const p=()=>{const s=[{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 t=String(a);return t==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:t})}},{key:"description",label:"Description"}],i=[{prop:"accept",type:"'img' | 'pdf' | 'csvAndExcel' | 'imgAndPdf' | 'all'",default:"undefined (accepts all)",description:'File types to accept. If not provided or set to "all", accepts any file type'},{prop:"multiple",type:"boolean",default:"false",description:"Allow multiple file selection"},{prop:"disabled",type:"boolean",default:"false",description:"Disables the upload component"},{prop:"label",type:"React.ReactNode",default:"'CHOOSE FILE'",description:"Button label text"},{prop:"placeholderText",type:"React.ReactNode",default:"'PNG, GIF, WEBP, MP4 or MP3. Max 100mb.'",description:"Placeholder text displayed in the upload area"},{prop:"children",type:"React.ReactNode",default:"-",description:"Custom content to display in the upload area"},{prop:"wrapperClassName",type:"string",default:"-",description:"Custom CSS classes for the wrapper container"},{prop:"className",type:"string",default:"-",description:"Custom CSS classes for the input element"},{prop:"labelClassName",type:"string",default:"-",description:"Custom CSS classes for the label/button"},{prop:"containerClassName",type:"string",default:"-",description:"Custom CSS classes for the container element"},{prop:"containerProps",type:"React.HTMLAttributes<HTMLDivElement>",default:"-",description:"Additional props to pass to the container element"},{prop:"additionalInputProps",type:"React.InputHTMLAttributes<HTMLInputElement>",default:"-",description:"Additional props to pass to the input element"}];return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(l.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"FileInput"}),e.jsx(l.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"An advanced file input component with native HTML5 drag-and-drop support, image preview, and flexible file type validation. The component implements native drag and drop functionality without external dependencies."})]}),e.jsx(l.CardContainer,{className:"overflow-hidden",children:e.jsx(l.CardTitle,{title:"Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(l.CardContainer,{className:"p-4",children:[e.jsx(l.Typography,{tag:"h5",className:"mb-3",children:"Images Only"}),e.jsx(l.FileInput,{label:"Upload Images",accept:"img",placeholderText:"PNG, JPG, GIF, WEBP. Max 100mb."})]}),e.jsxs(l.CardContainer,{className:"p-4",children:[e.jsx(l.Typography,{tag:"h5",className:"mb-3",children:"Multiple Images"}),e.jsx(l.FileInput,{label:"Upload Multiple Images",accept:"img",multiple:!0,placeholderText:"Select multiple images"})]}),e.jsxs(l.CardContainer,{className:"p-4",children:[e.jsx(l.Typography,{tag:"h5",className:"mb-3",children:"PDF Documents"}),e.jsx(l.FileInput,{label:"Upload PDF",accept:"pdf",placeholderText:"PDF files only. Max 100mb."})]}),e.jsxs(l.CardContainer,{className:"p-4",children:[e.jsx(l.Typography,{tag:"h5",className:"mb-3",children:"CSV & Excel Files"}),e.jsx(l.FileInput,{label:"Upload CSV or Excel",accept:"csvAndExcel",multiple:!0,placeholderText:"CSV, XLSX, or XLS files. Max 100mb."})]}),e.jsxs(l.CardContainer,{className:"p-4",children:[e.jsx(l.Typography,{tag:"h5",className:"mb-3",children:"Images & PDFs"}),e.jsx(l.FileInput,{label:"Upload Images or PDFs",accept:"imgAndPdf",multiple:!0,placeholderText:"Images or PDF documents"})]}),e.jsxs(l.CardContainer,{className:"p-4",children:[e.jsx(l.Typography,{tag:"h5",className:"mb-3",children:"All File Types"}),e.jsx(l.FileInput,{label:"Upload Any File",accept:"all",multiple:!0,placeholderText:"Drag and drop any file type or click to browse"})]}),e.jsxs(l.CardContainer,{className:"p-4",children:[e.jsx(l.Typography,{tag:"h5",className:"mb-3",children:"Any File (No Restriction)"}),e.jsx(l.FileInput,{label:"Upload Files",multiple:!0,placeholderText:"Accept any file type - no restrictions"})]}),e.jsxs(l.CardContainer,{className:"p-4",children:[e.jsx(l.Typography,{tag:"h5",className:"mb-3",children:"Disabled"}),e.jsx(l.FileInput,{accept:"img",disabled:!0})]})]})})})}),e.jsx(l.CardContainer,{className:"overflow-hidden",children:e.jsx(l.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(l.BasicTable,{columns:s,data:i})})})}),e.jsx(l.CardContainer,{className:"overflow-hidden",children:e.jsx(l.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(l.CodeBlock,{language:"tsx",code:`import { FileInput } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
// Images only
|
|
4
|
+
<FileInput
|
|
5
|
+
label="Upload Images"
|
|
6
|
+
accept="img"
|
|
7
|
+
placeholderText="PNG, JPG, GIF, WEBP. Max 100mb."
|
|
8
|
+
/>
|
|
9
|
+
|
|
10
|
+
// Multiple images
|
|
11
|
+
<FileInput
|
|
12
|
+
label="Upload Multiple Images"
|
|
13
|
+
accept="img"
|
|
14
|
+
multiple
|
|
15
|
+
placeholderText="Select multiple images"
|
|
16
|
+
/>
|
|
17
|
+
|
|
18
|
+
// PDF documents
|
|
19
|
+
<FileInput
|
|
20
|
+
label="Upload PDF"
|
|
21
|
+
accept="pdf"
|
|
22
|
+
placeholderText="PDF files only. Max 100mb."
|
|
23
|
+
/>
|
|
24
|
+
|
|
25
|
+
// CSV and Excel files
|
|
26
|
+
<FileInput
|
|
27
|
+
label="Upload CSV or Excel"
|
|
28
|
+
accept="csvAndExcel"
|
|
29
|
+
multiple
|
|
30
|
+
placeholderText="CSV, XLSX, or XLS files. Max 100mb."
|
|
31
|
+
/>
|
|
32
|
+
|
|
33
|
+
// Images and PDFs
|
|
34
|
+
<FileInput
|
|
35
|
+
label="Upload Images or PDFs"
|
|
36
|
+
accept="imgAndPdf"
|
|
37
|
+
multiple
|
|
38
|
+
placeholderText="Images or PDF documents"
|
|
39
|
+
/>
|
|
40
|
+
|
|
41
|
+
// All predefined file types
|
|
42
|
+
<FileInput
|
|
43
|
+
label="Upload Any File"
|
|
44
|
+
accept="all"
|
|
45
|
+
multiple
|
|
46
|
+
placeholderText="Drag and drop any file type or click to browse"
|
|
47
|
+
/>
|
|
48
|
+
|
|
49
|
+
// Any file type (no restrictions)
|
|
50
|
+
<FileInput
|
|
51
|
+
label="Upload Files"
|
|
52
|
+
multiple
|
|
53
|
+
placeholderText="Accept any file type - no restrictions"
|
|
54
|
+
/>
|
|
55
|
+
|
|
56
|
+
// Disabled
|
|
57
|
+
<FileInput accept="img" disabled />
|
|
58
|
+
|
|
59
|
+
// Custom styling
|
|
60
|
+
<FileInput
|
|
61
|
+
accept="img"
|
|
62
|
+
wrapperClassName="custom-wrapper"
|
|
63
|
+
containerClassName="custom-container"
|
|
64
|
+
labelClassName="custom-label"
|
|
65
|
+
/>`})})})})]})};exports.default=p;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as l, Fragment as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as t, C as a, a as i, F as s,
|
|
2
|
+
import { T as t, C as a, a as i, F as s, q as o, c as n } from "../index-B6CStnMG.js";
|
|
3
3
|
import "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
package/{FileStructureSection-DbsBkIRn.mjs → documentation/FileStructureSection-Dsr2yojr.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as s, Fragment as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as t, C as r, a as i, c as d,
|
|
2
|
+
import { T as t, C as r, a as i, c as d, ag as a } from "../index-B6CStnMG.js";
|
|
3
3
|
import "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("
|
|
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 t=()=>e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center",children:[e.jsx(s.Typography,{tag:"h2",className:"mb-4 text-2xl sm:text-3xl md:text-4xl font-bold",children:"File Structure & Important Notes"}),e.jsx(s.Typography,{tag:"p",className:"text-base sm:text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto",children:"Understanding the theme system architecture"})]}),e.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:[e.jsx(s.CardContainer,{children:e.jsx(s.CardTitle,{title:"File Structure",className:"mt-2 mb-6",children:e.jsx("div",{className:"space-y-4",children:e.jsx(s.CodeBlock,{language:"markdown",code:`ui/tucu-ui/src/
|
|
2
2
|
├── themes/
|
|
3
3
|
│ ├── components/
|
|
4
4
|
│ │ ├── theme-provider/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../index-QnI4b7wS.js"),o=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const l=()=>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:"Form Components"}),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:"Complete collection of form inputs and controls"})]}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:[{icon:e.jsx(o.Type,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),title:"Text Inputs",description:"Input, Textarea with validation support",color:"from-blue-500 to-cyan-500",types:["Input","Textarea","Password"]},{icon:e.jsx(o.List,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),title:"Selection",description:"Dropdowns and selection components",color:"from-green-500 to-emerald-500",types:["Select","Combobox","Autocomplete"]},{icon:e.jsx(o.CheckSquare,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),title:"Choice Controls",description:"Checkbox and radio button groups",color:"from-purple-500 to-violet-500",types:["Checkbox","Radio","RadioGroup"]},{icon:e.jsx(o.Calendar,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),title:"Date & Time",description:"Date and time picker components",color:"from-orange-500 to-red-500",types:["DatePicker","TimePicker","DateRange"]},{icon:e.jsx(o.Upload,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),title:"File Upload",description:"File input with drag & drop support",color:"from-pink-500 to-rose-500",types:["FileInput","ImageUpload","MultiFile"]},{icon:e.jsx(o.Hash,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),title:"Specialized",description:"PIN codes, sliders, and custom inputs",color:"from-indigo-500 to-purple-500",types:["PinCode","RangeSlider","ColorPicker"]}].map((s,r)=>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-linear-to-br ${s.color} group-hover:scale-110 transition-all duration-300 shadow-lg`,children:s.icon}),e.jsx(t.Typography,{tag:"h3",className:"font-semibold text-lg group-hover:text-primary transition-colors duration-300",children:s.title})]}),e.jsx(t.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 leading-relaxed",children:s.description}),e.jsx("div",{className:"flex flex-wrap gap-1",children:s.types.map((i,a)=>e.jsx(t.Badge,{color:"success",variant:"outline",className:"text-xs",children:i},a))})]})},r))})]});exports.default=l;
|
package/{FormComponentsSection-B4exCVCM.mjs → documentation/FormComponentsSection-CQ2sazLF.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as o, Fragment as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as r, C as n,
|
|
2
|
+
import { T as r, C as n, J as d } from "../index-B6CStnMG.js";
|
|
3
3
|
import { Type as c, List as p, CheckSquare as m, Calendar as h, Upload as x, Hash as g } 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("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../index-QnI4b7wS.js"),r=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const l=()=>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:"Form Methods"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Access React Hook Form methods through useFormContext"})]}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Using Form Methods",className:"mt-2 mb-2",children:e.jsxs("div",{className:"w-full space-y-6 p-4 sm:p-6",children:[e.jsxs(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:["You can access all React Hook Form methods through"," ",e.jsx("code",{className:"px-1 py-0.5 border border-gray-300 dark:border-gray-700 rounded text-xs",children:"useFormContext"}),". This allows you to programmatically control the form."]}),e.jsx(s.CodeBlock,{language:"tsx",code:`import { useFormContext } from '@e-burgos/tucu-ui';
|
|
2
2
|
|
|
3
3
|
function FormMethodsExample() {
|
|
4
4
|
const {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as a, Fragment as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as t, C as i, a as n, c as m } from "
|
|
2
|
+
import { T as t, C as i, a as n, c as m } from "../index-B6CStnMG.js";
|
|
3
3
|
import { Circle as r } from "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { jsxs as a, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useState as c } from "react";
|
|
3
|
+
import { T as t, C as i, a as n, H as r, P as d, A as p, c as u } from "../index-B6CStnMG.js";
|
|
4
|
+
import "lucide-react";
|
|
5
|
+
import "react-router-dom";
|
|
6
|
+
import "react-dom";
|
|
7
|
+
const v = () => {
|
|
8
|
+
const [s, l] = c(!1);
|
|
9
|
+
return /* @__PURE__ */ a(m, { children: [
|
|
10
|
+
/* @__PURE__ */ a("div", { className: "text-center space-y-4", children: [
|
|
11
|
+
/* @__PURE__ */ e(t, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "Hamburger" }),
|
|
12
|
+
/* @__PURE__ */ e(
|
|
13
|
+
t,
|
|
14
|
+
{
|
|
15
|
+
tag: "p",
|
|
16
|
+
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
17
|
+
children: "An animated hamburger menu button component, perfect for mobile navigation menus."
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(n, { 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: [
|
|
22
|
+
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
23
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Closed State" }),
|
|
24
|
+
/* @__PURE__ */ e(r, { isOpen: !1, onClick: () => l(!1) })
|
|
25
|
+
] }),
|
|
26
|
+
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
27
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Open State" }),
|
|
28
|
+
/* @__PURE__ */ e(r, { isOpen: !0, onClick: () => l(!0) })
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
31
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Interactive Example" }),
|
|
32
|
+
/* @__PURE__ */ e(r, { isOpen: s, onClick: () => l(!s) })
|
|
33
|
+
] }),
|
|
34
|
+
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
35
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "With Different Variants" }),
|
|
36
|
+
/* @__PURE__ */ a("div", { className: "flex gap-2", children: [
|
|
37
|
+
/* @__PURE__ */ e(r, { variant: "solid", color: "primary" }),
|
|
38
|
+
/* @__PURE__ */ e(r, { variant: "ghost", color: "primary" }),
|
|
39
|
+
/* @__PURE__ */ e(r, { variant: "transparent" })
|
|
40
|
+
] })
|
|
41
|
+
] })
|
|
42
|
+
] }) }) }) }),
|
|
43
|
+
/* @__PURE__ */ e(
|
|
44
|
+
d,
|
|
45
|
+
{
|
|
46
|
+
componentName: "Hamburger",
|
|
47
|
+
defaultValues: {
|
|
48
|
+
isOpen: !1,
|
|
49
|
+
color: "primary",
|
|
50
|
+
size: "medium",
|
|
51
|
+
variant: "solid"
|
|
52
|
+
},
|
|
53
|
+
excludeProps: [
|
|
54
|
+
"onClick",
|
|
55
|
+
"aria-label",
|
|
56
|
+
"aria-describedby",
|
|
57
|
+
"tooltip",
|
|
58
|
+
"tooltipArrow",
|
|
59
|
+
"tooltipColor",
|
|
60
|
+
"tooltipPlacement",
|
|
61
|
+
"isLoading",
|
|
62
|
+
"loaderSize",
|
|
63
|
+
"loaderVariant",
|
|
64
|
+
"fullWidth",
|
|
65
|
+
"disabled"
|
|
66
|
+
],
|
|
67
|
+
children: (o) => /* @__PURE__ */ e(r, { ...o })
|
|
68
|
+
}
|
|
69
|
+
),
|
|
70
|
+
/* @__PURE__ */ e(p, { componentName: "Hamburger" }),
|
|
71
|
+
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(n, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
72
|
+
u,
|
|
73
|
+
{
|
|
74
|
+
language: "tsx",
|
|
75
|
+
code: `import { Hamburger } from '@e-burgos/tucu-ui';
|
|
76
|
+
import { useState } from 'react';
|
|
77
|
+
|
|
78
|
+
function MyComponent() {
|
|
79
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
80
|
+
|
|
81
|
+
return (
|
|
82
|
+
<Hamburger
|
|
83
|
+
isOpen={isOpen}
|
|
84
|
+
onClick={() => setIsOpen(!isOpen)}
|
|
85
|
+
/>
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// With different variants
|
|
90
|
+
<Hamburger variant="solid" color="primary" />
|
|
91
|
+
<Hamburger variant="ghost" color="primary" />
|
|
92
|
+
<Hamburger variant="transparent" />`
|
|
93
|
+
}
|
|
94
|
+
) }) }) })
|
|
95
|
+
] });
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
v as default
|
|
99
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),a=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react-dom");const n=()=>{const[s,r]=i.useState(!1);return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(a.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"Hamburger"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"An animated hamburger menu button component, perfect for mobile navigation menus."})]}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Closed State"}),e.jsx(a.Hamburger,{isOpen:!1,onClick:()=>r(!1)})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Open State"}),e.jsx(a.Hamburger,{isOpen:!0,onClick:()=>r(!0)})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Interactive Example"}),e.jsx(a.Hamburger,{isOpen:s,onClick:()=>r(!s)})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Different Variants"}),e.jsxs("div",{className:"flex gap-2",children:[e.jsx(a.Hamburger,{variant:"solid",color:"primary"}),e.jsx(a.Hamburger,{variant:"ghost",color:"primary"}),e.jsx(a.Hamburger,{variant:"transparent"})]})]})]})})})}),e.jsx(a.PropPlayground,{componentName:"Hamburger",defaultValues:{isOpen:!1,color:"primary",size:"medium",variant:"solid"},excludeProps:["onClick","aria-label","aria-describedby","tooltip","tooltipArrow","tooltipColor","tooltipPlacement","isLoading","loaderSize","loaderVariant","fullWidth","disabled"],children:t=>e.jsx(a.Hamburger,{...t})}),e.jsx(a.AutoPropsTable,{componentName:"Hamburger"}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.CodeBlock,{language:"tsx",code:`import { Hamburger } from '@e-burgos/tucu-ui';
|
|
2
|
+
import { useState } from 'react';
|
|
3
|
+
|
|
4
|
+
function MyComponent() {
|
|
5
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
6
|
+
|
|
7
|
+
return (
|
|
8
|
+
<Hamburger
|
|
9
|
+
isOpen={isOpen}
|
|
10
|
+
onClick={() => setIsOpen(!isOpen)}
|
|
11
|
+
/>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// With different variants
|
|
16
|
+
<Hamburger variant="solid" color="primary" />
|
|
17
|
+
<Hamburger variant="ghost" color="primary" />
|
|
18
|
+
<Hamburger variant="transparent" />`})})})})]})};exports.default=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("../index-QnI4b7wS.js"),s=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const n=()=>{const a=[{icon:e.jsx(s.Monitor,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Responsive & Layout",description:"Screen size detection and element measurement hooks",color:"from-blue-500 via-cyan-500 to-teal-500",hooks:["useBreakpoint","useIsMobile","useElementSize","useMeasure","useWindowScroll"]},{icon:e.jsx(s.MousePointer,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"User Interaction",description:"Click detection and clipboard operations",color:"from-purple-500 via-violet-500 to-indigo-500",hooks:["useClickAway","useCopyToClipboard","useEventListener"]},{icon:e.jsx(s.Layout,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"UI State Management",description:"Global state and UI behavior management",color:"from-green-500 via-emerald-500 to-teal-500",hooks:["useGridSwitcher","useLockBodyScroll","useToastStore","useScrollableSlider"]},{icon:e.jsx(s.Wrench,{className:"w-8 h-8 text-white filter drop-shadow-sm"}),title:"Utilities",description:"Lifecycle and utility functions",color:"from-orange-500 via-amber-500 to-yellow-500",hooks:["useIsMounted"]}];return e.jsxs("div",{className:"space-y-8",children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(o.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"Hook Categories"}),e.jsx(o.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Organized collection of hooks for different development needs"})]}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4 sm:gap-6",children:a.map((t,r)=>e.jsx(o.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",children:e.jsxs("div",{className:"w-full space-y-4 p-4 sm:p-6",children:[e.jsxs("div",{className:"flex items-center gap-4",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 hover:shadow-xl`,children:t.icon}),e.jsx(o.Typography,{tag:"h3",className:"font-semibold text-lg group-hover:text-primary transition-colors duration-300",children:t.title})]}),e.jsx(o.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 leading-relaxed",children:t.description}),e.jsx("div",{className:"flex flex-wrap gap-2",children:t.hooks.map((i,l)=>e.jsx(o.Badge,{className:"text-dark dark:text-white",children:i},l))})]})},r))})]})};exports.default=n;
|
package/{HookCategoriesSection-Cyjqehnj.mjs → documentation/HookCategoriesSection-U7rN5EGL.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as a, C as l,
|
|
2
|
+
import { T as a, C as l, J as n } from "../index-B6CStnMG.js";
|
|
3
3
|
import { Monitor as d, MousePointer as c, Layout as m, Wrench as h } from "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
package/{HookDocumentationSection-D-c7nlX-.mjs → documentation/HookDocumentationSection-DIXoOh2V.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as a, C as s, a as d, c as t } from "
|
|
2
|
+
import { T as a, C as s, a as d, c as t } from "../index-B6CStnMG.js";
|
|
3
3
|
import { Monitor as o, MousePointer as i, Database as l } from "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
package/{HookDocumentationSection-C5ww47uY.js → documentation/HookDocumentationSection-HIifl_N4.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../index-QnI4b7wS.js"),a=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const r=()=>e.jsxs("div",{className:"space-y-8",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:"Hook Documentation"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Comprehensive guide to all available hooks and their usage"})]}),e.jsxs("div",{className:"space-y-8",children:[e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Responsive & Layout Hooks",className:"mt-2 mb-2",children:e.jsxs("div",{className:"w-full space-y-8 p-4 sm:p-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-blue-500 via-cyan-500 to-teal-500 shadow-lg",children:e.jsx(a.Monitor,{className:"w-6 h-6 text-white filter drop-shadow-sm"})}),e.jsx(s.Typography,{tag:"h3",className:"text-xl font-semibold",children:"Screen Size Detection & Element Measurement"})]}),e.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:[e.jsxs("div",{className:"p-6 border rounded-lg",children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useBreakpoint()"}),e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 mb-4",children:"Detects the current screen breakpoint with support for ultra-wide displays."}),e.jsx("div",{className:"bg-light-dark p-4 rounded-xl border dark:border-gray-700 overflow-x-auto",children:e.jsx(s.CodeBlock,{language:"tsx",noExpand:!0,code:`const breakpoint = useBreakpoint();
|
|
2
2
|
// Returns: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl'
|
|
3
3
|
|
|
4
4
|
// Breakpoint sizes:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../index-QnI4b7wS.js"),r=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const o=()=>{const s=[{title:"Performance Optimized",description:"Built with React best practices and minimal re-renders",icon:e.jsx(r.Zap,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),color:"from-yellow-500 via-amber-500 to-orange-500"},{title:"TypeScript First",description:"Full TypeScript support with comprehensive type definitions",icon:e.jsx(r.Code,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),color:"from-blue-500 via-cyan-500 to-sky-500"},{title:"Tree Shaking",description:"Optimized bundle size with automatic tree shaking",icon:e.jsx(r.Package,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),color:"from-green-500 via-emerald-500 to-teal-500"},{title:"Accessibility Ready",description:"Built with accessibility best practices in mind",icon:e.jsx(r.Eye,{className:"w-6 h-6 text-white filter drop-shadow-sm"}),color:"from-purple-500 via-violet-500 to-indigo-500"}];return e.jsxs("div",{className:"space-y-8",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:"Why Choose Our Hooks?"}),e.jsx(t.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Built with modern React patterns and optimized for performance"})]}),e.jsx("div",{className:"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 sm:gap-6",children:s.map((i,a)=>e.jsx(t.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",children:e.jsxs("div",{className:"w-full space-y-4 p-4 sm:p-6",children:[e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsx("div",{className:`p-3 rounded-xl bg-linear-to-br ${i.color} group-hover:scale-110 transition-all duration-300 shadow-lg hover:shadow-xl`,children:i.icon}),e.jsx(t.Typography,{tag:"h3",className:"font-semibold text-lg group-hover:text-primary transition-colors duration-300",children:i.title})]}),e.jsx(t.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 leading-relaxed",children:i.description})]})},a))})]})};exports.default=o;
|