@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
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
import { jsxs as a, Fragment as c, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as l, C as i, a as r, f as t, B as m, c as d } from "./index-HwvOEWI7.mjs";
|
|
3
|
-
import "lucide-react";
|
|
4
|
-
import "react-router-dom";
|
|
5
|
-
import "react";
|
|
6
|
-
import "react-dom";
|
|
7
|
-
import { b as s, e as p } from "./tether-DaYvmdAU.mjs";
|
|
8
|
-
const v = () => /* @__PURE__ */ a(c, { children: [
|
|
9
|
-
/* @__PURE__ */ a("div", { className: "text-center space-y-4", children: [
|
|
10
|
-
/* @__PURE__ */ e(l, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "CoinInfoCard" }),
|
|
11
|
-
/* @__PURE__ */ e(
|
|
12
|
-
l,
|
|
13
|
-
{
|
|
14
|
-
tag: "p",
|
|
15
|
-
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
16
|
-
children: "Compact card component for displaying coin information with icon, name, and balance."
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
] }),
|
|
20
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(r, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ a("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
|
|
21
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
22
|
-
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "Basic Coin Info" }),
|
|
23
|
-
/* @__PURE__ */ e(
|
|
24
|
-
t,
|
|
25
|
-
{
|
|
26
|
-
item: {
|
|
27
|
-
id: "bitcoin",
|
|
28
|
-
name: "Bitcoin",
|
|
29
|
-
logo: s,
|
|
30
|
-
balance: "1.25 BTC"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
)
|
|
34
|
-
] }),
|
|
35
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
36
|
-
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "With Coin Type" }),
|
|
37
|
-
/* @__PURE__ */ e(
|
|
38
|
-
t,
|
|
39
|
-
{
|
|
40
|
-
item: {
|
|
41
|
-
id: "ethereum",
|
|
42
|
-
name: "Ethereum",
|
|
43
|
-
logo: p,
|
|
44
|
-
balance: "5.5 ETH",
|
|
45
|
-
coinType: "ERC-20"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
)
|
|
49
|
-
] })
|
|
50
|
-
] }) }) }) }),
|
|
51
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(r, { 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: [
|
|
52
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
53
|
-
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "Small (default)" }),
|
|
54
|
-
/* @__PURE__ */ e(
|
|
55
|
-
t,
|
|
56
|
-
{
|
|
57
|
-
item: {
|
|
58
|
-
id: "bitcoin",
|
|
59
|
-
name: "Bitcoin",
|
|
60
|
-
logo: s,
|
|
61
|
-
balance: "1.25 BTC"
|
|
62
|
-
},
|
|
63
|
-
variant: "small"
|
|
64
|
-
}
|
|
65
|
-
)
|
|
66
|
-
] }),
|
|
67
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
68
|
-
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "Medium" }),
|
|
69
|
-
/* @__PURE__ */ e(
|
|
70
|
-
t,
|
|
71
|
-
{
|
|
72
|
-
item: {
|
|
73
|
-
id: "bitcoin",
|
|
74
|
-
name: "Bitcoin",
|
|
75
|
-
logo: s,
|
|
76
|
-
balance: "1.25 BTC"
|
|
77
|
-
},
|
|
78
|
-
variant: "medium"
|
|
79
|
-
}
|
|
80
|
-
)
|
|
81
|
-
] }),
|
|
82
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
83
|
-
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "Large" }),
|
|
84
|
-
/* @__PURE__ */ e(
|
|
85
|
-
t,
|
|
86
|
-
{
|
|
87
|
-
item: {
|
|
88
|
-
id: "bitcoin",
|
|
89
|
-
name: "Bitcoin",
|
|
90
|
-
logo: s,
|
|
91
|
-
balance: "1.25 BTC"
|
|
92
|
-
},
|
|
93
|
-
variant: "large"
|
|
94
|
-
}
|
|
95
|
-
)
|
|
96
|
-
] })
|
|
97
|
-
] }) }) }) }),
|
|
98
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(r, { title: "Props", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
99
|
-
m,
|
|
100
|
-
{
|
|
101
|
-
columns: [
|
|
102
|
-
{
|
|
103
|
-
key: "prop",
|
|
104
|
-
label: "Prop",
|
|
105
|
-
render: (n) => /* @__PURE__ */ e("code", { className: "text-xs text-brand", children: String(n) })
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
key: "type",
|
|
109
|
-
label: "Type",
|
|
110
|
-
render: (n) => /* @__PURE__ */ e("code", { className: "text-xs", children: String(n) })
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
key: "default",
|
|
114
|
-
label: "Default",
|
|
115
|
-
render: (n) => {
|
|
116
|
-
const o = String(n);
|
|
117
|
-
return o === "required" ? /* @__PURE__ */ e("span", { className: "text-xs text-red-500", children: "required" }) : /* @__PURE__ */ e("code", { className: "text-xs", children: o });
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
key: "description",
|
|
122
|
-
label: "Description"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
data: [
|
|
126
|
-
{
|
|
127
|
-
prop: "item",
|
|
128
|
-
type: "ItemType",
|
|
129
|
-
default: "required",
|
|
130
|
-
description: "Coin information object"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
prop: "className",
|
|
134
|
-
type: "string",
|
|
135
|
-
default: "''",
|
|
136
|
-
description: "Custom CSS classes for the card"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
prop: "variant",
|
|
140
|
-
type: "'small' | 'medium' | 'large'",
|
|
141
|
-
default: "'small'",
|
|
142
|
-
description: "Size variant of the coin icon"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
prop: "imageClassName",
|
|
146
|
-
type: "string",
|
|
147
|
-
default: "'bg-brand rounded p-1'",
|
|
148
|
-
description: "Custom CSS classes for the coin image"
|
|
149
|
-
}
|
|
150
|
-
]
|
|
151
|
-
}
|
|
152
|
-
) }) }) }),
|
|
153
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(r, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
154
|
-
d,
|
|
155
|
-
{
|
|
156
|
-
language: "tsx",
|
|
157
|
-
code: `import { CoinInfoCard } from '@e-burgos/tucu-ui';
|
|
158
|
-
|
|
159
|
-
<CoinInfoCard
|
|
160
|
-
item={{
|
|
161
|
-
id: 'bitcoin',
|
|
162
|
-
name: 'Bitcoin',
|
|
163
|
-
logo: '/icons/bitcoin.svg',
|
|
164
|
-
balance: '1.25 BTC',
|
|
165
|
-
coinType: 'ERC-20', // Optional
|
|
166
|
-
}}
|
|
167
|
-
variant="small" // 'small' | 'medium' | 'large'
|
|
168
|
-
/>`
|
|
169
|
-
}
|
|
170
|
-
) }) }) })
|
|
171
|
-
] });
|
|
172
|
-
export {
|
|
173
|
-
v as default
|
|
174
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("react"),s=require("./index-BOfUOCHe.js");require("lucide-react");require("react-router-dom");require("react-dom");function l({className:a,coins:i,selectedCoin:r,setSelectedCoin:c,disabled:n}){return e.jsx("div",{className:s.cn("relative",a),children:e.jsxs(s.Mo,{value:r,onChange:c,disabled:n,children:[e.jsxs(s.Mo.Button,{className:s.cn("flex h-11 w-full items-center justify-between whitespace-nowrap dark:bg-light-dark bg-white border border-gray-100 dark:border-gray-700 px-4 pl-3 text-sm text-gray-900 rounded-lg dark:text-white sm:h-13 sm:pl-4",n&&"cursor-not-allowed opacity-50"),children:[e.jsxs("div",{className:"flex items-center gap-3 font-medium ltr:mr-2 rtl:ml-2",children:[e.jsx("span",{className:"sm:*:h-[30px] sm:*:w-[30px]",children:r.icon}),r.code]}),e.jsx(s.ChevronDown,{})]}),e.jsx(s.Ke,{as:d.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:e.jsx(s.Mo.Options,{className:"absolute -left-px -right-px z-50 mt-2 origin-top-right rounded-lg bg-white p-3 shadow-large dark:bg-gray-800",children:i?.map(t=>e.jsx(s.Mo.Option,{value:t,children:({selected:o})=>e.jsxs("span",{className:`my-1 flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium text-gray-900 transition dark:text-white ${o?"my-1 bg-gray-100 dark:bg-dark":"hover:bg-gray-50 dark:hover:bg-gray-700"}`,children:[t.icon,t.name]})},t.code))})})]})})}const m=()=>{const[a,i]=d.useState({icon:e.jsx(s.Bitcoin,{className:"w-6 h-6"}),code:"BTC",name:"Bitcoin",price:45e3}),r=[{icon:e.jsx(s.Bitcoin,{className:"w-6 h-6"}),code:"BTC",name:"Bitcoin",price:45e3},{icon:e.jsx(s.Ethereum,{className:"w-6 h-6"}),code:"ETH",name:"Ethereum",price:3e3},{icon:e.jsx(s.Tether,{className:"w-6 h-6"}),code:"USDT",name:"Tether",price:1}],c=[{key:"prop",label:"Prop",render:t=>e.jsx("code",{className:"text-xs text-brand",children:String(t)})},{key:"type",label:"Type",render:t=>e.jsx("code",{className:"text-xs",children:String(t)})},{key:"default",label:"Default",render:t=>{const o=String(t);return o==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:o})}},{key:"description",label:"Description"}],n=[{prop:"coins",type:"CoinTypes[]",default:"required",description:"Array of available coins"},{prop:"selectedCoin",type:"CoinTypes",default:"required",description:"Currently selected coin"},{prop:"setSelectedCoin",type:"(coin: CoinTypes) => void",default:"required",description:"Callback when coin selection changes"},{prop:"className",type:"string",default:"''",description:"Custom CSS classes"},{prop:"disabled",type:"boolean",default:"false",description:"Disables the listbox"}];return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(s.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"CoinListBox"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Dropdown listbox component for selecting cryptocurrencies with icons and names."})]}),e.jsx(s.CardContainer,{className:"",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:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Basic ListBox"}),e.jsx(l,{coins:r,selectedCoin:a,setSelectedCoin:i,className:"z-50"})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Disabled"}),e.jsx(l,{coins:r,selectedCoin:a,setSelectedCoin:i,disabled:!0})]})]})})})}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(s.BasicTable,{columns:c,data:n})})})}),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 { CoinListBox } from '@e-burgos/tucu-ui';
|
|
2
|
-
|
|
3
|
-
const coins = [
|
|
4
|
-
{
|
|
5
|
-
icon: <Bitcoin />,
|
|
6
|
-
code: 'BTC',
|
|
7
|
-
name: 'Bitcoin',
|
|
8
|
-
price: 45000,
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
icon: <Ethereum />,
|
|
12
|
-
code: 'ETH',
|
|
13
|
-
name: 'Ethereum',
|
|
14
|
-
price: 3000,
|
|
15
|
-
},
|
|
16
|
-
];
|
|
17
|
-
|
|
18
|
-
const [selectedCoin, setSelectedCoin] = useState(coins[0]);
|
|
19
|
-
|
|
20
|
-
<CoinListBox
|
|
21
|
-
coins={coins}
|
|
22
|
-
selectedCoin={selectedCoin}
|
|
23
|
-
setSelectedCoin={setSelectedCoin}
|
|
24
|
-
/>`})})})})]})};exports.default=m;
|
|
@@ -1,219 +0,0 @@
|
|
|
1
|
-
import { jsx as e, jsxs as t, Fragment as g } from "react/jsx-runtime";
|
|
2
|
-
import { Fragment as y, useState as b } from "react";
|
|
3
|
-
import { g as h, M as c, h as C, K as N, d as u, T as l, C as i, a as m, B as f, c as w, E as B, i as v } from "./index-HwvOEWI7.mjs";
|
|
4
|
-
import "lucide-react";
|
|
5
|
-
import "react-router-dom";
|
|
6
|
-
import "react-dom";
|
|
7
|
-
function x({
|
|
8
|
-
className: r,
|
|
9
|
-
coins: o,
|
|
10
|
-
selectedCoin: s,
|
|
11
|
-
setSelectedCoin: p,
|
|
12
|
-
disabled: d
|
|
13
|
-
}) {
|
|
14
|
-
return /* @__PURE__ */ e("div", { className: h("relative", r), children: /* @__PURE__ */ t(
|
|
15
|
-
c,
|
|
16
|
-
{
|
|
17
|
-
value: s,
|
|
18
|
-
onChange: p,
|
|
19
|
-
disabled: d,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ t(
|
|
22
|
-
c.Button,
|
|
23
|
-
{
|
|
24
|
-
className: h(
|
|
25
|
-
"flex h-11 w-full items-center justify-between whitespace-nowrap dark:bg-light-dark bg-white border border-gray-100 dark:border-gray-700 px-4 pl-3 text-sm text-gray-900 rounded-lg dark:text-white sm:h-13 sm:pl-4",
|
|
26
|
-
d && "cursor-not-allowed opacity-50"
|
|
27
|
-
),
|
|
28
|
-
children: [
|
|
29
|
-
/* @__PURE__ */ t("div", { className: "flex items-center gap-3 font-medium ltr:mr-2 rtl:ml-2", children: [
|
|
30
|
-
/* @__PURE__ */ e("span", { className: "sm:*:h-[30px] sm:*:w-[30px]", children: s.icon }),
|
|
31
|
-
s.code
|
|
32
|
-
] }),
|
|
33
|
-
/* @__PURE__ */ e(C, {})
|
|
34
|
-
]
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ e(
|
|
38
|
-
N,
|
|
39
|
-
{
|
|
40
|
-
as: y,
|
|
41
|
-
leave: "transition ease-in duration-100",
|
|
42
|
-
leaveFrom: "opacity-100",
|
|
43
|
-
leaveTo: "opacity-0",
|
|
44
|
-
children: /* @__PURE__ */ e(c.Options, { className: "absolute -left-px -right-px z-50 mt-2 origin-top-right rounded-lg bg-white p-3 shadow-large dark:bg-gray-800", children: o?.map((a) => /* @__PURE__ */ e(c.Option, { value: a, children: ({ selected: n }) => /* @__PURE__ */ t(
|
|
45
|
-
"span",
|
|
46
|
-
{
|
|
47
|
-
className: `my-1 flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium text-gray-900 transition dark:text-white ${n ? "my-1 bg-gray-100 dark:bg-dark" : "hover:bg-gray-50 dark:hover:bg-gray-700"}`,
|
|
48
|
-
children: [
|
|
49
|
-
a.icon,
|
|
50
|
-
a.name
|
|
51
|
-
]
|
|
52
|
-
}
|
|
53
|
-
) }, a.code)) })
|
|
54
|
-
}
|
|
55
|
-
)
|
|
56
|
-
]
|
|
57
|
-
}
|
|
58
|
-
) });
|
|
59
|
-
}
|
|
60
|
-
const q = () => {
|
|
61
|
-
const [r, o] = b({
|
|
62
|
-
icon: /* @__PURE__ */ e(u, { className: "w-6 h-6" }),
|
|
63
|
-
code: "BTC",
|
|
64
|
-
name: "Bitcoin",
|
|
65
|
-
price: 45e3
|
|
66
|
-
}), s = [
|
|
67
|
-
{
|
|
68
|
-
icon: /* @__PURE__ */ e(u, { className: "w-6 h-6" }),
|
|
69
|
-
code: "BTC",
|
|
70
|
-
name: "Bitcoin",
|
|
71
|
-
price: 45e3
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
icon: /* @__PURE__ */ e(B, { className: "w-6 h-6" }),
|
|
75
|
-
code: "ETH",
|
|
76
|
-
name: "Ethereum",
|
|
77
|
-
price: 3e3
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
icon: /* @__PURE__ */ e(v, { className: "w-6 h-6" }),
|
|
81
|
-
code: "USDT",
|
|
82
|
-
name: "Tether",
|
|
83
|
-
price: 1
|
|
84
|
-
}
|
|
85
|
-
];
|
|
86
|
-
return /* @__PURE__ */ t(g, { children: [
|
|
87
|
-
/* @__PURE__ */ t("div", { className: "text-center space-y-4", children: [
|
|
88
|
-
/* @__PURE__ */ e(l, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "CoinListBox" }),
|
|
89
|
-
/* @__PURE__ */ e(
|
|
90
|
-
l,
|
|
91
|
-
{
|
|
92
|
-
tag: "p",
|
|
93
|
-
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
94
|
-
children: "Dropdown listbox component for selecting cryptocurrencies with icons and names."
|
|
95
|
-
}
|
|
96
|
-
)
|
|
97
|
-
] }),
|
|
98
|
-
/* @__PURE__ */ e(i, { className: "", children: /* @__PURE__ */ e(m, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ t("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
|
|
99
|
-
/* @__PURE__ */ t(i, { className: "p-4", children: [
|
|
100
|
-
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "Basic ListBox" }),
|
|
101
|
-
/* @__PURE__ */ e(
|
|
102
|
-
x,
|
|
103
|
-
{
|
|
104
|
-
coins: s,
|
|
105
|
-
selectedCoin: r,
|
|
106
|
-
setSelectedCoin: o,
|
|
107
|
-
className: "z-50"
|
|
108
|
-
}
|
|
109
|
-
)
|
|
110
|
-
] }),
|
|
111
|
-
/* @__PURE__ */ t(i, { className: "p-4", children: [
|
|
112
|
-
/* @__PURE__ */ e(l, { tag: "h5", className: "mb-3", children: "Disabled" }),
|
|
113
|
-
/* @__PURE__ */ e(
|
|
114
|
-
x,
|
|
115
|
-
{
|
|
116
|
-
coins: s,
|
|
117
|
-
selectedCoin: r,
|
|
118
|
-
setSelectedCoin: o,
|
|
119
|
-
disabled: !0
|
|
120
|
-
}
|
|
121
|
-
)
|
|
122
|
-
] })
|
|
123
|
-
] }) }) }) }),
|
|
124
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(m, { title: "Props", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
125
|
-
f,
|
|
126
|
-
{
|
|
127
|
-
columns: [
|
|
128
|
-
{
|
|
129
|
-
key: "prop",
|
|
130
|
-
label: "Prop",
|
|
131
|
-
render: (a) => /* @__PURE__ */ e("code", { className: "text-xs text-brand", children: String(a) })
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
key: "type",
|
|
135
|
-
label: "Type",
|
|
136
|
-
render: (a) => /* @__PURE__ */ e("code", { className: "text-xs", children: String(a) })
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
key: "default",
|
|
140
|
-
label: "Default",
|
|
141
|
-
render: (a) => {
|
|
142
|
-
const n = String(a);
|
|
143
|
-
return n === "required" ? /* @__PURE__ */ e("span", { className: "text-xs text-red-500", children: "required" }) : /* @__PURE__ */ e("code", { className: "text-xs", children: n });
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
key: "description",
|
|
148
|
-
label: "Description"
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
data: [
|
|
152
|
-
{
|
|
153
|
-
prop: "coins",
|
|
154
|
-
type: "CoinTypes[]",
|
|
155
|
-
default: "required",
|
|
156
|
-
description: "Array of available coins"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
prop: "selectedCoin",
|
|
160
|
-
type: "CoinTypes",
|
|
161
|
-
default: "required",
|
|
162
|
-
description: "Currently selected coin"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
prop: "setSelectedCoin",
|
|
166
|
-
type: "(coin: CoinTypes) => void",
|
|
167
|
-
default: "required",
|
|
168
|
-
description: "Callback when coin selection changes"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
prop: "className",
|
|
172
|
-
type: "string",
|
|
173
|
-
default: "''",
|
|
174
|
-
description: "Custom CSS classes"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
prop: "disabled",
|
|
178
|
-
type: "boolean",
|
|
179
|
-
default: "false",
|
|
180
|
-
description: "Disables the listbox"
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
}
|
|
184
|
-
) }) }) }),
|
|
185
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(m, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
186
|
-
w,
|
|
187
|
-
{
|
|
188
|
-
language: "tsx",
|
|
189
|
-
code: `import { CoinListBox } from '@e-burgos/tucu-ui';
|
|
190
|
-
|
|
191
|
-
const coins = [
|
|
192
|
-
{
|
|
193
|
-
icon: <Bitcoin />,
|
|
194
|
-
code: 'BTC',
|
|
195
|
-
name: 'Bitcoin',
|
|
196
|
-
price: 45000,
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
icon: <Ethereum />,
|
|
200
|
-
code: 'ETH',
|
|
201
|
-
name: 'Ethereum',
|
|
202
|
-
price: 3000,
|
|
203
|
-
},
|
|
204
|
-
];
|
|
205
|
-
|
|
206
|
-
const [selectedCoin, setSelectedCoin] = useState(coins[0]);
|
|
207
|
-
|
|
208
|
-
<CoinListBox
|
|
209
|
-
coins={coins}
|
|
210
|
-
selectedCoin={selectedCoin}
|
|
211
|
-
setSelectedCoin={setSelectedCoin}
|
|
212
|
-
/>`
|
|
213
|
-
}
|
|
214
|
-
) }) }) })
|
|
215
|
-
] });
|
|
216
|
-
};
|
|
217
|
-
export {
|
|
218
|
-
q as default
|
|
219
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("./index-BOfUOCHe.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const n=()=>{const t=[{key:"prop",label:"Prop",render:l=>e.jsx("code",{className:"text-xs text-brand",children:String(l)})},{key:"type",label:"Type",render:l=>e.jsx("code",{className:"text-xs",children:String(l)})},{key:"default",label:"Default",render:l=>{const s=String(l);return s==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:s})}},{key:"description",label:"Description"}],i=[{prop:"label",type:"string",default:"required",description:"Label text for the collapse header"},{prop:"initialOpen",type:"boolean",default:"false",description:"Whether the collapse is initially open"},{prop:"className",type:"string",default:"-",description:"Additional CSS classes"},{prop:"children",type:"React.ReactNode",default:"required",description:"Content to display when expanded"}];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:"Collapse"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A collapsible content panel component with smooth animations for showing and hiding content."})]}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Basic Collapse"}),e.jsx(a.Collapse,{label:"Click to expand",children:e.jsx("div",{className:"p-4",children:e.jsx(a.Typography,{tag:"p",children:"This is the content that appears when the collapse is expanded."})})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Initially Open"}),e.jsx(a.Collapse,{label:"Pre-expanded",initialOpen:!0,children:e.jsx("div",{className:"p-4",children:e.jsx(a.Typography,{tag:"p",children:"This collapse starts in the open state."})})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Rich Content"}),e.jsx(a.Collapse,{label:"Rich Content Example",children:e.jsxs("div",{className:"p-4 space-y-2",children:[e.jsx(a.Typography,{tag:"p",className:"font-semibold",children:"Section Title"}),e.jsx(a.Typography,{tag:"p",children:"This collapse can contain any React content including images, lists, and other components."}),e.jsxs("ul",{className:"list-disc list-inside",children:[e.jsx("li",{children:"Item 1"}),e.jsx("li",{children:"Item 2"}),e.jsx("li",{children:"Item 3"})]})]})})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.BasicTable,{columns:t,data:i})})})}),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 { Collapse, Typography } from '@e-burgos/tucu-ui';
|
|
2
|
-
|
|
3
|
-
// Basic usage
|
|
4
|
-
<Collapse label="Click to expand">
|
|
5
|
-
<div className="p-4">
|
|
6
|
-
<Typography tag="p">Content here</Typography>
|
|
7
|
-
</div>
|
|
8
|
-
</Collapse>
|
|
9
|
-
|
|
10
|
-
// Initially open
|
|
11
|
-
<Collapse label="Pre-expanded" initialOpen>
|
|
12
|
-
<div className="p-4">
|
|
13
|
-
<Typography tag="p">Content starts visible</Typography>
|
|
14
|
-
</div>
|
|
15
|
-
</Collapse>
|
|
16
|
-
|
|
17
|
-
// With rich content
|
|
18
|
-
<Collapse label="Rich Content">
|
|
19
|
-
<div className="p-4 space-y-2">
|
|
20
|
-
<Typography tag="p" className="font-semibold">Title</Typography>
|
|
21
|
-
<Typography tag="p">Description</Typography>
|
|
22
|
-
<ul className="list-disc list-inside">
|
|
23
|
-
<li>Item 1</li>
|
|
24
|
-
<li>Item 2</li>
|
|
25
|
-
</ul>
|
|
26
|
-
</div>
|
|
27
|
-
</Collapse>`})})})})]})};exports.default=n;
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { jsxs as o, Fragment as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { T as c, C as t, a as l, e as i, B as n, c as d } from "./index-HwvOEWI7.mjs";
|
|
3
|
-
import "lucide-react";
|
|
4
|
-
import "react-router-dom";
|
|
5
|
-
import "react";
|
|
6
|
-
import "react-dom";
|
|
7
|
-
import { c as m } from "./collection-1-NeFANkbk.mjs";
|
|
8
|
-
import { a as p } from "./1-Df9CGZha.mjs";
|
|
9
|
-
const w = () => /* @__PURE__ */ o(s, { children: [
|
|
10
|
-
/* @__PURE__ */ o("div", { className: "text-center space-y-4", children: [
|
|
11
|
-
/* @__PURE__ */ e(c, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "CollectionCard" }),
|
|
12
|
-
/* @__PURE__ */ e(
|
|
13
|
-
c,
|
|
14
|
-
{
|
|
15
|
-
tag: "p",
|
|
16
|
-
className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
|
|
17
|
-
children: "NFT collection preview with statistics, cover image, and creator information for marketplace interfaces."
|
|
18
|
-
}
|
|
19
|
-
)
|
|
20
|
-
] }),
|
|
21
|
-
/* @__PURE__ */ e(t, { className: "overflow-hidden", children: /* @__PURE__ */ e(l, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: /* @__PURE__ */ e(i, { item: {
|
|
22
|
-
id: "collection-1",
|
|
23
|
-
name: "Crypto Punks",
|
|
24
|
-
slug: "crypto-punks",
|
|
25
|
-
title: "Crypto Punks Collection",
|
|
26
|
-
cover_image: m,
|
|
27
|
-
number_of_artwork: 42,
|
|
28
|
-
user: {
|
|
29
|
-
avatar: p,
|
|
30
|
-
name: "CryptoPunk Studio",
|
|
31
|
-
slug: "cryptopunk-studio"
|
|
32
|
-
}
|
|
33
|
-
} }) }) }) }) }),
|
|
34
|
-
/* @__PURE__ */ e(t, { className: "overflow-hidden", children: /* @__PURE__ */ e(l, { title: "Props", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
35
|
-
n,
|
|
36
|
-
{
|
|
37
|
-
columns: [
|
|
38
|
-
{
|
|
39
|
-
key: "prop",
|
|
40
|
-
label: "Prop",
|
|
41
|
-
render: (a) => /* @__PURE__ */ e("code", { className: "text-xs text-brand", children: String(a) })
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
key: "type",
|
|
45
|
-
label: "Type",
|
|
46
|
-
render: (a) => /* @__PURE__ */ e("code", { className: "text-xs", children: String(a) })
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
key: "default",
|
|
50
|
-
label: "Default",
|
|
51
|
-
render: (a) => {
|
|
52
|
-
const r = String(a);
|
|
53
|
-
return r === "required" ? /* @__PURE__ */ e("span", { className: "text-xs text-red-500", children: "required" }) : /* @__PURE__ */ e("code", { className: "text-xs", children: r });
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
key: "description",
|
|
58
|
-
label: "Description"
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
|
-
data: [
|
|
62
|
-
{
|
|
63
|
-
prop: "item",
|
|
64
|
-
type: "ItemType",
|
|
65
|
-
default: "required",
|
|
66
|
-
description: "Collection data object"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
prop: "className",
|
|
70
|
-
type: "string",
|
|
71
|
-
default: "''",
|
|
72
|
-
description: "Custom CSS classes for the card"
|
|
73
|
-
}
|
|
74
|
-
]
|
|
75
|
-
}
|
|
76
|
-
) }) }) }),
|
|
77
|
-
/* @__PURE__ */ e(t, { className: "overflow-hidden", children: /* @__PURE__ */ e(l, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
78
|
-
d,
|
|
79
|
-
{
|
|
80
|
-
language: "tsx",
|
|
81
|
-
code: `import { CollectionCard } from '@e-burgos/tucu-ui';
|
|
82
|
-
|
|
83
|
-
const collectionData = {
|
|
84
|
-
id: 'bayc',
|
|
85
|
-
name: 'BAYC',
|
|
86
|
-
slug: 'bored-ape-yacht-club',
|
|
87
|
-
title: 'Bored Ape Yacht Club',
|
|
88
|
-
cover_image: '/collections/bayc-banner.jpg',
|
|
89
|
-
number_of_artwork: 10000,
|
|
90
|
-
user: {
|
|
91
|
-
avatar: '/avatars/bayc-creator.jpg',
|
|
92
|
-
name: 'Yuga Labs',
|
|
93
|
-
slug: 'yuga-labs',
|
|
94
|
-
},
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
<CollectionCard item={collectionData} className="w-full max-w-sm" />`
|
|
98
|
-
}
|
|
99
|
-
) }) }) })
|
|
100
|
-
] });
|
|
101
|
-
export {
|
|
102
|
-
w as default
|
|
103
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("./index-BOfUOCHe.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const o=require("./collection-1-BIsLOX9N.js"),i=require("./1-CArqgiQa.js"),n=()=>{const l={id:"collection-1",name:"Crypto Punks",slug:"crypto-punks",title:"Crypto Punks Collection",cover_image:o.collection1Img,number_of_artwork:42,user:{avatar:i.avatar1Img,name:"CryptoPunk Studio",slug:"cryptopunk-studio"}},s=[{key:"prop",label:"Prop",render:t=>e.jsx("code",{className:"text-xs text-brand",children:String(t)})},{key:"type",label:"Type",render:t=>e.jsx("code",{className:"text-xs",children:String(t)})},{key:"default",label:"Default",render:t=>{const r=String(t);return r==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:r})}},{key:"description",label:"Description"}],c=[{prop:"item",type:"ItemType",default:"required",description:"Collection data object"},{prop:"className",type:"string",default:"''",description:"Custom CSS classes for the card"}];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:"CollectionCard"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"NFT collection preview with statistics, cover image, and creator information for marketplace interfaces."})]}),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.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:e.jsx(a.CollectionCard,{item:l})})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.BasicTable,{columns:s,data:c})})})}),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 { CollectionCard } from '@e-burgos/tucu-ui';
|
|
2
|
-
|
|
3
|
-
const collectionData = {
|
|
4
|
-
id: 'bayc',
|
|
5
|
-
name: 'BAYC',
|
|
6
|
-
slug: 'bored-ape-yacht-club',
|
|
7
|
-
title: 'Bored Ape Yacht Club',
|
|
8
|
-
cover_image: '/collections/bayc-banner.jpg',
|
|
9
|
-
number_of_artwork: 10000,
|
|
10
|
-
user: {
|
|
11
|
-
avatar: '/avatars/bayc-creator.jpg',
|
|
12
|
-
name: 'Yuga Labs',
|
|
13
|
-
slug: 'yuga-labs',
|
|
14
|
-
},
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
<CollectionCard item={collectionData} className="w-full max-w-sm" />`})})})})]})};exports.default=n;
|