@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,105 @@
|
|
|
1
|
+
import { jsx as e, jsxs as l, Fragment as d } from "react/jsx-runtime";
|
|
2
|
+
import { T as a, C as r, a as s, Y as c, P as n, A as m, c as h } from "../index-B6CStnMG.js";
|
|
3
|
+
import "lucide-react";
|
|
4
|
+
import "react-router-dom";
|
|
5
|
+
import "react";
|
|
6
|
+
import "react-dom";
|
|
7
|
+
const x = () => {
|
|
8
|
+
const t = Array.from({ length: 20 }, (i, o) => /* @__PURE__ */ e("div", { className: "p-4 border-b", children: /* @__PURE__ */ l(a, { tag: "p", children: [
|
|
9
|
+
"Content item ",
|
|
10
|
+
o + 1
|
|
11
|
+
] }) }, o));
|
|
12
|
+
return /* @__PURE__ */ l(d, { children: [
|
|
13
|
+
/* @__PURE__ */ l("div", { className: "text-center space-y-4", children: [
|
|
14
|
+
/* @__PURE__ */ e(a, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "Scrollbar" }),
|
|
15
|
+
/* @__PURE__ */ e(
|
|
16
|
+
a,
|
|
17
|
+
{
|
|
18
|
+
tag: "p",
|
|
19
|
+
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
20
|
+
children: "A customizable scrollbar component with auto-hide functionality and custom styling options."
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
] }),
|
|
24
|
+
/* @__PURE__ */ e(r, { className: "overflow-hidden", children: /* @__PURE__ */ e(s, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ l("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
|
|
25
|
+
/* @__PURE__ */ l(r, { className: "p-4", children: [
|
|
26
|
+
/* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Vertical Scrollbar" }),
|
|
27
|
+
/* @__PURE__ */ e(c, { className: "h-48", children: /* @__PURE__ */ e("div", { children: t.slice(0, 10) }) })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ l(r, { className: "p-4", children: [
|
|
30
|
+
/* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Auto Hide on Leave" }),
|
|
31
|
+
/* @__PURE__ */ e(c, { className: "h-48", autoHide: "leave", children: /* @__PURE__ */ e("div", { children: t.slice(0, 10) }) })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ l(r, { className: "p-4", children: [
|
|
34
|
+
/* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Never Hide" }),
|
|
35
|
+
/* @__PURE__ */ e(c, { className: "h-48", autoHide: "never", children: /* @__PURE__ */ e("div", { children: t.slice(0, 10) }) })
|
|
36
|
+
] }),
|
|
37
|
+
/* @__PURE__ */ l(r, { className: "p-4", children: [
|
|
38
|
+
/* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Custom Styled" }),
|
|
39
|
+
/* @__PURE__ */ e(
|
|
40
|
+
c,
|
|
41
|
+
{
|
|
42
|
+
className: "h-48",
|
|
43
|
+
scrollbarStyle: {
|
|
44
|
+
track: { backgroundColor: "transparent" },
|
|
45
|
+
thumb: { borderRadius: "8px", width: "8px" }
|
|
46
|
+
},
|
|
47
|
+
children: /* @__PURE__ */ e("div", { children: t.slice(0, 10) })
|
|
48
|
+
}
|
|
49
|
+
)
|
|
50
|
+
] })
|
|
51
|
+
] }) }) }) }),
|
|
52
|
+
/* @__PURE__ */ e(
|
|
53
|
+
n,
|
|
54
|
+
{
|
|
55
|
+
componentName: "Scrollbar",
|
|
56
|
+
defaultValues: { autoHide: "scroll", direction: "vertical" },
|
|
57
|
+
excludeProps: ["scrollbarStyle", "style"],
|
|
58
|
+
children: (i) => /* @__PURE__ */ e(c, { ...i, style: { height: 200 }, children: /* @__PURE__ */ l("div", { style: { height: 600, padding: 16 }, children: [
|
|
59
|
+
/* @__PURE__ */ e("p", { children: "Scroll down to see more content..." }),
|
|
60
|
+
/* @__PURE__ */ e("p", { style: { marginTop: 200 }, children: "Middle content" }),
|
|
61
|
+
/* @__PURE__ */ e("p", { style: { marginTop: 200 }, children: "End of content" })
|
|
62
|
+
] }) })
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ e(m, { componentName: "Scrollbar" }),
|
|
66
|
+
/* @__PURE__ */ e(r, { className: "overflow-hidden", children: /* @__PURE__ */ e(s, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
67
|
+
h,
|
|
68
|
+
{
|
|
69
|
+
language: "tsx",
|
|
70
|
+
code: `import { Scrollbar } from '@e-burgos/tucu-ui';
|
|
71
|
+
|
|
72
|
+
// Basic usage
|
|
73
|
+
<Scrollbar className="h-48">
|
|
74
|
+
<div>
|
|
75
|
+
{/* Your content here */}
|
|
76
|
+
</div>
|
|
77
|
+
</Scrollbar>
|
|
78
|
+
|
|
79
|
+
// Auto hide on leave
|
|
80
|
+
<Scrollbar className="h-48" autoHide="leave">
|
|
81
|
+
<div>{content}</div>
|
|
82
|
+
</Scrollbar>
|
|
83
|
+
|
|
84
|
+
// Never hide
|
|
85
|
+
<Scrollbar className="h-48" autoHide="never">
|
|
86
|
+
<div>{content}</div>
|
|
87
|
+
</Scrollbar>
|
|
88
|
+
|
|
89
|
+
// Custom styled
|
|
90
|
+
<Scrollbar
|
|
91
|
+
className="h-48"
|
|
92
|
+
scrollbarStyle={{
|
|
93
|
+
track: { backgroundColor: 'transparent' },
|
|
94
|
+
thumb: { borderRadius: '8px', width: '8px' },
|
|
95
|
+
}}
|
|
96
|
+
>
|
|
97
|
+
<div>{content}</div>
|
|
98
|
+
</Scrollbar>`
|
|
99
|
+
}
|
|
100
|
+
) }) }) })
|
|
101
|
+
] });
|
|
102
|
+
};
|
|
103
|
+
export {
|
|
104
|
+
x as default
|
|
105
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const c=()=>{const l=Array.from({length:20},(a,s)=>e.jsx("div",{className:"p-4 border-b",children:e.jsxs(r.Typography,{tag:"p",children:["Content item ",s+1]})},s));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:"Scrollbar"}),e.jsx(r.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A customizable scrollbar component with auto-hide functionality and custom styling options."})]}),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:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(r.CardContainer,{className:"p-4",children:[e.jsx(r.Typography,{tag:"h5",className:"mb-3",children:"Vertical Scrollbar"}),e.jsx(r.Scrollbar,{className:"h-48",children:e.jsx("div",{children:l.slice(0,10)})})]}),e.jsxs(r.CardContainer,{className:"p-4",children:[e.jsx(r.Typography,{tag:"h5",className:"mb-3",children:"Auto Hide on Leave"}),e.jsx(r.Scrollbar,{className:"h-48",autoHide:"leave",children:e.jsx("div",{children:l.slice(0,10)})})]}),e.jsxs(r.CardContainer,{className:"p-4",children:[e.jsx(r.Typography,{tag:"h5",className:"mb-3",children:"Never Hide"}),e.jsx(r.Scrollbar,{className:"h-48",autoHide:"never",children:e.jsx("div",{children:l.slice(0,10)})})]}),e.jsxs(r.CardContainer,{className:"p-4",children:[e.jsx(r.Typography,{tag:"h5",className:"mb-3",children:"Custom Styled"}),e.jsx(r.Scrollbar,{className:"h-48",scrollbarStyle:{track:{backgroundColor:"transparent"},thumb:{borderRadius:"8px",width:"8px"}},children:e.jsx("div",{children:l.slice(0,10)})})]})]})})})}),e.jsx(r.PropPlayground,{componentName:"Scrollbar",defaultValues:{autoHide:"scroll",direction:"vertical"},excludeProps:["scrollbarStyle","style"],children:a=>e.jsx(r.Scrollbar,{...a,style:{height:200},children:e.jsxs("div",{style:{height:600,padding:16},children:[e.jsx("p",{children:"Scroll down to see more content..."}),e.jsx("p",{style:{marginTop:200},children:"Middle content"}),e.jsx("p",{style:{marginTop:200},children:"End of content"})]})})}),e.jsx(r.AutoPropsTable,{componentName:"Scrollbar"}),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 { Scrollbar } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
// Basic usage
|
|
4
|
+
<Scrollbar className="h-48">
|
|
5
|
+
<div>
|
|
6
|
+
{/* Your content here */}
|
|
7
|
+
</div>
|
|
8
|
+
</Scrollbar>
|
|
9
|
+
|
|
10
|
+
// Auto hide on leave
|
|
11
|
+
<Scrollbar className="h-48" autoHide="leave">
|
|
12
|
+
<div>{content}</div>
|
|
13
|
+
</Scrollbar>
|
|
14
|
+
|
|
15
|
+
// Never hide
|
|
16
|
+
<Scrollbar className="h-48" autoHide="never">
|
|
17
|
+
<div>{content}</div>
|
|
18
|
+
</Scrollbar>
|
|
19
|
+
|
|
20
|
+
// Custom styled
|
|
21
|
+
<Scrollbar
|
|
22
|
+
className="h-48"
|
|
23
|
+
scrollbarStyle={{
|
|
24
|
+
track: { backgroundColor: 'transparent' },
|
|
25
|
+
thumb: { borderRadius: '8px', width: '8px' },
|
|
26
|
+
}}
|
|
27
|
+
>
|
|
28
|
+
<div>{content}</div>
|
|
29
|
+
</Scrollbar>`})})})})]})};exports.default=c;
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
import { jsxs as a, Fragment as d, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useState as p } from "react";
|
|
3
|
+
import { T as t, C as l, a as o, S as s, A as m, c as h } from "../index-B6CStnMG.js";
|
|
4
|
+
import { Globe as c, Star as u, Zap as g, Shield as v } from "lucide-react";
|
|
5
|
+
import "react-router-dom";
|
|
6
|
+
import "react-dom";
|
|
7
|
+
const w = () => {
|
|
8
|
+
const [r, i] = p(void 0), n = [
|
|
9
|
+
{ name: "Argentina", value: "ar" },
|
|
10
|
+
{ name: "Brasil", value: "br" },
|
|
11
|
+
{ name: "Chile", value: "cl" },
|
|
12
|
+
{ name: "Colombia", value: "co" },
|
|
13
|
+
{ name: "México", value: "mx" },
|
|
14
|
+
{ name: "Perú", value: "pe" },
|
|
15
|
+
{ name: "Uruguay", value: "uy" },
|
|
16
|
+
{ name: "Venezuela", value: "ve" }
|
|
17
|
+
];
|
|
18
|
+
return /* @__PURE__ */ a(d, { children: [
|
|
19
|
+
/* @__PURE__ */ a("div", { className: "text-center space-y-4", children: [
|
|
20
|
+
/* @__PURE__ */ e(t, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "Select" }),
|
|
21
|
+
/* @__PURE__ */ e(
|
|
22
|
+
t,
|
|
23
|
+
{
|
|
24
|
+
tag: "p",
|
|
25
|
+
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
26
|
+
children: "A dropdown select component with search, descriptions, disabled options, and check indicators."
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ e(l, { className: "overflow-hidden", children: /* @__PURE__ */ e(o, { title: "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: [
|
|
31
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
32
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Basic Select" }),
|
|
33
|
+
/* @__PURE__ */ e(
|
|
34
|
+
s,
|
|
35
|
+
{
|
|
36
|
+
label: "Country",
|
|
37
|
+
placeholder: "Select a country",
|
|
38
|
+
options: n,
|
|
39
|
+
selectedOption: r,
|
|
40
|
+
onChange: i
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
] }),
|
|
44
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
45
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Searchable" }),
|
|
46
|
+
/* @__PURE__ */ e(
|
|
47
|
+
s,
|
|
48
|
+
{
|
|
49
|
+
label: "Country",
|
|
50
|
+
placeholder: "Search and select...",
|
|
51
|
+
options: n,
|
|
52
|
+
searchable: !0,
|
|
53
|
+
searchPlaceholder: "Type to filter...",
|
|
54
|
+
showCheck: !0
|
|
55
|
+
}
|
|
56
|
+
)
|
|
57
|
+
] }),
|
|
58
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
59
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "With Descriptions & Icons" }),
|
|
60
|
+
/* @__PURE__ */ e(
|
|
61
|
+
s,
|
|
62
|
+
{
|
|
63
|
+
label: "Plan",
|
|
64
|
+
placeholder: "Choose a plan",
|
|
65
|
+
options: [
|
|
66
|
+
{
|
|
67
|
+
name: "Free",
|
|
68
|
+
value: "free",
|
|
69
|
+
description: "Basic features, 1 user",
|
|
70
|
+
icon: /* @__PURE__ */ e(u, { className: "h-4 w-4 text-gray-400" })
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: "Pro",
|
|
74
|
+
value: "pro",
|
|
75
|
+
description: "Advanced features, 5 users",
|
|
76
|
+
icon: /* @__PURE__ */ e(g, { className: "h-4 w-4 text-brand" })
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: "Enterprise",
|
|
80
|
+
value: "enterprise",
|
|
81
|
+
description: "Custom features, unlimited",
|
|
82
|
+
icon: /* @__PURE__ */ e(v, { className: "h-4 w-4 text-green-500" })
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
name: "Legacy",
|
|
86
|
+
value: "legacy",
|
|
87
|
+
description: "No longer available",
|
|
88
|
+
disabled: !0
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
showCheck: !0
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
] }),
|
|
95
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
96
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "With Helper Text" }),
|
|
97
|
+
/* @__PURE__ */ e(
|
|
98
|
+
s,
|
|
99
|
+
{
|
|
100
|
+
label: "Language",
|
|
101
|
+
placeholder: "Select a language",
|
|
102
|
+
helperText: "Choose your preferred language",
|
|
103
|
+
options: [
|
|
104
|
+
{
|
|
105
|
+
name: "English",
|
|
106
|
+
value: "en",
|
|
107
|
+
icon: /* @__PURE__ */ e(c, { className: "h-4 w-4" })
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
name: "Spanish",
|
|
111
|
+
value: "es",
|
|
112
|
+
icon: /* @__PURE__ */ e(c, { className: "h-4 w-4" })
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: "French",
|
|
116
|
+
value: "fr",
|
|
117
|
+
icon: /* @__PURE__ */ e(c, { className: "h-4 w-4" })
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
)
|
|
122
|
+
] }),
|
|
123
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
124
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "With Error" }),
|
|
125
|
+
/* @__PURE__ */ e(
|
|
126
|
+
s,
|
|
127
|
+
{
|
|
128
|
+
label: "Category",
|
|
129
|
+
placeholder: "Select a category",
|
|
130
|
+
errorMessage: "Category is required",
|
|
131
|
+
options: [
|
|
132
|
+
{ name: "Option 1", value: "opt1" },
|
|
133
|
+
{ name: "Option 2", value: "opt2" }
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
)
|
|
137
|
+
] }),
|
|
138
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
139
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Disabled" }),
|
|
140
|
+
/* @__PURE__ */ e(
|
|
141
|
+
s,
|
|
142
|
+
{
|
|
143
|
+
label: "Status",
|
|
144
|
+
placeholder: "Select status",
|
|
145
|
+
disabled: !0,
|
|
146
|
+
options: [
|
|
147
|
+
{ name: "Active", value: "active" },
|
|
148
|
+
{ name: "Inactive", value: "inactive" }
|
|
149
|
+
]
|
|
150
|
+
}
|
|
151
|
+
)
|
|
152
|
+
] })
|
|
153
|
+
] }) }) }) }),
|
|
154
|
+
/* @__PURE__ */ e(l, { className: "overflow-hidden", children: /* @__PURE__ */ e(o, { title: "Variants", 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-3 gap-4", children: [
|
|
155
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
156
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Ghost (default)" }),
|
|
157
|
+
/* @__PURE__ */ e(
|
|
158
|
+
s,
|
|
159
|
+
{
|
|
160
|
+
label: "Ghost Variant",
|
|
161
|
+
placeholder: "Select option",
|
|
162
|
+
variant: "ghost",
|
|
163
|
+
options: n
|
|
164
|
+
}
|
|
165
|
+
)
|
|
166
|
+
] }),
|
|
167
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
168
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Solid" }),
|
|
169
|
+
/* @__PURE__ */ e(
|
|
170
|
+
s,
|
|
171
|
+
{
|
|
172
|
+
label: "Solid Variant",
|
|
173
|
+
placeholder: "Select option",
|
|
174
|
+
variant: "solid",
|
|
175
|
+
options: n
|
|
176
|
+
}
|
|
177
|
+
)
|
|
178
|
+
] }),
|
|
179
|
+
/* @__PURE__ */ a(l, { className: "p-4", children: [
|
|
180
|
+
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Transparent" }),
|
|
181
|
+
/* @__PURE__ */ e(
|
|
182
|
+
s,
|
|
183
|
+
{
|
|
184
|
+
label: "Transparent Variant",
|
|
185
|
+
placeholder: "Select option",
|
|
186
|
+
variant: "transparent",
|
|
187
|
+
options: n
|
|
188
|
+
}
|
|
189
|
+
)
|
|
190
|
+
] })
|
|
191
|
+
] }) }) }) }),
|
|
192
|
+
/* @__PURE__ */ e(m, { componentName: "Select" }),
|
|
193
|
+
/* @__PURE__ */ e(l, { className: "overflow-hidden", children: /* @__PURE__ */ e(o, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
194
|
+
h,
|
|
195
|
+
{
|
|
196
|
+
language: "tsx",
|
|
197
|
+
code: `import { Select } from '@e-burgos/tucu-ui';
|
|
198
|
+
|
|
199
|
+
const options = [
|
|
200
|
+
{ name: 'Argentina', value: 'ar' },
|
|
201
|
+
{ name: 'Brasil', value: 'br' },
|
|
202
|
+
{ name: 'Chile', value: 'cl' },
|
|
203
|
+
];
|
|
204
|
+
|
|
205
|
+
// Basic
|
|
206
|
+
<Select
|
|
207
|
+
label="Country"
|
|
208
|
+
placeholder="Select a country"
|
|
209
|
+
options={options}
|
|
210
|
+
selectedOption={selectedOption}
|
|
211
|
+
onChange={setSelectedOption}
|
|
212
|
+
/>
|
|
213
|
+
|
|
214
|
+
// Searchable with check
|
|
215
|
+
<Select
|
|
216
|
+
label="Country"
|
|
217
|
+
placeholder="Search..."
|
|
218
|
+
options={options}
|
|
219
|
+
searchable
|
|
220
|
+
searchPlaceholder="Type to filter..."
|
|
221
|
+
showCheck
|
|
222
|
+
/>
|
|
223
|
+
|
|
224
|
+
// With descriptions, icons, and disabled options
|
|
225
|
+
const plans = [
|
|
226
|
+
{ name: 'Free', value: 'free', description: 'Basic features' },
|
|
227
|
+
{ name: 'Pro', value: 'pro', description: 'Advanced', icon: <Zap /> },
|
|
228
|
+
{ name: 'Legacy', value: 'legacy', disabled: true },
|
|
229
|
+
];
|
|
230
|
+
<Select label="Plan" options={plans} showCheck />
|
|
231
|
+
|
|
232
|
+
// Variants
|
|
233
|
+
<Select variant="ghost" options={options} />
|
|
234
|
+
<Select variant="solid" options={options} />
|
|
235
|
+
<Select variant="transparent" options={options} />`
|
|
236
|
+
}
|
|
237
|
+
) }) }) })
|
|
238
|
+
] });
|
|
239
|
+
};
|
|
240
|
+
export {
|
|
241
|
+
w as default
|
|
242
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("react"),a=require("../index-QnI4b7wS.js"),s=require("lucide-react");require("react-router-dom");require("react-dom");const c=()=>{const[t,r]=o.useState(void 0),l=[{name:"Argentina",value:"ar"},{name:"Brasil",value:"br"},{name:"Chile",value:"cl"},{name:"Colombia",value:"co"},{name:"México",value:"mx"},{name:"Perú",value:"pe"},{name:"Uruguay",value:"uy"},{name:"Venezuela",value:"ve"}],n=[{name:"Free",value:"free",description:"Basic features, 1 user",icon:e.jsx(s.Star,{className:"h-4 w-4 text-gray-400"})},{name:"Pro",value:"pro",description:"Advanced features, 5 users",icon:e.jsx(s.Zap,{className:"h-4 w-4 text-brand"})},{name:"Enterprise",value:"enterprise",description:"Custom features, unlimited",icon:e.jsx(s.Shield,{className:"h-4 w-4 text-green-500"})},{name:"Legacy",value:"legacy",description:"No longer available",disabled:!0}];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:"Select"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A dropdown select component with search, descriptions, disabled options, and check indicators."})]}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Basic Select"}),e.jsx(a.Select,{label:"Country",placeholder:"Select a country",options:l,selectedOption:t,onChange:r})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Searchable"}),e.jsx(a.Select,{label:"Country",placeholder:"Search and select...",options:l,searchable:!0,searchPlaceholder:"Type to filter...",showCheck:!0})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Descriptions & Icons"}),e.jsx(a.Select,{label:"Plan",placeholder:"Choose a plan",options:n,showCheck:!0})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Helper Text"}),e.jsx(a.Select,{label:"Language",placeholder:"Select a language",helperText:"Choose your preferred language",options:[{name:"English",value:"en",icon:e.jsx(s.Globe,{className:"h-4 w-4"})},{name:"Spanish",value:"es",icon:e.jsx(s.Globe,{className:"h-4 w-4"})},{name:"French",value:"fr",icon:e.jsx(s.Globe,{className:"h-4 w-4"})}]})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Error"}),e.jsx(a.Select,{label:"Category",placeholder:"Select a category",errorMessage:"Category is required",options:[{name:"Option 1",value:"opt1"},{name:"Option 2",value:"opt2"}]})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Disabled"}),e.jsx(a.Select,{label:"Status",placeholder:"Select status",disabled:!0,options:[{name:"Active",value:"active"},{name:"Inactive",value:"inactive"}]})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Variants",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Ghost (default)"}),e.jsx(a.Select,{label:"Ghost Variant",placeholder:"Select option",variant:"ghost",options:l})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Solid"}),e.jsx(a.Select,{label:"Solid Variant",placeholder:"Select option",variant:"solid",options:l})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Transparent"}),e.jsx(a.Select,{label:"Transparent Variant",placeholder:"Select option",variant:"transparent",options:l})]})]})})})}),e.jsx(a.AutoPropsTable,{componentName:"Select"}),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 { Select } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
const options = [
|
|
4
|
+
{ name: 'Argentina', value: 'ar' },
|
|
5
|
+
{ name: 'Brasil', value: 'br' },
|
|
6
|
+
{ name: 'Chile', value: 'cl' },
|
|
7
|
+
];
|
|
8
|
+
|
|
9
|
+
// Basic
|
|
10
|
+
<Select
|
|
11
|
+
label="Country"
|
|
12
|
+
placeholder="Select a country"
|
|
13
|
+
options={options}
|
|
14
|
+
selectedOption={selectedOption}
|
|
15
|
+
onChange={setSelectedOption}
|
|
16
|
+
/>
|
|
17
|
+
|
|
18
|
+
// Searchable with check
|
|
19
|
+
<Select
|
|
20
|
+
label="Country"
|
|
21
|
+
placeholder="Search..."
|
|
22
|
+
options={options}
|
|
23
|
+
searchable
|
|
24
|
+
searchPlaceholder="Type to filter..."
|
|
25
|
+
showCheck
|
|
26
|
+
/>
|
|
27
|
+
|
|
28
|
+
// With descriptions, icons, and disabled options
|
|
29
|
+
const plans = [
|
|
30
|
+
{ name: 'Free', value: 'free', description: 'Basic features' },
|
|
31
|
+
{ name: 'Pro', value: 'pro', description: 'Advanced', icon: <Zap /> },
|
|
32
|
+
{ name: 'Legacy', value: 'legacy', disabled: true },
|
|
33
|
+
];
|
|
34
|
+
<Select label="Plan" options={plans} showCheck />
|
|
35
|
+
|
|
36
|
+
// Variants
|
|
37
|
+
<Select variant="ghost" options={options} />
|
|
38
|
+
<Select variant="solid" options={options} />
|
|
39
|
+
<Select variant="transparent" options={options} />`})})})})]})};exports.default=c;
|
package/{SettingsPanelSection-B37qv2jK.mjs → documentation/SettingsPanelSection-8GHz0Skb.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { au as x, C as y, a as f, T as t, J as s, y as c } from "../index-B6CStnMG.js";
|
|
3
3
|
import { Settings as b, Check as m } from "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
|
@@ -16,7 +16,7 @@ const A = () => {
|
|
|
16
16
|
setIsSettingsOpen: N,
|
|
17
17
|
isSettingsOpen: d
|
|
18
18
|
} = x();
|
|
19
|
-
return /* @__PURE__ */ e(
|
|
19
|
+
return /* @__PURE__ */ e(y, { children: /* @__PURE__ */ e(f, { title: "Settings Panel", className: "mt-2 mb-6", children: /* @__PURE__ */ a("div", { className: "space-y-6", children: [
|
|
20
20
|
/* @__PURE__ */ a("div", { className: "flex items-center gap-3", children: [
|
|
21
21
|
/* @__PURE__ */ e("div", { className: "p-2 bg-gradient-to-br from-orange-500 to-red-500 rounded-lg shadow-lg", children: /* @__PURE__ */ e(b, { className: "w-5 h-5 text-white filter drop-shadow-sm" }) }),
|
|
22
22
|
/* @__PURE__ */ e(t, { tag: "h4", className: "font-semibold", children: "Built-in Settings UI" })
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../index-QnI4b7wS.js"),i=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const h=()=>{const{mode:a,layout:n,primaryPreset:d,secondaryPreset:c,accentPreset:m,direction:o,setMode:g,setIsSettingsOpen:x,isSettingsOpen:r}=s.useTheme();return e.jsx(s.CardContainer,{children:e.jsx(s.CardTitle,{title:"Settings Panel",className:"mt-2 mb-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"p-2 bg-gradient-to-br from-orange-500 to-red-500 rounded-lg shadow-lg",children:e.jsx(i.Settings,{className:"w-5 h-5 text-white filter drop-shadow-sm"})}),e.jsx(s.Typography,{tag:"h4",className:"font-semibold",children:"Built-in Settings UI"})]}),e.jsxs("div",{className:"grid grid-cols-1 gap-6",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx(s.Typography,{tag:"p",className:"text-gray-600 dark:text-gray-400",children:"The theme system includes a built-in settings panel that allows users to:"}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-2",children:"Core Settings"}),e.jsx("ul",{className:"space-y-1",children:["Toggle between light and dark modes","Switch between LTR and RTL text direction","Choose between Clean, Admin, and Horizontal layouts"].map((t,l)=>e.jsxs("li",{className:"flex items-center gap-2",children:[e.jsx(i.Check,{className:"w-3 h-3 text-green-500"}),e.jsx("span",{className:"text-xs",children:t})]},l))})]}),e.jsxs("div",{children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium mb-2",children:"Color Management"}),e.jsx("ul",{className:"space-y-1",children:["Select from 34 predefined color presets","Configure primary, secondary, and accent colors","Customize dark and light theme colors","Manage muted colors and background variants"].map((t,l)=>e.jsxs("li",{className:"flex items-center gap-2",children:[e.jsx(i.Check,{className:"w-3 h-3 text-green-500"}),e.jsx("span",{className:"text-xs",children:t})]},l))})]})]})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx(s.Typography,{tag:"h5",className:"font-medium",children:"Current Settings"}),e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[e.jsxs("div",{className:"flex justify-between items-center p-3 bg-gray-200 dark:bg-gray-800 rounded-lg",children:[e.jsx("span",{className:"text-sm font-medium",children:"Mode"}),e.jsx(s.Badge,{variant:"outline",className:"text-xs",children:a})]}),e.jsxs("div",{className:"flex justify-between items-center p-3 bg-gray-200 dark:bg-gray-800 rounded-lg",children:[e.jsx("span",{className:"text-sm font-medium",children:"Layout"}),e.jsxs(s.Badge,{variant:"outline",className:"text-xs",children:[n==="horizontal"?"Horizontal":n==="clean"?"Clean":"Admin"," "]})]}),e.jsxs("div",{className:"flex justify-between items-center p-3 bg-gray-200 dark:bg-gray-800 rounded-lg",children:[e.jsx("span",{className:"text-sm font-medium",children:"Primary"}),e.jsx(s.Badge,{variant:"outline",className:"text-xs",children:d?.label||"DEFAULT_PRIMARY"})]}),e.jsxs("div",{className:"flex justify-between items-center p-3 bg-gray-200 dark:bg-gray-800 rounded-lg",children:[e.jsx("span",{className:"text-sm font-medium",children:"Secondary"}),e.jsx(s.Badge,{variant:"outline",className:"text-xs",children:c?.label||"DEFAULT_SECONDARY"})]}),e.jsxs("div",{className:"flex justify-between items-center p-3 bg-gray-200 dark:bg-gray-800 rounded-lg",children:[e.jsx("span",{className:"text-sm font-medium",children:"Accent"}),e.jsx(s.Badge,{variant:"outline",className:"text-xs",children:m?.label||"DEFAULT_ACCENT"})]}),e.jsxs("div",{className:"flex justify-between items-center p-3 bg-gray-200 dark:bg-gray-800 rounded-lg",children:[e.jsx("span",{className:"text-sm font-medium",children:"Direction"}),e.jsx(s.Badge,{variant:"outline",className:"text-xs",children:o||"LTR"})]})]}),e.jsxs("div",{className:"flex gap-2 w-full mt-4",children:[e.jsxs(s.Button,{size:"small",onClick:()=>g(a==="dark"?"light":"dark"),className:"flex-1",children:["Toggle ",a==="dark"?"Light":"Dark"]}),e.jsxs(s.Button,{size:"small",variant:"ghost",onClick:()=>x(!r),className:"flex-1",children:[r?"Close":"Open"," Settings"]})]})]})]})]})]})})})};exports.default=h;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const s=a=>{if(typeof window>"u")return"";const r=document.documentElement;return getComputedStyle(r).getPropertyValue(a).trim()||""},n=()=>e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(t.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"Shadows"}),e.jsx(t.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Shadow tokens from Tucu UI Design System for depth and elevation"})]}),e.jsx(t.CardContainer,{className:"overflow-hidden",children:e.jsx(t.CardTitle,{title:"Shadow Tokens",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full space-y-8 p-4 sm:p-6",children:e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[{name:"Main",varName:"--shadow-main",description:"Primary shadow for cards and elevated elements"},{name:"Light",varName:"--shadow-light",description:"Subtle shadow for minimal elevation"},{name:"Large",varName:"--shadow-large",description:"Prominent shadow for modals and overlays"},{name:"Card",varName:"--shadow-card",description:"Standard shadow for card components"},{name:"Transaction",varName:"--shadow-transaction",description:"Shadow for transaction lists and tables"},{name:"Expand",varName:"--shadow-expand",description:"Strong shadow for expanded elements"},{name:"Button",varName:"--shadow-button",description:"Shadow for button components"},{name:"Drop Shadow Main",varName:"--drop-shadow-main",description:"Drop shadow for images and graphics"}].map(a=>{const r=s(a.varName);return e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"space-y-1",children:[e.jsx(t.Typography,{tag:"h3",className:"font-semibold",children:a.name}),e.jsx(t.Typography,{tag:"p",className:"text-sm text-muted",children:a.description})]}),e.jsx("div",{className:"h-32 bg-white dark:bg-gray-800 rounded-lg p-4 flex items-center justify-center",style:{boxShadow:r||`var(${a.varName})`},children:e.jsx(t.Typography,{tag:"h4",className:"text-center",children:a.name})}),e.jsxs("div",{className:"space-y-1",children:[e.jsx(t.Typography,{tag:"h4",className:"text-muted text-xs break-all font-mono",children:a.varName}),r&&e.jsx(t.Typography,{tag:"h4",className:"text-muted text-[10px] break-all",children:r})]})]},a.name)})})})})})]});exports.default=n;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as n, Fragment as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as t, C as s, a as d } from "
|
|
2
|
+
import { T as t, C as s, a as d } from "../index-B6CStnMG.js";
|
|
3
3
|
import "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../index-QnI4b7wS.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const a=()=>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:"SidebarMenu"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A sidebar component with built-in menu navigation, supporting icons, paths, and dropdown items."})]}),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.jsx("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 Sidebar Menu"}),e.jsx(s.Typography,{tag:"p",className:"mb-4 text-sm text-gray-600",children:"Note: SidebarMenu is typically used within a Drawer component. This example shows the structure."}),e.jsx(s.Typography,{tag:"p",className:"text-sm",children:"The SidebarMenu component provides a navigation menu with icons and links, perfect for mobile navigation drawers."})]})})})})}),e.jsx(s.AutoPropsTable,{componentName:"SidebarMenu"}),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 { SidebarMenu, LucideIcons } from '@e-burgos/tucu-ui';
|
|
2
|
+
|
|
3
|
+
const menuItems = [
|
|
4
|
+
{
|
|
5
|
+
name: 'Home',
|
|
6
|
+
icon: <LucideIcons.Home className="w-5 h-5" />,
|
|
7
|
+
path: '/home',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Settings',
|
|
11
|
+
icon: <LucideIcons.Settings className="w-5 h-5" />,
|
|
12
|
+
path: '/settings',
|
|
13
|
+
},
|
|
14
|
+
];
|
|
15
|
+
|
|
16
|
+
// Basic usage (typically within Drawer)
|
|
17
|
+
<SidebarMenu
|
|
18
|
+
menuItems={menuItems}
|
|
19
|
+
onClose={() => setIsOpen(false)}
|
|
20
|
+
/>
|
|
21
|
+
|
|
22
|
+
// With title
|
|
23
|
+
<SidebarMenu
|
|
24
|
+
menuItems={menuItems}
|
|
25
|
+
title="Navigation"
|
|
26
|
+
onClose={() => setIsOpen(false)}
|
|
27
|
+
/>
|
|
28
|
+
|
|
29
|
+
// With logo
|
|
30
|
+
<SidebarMenu
|
|
31
|
+
menuItems={menuItems}
|
|
32
|
+
logo={{ name: 'MyApp' }}
|
|
33
|
+
onClose={() => setIsOpen(false)}
|
|
34
|
+
/>
|
|
35
|
+
|
|
36
|
+
// With dropdown items
|
|
37
|
+
const menuItemsWithDropdown = [
|
|
38
|
+
{
|
|
39
|
+
name: 'Products',
|
|
40
|
+
path: '/products',
|
|
41
|
+
dropdownItems: [
|
|
42
|
+
{ name: 'All Products', path: '/products/all' },
|
|
43
|
+
{ name: 'Featured', path: '/products/featured' },
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
];`})})})})]});exports.default=a;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { T as a, C as s, a as
|
|
1
|
+
import { jsxs as t, Fragment as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { T as a, C as s, a as n, A as o, c as m } from "../index-B6CStnMG.js";
|
|
3
3
|
import "lucide-react";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-dom";
|
|
7
|
-
const
|
|
8
|
-
/* @__PURE__ */
|
|
7
|
+
const h = () => /* @__PURE__ */ t(i, { children: [
|
|
8
|
+
/* @__PURE__ */ t("div", { className: "text-center space-y-4", children: [
|
|
9
9
|
/* @__PURE__ */ e(a, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "SidebarMenu" }),
|
|
10
10
|
/* @__PURE__ */ e(
|
|
11
11
|
a,
|
|
@@ -16,74 +16,14 @@ const f = () => /* @__PURE__ */ n(r, { children: [
|
|
|
16
16
|
}
|
|
17
17
|
)
|
|
18
18
|
] }),
|
|
19
|
-
/* @__PURE__ */ e(s, { className: "overflow-hidden", children: /* @__PURE__ */ e(
|
|
19
|
+
/* @__PURE__ */ e(s, { 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__ */ e("div", { className: "space-y-4", children: /* @__PURE__ */ t(s, { className: "p-4", children: [
|
|
20
20
|
/* @__PURE__ */ e(a, { tag: "h5", className: "mb-3", children: "Basic Sidebar Menu" }),
|
|
21
21
|
/* @__PURE__ */ e(a, { tag: "p", className: "mb-4 text-sm text-gray-600", children: "Note: SidebarMenu is typically used within a Drawer component. This example shows the structure." }),
|
|
22
22
|
/* @__PURE__ */ e(a, { tag: "p", className: "text-sm", children: "The SidebarMenu component provides a navigation menu with icons and links, perfect for mobile navigation drawers." })
|
|
23
23
|
] }) }) }) }) }),
|
|
24
|
-
/* @__PURE__ */ e(
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
label: "Prop",
|
|
28
|
-
render: (t) => /* @__PURE__ */ e("code", { className: "text-xs text-brand", children: String(t) })
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
key: "type",
|
|
32
|
-
label: "Type",
|
|
33
|
-
render: (t) => /* @__PURE__ */ e("code", { className: "text-xs", children: String(t) })
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
key: "default",
|
|
37
|
-
label: "Default",
|
|
38
|
-
render: (t) => {
|
|
39
|
-
const o = String(t);
|
|
40
|
-
return o === "required" ? /* @__PURE__ */ e("span", { className: "text-xs text-red-500", children: "required" }) : /* @__PURE__ */ e("code", { className: "text-xs", children: o });
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
key: "description",
|
|
45
|
-
label: "Description"
|
|
46
|
-
}
|
|
47
|
-
], data: [
|
|
48
|
-
{
|
|
49
|
-
prop: "menuItems",
|
|
50
|
-
type: "IMenuItem[]",
|
|
51
|
-
default: "required",
|
|
52
|
-
description: "Array of menu items to display"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
prop: "children",
|
|
56
|
-
type: "React.ReactNode",
|
|
57
|
-
default: "-",
|
|
58
|
-
description: "Additional content to display"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
prop: "title",
|
|
62
|
-
type: "string",
|
|
63
|
-
default: "-",
|
|
64
|
-
description: "Title for the sidebar menu"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
prop: "logo",
|
|
68
|
-
type: "LogoPropTypes",
|
|
69
|
-
default: "-",
|
|
70
|
-
description: "Logo configuration"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
prop: "actionContent",
|
|
74
|
-
type: "React.ReactNode",
|
|
75
|
-
default: "-",
|
|
76
|
-
description: "Action buttons at the bottom"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
prop: "onClose",
|
|
80
|
-
type: "() => void",
|
|
81
|
-
default: "required",
|
|
82
|
-
description: "Callback when sidebar closes"
|
|
83
|
-
}
|
|
84
|
-
] }) }) }) }),
|
|
85
|
-
/* @__PURE__ */ e(s, { 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(
|
|
86
|
-
d,
|
|
24
|
+
/* @__PURE__ */ e(o, { componentName: "SidebarMenu" }),
|
|
25
|
+
/* @__PURE__ */ e(s, { 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(
|
|
26
|
+
m,
|
|
87
27
|
{
|
|
88
28
|
language: "tsx",
|
|
89
29
|
code: `import { SidebarMenu, LucideIcons } from '@e-burgos/tucu-ui';
|
|
@@ -136,5 +76,5 @@ const menuItemsWithDropdown = [
|
|
|
136
76
|
) }) }) })
|
|
137
77
|
] });
|
|
138
78
|
export {
|
|
139
|
-
|
|
79
|
+
h as default
|
|
140
80
|
};
|