@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,130 @@
|
|
|
1
|
+
import { jsxs as r, Fragment as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { T as i, C as a, a as s, k as t, c as m, P as d, A as p } from "../index-B6CStnMG.js";
|
|
3
|
+
import "lucide-react";
|
|
4
|
+
import "react-router-dom";
|
|
5
|
+
import "react";
|
|
6
|
+
import "react-dom";
|
|
7
|
+
const n = [
|
|
8
|
+
{ name: "Jan", revenue: 4e3, expenses: 2400, profit: 1600 },
|
|
9
|
+
{ name: "Feb", revenue: 3e3, expenses: 1398, profit: 1602 },
|
|
10
|
+
{ name: "Mar", revenue: 5e3, expenses: 3200, profit: 1800 },
|
|
11
|
+
{ name: "Apr", revenue: 4780, expenses: 2908, profit: 1872 },
|
|
12
|
+
{ name: "May", revenue: 5890, expenses: 4800, profit: 1090 },
|
|
13
|
+
{ name: "Jun", revenue: 6390, expenses: 3800, profit: 2590 },
|
|
14
|
+
{ name: "Jul", revenue: 7490, expenses: 4300, profit: 3190 }
|
|
15
|
+
], g = () => /* @__PURE__ */ r(l, { children: [
|
|
16
|
+
/* @__PURE__ */ r("div", { className: "text-center space-y-4", children: [
|
|
17
|
+
/* @__PURE__ */ e(i, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "LineChart" }),
|
|
18
|
+
/* @__PURE__ */ e(
|
|
19
|
+
i,
|
|
20
|
+
{
|
|
21
|
+
tag: "p",
|
|
22
|
+
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
23
|
+
children: "Line chart component for displaying trends and time-series data with multiple series, custom curves, and theme integration."
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
] }),
|
|
27
|
+
/* @__PURE__ */ e(a, { className: "overflow-hidden", children: /* @__PURE__ */ e(s, { title: "Basic Line Chart", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
28
|
+
t,
|
|
29
|
+
{
|
|
30
|
+
data: n,
|
|
31
|
+
series: [
|
|
32
|
+
{ dataKey: "revenue", name: "Revenue" },
|
|
33
|
+
{ dataKey: "expenses", name: "Expenses" }
|
|
34
|
+
],
|
|
35
|
+
height: 300
|
|
36
|
+
}
|
|
37
|
+
) }) }) }),
|
|
38
|
+
/* @__PURE__ */ e(a, { className: "overflow-hidden", children: /* @__PURE__ */ e(s, { title: "Multiple Series with Dots", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
39
|
+
t,
|
|
40
|
+
{
|
|
41
|
+
data: n,
|
|
42
|
+
series: [
|
|
43
|
+
{ dataKey: "revenue", name: "Revenue" },
|
|
44
|
+
{ dataKey: "expenses", name: "Expenses" },
|
|
45
|
+
{ dataKey: "profit", name: "Profit" }
|
|
46
|
+
],
|
|
47
|
+
showDots: !0,
|
|
48
|
+
height: 300
|
|
49
|
+
}
|
|
50
|
+
) }) }) }),
|
|
51
|
+
/* @__PURE__ */ e(a, { className: "overflow-hidden", children: /* @__PURE__ */ e(s, { title: "Straight Lines (No Curve)", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
52
|
+
t,
|
|
53
|
+
{
|
|
54
|
+
data: n,
|
|
55
|
+
series: [
|
|
56
|
+
{ dataKey: "revenue", name: "Revenue" },
|
|
57
|
+
{ dataKey: "profit", name: "Profit" }
|
|
58
|
+
],
|
|
59
|
+
curved: !1,
|
|
60
|
+
strokeWidth: 3,
|
|
61
|
+
height: 300
|
|
62
|
+
}
|
|
63
|
+
) }) }) }),
|
|
64
|
+
/* @__PURE__ */ e(a, { className: "overflow-hidden", children: /* @__PURE__ */ e(s, { title: "Usage", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
65
|
+
m,
|
|
66
|
+
{
|
|
67
|
+
code: `import { LineChart } from '@e-burgos/tucu-ui';
|
|
68
|
+
|
|
69
|
+
const data = [
|
|
70
|
+
{ name: 'Jan', revenue: 4000, expenses: 2400 },
|
|
71
|
+
{ name: 'Feb', revenue: 3000, expenses: 1398 },
|
|
72
|
+
{ name: 'Mar', revenue: 5000, expenses: 3200 },
|
|
73
|
+
];
|
|
74
|
+
|
|
75
|
+
<LineChart
|
|
76
|
+
data={data}
|
|
77
|
+
series={[
|
|
78
|
+
{ dataKey: 'revenue', name: 'Revenue' },
|
|
79
|
+
{ dataKey: 'expenses', name: 'Expenses' },
|
|
80
|
+
]}
|
|
81
|
+
height={300}
|
|
82
|
+
curved
|
|
83
|
+
showDots
|
|
84
|
+
showGrid
|
|
85
|
+
showTooltip
|
|
86
|
+
showLegend
|
|
87
|
+
/>`,
|
|
88
|
+
language: "tsx"
|
|
89
|
+
}
|
|
90
|
+
) }) }) }),
|
|
91
|
+
/* @__PURE__ */ e(
|
|
92
|
+
d,
|
|
93
|
+
{
|
|
94
|
+
componentName: "LineChart",
|
|
95
|
+
defaultValues: {
|
|
96
|
+
height: 300,
|
|
97
|
+
curved: !0,
|
|
98
|
+
showDots: !1,
|
|
99
|
+
strokeWidth: 2,
|
|
100
|
+
showGrid: !0,
|
|
101
|
+
showTooltip: !0,
|
|
102
|
+
showLegend: !0,
|
|
103
|
+
animate: !0
|
|
104
|
+
},
|
|
105
|
+
excludeProps: [
|
|
106
|
+
"data",
|
|
107
|
+
"series",
|
|
108
|
+
"colors",
|
|
109
|
+
"className",
|
|
110
|
+
"xAxisKey",
|
|
111
|
+
"emptyMessage"
|
|
112
|
+
],
|
|
113
|
+
children: (o) => /* @__PURE__ */ e(
|
|
114
|
+
t,
|
|
115
|
+
{
|
|
116
|
+
data: n,
|
|
117
|
+
series: [
|
|
118
|
+
{ dataKey: "revenue", name: "Revenue" },
|
|
119
|
+
{ dataKey: "expenses", name: "Expenses" }
|
|
120
|
+
],
|
|
121
|
+
...o
|
|
122
|
+
}
|
|
123
|
+
)
|
|
124
|
+
}
|
|
125
|
+
),
|
|
126
|
+
/* @__PURE__ */ e(p, { componentName: "LineChart" })
|
|
127
|
+
] });
|
|
128
|
+
export {
|
|
129
|
+
g as default
|
|
130
|
+
};
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { jsxs as i, Fragment as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useState as m } from "react";
|
|
3
|
+
import { T as s, C as a, a as n, a8 as o, A as d, c as h } from "../index-B6CStnMG.js";
|
|
4
|
+
import { Activity as g, Edit as p, Trash as C, Share as N } from "lucide-react";
|
|
5
|
+
import "react-router-dom";
|
|
6
|
+
import "react-dom";
|
|
7
|
+
const w = () => {
|
|
8
|
+
const [l, c] = m(!1), t = [
|
|
9
|
+
{
|
|
10
|
+
id: "1",
|
|
11
|
+
label: "Edit",
|
|
12
|
+
icon: /* @__PURE__ */ e(p, { className: "w-4 h-4" }),
|
|
13
|
+
onClick: () => console.log("Edit clicked")
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
id: "2",
|
|
17
|
+
label: "Delete",
|
|
18
|
+
icon: /* @__PURE__ */ e(C, { className: "w-4 h-4" }),
|
|
19
|
+
onClick: () => console.log("Delete clicked")
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
id: "3",
|
|
23
|
+
label: "Share",
|
|
24
|
+
icon: /* @__PURE__ */ e(N, { className: "w-4 h-4" }),
|
|
25
|
+
onClick: () => console.log("Share clicked")
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
return /* @__PURE__ */ i(r, { children: [
|
|
29
|
+
/* @__PURE__ */ i("div", { className: "text-center space-y-4", children: [
|
|
30
|
+
/* @__PURE__ */ e(s, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "ListContainer" }),
|
|
31
|
+
/* @__PURE__ */ e(
|
|
32
|
+
s,
|
|
33
|
+
{
|
|
34
|
+
tag: "p",
|
|
35
|
+
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
36
|
+
children: "A dropdown container component for displaying lists of items with customizable trigger and positioning."
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
] }),
|
|
40
|
+
/* @__PURE__ */ e(a, { 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__ */ i("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
|
|
41
|
+
/* @__PURE__ */ i(a, { className: "p-4", children: [
|
|
42
|
+
/* @__PURE__ */ e(s, { tag: "h5", className: "mb-3", children: "Hover Trigger" }),
|
|
43
|
+
/* @__PURE__ */ e(o, { items: t, trigger: "hover" })
|
|
44
|
+
] }),
|
|
45
|
+
/* @__PURE__ */ i(a, { className: "p-4", children: [
|
|
46
|
+
/* @__PURE__ */ e(s, { tag: "h5", className: "mb-3", children: "Click Trigger" }),
|
|
47
|
+
/* @__PURE__ */ e(
|
|
48
|
+
o,
|
|
49
|
+
{
|
|
50
|
+
items: t,
|
|
51
|
+
trigger: "click",
|
|
52
|
+
isOpen: l,
|
|
53
|
+
onOpenChange: c
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
] }),
|
|
57
|
+
/* @__PURE__ */ i(a, { className: "p-4", children: [
|
|
58
|
+
/* @__PURE__ */ e(s, { tag: "h5", className: "mb-3", children: "With Custom Icon" }),
|
|
59
|
+
/* @__PURE__ */ e(
|
|
60
|
+
o,
|
|
61
|
+
{
|
|
62
|
+
items: t,
|
|
63
|
+
triggerIcon: /* @__PURE__ */ e(g, { className: "w-4! h-4!" })
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
] }),
|
|
67
|
+
/* @__PURE__ */ i(a, { className: "p-4", children: [
|
|
68
|
+
/* @__PURE__ */ e(s, { tag: "h5", className: "mb-3", children: "Different Positions" }),
|
|
69
|
+
/* @__PURE__ */ i("div", { className: "flex gap-4", children: [
|
|
70
|
+
/* @__PURE__ */ e(o, { items: t, position: "top" }),
|
|
71
|
+
/* @__PURE__ */ e(o, { items: t, position: "right" }),
|
|
72
|
+
/* @__PURE__ */ e(o, { items: t, position: "left" })
|
|
73
|
+
] })
|
|
74
|
+
] })
|
|
75
|
+
] }) }) }) }),
|
|
76
|
+
/* @__PURE__ */ e(d, { componentName: "ListContainer" }),
|
|
77
|
+
/* @__PURE__ */ e(a, { 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(
|
|
78
|
+
h,
|
|
79
|
+
{
|
|
80
|
+
language: "tsx",
|
|
81
|
+
code: `import { ListContainer, ListItem, LucideIcons } from '@e-burgos/tucu-ui';
|
|
82
|
+
|
|
83
|
+
const items = [
|
|
84
|
+
{
|
|
85
|
+
id: '1',
|
|
86
|
+
label: 'Edit',
|
|
87
|
+
icon: <LucideIcons.Edit className="w-4 h-4" />,
|
|
88
|
+
onClick: () => handleEdit(),
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
id: '2',
|
|
92
|
+
label: 'Delete',
|
|
93
|
+
icon: <LucideIcons.Trash className="w-4 h-4" />,
|
|
94
|
+
onClick: () => handleDelete(),
|
|
95
|
+
},
|
|
96
|
+
];
|
|
97
|
+
|
|
98
|
+
// Hover trigger
|
|
99
|
+
<ListContainer items={items} trigger="hover" />
|
|
100
|
+
|
|
101
|
+
// Click trigger
|
|
102
|
+
<ListContainer
|
|
103
|
+
items={items}
|
|
104
|
+
trigger="click"
|
|
105
|
+
isOpen={isOpen}
|
|
106
|
+
onOpenChange={setIsOpen}
|
|
107
|
+
/>
|
|
108
|
+
|
|
109
|
+
// With custom icon
|
|
110
|
+
<ListContainer
|
|
111
|
+
items={items}
|
|
112
|
+
triggerIcon={<LucideIcons.MoreVertical className="w-5 h-5" />}
|
|
113
|
+
/>
|
|
114
|
+
|
|
115
|
+
// Different positions
|
|
116
|
+
<ListContainer items={items} position="top" />
|
|
117
|
+
<ListContainer items={items} position="right" />
|
|
118
|
+
<ListContainer items={items} position="bottom" />`
|
|
119
|
+
}
|
|
120
|
+
) }) }) })
|
|
121
|
+
] });
|
|
122
|
+
};
|
|
123
|
+
export {
|
|
124
|
+
w as default
|
|
125
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("react"),i=require("../index-QnI4b7wS.js"),t=require("lucide-react");require("react-router-dom");require("react-dom");const o=()=>{const[n,a]=r.useState(!1),s=[{id:"1",label:"Edit",icon:e.jsx(t.Edit,{className:"w-4 h-4"}),onClick:()=>console.log("Edit clicked")},{id:"2",label:"Delete",icon:e.jsx(t.Trash,{className:"w-4 h-4"}),onClick:()=>console.log("Delete clicked")},{id:"3",label:"Share",icon:e.jsx(t.Share,{className:"w-4 h-4"}),onClick:()=>console.log("Share clicked")}];return 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:"ListContainer"}),e.jsx(i.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A dropdown container component for displaying lists of items with customizable trigger and positioning."})]}),e.jsx(i.CardContainer,{className:"overflow-hidden",children:e.jsx(i.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(i.CardContainer,{className:"p-4",children:[e.jsx(i.Typography,{tag:"h5",className:"mb-3",children:"Hover Trigger"}),e.jsx(i.ListContainer,{items:s,trigger:"hover"})]}),e.jsxs(i.CardContainer,{className:"p-4",children:[e.jsx(i.Typography,{tag:"h5",className:"mb-3",children:"Click Trigger"}),e.jsx(i.ListContainer,{items:s,trigger:"click",isOpen:n,onOpenChange:a})]}),e.jsxs(i.CardContainer,{className:"p-4",children:[e.jsx(i.Typography,{tag:"h5",className:"mb-3",children:"With Custom Icon"}),e.jsx(i.ListContainer,{items:s,triggerIcon:e.jsx(t.Activity,{className:"w-4! h-4!"})})]}),e.jsxs(i.CardContainer,{className:"p-4",children:[e.jsx(i.Typography,{tag:"h5",className:"mb-3",children:"Different Positions"}),e.jsxs("div",{className:"flex gap-4",children:[e.jsx(i.ListContainer,{items:s,position:"top"}),e.jsx(i.ListContainer,{items:s,position:"right"}),e.jsx(i.ListContainer,{items:s,position:"left"})]})]})]})})})}),e.jsx(i.AutoPropsTable,{componentName:"ListContainer"}),e.jsx(i.CardContainer,{className:"overflow-hidden",children:e.jsx(i.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(i.CodeBlock,{language:"tsx",code:`import { ListContainer, ListItem, LucideIcons } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
const items = [
|
|
4
|
+
{
|
|
5
|
+
id: '1',
|
|
6
|
+
label: 'Edit',
|
|
7
|
+
icon: <LucideIcons.Edit className="w-4 h-4" />,
|
|
8
|
+
onClick: () => handleEdit(),
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
id: '2',
|
|
12
|
+
label: 'Delete',
|
|
13
|
+
icon: <LucideIcons.Trash className="w-4 h-4" />,
|
|
14
|
+
onClick: () => handleDelete(),
|
|
15
|
+
},
|
|
16
|
+
];
|
|
17
|
+
|
|
18
|
+
// Hover trigger
|
|
19
|
+
<ListContainer items={items} trigger="hover" />
|
|
20
|
+
|
|
21
|
+
// Click trigger
|
|
22
|
+
<ListContainer
|
|
23
|
+
items={items}
|
|
24
|
+
trigger="click"
|
|
25
|
+
isOpen={isOpen}
|
|
26
|
+
onOpenChange={setIsOpen}
|
|
27
|
+
/>
|
|
28
|
+
|
|
29
|
+
// With custom icon
|
|
30
|
+
<ListContainer
|
|
31
|
+
items={items}
|
|
32
|
+
triggerIcon={<LucideIcons.MoreVertical className="w-5 h-5" />}
|
|
33
|
+
/>
|
|
34
|
+
|
|
35
|
+
// Different positions
|
|
36
|
+
<ListContainer items={items} position="top" />
|
|
37
|
+
<ListContainer items={items} position="right" />
|
|
38
|
+
<ListContainer items={items} position="bottom" />`})})})})]})};exports.default=o;
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { jsxs as a, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { T as l, C as t, a as i, a9 as s, P as n, A as d, c as o } from "../index-B6CStnMG.js";
|
|
3
|
+
import { Home as r, Settings as h, User as p, Star as u } from "lucide-react";
|
|
4
|
+
import "react-router-dom";
|
|
5
|
+
import "react";
|
|
6
|
+
import "react-dom";
|
|
7
|
+
const L = () => /* @__PURE__ */ a(m, { children: [
|
|
8
|
+
/* @__PURE__ */ a("div", { className: "text-center space-y-4", children: [
|
|
9
|
+
/* @__PURE__ */ e(l, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "ListItem" }),
|
|
10
|
+
/* @__PURE__ */ e(
|
|
11
|
+
l,
|
|
12
|
+
{
|
|
13
|
+
tag: "p",
|
|
14
|
+
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
15
|
+
children: "A list item component for displaying items in dropdowns and menus with support for icons, labels, and custom content."
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ e(t, { className: "overflow-hidden", children: /* @__PURE__ */ e(i, { 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: [
|
|
20
|
+
/* @__PURE__ */ a(t, { className: "p-4", children: [
|
|
21
|
+
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "Basic List Items" }),
|
|
22
|
+
/* @__PURE__ */ a("ul", { className: "space-y-1", children: [
|
|
23
|
+
/* @__PURE__ */ e(s, { id: "1", label: "Item 1" }),
|
|
24
|
+
/* @__PURE__ */ e(s, { id: "2", label: "Item 2" }),
|
|
25
|
+
/* @__PURE__ */ e(s, { id: "3", label: "Item 3" })
|
|
26
|
+
] })
|
|
27
|
+
] }),
|
|
28
|
+
/* @__PURE__ */ a(t, { className: "p-4", children: [
|
|
29
|
+
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "With Icons" }),
|
|
30
|
+
/* @__PURE__ */ a("ul", { className: "space-y-1", children: [
|
|
31
|
+
/* @__PURE__ */ e(
|
|
32
|
+
s,
|
|
33
|
+
{
|
|
34
|
+
id: "1",
|
|
35
|
+
label: "Home",
|
|
36
|
+
icon: /* @__PURE__ */ e(r, { className: "w-4 h-4" })
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ e(
|
|
40
|
+
s,
|
|
41
|
+
{
|
|
42
|
+
id: "2",
|
|
43
|
+
label: "Settings",
|
|
44
|
+
icon: /* @__PURE__ */ e(h, { className: "w-4 h-4" })
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ e(
|
|
48
|
+
s,
|
|
49
|
+
{
|
|
50
|
+
id: "3",
|
|
51
|
+
label: "Profile",
|
|
52
|
+
icon: /* @__PURE__ */ e(p, { className: "w-4 h-4" })
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
] })
|
|
56
|
+
] }),
|
|
57
|
+
/* @__PURE__ */ a(t, { className: "p-4", children: [
|
|
58
|
+
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "States" }),
|
|
59
|
+
/* @__PURE__ */ a("ul", { className: "space-y-1", children: [
|
|
60
|
+
/* @__PURE__ */ e(s, { id: "1", label: "Active Item", active: !0 }),
|
|
61
|
+
/* @__PURE__ */ e(s, { id: "2", label: "Normal Item" }),
|
|
62
|
+
/* @__PURE__ */ e(s, { id: "3", label: "Disabled Item", disabled: !0 })
|
|
63
|
+
] })
|
|
64
|
+
] }),
|
|
65
|
+
/* @__PURE__ */ a(t, { className: "p-4", children: [
|
|
66
|
+
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "With Custom Content" }),
|
|
67
|
+
/* @__PURE__ */ e("ul", { className: "space-y-1", children: /* @__PURE__ */ e(
|
|
68
|
+
s,
|
|
69
|
+
{
|
|
70
|
+
id: "1",
|
|
71
|
+
content: /* @__PURE__ */ a("div", { className: "flex items-center gap-2", children: [
|
|
72
|
+
/* @__PURE__ */ e(u, { className: "w-4 h-4" }),
|
|
73
|
+
/* @__PURE__ */ e("span", { children: "Custom Content" })
|
|
74
|
+
] })
|
|
75
|
+
}
|
|
76
|
+
) })
|
|
77
|
+
] })
|
|
78
|
+
] }) }) }) }),
|
|
79
|
+
/* @__PURE__ */ e(
|
|
80
|
+
n,
|
|
81
|
+
{
|
|
82
|
+
componentName: "ListItem",
|
|
83
|
+
defaultValues: { label: "List Item", active: !1, disabled: !1 },
|
|
84
|
+
excludeProps: ["onClick", "content", "icon", "id"],
|
|
85
|
+
children: (c) => /* @__PURE__ */ e(s, { ...c })
|
|
86
|
+
}
|
|
87
|
+
),
|
|
88
|
+
/* @__PURE__ */ e(d, { componentName: "ListItem" }),
|
|
89
|
+
/* @__PURE__ */ e(t, { className: "overflow-hidden", children: /* @__PURE__ */ e(i, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
90
|
+
o,
|
|
91
|
+
{
|
|
92
|
+
language: "tsx",
|
|
93
|
+
code: `import { ListItem, LucideIcons } from '@e-burgos/tucu-ui';
|
|
94
|
+
|
|
95
|
+
// Basic usage
|
|
96
|
+
<ul>
|
|
97
|
+
<ListItem id="1" label="Item 1" />
|
|
98
|
+
<ListItem id="2" label="Item 2" />
|
|
99
|
+
</ul>
|
|
100
|
+
|
|
101
|
+
// With icons
|
|
102
|
+
<ListItem
|
|
103
|
+
id="1"
|
|
104
|
+
label="Home"
|
|
105
|
+
icon={<LucideIcons.Home className="w-4 h-4" />}
|
|
106
|
+
/>
|
|
107
|
+
|
|
108
|
+
// With states
|
|
109
|
+
<ListItem id="1" label="Active" active />
|
|
110
|
+
<ListItem id="2" label="Disabled" disabled />
|
|
111
|
+
|
|
112
|
+
// With custom content
|
|
113
|
+
<ListItem
|
|
114
|
+
id="1"
|
|
115
|
+
content={
|
|
116
|
+
<div className="flex items-center gap-2">
|
|
117
|
+
<LucideIcons.Star className="w-4 h-4" />
|
|
118
|
+
<span>Custom</span>
|
|
119
|
+
</div>
|
|
120
|
+
}
|
|
121
|
+
/>
|
|
122
|
+
|
|
123
|
+
// With onClick
|
|
124
|
+
<ListItem
|
|
125
|
+
id="1"
|
|
126
|
+
label="Clickable"
|
|
127
|
+
onClick={() => handleClick()}
|
|
128
|
+
/>`
|
|
129
|
+
}
|
|
130
|
+
) }) }) })
|
|
131
|
+
] });
|
|
132
|
+
export {
|
|
133
|
+
L as default
|
|
134
|
+
};
|
|
@@ -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"),t=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(s.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"ListItem"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A list item component for displaying items in dropdowns and menus with support for icons, labels, and custom content."})]}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Basic List Items"}),e.jsxs("ul",{className:"space-y-1",children:[e.jsx(s.ListItem,{id:"1",label:"Item 1"}),e.jsx(s.ListItem,{id:"2",label:"Item 2"}),e.jsx(s.ListItem,{id:"3",label:"Item 3"})]})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"With Icons"}),e.jsxs("ul",{className:"space-y-1",children:[e.jsx(s.ListItem,{id:"1",label:"Home",icon:e.jsx(t.Home,{className:"w-4 h-4"})}),e.jsx(s.ListItem,{id:"2",label:"Settings",icon:e.jsx(t.Settings,{className:"w-4 h-4"})}),e.jsx(s.ListItem,{id:"3",label:"Profile",icon:e.jsx(t.User,{className:"w-4 h-4"})})]})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"States"}),e.jsxs("ul",{className:"space-y-1",children:[e.jsx(s.ListItem,{id:"1",label:"Active Item",active:!0}),e.jsx(s.ListItem,{id:"2",label:"Normal Item"}),e.jsx(s.ListItem,{id:"3",label:"Disabled Item",disabled:!0})]})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"With Custom Content"}),e.jsx("ul",{className:"space-y-1",children:e.jsx(s.ListItem,{id:"1",content:e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(t.Star,{className:"w-4 h-4"}),e.jsx("span",{children:"Custom Content"})]})})})]})]})})})}),e.jsx(s.PropPlayground,{componentName:"ListItem",defaultValues:{label:"List Item",active:!1,disabled:!1},excludeProps:["onClick","content","icon","id"],children:a=>e.jsx(s.ListItem,{...a})}),e.jsx(s.AutoPropsTable,{componentName:"ListItem"}),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 { ListItem, LucideIcons } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
// Basic usage
|
|
4
|
+
<ul>
|
|
5
|
+
<ListItem id="1" label="Item 1" />
|
|
6
|
+
<ListItem id="2" label="Item 2" />
|
|
7
|
+
</ul>
|
|
8
|
+
|
|
9
|
+
// With icons
|
|
10
|
+
<ListItem
|
|
11
|
+
id="1"
|
|
12
|
+
label="Home"
|
|
13
|
+
icon={<LucideIcons.Home className="w-4 h-4" />}
|
|
14
|
+
/>
|
|
15
|
+
|
|
16
|
+
// With states
|
|
17
|
+
<ListItem id="1" label="Active" active />
|
|
18
|
+
<ListItem id="2" label="Disabled" disabled />
|
|
19
|
+
|
|
20
|
+
// With custom content
|
|
21
|
+
<ListItem
|
|
22
|
+
id="1"
|
|
23
|
+
content={
|
|
24
|
+
<div className="flex items-center gap-2">
|
|
25
|
+
<LucideIcons.Star className="w-4 h-4" />
|
|
26
|
+
<span>Custom</span>
|
|
27
|
+
</div>
|
|
28
|
+
}
|
|
29
|
+
/>
|
|
30
|
+
|
|
31
|
+
// With onClick
|
|
32
|
+
<ListItem
|
|
33
|
+
id="1"
|
|
34
|
+
label="Clickable"
|
|
35
|
+
onClick={() => handleClick()}
|
|
36
|
+
/>`})})})})]});exports.default=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../index-QnI4b7wS.js"),s=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const i=()=>e.jsx(e.Fragment,{children:e.jsx(r.CardContainer,{children:e.jsx(r.CardTitle,{title:"Live Demo Form",className:"mt-2 mb-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[e.jsx("div",{className:"p-2 bg-linear-to-br from-green-500 to-emerald-500 rounded-lg shadow-lg",children:e.jsx(s.Play,{className:"w-5 h-5 text-white filter drop-shadow-sm"})}),e.jsx(r.Typography,{tag:"h4",className:"font-semibold",children:"Interactive Form Example"})]}),e.jsx("div",{className:"flex justify-center",children:e.jsx(r.Button,{size:"small",className:"animate-bounce",children:e.jsx(r.AnchorLink,{to:"/form-system/example",children:"Go to Form Example"})})})]})})})});exports.default=i;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, Fragment as r, jsxs as a } from "react/jsx-runtime";
|
|
2
|
-
import { C as m, a as s, T as t,
|
|
2
|
+
import { C as m, a as s, T as t, y as i, a6 as l } from "../index-B6CStnMG.js";
|
|
3
3
|
import { Play as o } from "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as i, useRef as X, useEffect as Y } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { aw as F, ax as J, ay as K, ai as V, az as Z, aA as _, aB as q, aC as Q, aD as ee, aE as ae, aF as te, aG as se, aH as re, T as t, C as d, J as l, c as le, y as r } from "../index-B6CStnMG.js";
|
|
4
4
|
import { Monitor as ie, Ruler as de, MousePointer as oe, ChevronDown as ne, Copy as ce, Settings as me, LayoutGrid as he, Zap as ge, ChevronLeft as pe, ChevronRight as ue, Lock as xe, X as Ne } from "lucide-react";
|
|
5
5
|
import "react-router-dom";
|
|
6
6
|
import "react-dom";
|
|
7
7
|
const Ce = () => {
|
|
8
|
-
const [n, S] = i("Hello, World!"), [u, M] =
|
|
8
|
+
const [n, S] = i("Hello, World!"), [u, M] = F(), [c, m] = i(!1), [x, N] = i(!1), [T, b] = i(""), [I, y] = i("Checking..."), v = J(), { isMobile: f } = K(), { addToast: h } = V(), { isGridCompact: g, setIsGridCompact: L } = Z(), { x: B, y: z } = _(), w = q(), k = X(null), [E, { width: R, height: D }] = Q(), [W, C] = ee(), {
|
|
9
9
|
sliderEl: $,
|
|
10
10
|
sliderPrevBtn: G,
|
|
11
|
-
sliderNextBtn:
|
|
12
|
-
scrollToTheRight:
|
|
13
|
-
scrollToTheLeft:
|
|
11
|
+
sliderNextBtn: A,
|
|
12
|
+
scrollToTheRight: O,
|
|
13
|
+
scrollToTheLeft: P
|
|
14
14
|
} = ae("/");
|
|
15
15
|
te(c), se(k, () => {
|
|
16
16
|
N(!1);
|
|
@@ -19,14 +19,14 @@ const Ce = () => {
|
|
|
19
19
|
}), Y(() => {
|
|
20
20
|
y(w ? "Component is mounted" : "Component is not mounted");
|
|
21
21
|
}, [w]);
|
|
22
|
-
const
|
|
22
|
+
const U = () => {
|
|
23
23
|
M(n), h({
|
|
24
24
|
id: `copy-${Date.now()}`,
|
|
25
25
|
title: "Copied!",
|
|
26
26
|
message: `Copied "${n}" to clipboard`,
|
|
27
27
|
variant: "success"
|
|
28
28
|
});
|
|
29
|
-
},
|
|
29
|
+
}, j = () => {
|
|
30
30
|
const s = !g;
|
|
31
31
|
L(s), h({
|
|
32
32
|
id: `layout-${Date.now()}`,
|
|
@@ -203,7 +203,7 @@ const { isMobile } = useIsMobile();
|
|
|
203
203
|
placeholder: "Enter text to copy"
|
|
204
204
|
}
|
|
205
205
|
),
|
|
206
|
-
/* @__PURE__ */ a(r, { onClick:
|
|
206
|
+
/* @__PURE__ */ a(r, { onClick: U, className: "w-full", children: [
|
|
207
207
|
/* @__PURE__ */ e(ce, { className: "w-4 h-4 mr-2" }),
|
|
208
208
|
"Copy to Clipboard"
|
|
209
209
|
] }),
|
|
@@ -239,7 +239,7 @@ const { isMobile } = useIsMobile();
|
|
|
239
239
|
/* @__PURE__ */ a(
|
|
240
240
|
r,
|
|
241
241
|
{
|
|
242
|
-
onClick:
|
|
242
|
+
onClick: j,
|
|
243
243
|
variant: "ghost",
|
|
244
244
|
className: "w-full",
|
|
245
245
|
children: [
|
|
@@ -308,7 +308,7 @@ const { isMobile } = useIsMobile();
|
|
|
308
308
|
"button",
|
|
309
309
|
{
|
|
310
310
|
ref: G,
|
|
311
|
-
onClick:
|
|
311
|
+
onClick: P,
|
|
312
312
|
className: "absolute left-0 top-1/2 -translate-y-1/2 z-10 bg-white dark:bg-gray-800 border rounded-full p-2 shadow-md opacity-0 invisible transition-opacity",
|
|
313
313
|
children: /* @__PURE__ */ e(pe, { className: "w-4 h-4" })
|
|
314
314
|
}
|
|
@@ -341,8 +341,8 @@ const { isMobile } = useIsMobile();
|
|
|
341
341
|
/* @__PURE__ */ e(
|
|
342
342
|
"button",
|
|
343
343
|
{
|
|
344
|
-
ref:
|
|
345
|
-
onClick:
|
|
344
|
+
ref: A,
|
|
345
|
+
onClick: O,
|
|
346
346
|
className: "absolute right-0 top-1/2 -translate-y-1/2 z-10 bg-white dark:bg-gray-800 border rounded-full p-2 shadow-md transition-opacity",
|
|
347
347
|
children: /* @__PURE__ */ e(ue, { className: "w-4 h-4" })
|
|
348
348
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("react"),s=require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("react"),s=require("../index-QnI4b7wS.js"),t=require("lucide-react");require("react-router-dom");require("react-dom");const P=()=>{const[d,f]=r.useState("Hello, World!"),[m,w]=s.useCopyToClipboard(),[i,o]=r.useState(!1),[x,g]=r.useState(!1),[k,p]=r.useState(""),[T,y]=r.useState("Checking..."),u=s.useBreakpoint(),{isMobile:j}=s.useIsMobile(),{addToast:n}=s.useToastStore(),{isGridCompact:c,setIsGridCompact:C}=s.useGridSwitcher(),{x:S,y:M}=s.useWindowScroll(),N=s.useIsMounted(),b=r.useRef(null),[B,{width:I,height:L}]=s.useElementSize(),[R,v]=s.useMeasure(),{sliderEl:z,sliderPrevBtn:E,sliderNextBtn:W,scrollToTheRight:$,scrollToTheLeft:D}=s.useScrollableSlider("/");s.useLockBodyScroll(i),s.useClickAway(b,()=>{g(!1)}),s.useEventListener("keydown",a=>{p(a.key),setTimeout(()=>p(""),1e3)}),r.useEffect(()=>{y(N?"Component is mounted":"Component is not mounted")},[N]);const G=()=>{w(d),n({id:`copy-${Date.now()}`,title:"Copied!",message:`Copied "${d}" to clipboard`,variant:"success"})},q=()=>{const a=!c;C(a),n({id:`layout-${Date.now()}`,title:"Layout Changed",message:`Switched to ${a?"Compact":"Normal"} layout`,variant:"info"})},l=(a="success")=>{n({id:`toast-${Date.now()}`,title:"Test Toast",message:`This is a ${a} toast notification`,variant:a,timeout:3e3})},O=Array.from({length:10},(a,h)=>({id:h+1,title:`Item ${h+1}`,content:`Content for item ${h+1}`}));return 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:"Live Hook Demonstrations"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Interactive examples showing hooks in action"})]}),e.jsxs("div",{className:"space-y-8",children:[e.jsx(s.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",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 from-blue-500 via-cyan-500 to-teal-500 shadow-lg",children:e.jsx(t.Monitor,{className:"w-6 h-6 text-white filter drop-shadow-sm"})}),e.jsx(s.Typography,{tag:"h3",className:"text-xl font-semibold",children:"Responsive Detection"})]}),e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"Real-time breakpoint detection and mobile state tracking."}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsxs("div",{className:"bg-white dark:bg-gray-800 p-4 rounded-lg border",children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useBreakpoint"}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Current:"}),e.jsx(s.Badge,{className:"text-dark dark:text-white",children:u})]}),e.jsx(s.Typography,{tag:"p",className:"text-xs text-gray-500",children:"Resize your window to see changes"})]})]}),e.jsxs("div",{className:"bg-white dark:bg-gray-800 p-4 rounded-lg border",children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useIsMobile"}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Is Mobile:"}),e.jsx(s.Badge,{className:"text-dark dark:text-white",children:j?"Yes":"No"})]}),e.jsx(s.Typography,{tag:"p",className:"text-xs text-gray-500",children:"True for xs, sm, md breakpoints"})]})]})]}),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:`
|
|
2
2
|
const breakpoint = useBreakpoint();
|
|
3
3
|
const { isMobile } = useIsMobile();
|
|
4
4
|
// Current: ${u}, Mobile: ${j}`})})]})}),e.jsx(s.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",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 from-green-500 via-emerald-500 to-teal-500 shadow-lg",children:e.jsx(t.Ruler,{className:"w-6 h-6 text-white filter drop-shadow-sm"})}),e.jsx(s.Typography,{tag:"h3",className:"text-xl font-semibold",children:"Element Measurement"})]}),e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"Track element dimensions and bounds in real-time."}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useElementSize"}),e.jsxs("div",{ref:B,className:"bg-blue-100 dark:bg-blue-800 p-4 rounded-lg border-2 border-dashed border-blue-300 dark:border-blue-600 resize overflow-auto min-h-[100px]",children:[e.jsx(s.Typography,{tag:"p",className:"text-sm",children:"Resize this element (drag corner)"}),e.jsxs(s.Typography,{tag:"p",className:"text-xs text-gray-600 dark:text-gray-400 mt-2",children:["Size: ",Math.round(I)," ×"," ",Math.round(L),"px"]})]})]}),e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useMeasure"}),e.jsxs("div",{ref:R,className:"bg-cyan-100 dark:bg-cyan-800 p-4 rounded-lg border-2 border-dashed border-cyan-300 dark:border-cyan-600 min-h-[100px]",children:[e.jsx(s.Typography,{tag:"p",className:"text-sm",children:"Measured element"}),e.jsxs(s.Typography,{tag:"p",className:"text-xs text-gray-600 dark:text-gray-400 mt-2",children:["Bounds: ",Math.round(v.width)," ×"," ",Math.round(v.height),"px"]})]})]})]})]})}),e.jsx(s.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",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 from-purple-500 via-violet-500 to-indigo-500 shadow-lg",children:e.jsx(t.MousePointer,{className:"w-6 h-6 text-white filter drop-shadow-sm"})}),e.jsx(s.Typography,{tag:"h3",className:"text-xl font-semibold",children:"User Interaction"})]}),e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"Interactive demonstrations of click detection and clipboard operations."}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useClickAway"}),e.jsxs("div",{className:"relative",ref:b,children:[e.jsxs(s.Button,{onClick:()=>g(!x),variant:"ghost",className:"w-full",children:[e.jsx(t.ChevronDown,{className:"w-4 h-4 mr-2"}),"Click to open dropdown"]}),x&&e.jsx("div",{className:"absolute top-full left-0 right-0 mt-2 bg-white dark:bg-gray-800 border rounded-lg shadow-lg p-4 z-10",children:e.jsx(s.Typography,{tag:"p",className:"text-sm",children:"Click outside to close this dropdown"})})]})]}),e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useCopyToClipboard"}),e.jsxs("div",{className:"space-y-3",children:[e.jsx("input",{type:"text",value:d,onChange:a=>f(a.target.value),className:"w-full px-3 py-2 border rounded-lg dark:bg-gray-800 dark:border-gray-600",placeholder:"Enter text to copy"}),e.jsxs(s.Button,{onClick:G,className:"w-full",children:[e.jsx(t.Copy,{className:"w-4 h-4 mr-2"}),"Copy to Clipboard"]}),m&&e.jsxs(s.Typography,{tag:"p",className:"text-sm text-green-600 dark:text-green-400",children:["✓ Copied: ",String(m)]})]})]})]})]})}),e.jsx(s.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",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 from-green-500 via-emerald-500 to-teal-500 shadow-lg",children:e.jsx(t.Settings,{className:"w-6 h-6 text-white filter drop-shadow-sm"})}),e.jsx(s.Typography,{tag:"h3",className:"text-xl font-semibold",children:"UI State Management"})]}),e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"Global state management for UI behaviors and notifications."}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useGridSwitcher"}),e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Current layout:"}),e.jsx(s.Badge,{className:"text-dark dark:text-white",children:c?"Compact":"Normal"})]}),e.jsxs(s.Button,{onClick:q,variant:"ghost",className:"w-full",children:[e.jsx(t.LayoutGrid,{className:"w-4 h-4 mr-2"}),"Switch to ",c?"Normal":"Compact"]})]})]}),e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useToastStore"}),e.jsxs("div",{className:"grid grid-cols-2 gap-2",children:[e.jsx(s.Button,{color:"success",fullWidth:!0,onClick:()=>l("success"),children:"Success"}),e.jsx(s.Button,{color:"danger",fullWidth:!0,onClick:()=>l("destructive"),children:"Error"}),e.jsx(s.Button,{color:"warning",fullWidth:!0,onClick:()=>l("warning"),children:"Warning"}),e.jsx(s.Button,{color:"info",fullWidth:!0,onClick:()=>l("info"),children:"Info"})]})]})]})]})}),e.jsx(s.CardContainer,{className:"group hover:shadow-large transition-all duration-300 hover:-translate-y-1",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 from-orange-500 via-amber-500 to-yellow-500 shadow-lg",children:e.jsx(t.Zap,{className:"w-6 h-6 text-white filter drop-shadow-sm"})}),e.jsx(s.Typography,{tag:"h3",className:"text-xl font-semibold",children:"Advanced Utilities"})]}),e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"Advanced hooks for complex UI behaviors and interactions."}),e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useScrollableSlider"}),e.jsxs("div",{className:"relative",children:[e.jsx("button",{ref:E,onClick:D,className:"absolute left-0 top-1/2 -translate-y-1/2 z-10 bg-white dark:bg-gray-800 border rounded-full p-2 shadow-md opacity-0 invisible transition-opacity",children:e.jsx(t.ChevronLeft,{className:"w-4 h-4"})}),e.jsx("div",{ref:z,className:"flex gap-4 overflow-x-auto scrollbar-hide py-4",children:O.map(a=>e.jsxs("div",{className:"shrink-0 w-48 p-4 bg-white dark:bg-gray-800 border rounded-lg",children:[e.jsx(s.Typography,{tag:"h6",className:"font-medium mb-2",children:a.title}),e.jsx(s.Typography,{tag:"p",className:"text-sm text-gray-600 dark:text-gray-400",children:a.content})]},a.id))}),e.jsx("button",{ref:W,onClick:$,className:"absolute right-0 top-1/2 -translate-y-1/2 z-10 bg-white dark:bg-gray-800 border rounded-full p-2 shadow-md transition-opacity",children:e.jsx(t.ChevronRight,{className:"w-4 h-4"})})]})]}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useEventListener"}),e.jsxs("div",{className:"bg-white dark:bg-gray-800 p-4 rounded-lg border",children:[e.jsx(s.Typography,{tag:"p",className:"text-sm mb-2",children:"Press any key to see event detection:"}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Last key:"}),e.jsx(s.Badge,{className:"text-dark dark:text-white",children:k||"None"})]})]})]}),e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useWindowScroll"}),e.jsxs("div",{className:"bg-white dark:bg-gray-800 p-4 rounded-lg border",children:[e.jsx(s.Typography,{tag:"p",className:"text-sm mb-2",children:"Current scroll position:"}),e.jsxs("div",{className:"space-y-1",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-xs text-gray-600 dark:text-gray-400",children:"X:"}),e.jsxs(s.Badge,{className:"text-dark dark:text-white",children:[Math.round(S),"px"]})]}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-xs text-gray-600 dark:text-gray-400",children:"Y:"}),e.jsxs(s.Badge,{className:"text-dark dark:text-white",children:[Math.round(M),"px"]})]})]})]})]})]}),e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useLockBodyScroll"}),e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsxs(s.Button,{onClick:()=>o(!0),variant:"ghost",children:[e.jsx(t.Lock,{className:"w-4 h-4 mr-2"}),"Open Modal (Locks Scroll)"]}),e.jsxs(s.Typography,{tag:"p",className:"text-sm text-gray-600 dark:text-gray-400",children:["Body scroll is ",i?"locked":"unlocked"]})]})]}),e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-3",children:"useIsMounted"}),e.jsxs("div",{className:"bg-white dark:bg-gray-800 p-4 rounded-lg border",children:[e.jsx(s.Typography,{tag:"p",className:"text-sm mb-2",children:"Component mount status:"}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Status:"}),e.jsx(s.Badge,{className:"text-dark dark:text-white",children:T})]})]})]})]})]})})]}),i&&e.jsx("div",{className:"fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50",children:e.jsxs("div",{className:"bg-white dark:bg-gray-800 p-6 rounded-lg max-w-md w-full mx-4",children:[e.jsxs("div",{className:"flex items-center justify-between mb-4",children:[e.jsx(s.Typography,{tag:"h3",className:"font-semibold",children:"Modal with Locked Scroll"}),e.jsx("button",{onClick:()=>o(!1),className:"text-gray-500 hover:text-gray-700",children:e.jsx(t.X,{className:"w-5 h-5"})})]}),e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400 mb-4",children:"While this modal is open, body scrolling is locked using the useLockBodyScroll hook. The scrollbar width is preserved to prevent layout shift."}),e.jsx(s.Button,{onClick:()=>o(!1),className:"w-full",children:"Close Modal"})]})})]})};exports.default=P;
|
|
@@ -0,0 +1,20 @@
|
|
|
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 s=()=>{const i=[{name:1,value:45e3},{name:2,value:45200},{name:3,value:44800},{name:4,value:45100},{name:5,value:45300}];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:"LivePriceFeed"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Real-time price display with integrated chart visualization for cryptocurrency price tracking."})]}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Chart"}),e.jsx(a.LivePriceFeed,{id:"bitcoin",name:"Bitcoin",symbol:"BTC",icon:e.jsx(a.Bitcoin,{className:"w-6 h-6"}),balance:"1.25",usdBalance:"45,000",change:"+2.5%",isChangePositive:!0,prices:i})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Negative Change"}),e.jsx(a.LivePriceFeed,{id:"ethereum",name:"Ethereum",symbol:"ETH",icon:e.jsx(a.Ethereum,{className:"w-6 h-6"}),balance:"5.5",usdBalance:"16,500",change:"-1.8%",isChangePositive:!1,prices:[{name:1,value:3e3},{name:2,value:2950},{name:3,value:2980},{name:4,value:2920},{name:5,value:2900}]})]})]})})})}),e.jsx(a.AutoPropsTable,{componentName:"LivePriceFeed"}),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 { LivePriceFeed } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
const priceData = [
|
|
4
|
+
{ name: 1, value: 45000 },
|
|
5
|
+
{ name: 2, value: 45200 },
|
|
6
|
+
{ name: 3, value: 44800 },
|
|
7
|
+
{ name: 4, value: 45100 },
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
<LivePriceFeed
|
|
11
|
+
id="bitcoin"
|
|
12
|
+
name="Bitcoin"
|
|
13
|
+
symbol="BTC"
|
|
14
|
+
icon={<Bitcoin />}
|
|
15
|
+
balance="1.25"
|
|
16
|
+
usdBalance="45,000"
|
|
17
|
+
change="+2.5%"
|
|
18
|
+
isChangePositive={true}
|
|
19
|
+
prices={priceData}
|
|
20
|
+
/>`})})})})]})};exports.default=s;
|