@e-burgos/tucu-ui 2.6.0 → 2.7.0
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 +37 -0
- package/assets/images/404-dark.svg.mjs +4 -0
- package/assets/images/404-light.svg.mjs +4 -0
- package/components/auth/forget-password-form.mjs +96 -0
- package/components/auth/reset-pin-form.mjs +86 -0
- package/components/auth/sign-in-form.mjs +144 -0
- package/components/auth/sign-up-form.mjs +226 -0
- package/components/blockchain/coin-card.mjs +60 -0
- package/components/blockchain/coin-info-card.mjs +62 -0
- package/components/blockchain/collection-card.mjs +80 -0
- package/components/blockchain/collection-select-list.mjs +128 -0
- package/components/blockchain/currency-swap-icons.mjs +34 -0
- package/components/blockchain/live-price-feed.mjs +165 -0
- package/components/blockchain/nft-grid.mjs +81 -0
- package/components/blockchain/transaction-info.mjs +25 -0
- package/components/buttons/button/button-drip.mjs +36 -0
- package/components/buttons/button/button-loader.mjs +20 -0
- package/components/buttons/button/index.mjs +149 -0
- package/components/buttons/hamburger.mjs +68 -0
- package/components/buttons/topup-button.mjs +33 -0
- package/components/cards/author-card.mjs +33 -0
- package/components/cards/card-container.mjs +22 -0
- package/components/cards/card-title.mjs +38 -0
- package/components/cards/card.mjs +44 -0
- package/components/cards/color-card.mjs +49 -0
- package/components/cards/feature-card.mjs +137 -0
- package/components/cards/info-card.mjs +133 -0
- package/components/cards/panel-action-card.mjs +50 -0
- package/components/cards/panel-card.mjs +37 -0
- package/components/carousel/carousel-cards.mjs +66 -0
- package/components/carousel/carousel-component.mjs +186 -0
- package/components/carousel/carousel-image.mjs +48 -0
- package/components/charts/area-chart/area-chart.mjs +123 -0
- package/components/charts/bar-chart/bar-chart.mjs +128 -0
- package/components/charts/components/chart-container.mjs +26 -0
- package/components/charts/components/chart-empty-state.mjs +24 -0
- package/components/charts/components/chart-tooltip.mjs +48 -0
- package/components/charts/composed-chart/composed-chart.mjs +153 -0
- package/components/charts/hooks/use-chart-theme.mjs +99 -0
- package/components/charts/line-chart/line-chart.mjs +111 -0
- package/components/charts/pie-chart/pie-chart.mjs +84 -0
- package/components/charts/radar-chart/radar-chart.mjs +90 -0
- package/components/common/avatar.mjs +81 -0
- package/components/common/badge.mjs +89 -0
- package/components/common/collapse.mjs +58 -0
- package/components/common/key-value-row.mjs +28 -0
- package/components/common/pagination.mjs +77 -0
- package/components/common/scrollbar-native.mjs +27 -0
- package/components/common/scrollbar.mjs +196 -0
- package/components/common/skeleton.mjs +70 -0
- package/components/common/stepper.mjs +57 -0
- package/components/common/tooltip.mjs +199 -0
- package/components/dialog/drawer-container.mjs +110 -0
- package/components/dialog/drawer.mjs +82 -0
- package/components/dialog/modal.mjs +205 -0
- package/components/dialog/sidebar-menu.mjs +197 -0
- package/components/dialog/sidebar.mjs +151 -0
- package/components/dialog/tab-modal.mjs +157 -0
- package/components/forms/example/error-container-example.mjs +14 -0
- package/components/forms/example/form-example.mjs +99 -0
- package/components/forms/example/form-methods-example.mjs +136 -0
- package/components/forms/example/validations.mjs +63 -0
- package/components/forms/form-field.mjs +91 -0
- package/components/forms/form.mjs +33 -0
- package/components/icons/arrow-link-icon.mjs +31 -0
- package/components/icons/arrow-right.mjs +26 -0
- package/components/icons/arrow-up.mjs +22 -0
- package/components/icons/bitcoin.mjs +36 -0
- package/components/icons/bnb.mjs +61 -0
- package/components/icons/book.mjs +35 -0
- package/components/icons/brands/facebook.mjs +22 -0
- package/components/icons/brands/github.mjs +26 -0
- package/components/icons/brands/instagram.mjs +33 -0
- package/components/icons/brands/telegram.mjs +24 -0
- package/components/icons/brands/twitter.mjs +22 -0
- package/components/icons/calendar-icon.mjs +24 -0
- package/components/icons/cardano.mjs +34 -0
- package/components/icons/check.mjs +11 -0
- package/components/icons/checkmark.mjs +25 -0
- package/components/icons/chevron-down.mjs +26 -0
- package/components/icons/chevron-forward.mjs +24 -0
- package/components/icons/chevron-left.mjs +30 -0
- package/components/icons/chevron-right.mjs +25 -0
- package/components/icons/classic-layout-icon.mjs +21 -0
- package/components/icons/close.mjs +37 -0
- package/components/icons/compact-grid.mjs +100 -0
- package/components/icons/compass.mjs +27 -0
- package/components/icons/copy.mjs +20 -0
- package/components/icons/disk.mjs +35 -0
- package/components/icons/document.mjs +25 -0
- package/components/icons/doge.mjs +33 -0
- package/components/icons/dots-icon.mjs +38 -0
- package/components/icons/ethereum-dark.mjs +57 -0
- package/components/icons/ethereum.mjs +61 -0
- package/components/icons/exchange.mjs +33 -0
- package/components/icons/export-icon.mjs +31 -0
- package/components/icons/external-link.mjs +36 -0
- package/components/icons/eye.mjs +35 -0
- package/components/icons/eyeslash.mjs +25 -0
- package/components/icons/farm.mjs +56 -0
- package/components/icons/flash.mjs +24 -0
- package/components/icons/flow.mjs +62 -0
- package/components/icons/gas-icon.mjs +20 -0
- package/components/icons/guide-icon.mjs +24 -0
- package/components/icons/history.mjs +49 -0
- package/components/icons/home.mjs +24 -0
- package/components/icons/icon-us-flag.mjs +62 -0
- package/components/icons/info-circle.mjs +40 -0
- package/components/icons/info-icon.mjs +40 -0
- package/components/icons/left-align.mjs +40 -0
- package/components/icons/level-icon.mjs +22 -0
- package/components/icons/link-icon.mjs +71 -0
- package/components/icons/live-pricing.mjs +29 -0
- package/components/icons/lock-icon.mjs +25 -0
- package/components/icons/long-arrow-left.mjs +22 -0
- package/components/icons/long-arrow-right.mjs +22 -0
- package/components/icons/long-arrow-up.mjs +20 -0
- package/components/icons/loop-icon.mjs +26 -0
- package/components/icons/media-play-icon.mjs +24 -0
- package/components/icons/minimal-layout-icon.mjs +21 -0
- package/components/icons/modern-layout-icon.mjs +21 -0
- package/components/icons/moon.mjs +27 -0
- package/components/icons/more-icon.mjs +25 -0
- package/components/icons/normal-grid.mjs +55 -0
- package/components/icons/option.mjs +61 -0
- package/components/icons/play-icon.mjs +16 -0
- package/components/icons/plus-circle.mjs +29 -0
- package/components/icons/plus.mjs +37 -0
- package/components/icons/pool.mjs +42 -0
- package/components/icons/power.mjs +42 -0
- package/components/icons/profile.mjs +37 -0
- package/components/icons/question-icon.mjs +20 -0
- package/components/icons/question-solid-icon.mjs +24 -0
- package/components/icons/range-icon.mjs +37 -0
- package/components/icons/refresh.mjs +34 -0
- package/components/icons/retro-layout-icon.mjs +22 -0
- package/components/icons/right-align.mjs +40 -0
- package/components/icons/sand-clock.mjs +42 -0
- package/components/icons/search.mjs +24 -0
- package/components/icons/shut-down-icon.mjs +25 -0
- package/components/icons/spike-bar.mjs +38 -0
- package/components/icons/star-fill.mjs +16 -0
- package/components/icons/star.mjs +16 -0
- package/components/icons/sun.mjs +27 -0
- package/components/icons/swap-icon.mjs +31 -0
- package/components/icons/tag-icon.mjs +27 -0
- package/components/icons/tag.mjs +27 -0
- package/components/icons/tether.mjs +33 -0
- package/components/icons/trading-bot-icon.mjs +27 -0
- package/components/icons/trend-arrow-down-icon.mjs +22 -0
- package/components/icons/trend-arrow-up-icon.mjs +22 -0
- package/components/icons/tucu.mjs +848 -0
- package/components/icons/unlocked.mjs +35 -0
- package/components/icons/usdc.mjs +40 -0
- package/components/icons/verified-icon.mjs +65 -0
- package/components/icons/verified.mjs +11 -0
- package/components/icons/vote-icon.mjs +27 -0
- package/components/icons/warning.mjs +42 -0
- package/components/inputs/checkbox.mjs +213 -0
- package/components/inputs/file-input.mjs +214 -0
- package/components/inputs/helpers/control-colors.mjs +87 -0
- package/components/inputs/helpers/control-sizes.mjs +20 -0
- package/components/inputs/helpers/field-error-text.mjs +39 -0
- package/components/inputs/helpers/field-helper-text.mjs +37 -0
- package/components/inputs/helpers/input-label.mjs +30 -0
- package/components/inputs/input-searcher.mjs +307 -0
- package/components/inputs/input.mjs +442 -0
- package/components/inputs/pin-code.mjs +174 -0
- package/components/inputs/radio-group.mjs +131 -0
- package/components/inputs/radio.mjs +168 -0
- package/components/inputs/select.mjs +314 -0
- package/components/inputs/switch.mjs +150 -0
- package/components/inputs/textarea.mjs +68 -0
- package/components/inputs/toggle-bar.mjs +44 -0
- package/components/layouts/admin-layout/index.mjs +76 -0
- package/components/layouts/clean-layout/index.mjs +12 -0
- package/components/layouts/header/admin-header.mjs +78 -0
- package/components/layouts/header/admin-right-area.mjs +9 -0
- package/components/layouts/header/header.mjs +64 -0
- package/components/layouts/header/horizontal-header.mjs +57 -0
- package/components/layouts/header/horizontal-right-area.mjs +44 -0
- package/components/layouts/horizontal/index.mjs +44 -0
- package/components/layouts/macos-layout/index.mjs +25 -0
- package/components/layouts/macos-layout/macos-sonoma-clean-layout.mjs +28 -0
- package/components/layouts/macos-layout/macos-sonoma-layout.mjs +96 -0
- package/components/layouts/macos-layout/macos-sonoma-navbar-layout.mjs +123 -0
- package/components/layouts/macos-layout/macos-tahoe-clean-layout.mjs +21 -0
- package/components/layouts/macos-layout/macos-tahoe-dock-layout.mjs +125 -0
- package/components/layouts/macos-layout/macos-tahoe-layout.mjs +105 -0
- package/components/layouts/macos-layout/macos-tahoe-navbar-layout.mjs +138 -0
- package/components/layouts/macos-layout/utils.mjs +27 -0
- package/components/layouts/menus/collapsible-menu.mjs +150 -0
- package/components/layouts/menus/expandable-sidebar.mjs +158 -0
- package/components/layouts/menus/horizontal-nav-menu.mjs +208 -0
- package/components/layouts/menus/menu-item.mjs +211 -0
- package/components/layouts/root-layout.mjs +93 -0
- package/components/links/active-link.mjs +26 -0
- package/components/links/anchor-link.mjs +15 -0
- package/components/list/list-Item.mjs +51 -0
- package/components/list/list-container.mjs +119 -0
- package/components/loaders/loader.mjs +94 -0
- package/components/loaders/progressbar.mjs +90 -0
- package/components/loaders/spinner.mjs +28 -0
- package/components/logos/defi-app-logo.mjs +219 -0
- package/components/logos/logo.mjs +73 -0
- package/components/logos/tucu-ui-logo.mjs +73 -0
- package/components/macos/sonoma/containers/sidebar.mjs +76 -0
- package/components/macos/sonoma/containers/widget.mjs +61 -0
- package/components/macos/sonoma/containers/window.mjs +373 -0
- package/components/macos/sonoma/controls/search-bar.mjs +107 -0
- package/components/macos/sonoma/controls/segmented-control.mjs +75 -0
- package/components/macos/sonoma/feedback/command-palette.mjs +164 -0
- package/components/macos/sonoma/feedback/macos-sonoma-toast.mjs +75 -0
- package/components/macos/sonoma/feedback/notification-banner.mjs +123 -0
- package/components/macos/sonoma/feedback/popover.mjs +79 -0
- package/components/macos/sonoma/layout/layout-content-sonoma.mjs +45 -0
- package/components/macos/sonoma/layout/layout-sidebar-sonoma.mjs +163 -0
- package/components/macos/sonoma/layout/toolbar-sonoma.mjs +36 -0
- package/components/macos/tahoe/containers/dialog-tahoe.mjs +112 -0
- package/components/macos/tahoe/containers/widget-tahoe.mjs +50 -0
- package/components/macos/tahoe/containers/window-tahoe.mjs +322 -0
- package/components/macos/tahoe/controls/macos-tahoe-toast.mjs +75 -0
- package/components/macos/tahoe/controls/notification-banner-tahoe.mjs +127 -0
- package/components/macos/tahoe/controls/progress-bar-tahoe.mjs +65 -0
- package/components/macos/tahoe/controls/search-bar-tahoe.mjs +105 -0
- package/components/macos/tahoe/controls/segmented-control-tahoe.mjs +72 -0
- package/components/macos/tahoe/feedback/command-palette-tahoe.mjs +149 -0
- package/components/macos/tahoe/feedback/popover-tahoe.mjs +93 -0
- package/components/macos/tahoe/layout/dock-tahoe.mjs +279 -0
- package/components/macos/tahoe/layout/layout-content-tahoe.mjs +56 -0
- package/components/macos/tahoe/layout/layout-sidebar-tahoe.mjs +190 -0
- package/components/macos/tahoe/layout/toolbar-tahoe.mjs +35 -0
- package/components/notifications/alert.mjs +56 -0
- package/components/notifications/notification-card.mjs +46 -0
- package/components/notifications/toast.mjs +92 -0
- package/components/table/basic-table.mjs +346 -0
- package/components/tabs/param-tab.mjs +69 -0
- package/components/tabs/tab-select.mjs +181 -0
- package/components/tabs/tab.mjs +444 -0
- package/components/typography/index.mjs +113 -0
- package/components/utils/code-block.mjs +124 -0
- package/components/utils/image.mjs +161 -0
- package/components/utils/reveal-content.mjs +51 -0
- package/components/utils/scroll-to-top.mjs +103 -0
- package/datatable/common/constants.mjs +11 -0
- package/datatable/common/functions/index.mjs +23 -0
- package/datatable/common/functions/user-scopes/index.mjs +7 -0
- package/datatable/common/helpers/ExpandedColumn.mjs +15 -0
- package/datatable/common/helpers/OffsetColumn.mjs +14 -0
- package/datatable/common/helpers/RowActionsColumn.mjs +16 -0
- package/datatable/common/helpers/RowSelectionColumn.mjs +28 -0
- package/datatable/common/helpers/cn.mjs +6 -0
- package/datatable/common/helpers/convertColumns.mjs +25 -0
- package/datatable/common/helpers/parseNumericValueToExport.mjs +15 -0
- package/datatable/components/Assets/ArrowDoubleIndicator.mjs +41 -0
- package/datatable/components/Assets/ArrowIndicator.mjs +24 -0
- package/datatable/components/Assets/ArrowLongIndicator.mjs +41 -0
- package/datatable/components/Assets/ArrowPaginationIndicator.mjs +38 -0
- package/datatable/components/Assets/AssetButton.mjs +34 -0
- package/datatable/components/Assets/ColumnIndicator.mjs +40 -0
- package/datatable/components/Assets/DeleteIndicator.mjs +29 -0
- package/datatable/components/Assets/DownloadIndicator.mjs +29 -0
- package/datatable/components/Assets/DragIndicator.mjs +31 -0
- package/datatable/components/Assets/EditIndicator.mjs +29 -0
- package/datatable/components/Assets/FilterIndicator.mjs +29 -0
- package/datatable/components/Assets/MoreIndicator.mjs +31 -0
- package/datatable/components/Assets/OpenNewTab.mjs +25 -0
- package/datatable/components/Assets/PinIndicator.mjs +33 -0
- package/datatable/components/Assets/RowIndicator.mjs +26 -0
- package/datatable/components/Assets/ViewDetailsIndicator.mjs +26 -0
- package/datatable/components/Assets/VisibilityIndicator.mjs +42 -0
- package/datatable/components/Assets/VoidIndicator.mjs +29 -0
- package/datatable/components/Common/IconButton/index.mjs +35 -0
- package/datatable/components/Common/Spinner.mjs +53 -0
- package/datatable/components/Common/Tooltip.mjs +200 -0
- package/datatable/components/DataTable/ColumnsVisibilityManager.mjs +101 -0
- package/datatable/components/DataTable/DataTable.mjs +11 -0
- package/datatable/components/DataTable/DataTableComponent/index.mjs +252 -0
- package/datatable/components/DataTable/StateTableHandler/index.mjs +76 -0
- package/datatable/components/DataTable/SubComponentDataTable/index.mjs +53 -0
- package/datatable/components/DataTable/TableCell/ExpandedRowCell/index.mjs +17 -0
- package/datatable/components/DataTable/TableCell/RowActionsCell/index.mjs +183 -0
- package/datatable/components/DataTable/TableCell/RowSelectionCell/index.mjs +58 -0
- package/datatable/components/DataTable/TableCell/index.mjs +114 -0
- package/datatable/components/DataTable/TableHead/index.mjs +62 -0
- package/datatable/components/DataTable/TableHeader/ColumnPin/index.mjs +48 -0
- package/datatable/components/DataTable/TableHeader/ColumnSearcher/InputSearcher.mjs +28 -0
- package/datatable/components/DataTable/TableHeader/ColumnSearcher/index.mjs +54 -0
- package/datatable/components/DataTable/TableHeader/ColumnSort/index.mjs +31 -0
- package/datatable/components/DataTable/TableHeader/ColumnVisibility/index.mjs +14 -0
- package/datatable/components/DataTable/TableHeader/index.mjs +251 -0
- package/datatable/components/DataTable/TableRow/index.mjs +79 -0
- package/datatable/components/DataTable/TableWrapper/index.mjs +150 -0
- package/datatable/components/Footer/index.mjs +51 -0
- package/datatable/components/ManualPagination/index.mjs +121 -0
- package/datatable/components/Pagination/index.mjs +100 -0
- package/datatable/components/RowSelection/index.mjs +23 -0
- package/datatable/context/DragDropContentContext.mjs +18 -0
- package/datatable/context/DragDropTableContext.mjs +36 -0
- package/datatable/context/index.mjs +499 -0
- package/datatable/hooks/useColumns.mjs +42 -0
- package/datatable/hooks/useComponentEventListener.mjs +24 -0
- package/datatable/hooks/useDataTableStore.mjs +188 -0
- package/datatable/hooks/useGetCommonPinningStyles.mjs +24 -0
- package/datatable/hooks/useInitialState.mjs +61 -0
- package/datatable/hooks/useResetCacheVersion.mjs +42 -0
- package/datatable/hooks/useScrollableTable.mjs +27 -0
- package/docs-kit/components/auto-props-table.mjs +112 -0
- package/docs-kit/components/dynamic-sections-page.mjs +124 -0
- package/docs-kit/components/hero-card.mjs +140 -0
- package/docs-kit/components/lazy-component-section.mjs +87 -0
- package/docs-kit/components/nav-options.mjs +24 -0
- package/docs-kit/components/playground-button.mjs +22 -0
- package/docs-kit/components/prop-playground.mjs +289 -0
- package/docs-kit/components/table-of-contents/index.mjs +19 -0
- package/docs-kit/components/table-of-contents/toc-default.mjs +240 -0
- package/docs-kit/components/table-of-contents/toc-sonoma.mjs +224 -0
- package/docs-kit/components/table-of-contents/toc-tahoe.mjs +234 -0
- package/docs-kit/components/table-of-contents/use-toc.mjs +131 -0
- package/docs-kit/generated/props-metadata.mjs +10952 -0
- package/docs-kit/utils/constants.mjs +16 -0
- package/hooks/use-anchor-scroll.mjs +23 -0
- package/hooks/use-breakpoint.mjs +14 -0
- package/hooks/use-element-size.mjs +19 -0
- package/hooks/use-event-listener.mjs +19 -0
- package/hooks/use-grid-switcher.mjs +8 -0
- package/hooks/use-is-mobile.mjs +9 -0
- package/hooks/use-is-mounted.mjs +8 -0
- package/hooks/use-lock-body-scroll.mjs +12 -0
- package/hooks/use-scrollable-slider.mjs +39 -0
- package/hooks/use-toast-store.mjs +19 -0
- package/hooks/use-window-scroll.mjs +55 -0
- package/index.css +1 -1
- package/index.d.ts +5608 -12
- package/index.js +402 -1
- package/index.mjs +766 -468
- package/libs/framer-motion/fade-in-bottom.mjs +17 -0
- package/libs/local-storage/index.mjs +36 -0
- package/package.json +10 -10
- package/themes/auth/components/auth-provider.mjs +12 -0
- package/themes/components/settings/background-picker.mjs +67 -0
- package/themes/components/settings/color-dot.mjs +41 -0
- package/themes/components/settings/color-swatch-modal.mjs +178 -0
- package/themes/components/settings/default-color-settings.mjs +19 -0
- package/themes/components/settings/direction-switcher.mjs +36 -0
- package/themes/components/settings/lang-selector.mjs +43 -0
- package/themes/components/settings/layout-switcher.mjs +117 -0
- package/themes/components/settings/restore-defaults.mjs +11 -0
- package/themes/components/settings/settings-button.mjs +126 -0
- package/themes/components/settings/settings-drawer.mjs +81 -0
- package/themes/components/settings/settings-section-heading.mjs +21 -0
- package/themes/components/settings/settings-types.mjs +184 -0
- package/themes/components/settings/sonoma-accent-picker.mjs +60 -0
- package/themes/components/settings/switch-mode.mjs +38 -0
- package/themes/components/settings/switch-variant.mjs +38 -0
- package/themes/components/settings/switcher-button.mjs +45 -0
- package/themes/components/settings/tahoe-accent-picker.mjs +62 -0
- package/themes/components/settings/theme-icons.mjs +82 -0
- package/themes/components/settings/theme-switcher.mjs +36 -0
- package/themes/components/settings/theme-variant-switcher.mjs +49 -0
- package/themes/components/theme-background.mjs +75 -0
- package/themes/components/theme-provider/index.mjs +10 -0
- package/themes/components/theme-provider/mfe-app-theme-provider.mjs +24 -0
- package/themes/components/theme-provider/standalone-app-theme-provider.mjs +30 -0
- package/themes/components/theme-provider/theme-wrapper.mjs +129 -0
- package/themes/config/index.mjs +752 -0
- package/themes/hooks/use-direction.mjs +9 -0
- package/themes/hooks/use-theme-color.mjs +133 -0
- package/themes/hooks/use-theme.mjs +206 -0
- package/themes/pages/access-denied.mjs +24 -0
- package/themes/pages/default-error.mjs +24 -0
- package/themes/pages/disabled-page.mjs +24 -0
- package/themes/pages/fallback-page.mjs +14 -0
- package/themes/pages/forbidden.mjs +24 -0
- package/themes/pages/no-routes.mjs +24 -0
- package/themes/pages/not-found.mjs +26 -0
- package/themes/pages/server-error.mjs +24 -0
- package/themes/pages/unknown.mjs +24 -0
- package/themes/pages/user-blocked.mjs +24 -0
- package/themes/router/components/mfe-app-routes-provider.mjs +77 -0
- package/themes/router/components/standalone-app-routes-provider.mjs +78 -0
- package/themes/router/hooks/use-public-error-routes-config.mjs +43 -0
- package/themes/types/index.mjs +4 -0
- package/1-CArqgiQa.js +0 -1
- package/1-Df9CGZha.js +0 -4
- package/__tests__/__mocks__/lucide-react.d.ts +0 -129
- package/__tests__/setup.d.ts +0 -0
- package/components/auth/forget-password-form.d.ts +0 -16
- package/components/auth/index.d.ts +0 -4
- package/components/auth/reset-pin-form.d.ts +0 -18
- package/components/auth/sign-in-form.d.ts +0 -18
- package/components/auth/sign-up-form.d.ts +0 -21
- package/components/blockchain/coin-card.d.ts +0 -17
- package/components/blockchain/coin-info-card.d.ts +0 -15
- package/components/blockchain/coin-listbox.d.ts +0 -19
- package/components/blockchain/collection-card.d.ts +0 -19
- package/components/blockchain/collection-select-list.d.ts +0 -14
- package/components/blockchain/currency-swap-icons.d.ts +0 -7
- package/components/blockchain/index.d.ts +0 -9
- package/components/blockchain/live-price-feed.d.ts +0 -24
- package/components/blockchain/nft-grid.d.ts +0 -11
- package/components/blockchain/transaction-info.d.ts +0 -7
- package/components/buttons/button/button-drip.d.ts +0 -12
- package/components/buttons/button/button-loader.d.ts +0 -9
- package/components/buttons/button/index.d.ts +0 -31
- package/components/buttons/hamburger.d.ts +0 -6
- package/components/buttons/index.d.ts +0 -6
- package/components/buttons/topup-button.d.ts +0 -8
- package/components/cards/author-card.d.ts +0 -7
- package/components/cards/card-container.d.ts +0 -7
- package/components/cards/card-title.d.ts +0 -10
- package/components/cards/card.d.ts +0 -13
- package/components/cards/color-card.d.ts +0 -20
- package/components/cards/feature-card.d.ts +0 -23
- package/components/cards/index.d.ts +0 -9
- package/components/cards/info-card.d.ts +0 -54
- package/components/cards/panel-action-card.d.ts +0 -16
- package/components/cards/panel-card.d.ts +0 -8
- package/components/carousel/carousel-cards.d.ts +0 -19
- package/components/carousel/carousel-component.d.ts +0 -41
- package/components/carousel/carousel-image.d.ts +0 -18
- package/components/carousel/index.d.ts +0 -3
- package/components/charts/area-chart/area-chart.d.ts +0 -9
- package/components/charts/area-chart/index.d.ts +0 -2
- package/components/charts/bar-chart/bar-chart.d.ts +0 -10
- package/components/charts/bar-chart/index.d.ts +0 -2
- package/components/charts/components/chart-container.d.ts +0 -8
- package/components/charts/components/chart-empty-state.d.ts +0 -6
- package/components/charts/components/chart-tooltip.d.ts +0 -2
- package/components/charts/components/index.d.ts +0 -3
- package/components/charts/composed-chart/composed-chart.d.ts +0 -9
- package/components/charts/composed-chart/index.d.ts +0 -2
- package/components/charts/hooks/index.d.ts +0 -2
- package/components/charts/hooks/use-chart-theme.d.ts +0 -13
- package/components/charts/index.d.ts +0 -18
- package/components/charts/line-chart/index.d.ts +0 -2
- package/components/charts/line-chart/line-chart.d.ts +0 -9
- package/components/charts/pie-chart/index.d.ts +0 -2
- package/components/charts/pie-chart/pie-chart.d.ts +0 -14
- package/components/charts/radar-chart/index.d.ts +0 -2
- package/components/charts/radar-chart/radar-chart.d.ts +0 -17
- package/components/charts/types.d.ts +0 -32
- package/components/common/avatar.d.ts +0 -12
- package/components/common/badge.d.ts +0 -18
- package/components/common/collapse.d.ts +0 -7
- package/components/common/index.d.ts +0 -10
- package/components/common/key-value-row.d.ts +0 -9
- package/components/common/pagination.d.ts +0 -9
- package/components/common/scrollbar-native.d.ts +0 -14
- package/components/common/scrollbar.d.ts +0 -14
- package/components/common/skeleton.d.ts +0 -39
- package/components/common/stepper.d.ts +0 -13
- package/components/common/tooltip.d.ts +0 -39
- package/components/dialog/drawer-container.d.ts +0 -9
- package/components/dialog/drawer.d.ts +0 -19
- package/components/dialog/index.d.ts +0 -6
- package/components/dialog/modal.d.ts +0 -24
- package/components/dialog/sidebar-menu.d.ts +0 -14
- package/components/dialog/sidebar.d.ts +0 -13
- package/components/dialog/tab-modal.d.ts +0 -41
- package/components/forms/example/error-container-example.d.ts +0 -3
- package/components/forms/example/form-example.d.ts +0 -3
- package/components/forms/example/form-methods-example.d.ts +0 -3
- package/components/forms/example/index.d.ts +0 -4
- package/components/forms/example/validations.d.ts +0 -14
- package/components/forms/form-field.d.ts +0 -14
- package/components/forms/form.d.ts +0 -13
- package/components/forms/hook-form.d.ts +0 -3
- package/components/forms/index.d.ts +0 -5
- package/components/forms/types/dependencies.type.d.ts +0 -11
- package/components/forms/types/extend-react-hook-form.type.d.ts +0 -19
- package/components/forms/types/index.d.ts +0 -3
- package/components/forms/types/validations.type.d.ts +0 -8
- package/components/icons/arrow-link-icon.d.ts +0 -1
- package/components/icons/arrow-right.d.ts +0 -1
- package/components/icons/arrow-up.d.ts +0 -1
- package/components/icons/bitcoin.d.ts +0 -1
- package/components/icons/bnb.d.ts +0 -1
- package/components/icons/book.d.ts +0 -1
- package/components/icons/brands/facebook.d.ts +0 -1
- package/components/icons/brands/github.d.ts +0 -1
- package/components/icons/brands/instagram.d.ts +0 -1
- package/components/icons/brands/telegram.d.ts +0 -1
- package/components/icons/brands/twitter.d.ts +0 -1
- package/components/icons/calendar-icon.d.ts +0 -1
- package/components/icons/cardano.d.ts +0 -1
- package/components/icons/check.d.ts +0 -1
- package/components/icons/checkmark.d.ts +0 -1
- package/components/icons/chevron-down.d.ts +0 -1
- package/components/icons/chevron-forward.d.ts +0 -1
- package/components/icons/chevron-left.d.ts +0 -1
- package/components/icons/chevron-right.d.ts +0 -1
- package/components/icons/classic-layout-icon.d.ts +0 -1
- package/components/icons/close.d.ts +0 -1
- package/components/icons/compact-grid.d.ts +0 -1
- package/components/icons/compass.d.ts +0 -1
- package/components/icons/copy.d.ts +0 -1
- package/components/icons/disk.d.ts +0 -1
- package/components/icons/document.d.ts +0 -1
- package/components/icons/doge.d.ts +0 -1
- package/components/icons/dots-icon.d.ts +0 -1
- package/components/icons/ethereum-dark.d.ts +0 -1
- package/components/icons/ethereum.d.ts +0 -1
- package/components/icons/exchange.d.ts +0 -1
- package/components/icons/export-icon.d.ts +0 -1
- package/components/icons/external-link.d.ts +0 -1
- package/components/icons/eye.d.ts +0 -1
- package/components/icons/eyeslash.d.ts +0 -1
- package/components/icons/farm.d.ts +0 -1
- package/components/icons/flash.d.ts +0 -1
- package/components/icons/flow.d.ts +0 -1
- package/components/icons/gas-icon.d.ts +0 -1
- package/components/icons/guide-icon.d.ts +0 -1
- package/components/icons/history.d.ts +0 -1
- package/components/icons/home.d.ts +0 -1
- package/components/icons/horizontal-three-dots.d.ts +0 -1
- package/components/icons/icon-us-flag.d.ts +0 -1
- package/components/icons/index.d.ts +0 -98
- package/components/icons/info-circle.d.ts +0 -1
- package/components/icons/info-icon.d.ts +0 -1
- package/components/icons/left-align.d.ts +0 -1
- package/components/icons/level-icon.d.ts +0 -1
- package/components/icons/link-icon.d.ts +0 -1
- package/components/icons/live-pricing.d.ts +0 -1
- package/components/icons/lock-icon.d.ts +0 -1
- package/components/icons/long-arrow-left.d.ts +0 -1
- package/components/icons/long-arrow-right.d.ts +0 -1
- package/components/icons/long-arrow-up.d.ts +0 -1
- package/components/icons/loop-icon.d.ts +0 -1
- package/components/icons/lucide-react/index.d.ts +0 -1
- package/components/icons/media-play-icon.d.ts +0 -1
- package/components/icons/menu-icon.d.ts +0 -2
- package/components/icons/minimal-layout-icon.d.ts +0 -1
- package/components/icons/modern-layout-icon.d.ts +0 -1
- package/components/icons/moon.d.ts +0 -1
- package/components/icons/more-icon.d.ts +0 -1
- package/components/icons/normal-grid.d.ts +0 -1
- package/components/icons/option.d.ts +0 -1
- package/components/icons/play-icon.d.ts +0 -1
- package/components/icons/plus-circle.d.ts +0 -1
- package/components/icons/plus.d.ts +0 -1
- package/components/icons/pool.d.ts +0 -1
- package/components/icons/power.d.ts +0 -1
- package/components/icons/profile.d.ts +0 -1
- package/components/icons/question-icon.d.ts +0 -1
- package/components/icons/question-solid-icon.d.ts +0 -1
- package/components/icons/range-icon.d.ts +0 -1
- package/components/icons/refresh.d.ts +0 -1
- package/components/icons/retro-layout-icon.d.ts +0 -1
- package/components/icons/right-align.d.ts +0 -1
- package/components/icons/sand-clock.d.ts +0 -1
- package/components/icons/search.d.ts +0 -1
- package/components/icons/shut-down-icon.d.ts +0 -1
- package/components/icons/spike-bar.d.ts +0 -1
- package/components/icons/star-fill.d.ts +0 -1
- package/components/icons/star.d.ts +0 -1
- package/components/icons/sun.d.ts +0 -1
- package/components/icons/swap-icon.d.ts +0 -1
- package/components/icons/tag-icon.d.ts +0 -1
- package/components/icons/tag.d.ts +0 -1
- package/components/icons/tether.d.ts +0 -1
- package/components/icons/trading-bot-icon.d.ts +0 -1
- package/components/icons/trend-arrow-down-icon.d.ts +0 -1
- package/components/icons/trend-arrow-up-icon.d.ts +0 -1
- package/components/icons/tucu.d.ts +0 -1
- package/components/icons/unlocked.d.ts +0 -1
- package/components/icons/upload.d.ts +0 -1
- package/components/icons/usdc.d.ts +0 -1
- package/components/icons/verified-icon.d.ts +0 -1
- package/components/icons/verified.d.ts +0 -1
- package/components/icons/vertical-three-dots.d.ts +0 -1
- package/components/icons/vote-icon.d.ts +0 -1
- package/components/icons/warning.d.ts +0 -1
- package/components/index.d.ts +0 -22
- package/components/inputs/checkbox.d.ts +0 -42
- package/components/inputs/file-input.d.ts +0 -41
- package/components/inputs/helpers/control-colors.d.ts +0 -13
- package/components/inputs/helpers/control-sizes.d.ts +0 -2
- package/components/inputs/helpers/field-error-text.d.ts +0 -19
- package/components/inputs/helpers/field-helper-text.d.ts +0 -18
- package/components/inputs/helpers/input-label.d.ts +0 -9
- package/components/inputs/index.d.ts +0 -14
- package/components/inputs/input-searcher.d.ts +0 -18
- package/components/inputs/input.d.ts +0 -29
- package/components/inputs/pin-code.d.ts +0 -74
- package/components/inputs/radio-group.d.ts +0 -56
- package/components/inputs/radio.d.ts +0 -87
- package/components/inputs/select.d.ts +0 -38
- package/components/inputs/switch.d.ts +0 -17
- package/components/inputs/textarea.d.ts +0 -20
- package/components/inputs/toggle-bar.d.ts +0 -11
- package/components/layouts/admin-layout/index.d.ts +0 -16
- package/components/layouts/clean-layout/index.d.ts +0 -5
- package/components/layouts/header/admin-header.d.ts +0 -8
- package/components/layouts/header/admin-right-area.d.ts +0 -3
- package/components/layouts/header/header.d.ts +0 -9
- package/components/layouts/header/horizontal-header.d.ts +0 -10
- package/components/layouts/header/horizontal-right-area.d.ts +0 -9
- package/components/layouts/horizontal/index.d.ts +0 -16
- package/components/layouts/index.d.ts +0 -14
- package/components/layouts/macos-layout/index.d.ts +0 -23
- package/components/layouts/macos-layout/macos-sonoma-clean-layout.d.ts +0 -7
- package/components/layouts/macos-layout/macos-sonoma-layout.d.ts +0 -14
- package/components/layouts/macos-layout/macos-sonoma-navbar-layout.d.ts +0 -14
- package/components/layouts/macos-layout/macos-tahoe-clean-layout.d.ts +0 -7
- package/components/layouts/macos-layout/macos-tahoe-dock-layout.d.ts +0 -14
- package/components/layouts/macos-layout/macos-tahoe-layout.d.ts +0 -14
- package/components/layouts/macos-layout/macos-tahoe-navbar-layout.d.ts +0 -14
- package/components/layouts/macos-layout/utils.d.ts +0 -3
- package/components/layouts/menus/collapsible-menu.d.ts +0 -3
- package/components/layouts/menus/expandable-sidebar.d.ts +0 -8
- package/components/layouts/menus/horizontal-nav-menu.d.ts +0 -7
- package/components/layouts/menus/menu-item.d.ts +0 -24
- package/components/layouts/root-layout.d.ts +0 -18
- package/components/links/active-link.d.ts +0 -8
- package/components/links/anchor-link.d.ts +0 -3
- package/components/links/index.d.ts +0 -2
- package/components/list/index.d.ts +0 -2
- package/components/list/list-Item.d.ts +0 -13
- package/components/list/list-container.d.ts +0 -19
- package/components/loaders/index.d.ts +0 -3
- package/components/loaders/loader.d.ts +0 -20
- package/components/loaders/progressbar.d.ts +0 -64
- package/components/loaders/spinner.d.ts +0 -15
- package/components/logos/defi-app-logo.d.ts +0 -1
- package/components/logos/full-logo.d.ts +0 -1
- package/components/logos/index.d.ts +0 -3
- package/components/logos/logo.d.ts +0 -13
- package/components/logos/tucu-ui-logo.d.ts +0 -8
- package/components/macos/index.d.ts +0 -2
- package/components/macos/sonoma/containers/sidebar.d.ts +0 -22
- package/components/macos/sonoma/containers/widget.d.ts +0 -17
- package/components/macos/sonoma/containers/window.d.ts +0 -26
- package/components/macos/sonoma/controls/search-bar.d.ts +0 -12
- package/components/macos/sonoma/controls/segmented-control.d.ts +0 -16
- package/components/macos/sonoma/controls/types.d.ts +0 -10
- package/components/macos/sonoma/feedback/command-palette.d.ts +0 -20
- package/components/macos/sonoma/feedback/macos-sonoma-toast.d.ts +0 -2
- package/components/macos/sonoma/feedback/notification-banner.d.ts +0 -17
- package/components/macos/sonoma/feedback/popover.d.ts +0 -22
- package/components/macos/sonoma/index.d.ts +0 -13
- package/components/macos/sonoma/layout/layout-content-sonoma.d.ts +0 -15
- package/components/macos/sonoma/layout/layout-sidebar-sonoma.d.ts +0 -10
- package/components/macos/sonoma/layout/toolbar-sonoma.d.ts +0 -6
- package/components/macos/tahoe/containers/dialog-tahoe.d.ts +0 -21
- package/components/macos/tahoe/containers/widget-tahoe.d.ts +0 -15
- package/components/macos/tahoe/containers/window-tahoe.d.ts +0 -36
- package/components/macos/tahoe/controls/macos-tahoe-toast.d.ts +0 -2
- package/components/macos/tahoe/controls/notification-banner-tahoe.d.ts +0 -17
- package/components/macos/tahoe/controls/progress-bar-tahoe.d.ts +0 -10
- package/components/macos/tahoe/controls/search-bar-tahoe.d.ts +0 -12
- package/components/macos/tahoe/controls/segmented-control-tahoe.d.ts +0 -16
- package/components/macos/tahoe/controls/types.d.ts +0 -10
- package/components/macos/tahoe/feedback/command-palette-tahoe.d.ts +0 -18
- package/components/macos/tahoe/feedback/popover-tahoe.d.ts +0 -22
- package/components/macos/tahoe/foundations/background.d.ts +0 -7
- package/components/macos/tahoe/index.d.ts +0 -15
- package/components/macos/tahoe/layout/dock-tahoe.d.ts +0 -27
- package/components/macos/tahoe/layout/layout-content-tahoe.d.ts +0 -17
- package/components/macos/tahoe/layout/layout-sidebar-tahoe.d.ts +0 -13
- package/components/macos/tahoe/layout/toolbar-tahoe.d.ts +0 -5
- package/components/notifications/alert.d.ts +0 -13
- package/components/notifications/index.d.ts +0 -3
- package/components/notifications/notification-card.d.ts +0 -14
- package/components/notifications/toast.d.ts +0 -3
- package/components/table/basic-table.d.ts +0 -28
- package/components/table/index.d.ts +0 -1
- package/components/tabs/index.d.ts +0 -3
- package/components/tabs/param-tab.d.ts +0 -19
- package/components/tabs/tab-select.d.ts +0 -10
- package/components/tabs/tab.d.ts +0 -50
- package/components/typography/index.d.ts +0 -73
- package/components/utils/code-block.d.ts +0 -8
- package/components/utils/image.d.ts +0 -25
- package/components/utils/index.d.ts +0 -4
- package/components/utils/reveal-content.d.ts +0 -6
- package/components/utils/scroll-to-top.d.ts +0 -50
- package/datatable/common/constants.d.ts +0 -1
- package/datatable/common/functions/index.d.ts +0 -39
- package/datatable/common/functions/user-scopes/index.d.ts +0 -3
- package/datatable/common/helpers/ExpandedColumn.d.ts +0 -9
- package/datatable/common/helpers/OffsetColumn.d.ts +0 -9
- package/datatable/common/helpers/RowActionsColumn.d.ts +0 -9
- package/datatable/common/helpers/RowSelectionColumn.d.ts +0 -9
- package/datatable/common/helpers/cn.d.ts +0 -10
- package/datatable/common/helpers/convertColumns.d.ts +0 -42
- package/datatable/common/helpers/parseNumericValueToExport.d.ts +0 -5
- package/datatable/common/helpers/theme.d.ts +0 -8
- package/datatable/common/types/index.d.ts +0 -416
- package/datatable/components/Assets/ArrowDoubleIndicator.d.ts +0 -26
- package/datatable/components/Assets/ArrowIndicator.d.ts +0 -26
- package/datatable/components/Assets/ArrowLongIndicator.d.ts +0 -26
- package/datatable/components/Assets/ArrowPaginationIndicator.d.ts +0 -26
- package/datatable/components/Assets/AssetButton.d.ts +0 -32
- package/datatable/components/Assets/ColumnIndicator.d.ts +0 -15
- package/datatable/components/Assets/DeleteIndicator.d.ts +0 -15
- package/datatable/components/Assets/DownloadIndicator.d.ts +0 -15
- package/datatable/components/Assets/DragIndicator.d.ts +0 -17
- package/datatable/components/Assets/EditIndicator.d.ts +0 -15
- package/datatable/components/Assets/FilterIndicator.d.ts +0 -15
- package/datatable/components/Assets/MoreIndicator.d.ts +0 -17
- package/datatable/components/Assets/OpenNewTab.d.ts +0 -15
- package/datatable/components/Assets/PinIndicator.d.ts +0 -17
- package/datatable/components/Assets/RowIndicator.d.ts +0 -15
- package/datatable/components/Assets/ViewDetailsIndicator.d.ts +0 -16
- package/datatable/components/Assets/VisibilityIndicator.d.ts +0 -17
- package/datatable/components/Assets/VoidIndicator.d.ts +0 -15
- package/datatable/components/Assets/index.d.ts +0 -18
- package/datatable/components/Common/IconButton/index.d.ts +0 -18
- package/datatable/components/Common/Spinner.d.ts +0 -15
- package/datatable/components/Common/Tooltip.d.ts +0 -37
- package/datatable/components/DataTable/ColumnsVisibilityManager.d.ts +0 -3
- package/datatable/components/DataTable/DataTable.d.ts +0 -26
- package/datatable/components/DataTable/DataTableComponent/index.d.ts +0 -70
- package/datatable/components/DataTable/StateTableHandler/index.d.ts +0 -23
- package/datatable/components/DataTable/SubComponentDataTable/index.d.ts +0 -18
- package/datatable/components/DataTable/TableCell/ExpandedRowCell/index.d.ts +0 -19
- package/datatable/components/DataTable/TableCell/RowActionsCell/index.d.ts +0 -29
- package/datatable/components/DataTable/TableCell/RowSelectionCell/index.d.ts +0 -21
- package/datatable/components/DataTable/TableCell/index.d.ts +0 -44
- package/datatable/components/DataTable/TableHead/index.d.ts +0 -33
- package/datatable/components/DataTable/TableHeader/CheckboxSelector/index.d.ts +0 -17
- package/datatable/components/DataTable/TableHeader/ColumnDraggable/index.d.ts +0 -22
- package/datatable/components/DataTable/TableHeader/ColumnPin/index.d.ts +0 -26
- package/datatable/components/DataTable/TableHeader/ColumnSearcher/InputSearcher.d.ts +0 -19
- package/datatable/components/DataTable/TableHeader/ColumnSearcher/index.d.ts +0 -18
- package/datatable/components/DataTable/TableHeader/ColumnSort/index.d.ts +0 -20
- package/datatable/components/DataTable/TableHeader/ColumnVisibility/index.d.ts +0 -18
- package/datatable/components/DataTable/TableHeader/index.d.ts +0 -30
- package/datatable/components/DataTable/TableRow/index.d.ts +0 -43
- package/datatable/components/DataTable/TableWrapper/index.d.ts +0 -34
- package/datatable/components/DataTable/index.d.ts +0 -3
- package/datatable/components/Footer/index.d.ts +0 -19
- package/datatable/components/ManualPagination/index.d.ts +0 -20
- package/datatable/components/Pagination/index.d.ts +0 -21
- package/datatable/components/RowSelection/index.d.ts +0 -14
- package/datatable/context/DragDropContentContext.d.ts +0 -33
- package/datatable/context/DragDropTableContext.d.ts +0 -35
- package/datatable/context/index.d.ts +0 -167
- package/datatable/hooks/index.d.ts +0 -6
- package/datatable/hooks/useColumns.d.ts +0 -27
- package/datatable/hooks/useComponentEventListener.d.ts +0 -21
- package/datatable/hooks/useDataTableStore.d.ts +0 -64
- package/datatable/hooks/useGetCommonPinningStyles.d.ts +0 -22
- package/datatable/hooks/useInitialState.d.ts +0 -27
- package/datatable/hooks/useResetCacheVersion.d.ts +0 -19
- package/datatable/hooks/useScrollableTable.d.ts +0 -30
- package/datatable/index.d.ts +0 -12
- package/datatable/tanstack-table/index.d.ts +0 -2
- package/demo/components/auto-props-table.d.ts +0 -16
- package/demo/components/dynamic-sections-page.d.ts +0 -50
- package/demo/components/hero-card.d.ts +0 -21
- package/demo/components/index.d.ts +0 -8
- package/demo/components/lazy-component-section.d.ts +0 -11
- package/demo/components/nav-options.d.ts +0 -2
- package/demo/components/playground-button.d.ts +0 -1
- package/demo/components/prop-playground.d.ts +0 -31
- package/demo/components/table-of-contents/index.d.ts +0 -5
- package/demo/components/table-of-contents/toc-default.d.ts +0 -3
- package/demo/components/table-of-contents/toc-sonoma.d.ts +0 -3
- package/demo/components/table-of-contents/toc-tahoe.d.ts +0 -3
- package/demo/components/table-of-contents/types.d.ts +0 -17
- package/demo/components/table-of-contents/use-toc.d.ts +0 -26
- package/demo/generated/props-metadata.d.ts +0 -23
- package/demo/index.d.ts +0 -4
- package/demo/pages/blockchain/BlockchainComponents.d.ts +0 -2
- package/demo/pages/blockchain/blockchain-components-sections/CoinCardSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/CoinInfoCardSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/CoinListBoxSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/CollectionCardSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/CollectionSelectListSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/CurrencySwapIconsSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/LivePriceFeedSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/NFTGridSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/TransactionInfoSection.d.ts +0 -3
- package/demo/pages/blockchain/blockchain-components-sections/index.d.ts +0 -9
- package/demo/pages/components/ChartsComponents.d.ts +0 -2
- package/demo/pages/components/ComponentsIntroduction.d.ts +0 -1
- package/demo/pages/components/InputsComponents.d.ts +0 -2
- package/demo/pages/components/UiComponents.d.ts +0 -2
- package/demo/pages/components/charts-sections/AreaChartSection.d.ts +0 -3
- package/demo/pages/components/charts-sections/BarChartSection.d.ts +0 -3
- package/demo/pages/components/charts-sections/ComposedChartSection.d.ts +0 -3
- package/demo/pages/components/charts-sections/LineChartSection.d.ts +0 -3
- package/demo/pages/components/charts-sections/PieChartSection.d.ts +0 -3
- package/demo/pages/components/charts-sections/RadarChartSection.d.ts +0 -3
- package/demo/pages/components/charts-sections/index.d.ts +0 -1
- package/demo/pages/components/input-components-sections/CheckboxSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/FileInputSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/InputSearcherSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/InputSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/PinCodeSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/RadioGroupSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/RadioSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/SelectSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/SwitchSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/TextareaSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/ToggleBarSection.d.ts +0 -3
- package/demo/pages/components/input-components-sections/index.d.ts +0 -11
- package/demo/pages/components/ui-components-sections/ActiveLinkSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/AlertSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/AnchorLinkSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/AuthorCardSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/AvatarSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/BadgeSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/BasicTableSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ButtonDripSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ButtonLoaderSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/CardContainerSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/CardSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/CardTitleSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/CarouselCardsSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/CarouselImageSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/CarouselSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/CollapseSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/DefiAppLogoSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/DrawerSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/HamburgerSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ImageSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/InfoCardSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/KeyValueRowSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ListContainerSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ListItemSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/LoaderSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/LogoSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ModalSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/NotificationCardSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/PaginationSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/PanelActionCardSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/PanelCardSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ParamTabSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ProgressbarSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/RevealContentSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ScrollToTopSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ScrollbarSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/SidebarMenuSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/SidebarSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/SkeletonSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/SpinnerSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/StepperSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/TabModalSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/TabSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/TabSelectSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/ToastSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/TooltipSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/TopupButtonSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/TucuUiLogoSection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/TypographySection.d.ts +0 -3
- package/demo/pages/components/ui-components-sections/index.d.ts +0 -45
- package/demo/pages/datatable/DataTablePage.d.ts +0 -2
- package/demo/pages/datatable/datatable-sections/ColumnsSection.d.ts +0 -3
- package/demo/pages/datatable/datatable-sections/DataFetchingSection.d.ts +0 -3
- package/demo/pages/datatable/datatable-sections/DocumentationSection.d.ts +0 -3
- package/demo/pages/datatable/datatable-sections/ExamplesSection.d.ts +0 -3
- package/demo/pages/datatable/datatable-sections/PlaygroundSection.d.ts +0 -3
- package/demo/pages/datatable/datatable-sections/SearchSection.d.ts +0 -3
- package/demo/pages/design-system/DesignSystem.d.ts +0 -2
- package/demo/pages/design-system/LayoutSystem.d.ts +0 -2
- package/demo/pages/design-system/ThemingGuide.d.ts +0 -2
- package/demo/pages/design-system/design-system-sections/BackgroundsSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/BorderRadiusSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/ColorSystemSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/ComponentAnatomySection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/DesignPrinciplesSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/ImplementationGuidelinesSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/LayoutPrinciplesSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/ShadowsSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/SizingSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/SpacingSystemSection.d.ts +0 -3
- package/demo/pages/design-system/design-system-sections/TypographySection.d.ts +0 -3
- package/demo/pages/design-system/layout-system-sections/BestPracticesSection.d.ts +0 -3
- package/demo/pages/design-system/layout-system-sections/CommonErrorsSection.d.ts +0 -3
- package/demo/pages/design-system/layout-system-sections/ImplementationExamplesSection.d.ts +0 -3
- package/demo/pages/design-system/layout-system-sections/LayoutTypesSection.d.ts +0 -3
- package/demo/pages/design-system/layout-system-sections/MenuItemsGuideSection.d.ts +0 -3
- package/demo/pages/design-system/layout-system-sections/ThemeProviderRequiredSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/AdvancedColorSystemSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/AdvancedFeaturesSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/BestPracticesSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/ColorCustomizationSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/CustomColorPaletteSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/FileStructureSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/SettingsPanelSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/TailwindConfigSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/ThemeArchitectureSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/ThemeConfigurationSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/ThemeHooksSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/ThemeProviderSection.d.ts +0 -3
- package/demo/pages/design-system/theming-guide-sections/UsingThemeSystemSection.d.ts +0 -3
- package/demo/pages/features/Accessibility.d.ts +0 -2
- package/demo/pages/features/FeaturesIntroduction.d.ts +0 -1
- package/demo/pages/features/HooksUtilities.d.ts +0 -2
- package/demo/pages/features/IconsSystem.d.ts +0 -2
- package/demo/pages/features/RoutingSystem.d.ts +0 -2
- package/demo/pages/features/accessibility-sections/BestPracticesSection.d.ts +0 -3
- package/demo/pages/features/accessibility-sections/CodeExamplesSection.d.ts +0 -3
- package/demo/pages/features/accessibility-sections/ComponentStatusSection.d.ts +0 -3
- package/demo/pages/features/accessibility-sections/ImplementationStatusSection.d.ts +0 -3
- package/demo/pages/features/accessibility-sections/ImplementedFeaturesSection.d.ts +0 -3
- package/demo/pages/features/accessibility-sections/KeyboardNavigationSection.d.ts +0 -3
- package/demo/pages/features/accessibility-sections/TestingSection.d.ts +0 -3
- package/demo/pages/features/accessibility-sections/WCAGPrinciplesSection.d.ts +0 -3
- package/demo/pages/features/hooks-utilities-sections/BestPracticesSection.d.ts +0 -3
- package/demo/pages/features/hooks-utilities-sections/HookCategoriesSection.d.ts +0 -3
- package/demo/pages/features/hooks-utilities-sections/HookDocumentationSection.d.ts +0 -3
- package/demo/pages/features/hooks-utilities-sections/HookFeaturesSection.d.ts +0 -3
- package/demo/pages/features/hooks-utilities-sections/LiveDemonstrationsSection.d.ts +0 -3
- package/demo/pages/features/icon-system-sections/BestPracticesSection.d.ts +0 -3
- package/demo/pages/features/icon-system-sections/CustomIconsSection.d.ts +0 -3
- package/demo/pages/features/icon-system-sections/IconArchitectureSection.d.ts +0 -3
- package/demo/pages/features/icon-system-sections/IconSizingGuideSection.d.ts +0 -3
- package/demo/pages/features/icon-system-sections/IconSystemAPISection.d.ts +0 -3
- package/demo/pages/features/icon-system-sections/IconSystemBenefitsSection.d.ts +0 -3
- package/demo/pages/features/icon-system-sections/LucideIconsSection.d.ts +0 -3
- package/demo/pages/features/icon-system-sections/UsageExamplesSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/APIReferenceSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/ArchitecturalPatternsComparisonSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/BestPracticesSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/DynamicRoutesSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/MFESupportSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/NestedRoutesSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/RouteConfigurationSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/StandaloneAppSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/SystemOverviewSection.d.ts +0 -3
- package/demo/pages/features/routing-system-sections/ThemeProviderIntegrationSection.d.ts +0 -3
- package/demo/pages/form-system/FormSystem.d.ts +0 -2
- package/demo/pages/form-system/code-example-page.d.ts +0 -2
- package/demo/pages/form-system/example/constants.d.ts +0 -12
- package/demo/pages/form-system/example/simple-form-example.d.ts +0 -3
- package/demo/pages/form-system/form-example-page.d.ts +0 -2
- package/demo/pages/form-system/form-system-sections/AdvancedFeaturesSection.d.ts +0 -3
- package/demo/pages/form-system/form-system-sections/ArchitectureOverviewSection.d.ts +0 -3
- package/demo/pages/form-system/form-system-sections/BasicUsageSection.d.ts +0 -3
- package/demo/pages/form-system/form-system-sections/BestPracticesSection.d.ts +0 -3
- package/demo/pages/form-system/form-system-sections/FormComponentsSection.d.ts +0 -3
- package/demo/pages/form-system/form-system-sections/FormMethodsSection.d.ts +0 -3
- package/demo/pages/form-system/form-system-sections/LiveDemoSection.d.ts +0 -3
- package/demo/pages/form-system/form-system-sections/ValidationSystemSection.d.ts +0 -3
- package/demo/pages/index.d.ts +0 -42
- package/demo/pages/introduction/BasicUsageDemo.d.ts +0 -1
- package/demo/pages/introduction/BasicUsageExampleCode.d.ts +0 -1
- package/demo/pages/introduction/BasicUsageWithCustomRouterExampleCode.d.ts +0 -1
- package/demo/pages/introduction/ThemeProviderExamples.d.ts +0 -7
- package/demo/pages/introduction/index.d.ts +0 -1
- package/demo/pages/macos/MacOSShowcase.d.ts +0 -2
- package/demo/pages/macos/MacOSSonomaShowcase.d.ts +0 -2
- package/demo/pages/macos/MacOSTahoeShowcase.d.ts +0 -2
- package/demo/pages/macos/macos-sections/sonoma/MacOSCommandPaletteSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/MacOSNotificationBannerSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/MacOSPopoverSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/MacOSSearchBarSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/MacOSSegmentedControlSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/MacOSSidebarSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/MacOSToolbarSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/MacOSWidgetSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/MacOSWindowSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/SonomaColorsSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/SonomaLayoutContentSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/SonomaLayoutSidebarSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/SonomaMaterialsSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/SonomaShapesSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/sonoma/SonomaTypographySection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/MacOSBackgroundsSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/MacOSColorsSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/MacOSMaterialsSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/MacOSTahoeSection.d.ts +0 -2
- package/demo/pages/macos/macos-sections/tahoe/MacOSTextStylesSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeCommandPaletteSection.d.ts +0 -2
- package/demo/pages/macos/macos-sections/tahoe/TahoeDialogSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeDockSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeLayoutContentSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeLayoutSidebarSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeNotificationBannerSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoePopoverSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeProgressBarSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeSearchBarSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeSegmentedControlSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeToolbarSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeWidgetSection.d.ts +0 -3
- package/demo/pages/macos/macos-sections/tahoe/TahoeWindowSection.d.ts +0 -3
- package/demo/pages/mcp/MCPServerPage.d.ts +0 -2
- package/demo/pages/mcp/mcp-sections/ClientConfigSection.d.ts +0 -3
- package/demo/pages/mcp/mcp-sections/DeploymentSection.d.ts +0 -3
- package/demo/pages/mcp/mcp-sections/InstallationSection.d.ts +0 -3
- package/demo/pages/mcp/mcp-sections/OverviewSection.d.ts +0 -3
- package/demo/pages/mcp/mcp-sections/PromptsSection.d.ts +0 -3
- package/demo/pages/mcp/mcp-sections/ResourcesSection.d.ts +0 -3
- package/demo/pages/mcp/mcp-sections/SecuritySection.d.ts +0 -3
- package/demo/pages/mcp/mcp-sections/ToolsSection.d.ts +0 -3
- package/demo/pages/tailwind/AccessibilityUtilities.d.ts +0 -1
- package/demo/pages/tailwind/BackgroundUtilities.d.ts +0 -1
- package/demo/pages/tailwind/BordersUtilities.d.ts +0 -1
- package/demo/pages/tailwind/Colors.d.ts +0 -1
- package/demo/pages/tailwind/EffectsUtilities.d.ts +0 -1
- package/demo/pages/tailwind/FiltersUtilities.d.ts +0 -1
- package/demo/pages/tailwind/FlexboxGridUtilities.d.ts +0 -1
- package/demo/pages/tailwind/InteractivityUtilities.d.ts +0 -1
- package/demo/pages/tailwind/LayoutUtilities.d.ts +0 -1
- package/demo/pages/tailwind/SVGUtilities.d.ts +0 -1
- package/demo/pages/tailwind/TablesUtilities.d.ts +0 -1
- package/demo/pages/tailwind/TailwindIntroduction.d.ts +0 -1
- package/demo/pages/tailwind/TransformsUtilities.d.ts +0 -1
- package/demo/pages/tailwind/TransitionsAnimations.d.ts +0 -1
- package/demo/pages/tailwind/TypographyUtilities.d.ts +0 -1
- package/demo/utils/constants.d.ts +0 -13
- package/demo/utils/index.d.ts +0 -1
- package/documentation/APIReferenceSection-DhLda4os.js +0 -1
- package/documentation/APIReferenceSection-bp_k9Tqz.js +0 -213
- package/documentation/ActiveLinkSection-VZpThvCH.js +0 -79
- package/documentation/ActiveLinkSection-tNH1S8co.js +0 -23
- package/documentation/AdvancedColorSystemSection-Bpg0ykpE.js +0 -181
- package/documentation/AdvancedColorSystemSection-DV105GJ4.js +0 -17
- package/documentation/AdvancedFeaturesSection-7mYHkn6Y.js +0 -1
- package/documentation/AdvancedFeaturesSection-Bg3qw8SS.js +0 -70
- package/documentation/AdvancedFeaturesSection-D5EPjVA_.js +0 -32
- package/documentation/AdvancedFeaturesSection-Dx2FHJQ4.js +0 -117
- package/documentation/AlertSection-BANRD0WY.js +0 -26
- package/documentation/AlertSection-D2ZMBu8r.js +0 -96
- package/documentation/AnchorLinkSection-BJiqE8DS.js +0 -20
- package/documentation/AnchorLinkSection-DzqR1Ja0.js +0 -65
- package/documentation/ArchitecturalPatternsComparisonSection-BXa3fD3O.js +0 -34
- package/documentation/ArchitecturalPatternsComparisonSection-qvrXsvTR.js +0 -182
- package/documentation/ArchitectureOverviewSection-C8sgSFI-.js +0 -210
- package/documentation/ArchitectureOverviewSection-D0tlNXWy.js +0 -1
- package/documentation/AreaChartSection-BOwKYw6Y.js +0 -22
- package/documentation/AreaChartSection-CzLGWCua.js +0 -132
- package/documentation/AuthorCardSection-CHuq5QLN.js +0 -18
- package/documentation/AuthorCardSection-CrxUxl7Q.js +0 -79
- package/documentation/AvatarSection-BG9u4AUq.js +0 -89
- package/documentation/AvatarSection-DevddyMw.js +0 -19
- package/documentation/BackgroundsSection-CC7L7uIS.js +0 -6
- package/documentation/BackgroundsSection-rIeljh3V.js +0 -365
- package/documentation/BadgeSection-3vXDcqn1.js +0 -49
- package/documentation/BadgeSection-DXHhFhnL.js +0 -179
- package/documentation/BarChartSection-CATVPfb7.js +0 -23
- package/documentation/BarChartSection-DZmMeDJ_.js +0 -127
- package/documentation/BasicTableSection-CKpQEXFP.js +0 -36
- package/documentation/BasicTableSection-Dk1pMX7T.js +0 -133
- package/documentation/BasicUsageSection-C6jzFsy4.js +0 -45
- package/documentation/BasicUsageSection-Cr562E1H.js +0 -133
- package/documentation/BestPracticesSection-BLDoPxOK.js +0 -1
- package/documentation/BestPracticesSection-BNrOOboM.js +0 -137
- package/documentation/BestPracticesSection-BVQwqior.js +0 -1
- package/documentation/BestPracticesSection-BhHp4zsd.js +0 -151
- package/documentation/BestPracticesSection-BjJJEr21.js +0 -91
- package/documentation/BestPracticesSection-C-w5FwtZ.js +0 -79
- package/documentation/BestPracticesSection-C0CfdYdW.js +0 -153
- package/documentation/BestPracticesSection-Coso4hou.js +0 -34
- package/documentation/BestPracticesSection-CuLnMSUm.js +0 -1
- package/documentation/BestPracticesSection-D1TzGwt4.js +0 -1
- package/documentation/BestPracticesSection-Dcf1Ecin.js +0 -151
- package/documentation/BestPracticesSection-WftLca9v.js +0 -1
- package/documentation/BestPracticesSection-ec4Mf-f9.js +0 -61
- package/documentation/BestPracticesSection-kFMiJLRj.js +0 -1
- package/documentation/BorderRadiusSection-CM_dDRJI.js +0 -58
- package/documentation/BorderRadiusSection-CQ2ET4Kp.js +0 -1
- package/documentation/ButtonDripSection-Dva1BJM-.js +0 -110
- package/documentation/ButtonDripSection-ZXvRsatv.js +0 -21
- package/documentation/ButtonLoaderSection-BZuT9Xfl.js +0 -153
- package/documentation/ButtonLoaderSection-ZUjulNxT.js +0 -31
- package/documentation/CardContainerSection-Z7NOSIc4.js +0 -61
- package/documentation/CardContainerSection-j-BU0Fsq.js +0 -22
- package/documentation/CardSection-nulnD1Rl.js +0 -26
- package/documentation/CardSection-xhkzCZXI.js +0 -136
- package/documentation/CardTitleSection-DKFkHUhY.js +0 -20
- package/documentation/CardTitleSection-kRleax_l.js +0 -72
- package/documentation/CarouselCardsSection-BZ49UPm1.js +0 -174
- package/documentation/CarouselCardsSection-DuLDA6jR.js +0 -38
- package/documentation/CarouselImageSection-Bw6VB4Sy.js +0 -39
- package/documentation/CarouselImageSection-xi_Ys2D4.js +0 -179
- package/documentation/CarouselSection-Deuko-HQ.js +0 -123
- package/documentation/CarouselSection-tGiiAPUS.js +0 -25
- package/documentation/CheckboxSection-CzqqD53Y.js +0 -175
- package/documentation/CheckboxSection-DvV3_WXa.js +0 -29
- package/documentation/ClientConfigSection-Gp3e7u6v.js +0 -39
- package/documentation/ClientConfigSection-IutnGjQM.js +0 -126
- package/documentation/CodeExamplesSection-B_dafIDz.js +0 -134
- package/documentation/CodeExamplesSection-DbIVosHK.js +0 -68
- package/documentation/CoinCardSection-Dva3hwNM.js +0 -132
- package/documentation/CoinCardSection-lovvJF09.js +0 -13
- package/documentation/CoinInfoCardSection-8zw579l9.js +0 -12
- package/documentation/CoinInfoCardSection-Did86Nnb.js +0 -148
- package/documentation/CoinListBoxSection-Bar8p9MH.js +0 -24
- package/documentation/CoinListBoxSection-D_KM8_nW.js +0 -129
- package/documentation/CollapseSection-BMLzKQqC.js +0 -28
- package/documentation/CollapseSection-js4VAcmK.js +0 -84
- package/documentation/CollectionCardSection-D2HwaGHj.js +0 -78
- package/documentation/CollectionCardSection-Df34NuPH.js +0 -17
- package/documentation/CollectionSelectListSection-CNAfimrX.js +0 -15
- package/documentation/CollectionSelectListSection-LGvQya5I.js +0 -149
- package/documentation/ColorCustomizationSection-B82JJ1c2.js +0 -141
- package/documentation/ColorCustomizationSection-D4e9KLUe.js +0 -1
- package/documentation/ColorSystemSection-CIqTbBOI.js +0 -1
- package/documentation/ColorSystemSection-Dhgkg-r-.js +0 -339
- package/documentation/ColumnsSection-DrYNzV9j.js +0 -435
- package/documentation/ColumnsSection-qPdS2C02.js +0 -109
- package/documentation/CommonErrorsSection-D5ulhjHy.js +0 -77
- package/documentation/CommonErrorsSection-D__sdWvP.js +0 -1
- package/documentation/ComponentAnatomySection-C9tEDK7p.js +0 -78
- package/documentation/ComponentAnatomySection-CqsdkM8N.js +0 -1
- package/documentation/ComponentStatusSection-BR69AE7p.js +0 -148
- package/documentation/ComponentStatusSection-CNigvIxm.js +0 -1
- package/documentation/ComposedChartSection-CoIPhfXm.js +0 -21
- package/documentation/ComposedChartSection-Q_8Ho__v.js +0 -113
- package/documentation/CurrencySwapIconsSection-DQn8jXE-.js +0 -7
- package/documentation/CurrencySwapIconsSection-zs2ai4Bd.js +0 -73
- package/documentation/CustomColorPaletteSection-CDwYb_hG.js +0 -74
- package/documentation/CustomColorPaletteSection-D7wgseaA.js +0 -19
- package/documentation/CustomIconsSection-BlUe77an.js +0 -172
- package/documentation/CustomIconsSection-WTHmHO_1.js +0 -3
- package/documentation/DataFetchingSection-D5ZMyrfR.js +0 -576
- package/documentation/DataFetchingSection-ZdwqQJWR.js +0 -128
- package/documentation/DefiAppLogoSection-CM6swWaf.js +0 -38
- package/documentation/DefiAppLogoSection-DdW6TZ5c.js +0 -132
- package/documentation/DeploymentSection-BptA4WV3.js +0 -36
- package/documentation/DeploymentSection-Ca1Z8a_c.js +0 -136
- package/documentation/DesignPrinciplesSection-BZwAzzwG.js +0 -68
- package/documentation/DesignPrinciplesSection-DYwidCK8.js +0 -1
- package/documentation/DocumentationSection-BD7CQC84.js +0 -1
- package/documentation/DocumentationSection-CWJn_wOD.js +0 -66
- package/documentation/DrawerSection-Cl0RmlNx.js +0 -155
- package/documentation/DrawerSection-DHBZDxRV.js +0 -42
- package/documentation/DynamicRoutesSection-Der_Tsz0.js +0 -112
- package/documentation/DynamicRoutesSection-NQ3SszLU.js +0 -47
- package/documentation/ExamplesSection-BFn_F-uM.js +0 -54
- package/documentation/ExamplesSection-CUiKkdx2.js +0 -261
- package/documentation/FileInputSection-BNVeIt5U.js +0 -73
- package/documentation/FileInputSection-xuGI-LEy.js +0 -237
- package/documentation/FileStructureSection-BA53QV4j.js +0 -26
- package/documentation/FileStructureSection-BORCUzqw.js +0 -101
- package/documentation/FormComponentsSection-BB7qCeJ_.js +0 -1
- package/documentation/FormComponentsSection-yKE3yL-Y.js +0 -148
- package/documentation/FormMethodsSection-BjBBjdJs.js +0 -194
- package/documentation/FormMethodsSection-DUQ4_4_0.js +0 -53
- package/documentation/HamburgerSection-BjB9wmVz.js +0 -97
- package/documentation/HamburgerSection-Cu9u90NY.js +0 -19
- package/documentation/HookCategoriesSection-C4pBQyC8.js +0 -119
- package/documentation/HookCategoriesSection-RnedxUZ_.js +0 -1
- package/documentation/HookDocumentationSection-4pMJBhbt.js +0 -100
- package/documentation/HookDocumentationSection-CUmrdSCq.js +0 -467
- package/documentation/HookFeaturesSection-BbF7TeKh.js +0 -1
- package/documentation/HookFeaturesSection-luGHopK_.js +0 -70
- package/documentation/IconArchitectureSection-BAj9emvS.js +0 -145
- package/documentation/IconArchitectureSection-BOrQFHbe.js +0 -11
- package/documentation/IconSizingGuideSection-Bow9HZ_l.js +0 -1
- package/documentation/IconSizingGuideSection-DuhPNOqd.js +0 -118
- package/documentation/IconSystemAPISection-C95E0VaN.js +0 -138
- package/documentation/IconSystemAPISection-DcO3FtRL.js +0 -1
- package/documentation/IconSystemBenefitsSection-DT75ytKf.js +0 -1
- package/documentation/IconSystemBenefitsSection-zDDW4StV.js +0 -120
- package/documentation/ImageSection-CQzFYVm1.js +0 -82
- package/documentation/ImageSection-VZ3y1snc.js +0 -508
- package/documentation/ImplementationExamplesSection-COS7tuYv.js +0 -761
- package/documentation/ImplementationExamplesSection-DL4lxRDR.js +0 -429
- package/documentation/ImplementationGuidelinesSection-DNJwGuZi.js +0 -144
- package/documentation/ImplementationGuidelinesSection-nkcQfH3s.js +0 -1
- package/documentation/ImplementationStatusSection-CtqaxsyY.js +0 -1
- package/documentation/ImplementationStatusSection-lv5t0EIh.js +0 -62
- package/documentation/ImplementedFeaturesSection-Bddbm4jZ.js +0 -1
- package/documentation/ImplementedFeaturesSection-DP37ByDA.js +0 -70
- package/documentation/InfoCardSection-4npPvpiJ.js +0 -291
- package/documentation/InfoCardSection-C7W36XJN.js +0 -38
- package/documentation/InputSearcherSection-Bm_4y_eJ.js +0 -267
- package/documentation/InputSearcherSection-DnVt-6OY.js +0 -45
- package/documentation/InputSection-DDSrmZ91.js +0 -50
- package/documentation/InputSection-DSFy5BhS.js +0 -280
- package/documentation/InstallationSection-Pi9lzZwp.js +0 -22
- package/documentation/InstallationSection-t5nTJfBu.js +0 -125
- package/documentation/KeyValueRowSection-CGEK8RAk.js +0 -17
- package/documentation/KeyValueRowSection-wAQ2xSoa.js +0 -117
- package/documentation/KeyboardNavigationSection-B5JFQ5NE.js +0 -27
- package/documentation/KeyboardNavigationSection-_hqOBAEW.js +0 -130
- package/documentation/LayoutPrinciplesSection-D5lu96bu.js +0 -148
- package/documentation/LayoutPrinciplesSection-U-wTD-h4.js +0 -1
- package/documentation/LayoutTypesSection-dCUlT5Rx.js +0 -450
- package/documentation/LayoutTypesSection-qQ-9wgXe.js +0 -1
- package/documentation/LineChartSection-C-ssHn9r.js +0 -130
- package/documentation/LineChartSection-CVJV483A.js +0 -21
- package/documentation/ListContainerSection-BljbeejO.js +0 -39
- package/documentation/ListContainerSection-DialCrM_.js +0 -168
- package/documentation/ListItemSection-BDxVzPbx.js +0 -132
- package/documentation/ListItemSection-BdCtOBHx.js +0 -37
- package/documentation/LiveDemoSection-DosdGK0A.js +0 -1
- package/documentation/LiveDemoSection-NoTlYspW.js +0 -56
- package/documentation/LiveDemonstrationsSection-CbcGEM9e.js +0 -539
- package/documentation/LiveDemonstrationsSection-CwEpTYEs.js +0 -28
- package/documentation/LivePriceFeedSection-CIIrnZ4o.js +0 -143
- package/documentation/LivePriceFeedSection-V76Z5Fer.js +0 -20
- package/documentation/LoaderSection-CkUnMvCy.js +0 -96
- package/documentation/LoaderSection-DEAO4HDA.js +0 -23
- package/documentation/LogoSection-DBRfP-OY.js +0 -101
- package/documentation/LogoSection-DuwWvmb4.js +0 -265
- package/documentation/LucideIconsSection-C8zgDfWJ.js +0 -1
- package/documentation/LucideIconsSection-kEaPLh0V.js +0 -169
- package/documentation/MFESupportSection-Bv716SHU.js +0 -97
- package/documentation/MFESupportSection-Du1uqyKB.js +0 -222
- package/documentation/MacOSBackgroundsSection-BCOYwP0T.js +0 -1
- package/documentation/MacOSBackgroundsSection-CFzGRTIi.js +0 -293
- package/documentation/MacOSColorsSection-BLdQLmVU.js +0 -1
- package/documentation/MacOSColorsSection-C7Z8okVD.js +0 -305
- package/documentation/MacOSCommandPaletteSection-BTrRzuuO.js +0 -143
- package/documentation/MacOSCommandPaletteSection-DVNy_6I7.js +0 -33
- package/documentation/MacOSMaterialsSection-Df-ADZ6d.js +0 -280
- package/documentation/MacOSMaterialsSection-DsZwofSg.js +0 -1
- package/documentation/MacOSNotificationBannerSection-C58OPCNq.js +0 -169
- package/documentation/MacOSNotificationBannerSection-CUorA6r9.js +0 -25
- package/documentation/MacOSPopoverSection-BDDYuhqI.js +0 -266
- package/documentation/MacOSPopoverSection-BkgBnoyB.js +0 -33
- package/documentation/MacOSSearchBarSection-B4kt_090.js +0 -17
- package/documentation/MacOSSearchBarSection-CAqjk9yl.js +0 -108
- package/documentation/MacOSSegmentedControlSection-BmrrShpJ.js +0 -19
- package/documentation/MacOSSegmentedControlSection-D_zqGd1h.js +0 -138
- package/documentation/MacOSSidebarSection-D-64MM8U.js +0 -35
- package/documentation/MacOSSidebarSection-DUpDMHGi.js +0 -251
- package/documentation/MacOSTahoeSection-Glabuf3q.js +0 -1
- package/documentation/MacOSTahoeSection-N_tppoSk.js +0 -98
- package/documentation/MacOSTextStylesSection-BHMRNo-v.js +0 -366
- package/documentation/MacOSTextStylesSection-DlvKbXki.js +0 -1
- package/documentation/MacOSToolbarSection-COuNpmj_.js +0 -100
- package/documentation/MacOSToolbarSection-CdsL85Jb.js +0 -23
- package/documentation/MacOSWidgetSection-BNaAjj5p.js +0 -107
- package/documentation/MacOSWidgetSection-b_I1PVF7.js +0 -19
- package/documentation/MacOSWindowSection-29UkbnpD.js +0 -237
- package/documentation/MacOSWindowSection-D4C22kkM.js +0 -22
- package/documentation/MenuItemsGuideSection-Ba6VQNK9.js +0 -351
- package/documentation/MenuItemsGuideSection-CbvbuCdn.js +0 -126
- package/documentation/ModalSection-445ZMEa_.js +0 -30
- package/documentation/ModalSection-BWoZ5Pcl.js +0 -114
- package/documentation/NFTGridSection-2-m_Uk8V.js +0 -19
- package/documentation/NFTGridSection-CEinlBJu.js +0 -160
- package/documentation/NestedRoutesSection-D_qsJSnp.js +0 -39
- package/documentation/NestedRoutesSection-DrqTtZfw.js +0 -120
- package/documentation/NotificationCardSection-BajbpGsh.js +0 -29
- package/documentation/NotificationCardSection-BsEFLr03.js +0 -120
- package/documentation/OverviewSection-BFOZHsnd.js +0 -21
- package/documentation/OverviewSection-qQ_zeErg.js +0 -149
- package/documentation/PaginationSection-DBp0eqDB.js +0 -141
- package/documentation/PaginationSection-Vg1h9RV9.js +0 -19
- package/documentation/PanelActionCardSection-Czo1uDNy.js +0 -29
- package/documentation/PanelActionCardSection-Dpm0_Mfp.js +0 -104
- package/documentation/PanelCardSection-Db257Bkk.js +0 -60
- package/documentation/PanelCardSection-DvJ5QG8z.js +0 -16
- package/documentation/ParamTabSection-D3tpzPXp.js +0 -94
- package/documentation/ParamTabSection-DzcRCqZr.js +0 -581
- package/documentation/PieChartSection-DHKMnFF6.js +0 -91
- package/documentation/PieChartSection-Oe6rJh93.js +0 -19
- package/documentation/PinCodeSection-CDtuT8Kw.js +0 -235
- package/documentation/PinCodeSection-CnM3hDz5.js +0 -32
- package/documentation/PlaygroundSection-BDwyp4DF.js +0 -1
- package/documentation/PlaygroundSection-CbAGK96L.js +0 -415
- package/documentation/ProgressbarSection-BzHZ0AfK.js +0 -22
- package/documentation/ProgressbarSection-CXAiNNFG.js +0 -142
- package/documentation/PromptsSection-Be0ObKFK.js +0 -118
- package/documentation/PromptsSection-COY6XUPp.js +0 -18
- package/documentation/RadarChartSection-B8qTV7dc.js +0 -21
- package/documentation/RadarChartSection-Dsjj4EQ6.js +0 -114
- package/documentation/RadioGroupSection-D4QKj2um.js +0 -269
- package/documentation/RadioGroupSection-uEBc9tpG.js +0 -37
- package/documentation/RadioSection-3Q2d-3lM.js +0 -27
- package/documentation/RadioSection-CULyvM_s.js +0 -183
- package/documentation/ResourcesSection-BwB_aHaD.js +0 -13
- package/documentation/ResourcesSection-CTMhP33o.js +0 -119
- package/documentation/RevealContentSection-ZnhGy2aO.js +0 -21
- package/documentation/RevealContentSection-fASJbh2Y.js +0 -80
- package/documentation/RouteConfigurationSection-B3spETiJ.js +0 -42
- package/documentation/RouteConfigurationSection-goiMMamN.js +0 -88
- package/documentation/ScrollToTopSection-CtOc-TS2.js +0 -141
- package/documentation/ScrollToTopSection-IPskJwsB.js +0 -38
- package/documentation/ScrollbarSection-BpZ-yYIY.js +0 -103
- package/documentation/ScrollbarSection-DfK0WSIX.js +0 -30
- package/documentation/SearchSection-WT9_CxCF.js +0 -45
- package/documentation/SearchSection-fY2x4mhW.js +0 -268
- package/documentation/SecuritySection-DKj4sx3q.js +0 -27
- package/documentation/SecuritySection-fTtKf_Se.js +0 -164
- package/documentation/SelectSection-ChCN6Gvt.js +0 -346
- package/documentation/SelectSection-XHHIw0x1.js +0 -52
- package/documentation/SettingsPanelSection-C7_20M4F.js +0 -1
- package/documentation/SettingsPanelSection-Ks-nNrFJ.js +0 -139
- package/documentation/ShadowsSection-CJYATM7F.js +0 -1
- package/documentation/ShadowsSection-DfueUFqR.js +0 -101
- package/documentation/SidebarMenuSection-DXhSvAfX.js +0 -108
- package/documentation/SidebarMenuSection-SrSpe80k.js +0 -47
- package/documentation/SidebarSection-BaFbib_i.js +0 -70
- package/documentation/SidebarSection-DEYX9Kqh.js +0 -26
- package/documentation/SizingSection-B0SxFX0i.js +0 -1
- package/documentation/SizingSection-CFCLxAKR.js +0 -97
- package/documentation/SkeletonSection-CVq7HYVY.js +0 -202
- package/documentation/SkeletonSection-CbIR-XQ0.js +0 -53
- package/documentation/SonomaColorsSection-ByEpUCmF.js +0 -388
- package/documentation/SonomaColorsSection-Dgz5XvhV.js +0 -1
- package/documentation/SonomaLayoutContentSection-D1AFn8Hp.js +0 -67
- package/documentation/SonomaLayoutContentSection-bZkduOQx.js +0 -16
- package/documentation/SonomaLayoutSidebarSection-CJgyBUch.js +0 -96
- package/documentation/SonomaLayoutSidebarSection-Yyp4COXe.js +0 -27
- package/documentation/SonomaMaterialsSection-BBoVMvgC.js +0 -9
- package/documentation/SonomaMaterialsSection-CXb0ND7f.js +0 -334
- package/documentation/SonomaShapesSection-DwvNaMWx.js +0 -482
- package/documentation/SonomaShapesSection-IficAPxh.js +0 -10
- package/documentation/SonomaTypographySection-BYarPbGF.js +0 -389
- package/documentation/SonomaTypographySection-LjJ2_rZA.js +0 -1
- package/documentation/SpacingSystemSection-DHOiKnLP.js +0 -1
- package/documentation/SpacingSystemSection-gi1hOD6c.js +0 -79
- package/documentation/SpinnerSection-DNHEdjKZ.js +0 -78
- package/documentation/SpinnerSection-nP1nOJnU.js +0 -18
- package/documentation/StandaloneAppSection-DktAXH3T.js +0 -181
- package/documentation/StandaloneAppSection-zGt98xAO.js +0 -71
- package/documentation/StepperSection-BdPopNnz.js +0 -29
- package/documentation/StepperSection-CsJZAGkY.js +0 -166
- package/documentation/SwitchSection-BAgMBu2Q.js +0 -28
- package/documentation/SwitchSection-ByC85Kap.js +0 -223
- package/documentation/SystemOverviewSection-CAWlhqIB.js +0 -1
- package/documentation/SystemOverviewSection-ydaPDpDw.js +0 -58
- package/documentation/TabModalSection-Bu3a4ryu.js +0 -52
- package/documentation/TabModalSection-TRVdGNTT.js +0 -200
- package/documentation/TabSection-BdLxBPop.js +0 -85
- package/documentation/TabSection-CDQ62WfZ.js +0 -293
- package/documentation/TabSelectSection-Bwf53Fqf.js +0 -420
- package/documentation/TabSelectSection-qEsIlzZP.js +0 -102
- package/documentation/TahoeCommandPaletteSection-CAOQM68l.js +0 -21
- package/documentation/TahoeCommandPaletteSection-DLEKbcYr.js +0 -217
- package/documentation/TahoeDialogSection-JnVEuZ_D.js +0 -22
- package/documentation/TahoeDialogSection-hRAC-9FQ.js +0 -228
- package/documentation/TahoeDockSection-DN01lgZU.js +0 -29
- package/documentation/TahoeDockSection-DeSCH1-K.js +0 -228
- package/documentation/TahoeLayoutContentSection-B7FMGrb_.js +0 -68
- package/documentation/TahoeLayoutContentSection-DR8ZGq2-.js +0 -17
- package/documentation/TahoeLayoutSidebarSection-BB1sn0vA.js +0 -114
- package/documentation/TahoeLayoutSidebarSection-YtwQSoHS.js +0 -36
- package/documentation/TahoeNotificationBannerSection-B5wxMzg7.js +0 -22
- package/documentation/TahoeNotificationBannerSection-Cfz6pCML.js +0 -144
- package/documentation/TahoePopoverSection-FNNHRW8y.js +0 -220
- package/documentation/TahoePopoverSection-Sws9YM-u.js +0 -24
- package/documentation/TahoeProgressBarSection-CDG0UwBs.js +0 -124
- package/documentation/TahoeProgressBarSection-rnsLopEr.js +0 -16
- package/documentation/TahoeSearchBarSection-BjALRSiL.js +0 -10
- package/documentation/TahoeSearchBarSection-ClkkTHcY.js +0 -117
- package/documentation/TahoeSegmentedControlSection-Cm6Ds1no.js +0 -178
- package/documentation/TahoeSegmentedControlSection-DJxWMV52.js +0 -12
- package/documentation/TahoeToolbarSection-BNGPeBHt.js +0 -17
- package/documentation/TahoeToolbarSection-g85Im8FS.js +0 -81
- package/documentation/TahoeWidgetSection-DD7Apywi.js +0 -121
- package/documentation/TahoeWidgetSection-DVnHBOjI.js +0 -13
- package/documentation/TahoeWindowSection-B42c7BLl.js +0 -24
- package/documentation/TahoeWindowSection-CuHmRGj3.js +0 -289
- package/documentation/TailwindConfigSection-BY9HXUhA.js +0 -23
- package/documentation/TailwindConfigSection-DvZuNkc7.js +0 -128
- package/documentation/TestingSection-BVxXJMgj.js +0 -150
- package/documentation/TestingSection-DOh318Tm.js +0 -36
- package/documentation/TextareaSection-3_t7ai9G.js +0 -34
- package/documentation/TextareaSection-Dzu49LSf.js +0 -258
- package/documentation/ThemeArchitectureSection-Bw24JBsA.js +0 -143
- package/documentation/ThemeArchitectureSection-CDldshGL.js +0 -27
- package/documentation/ThemeConfigurationSection-4TdHDxO0.js +0 -1
- package/documentation/ThemeConfigurationSection-COAiRQZF.js +0 -139
- package/documentation/ThemeHooksSection-Cd6DadGN.js +0 -1
- package/documentation/ThemeHooksSection-dOrSRbrn.js +0 -173
- package/documentation/ThemeProviderIntegrationSection-8ztYnv_H.js +0 -73
- package/documentation/ThemeProviderIntegrationSection-BTj95Kt0.js +0 -122
- package/documentation/ThemeProviderRequiredSection-hcvSPDrZ.js +0 -1
- package/documentation/ThemeProviderRequiredSection-kWXCDNKy.js +0 -114
- package/documentation/ThemeProviderSection-C9ZV8aUv.js +0 -1
- package/documentation/ThemeProviderSection-EtkntPnC.js +0 -143
- package/documentation/ToastSection-C2_Av055.js +0 -38
- package/documentation/ToastSection-NoDnkMGu.js +0 -168
- package/documentation/ToggleBarSection-BdjFoJjH.js +0 -186
- package/documentation/ToggleBarSection-CSPKIKSE.js +0 -45
- package/documentation/ToolsSection-C-esUuLz.js +0 -221
- package/documentation/ToolsSection-DWfaPzVU.js +0 -58
- package/documentation/TooltipSection-FyDJKnf1.js +0 -64
- package/documentation/TooltipSection-jjPa6g0x.js +0 -185
- package/documentation/TopupButtonSection-BXI8TeYG.js +0 -25
- package/documentation/TopupButtonSection-BynGsCmq.js +0 -98
- package/documentation/TransactionInfoSection-DdhvAYC-.js +0 -86
- package/documentation/TransactionInfoSection-XCLFoGEj.js +0 -16
- package/documentation/TucuUiLogoSection--s8pA7EB.js +0 -26
- package/documentation/TucuUiLogoSection-BC4AT0Nk.js +0 -85
- package/documentation/TypographySection--Tmn50-J.js +0 -276
- package/documentation/TypographySection-BiGmlBcz.js +0 -33
- package/documentation/TypographySection-CNrhDmGi.js +0 -1
- package/documentation/TypographySection-Dus4EyTE.js +0 -142
- package/documentation/UsageExamplesSection-DcTyTiz0.js +0 -150
- package/documentation/UsageExamplesSection-tPQlBUXB.js +0 -84
- package/documentation/UsingThemeSystemSection-Bn76akZW.js +0 -164
- package/documentation/UsingThemeSystemSection-CK0SJMLl.js +0 -106
- package/documentation/ValidationSystemSection-Bl-anwHL.js +0 -222
- package/documentation/ValidationSystemSection-w5wRflZH.js +0 -53
- package/documentation/WCAGPrinciplesSection-B_iYHZne.js +0 -1
- package/documentation/WCAGPrinciplesSection-By2amHOf.js +0 -126
- package/hooks/index.d.ts +0 -14
- package/hooks/use-anchor-scroll.d.ts +0 -1
- package/hooks/use-breakpoint.d.ts +0 -1
- package/hooks/use-click-away.d.ts +0 -1
- package/hooks/use-copy-to-clipboard.d.ts +0 -1
- package/hooks/use-element-size.d.ts +0 -9
- package/hooks/use-event-listener.d.ts +0 -7
- package/hooks/use-grid-switcher.d.ts +0 -6
- package/hooks/use-is-mobile.d.ts +0 -4
- package/hooks/use-is-mounted.d.ts +0 -1
- package/hooks/use-lock-body-scroll.d.ts +0 -1
- package/hooks/use-measure.d.ts +0 -1
- package/hooks/use-scrollable-slider.d.ts +0 -7
- package/hooks/use-toast-store.d.ts +0 -17
- package/hooks/use-window-scroll.d.ts +0 -11
- package/index-DWDUS-PU.js +0 -1342
- package/index-DoxeCFUJ.js +0 -88761
- package/libs/framer-motion/fade-in-bottom.d.ts +0 -18
- package/libs/index.d.ts +0 -3
- package/libs/local-storage/index.d.ts +0 -7
- package/libs/range-map.d.ts +0 -1
- package/lucide-react/index.d.ts +0 -1
- package/react-router-dom/index.d.ts +0 -1
- package/swiper-react/index.d.ts +0 -2
- package/tether-DaYvmdAU.js +0 -5
- package/tether-EofDinu3.js +0 -1
- package/themes/auth/components/auth-provider.d.ts +0 -7
- package/themes/auth/components/index.d.ts +0 -1
- package/themes/auth/index.d.ts +0 -1
- package/themes/components/index.d.ts +0 -3
- package/themes/components/settings/background-picker.d.ts +0 -2
- package/themes/components/settings/color-dot.d.ts +0 -5
- package/themes/components/settings/color-swatch-modal.d.ts +0 -7
- package/themes/components/settings/default-color-settings.d.ts +0 -2
- package/themes/components/settings/direction-switcher.d.ts +0 -2
- package/themes/components/settings/index.d.ts +0 -19
- package/themes/components/settings/lang-selector.d.ts +0 -6
- package/themes/components/settings/layout-switcher.d.ts +0 -4
- package/themes/components/settings/restore-defaults.d.ts +0 -2
- package/themes/components/settings/settings-button.d.ts +0 -2
- package/themes/components/settings/settings-drawer.d.ts +0 -2
- package/themes/components/settings/settings-section-heading.d.ts +0 -4
- package/themes/components/settings/settings-types.d.ts +0 -19
- package/themes/components/settings/sonoma-accent-picker.d.ts +0 -2
- package/themes/components/settings/switch-mode.d.ts +0 -6
- package/themes/components/settings/switch-variant.d.ts +0 -5
- package/themes/components/settings/switcher-button.d.ts +0 -7
- package/themes/components/settings/tahoe-accent-picker.d.ts +0 -2
- package/themes/components/settings/theme-icons.d.ts +0 -6
- package/themes/components/settings/theme-switcher.d.ts +0 -2
- package/themes/components/settings/theme-variant-switcher.d.ts +0 -2
- package/themes/components/theme-background.d.ts +0 -33
- package/themes/components/theme-provider/index.d.ts +0 -50
- package/themes/components/theme-provider/mfe-app-theme-provider.d.ts +0 -11
- package/themes/components/theme-provider/standalone-app-theme-provider.d.ts +0 -12
- package/themes/components/theme-provider/theme-wrapper.d.ts +0 -63
- package/themes/config/index.d.ts +0 -395
- package/themes/hooks/index.d.ts +0 -3
- package/themes/hooks/use-direction.d.ts +0 -1
- package/themes/hooks/use-theme-color.d.ts +0 -29
- package/themes/hooks/use-theme.d.ts +0 -118
- package/themes/index.d.ts +0 -7
- package/themes/pages/access-denied.d.ts +0 -6
- package/themes/pages/default-error.d.ts +0 -5
- package/themes/pages/disabled-page.d.ts +0 -5
- package/themes/pages/fallback-page.d.ts +0 -8
- package/themes/pages/forbidden.d.ts +0 -5
- package/themes/pages/index.d.ts +0 -10
- package/themes/pages/no-routes.d.ts +0 -5
- package/themes/pages/not-found.d.ts +0 -5
- package/themes/pages/server-error.d.ts +0 -5
- package/themes/pages/unknown.d.ts +0 -5
- package/themes/pages/user-blocked.d.ts +0 -5
- package/themes/router/components/index.d.ts +0 -2
- package/themes/router/components/mfe-app-routes-provider.d.ts +0 -16
- package/themes/router/components/standalone-app-routes-provider.d.ts +0 -22
- package/themes/router/hooks/index.d.ts +0 -1
- package/themes/router/hooks/use-public-error-routes-config.d.ts +0 -6
- package/themes/router/index.d.ts +0 -2
- package/themes/types/index.d.ts +0 -15
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { jsxs as r, Fragment as n, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { H as i, C as e, a as o, T as t, A as s, c as d } from "../index-DoxeCFUJ.js";
|
|
3
|
-
import { LayoutGrid as l } from "lucide-react";
|
|
4
|
-
import "react-router-dom";
|
|
5
|
-
import "react";
|
|
6
|
-
import "react-dom";
|
|
7
|
-
const y = () => /* @__PURE__ */ r(n, { children: [
|
|
8
|
-
/* @__PURE__ */ a(
|
|
9
|
-
i,
|
|
10
|
-
{
|
|
11
|
-
title: "CardContainer",
|
|
12
|
-
description: `A container component that provides consistent styling and layout for
|
|
13
|
-
card-based content.`,
|
|
14
|
-
icon: /* @__PURE__ */ a("div", { className: "w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-purple-500 to-violet-500 rounded-full flex items-center justify-center shadow-lg", children: /* @__PURE__ */ a(l, { className: "w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg" }) })
|
|
15
|
-
}
|
|
16
|
-
),
|
|
17
|
-
/* @__PURE__ */ a(e, { className: "overflow-hidden", children: /* @__PURE__ */ a(o, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ a("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ r("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
|
|
18
|
-
/* @__PURE__ */ r(e, { className: "p-4", children: [
|
|
19
|
-
/* @__PURE__ */ a(t, { tag: "h5", className: "mb-3", children: "Basic Card" }),
|
|
20
|
-
/* @__PURE__ */ a(e, { children: /* @__PURE__ */ a(t, { tag: "p", children: "Card content goes here" }) })
|
|
21
|
-
] }),
|
|
22
|
-
/* @__PURE__ */ r(e, { className: "p-4", children: [
|
|
23
|
-
/* @__PURE__ */ a(t, { tag: "h5", className: "mb-3", children: "With Custom Content" }),
|
|
24
|
-
/* @__PURE__ */ r(e, { children: [
|
|
25
|
-
/* @__PURE__ */ a(t, { tag: "h3", className: "font-bold mb-2", children: "Card Title" }),
|
|
26
|
-
/* @__PURE__ */ a(t, { tag: "p", children: "This is a card with custom content including a title and description." })
|
|
27
|
-
] })
|
|
28
|
-
] })
|
|
29
|
-
] }) }) }) }),
|
|
30
|
-
/* @__PURE__ */ a(s, { componentName: "CardContainer" }),
|
|
31
|
-
/* @__PURE__ */ a(e, { className: "overflow-hidden", children: /* @__PURE__ */ a(o, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ a("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ a(
|
|
32
|
-
d,
|
|
33
|
-
{
|
|
34
|
-
language: "tsx",
|
|
35
|
-
code: `import { CardContainer, Typography } from '@e-burgos/tucu-ui';
|
|
36
|
-
|
|
37
|
-
// Basic usage
|
|
38
|
-
<CardContainer>
|
|
39
|
-
<Typography tag="p">Card content goes here</Typography>
|
|
40
|
-
</CardContainer>
|
|
41
|
-
|
|
42
|
-
// With custom content
|
|
43
|
-
<CardContainer>
|
|
44
|
-
<Typography tag="h3" className="font-bold mb-2">
|
|
45
|
-
Card Title
|
|
46
|
-
</Typography>
|
|
47
|
-
<Typography tag="p">
|
|
48
|
-
Card description and content
|
|
49
|
-
</Typography>
|
|
50
|
-
</CardContainer>
|
|
51
|
-
|
|
52
|
-
// With custom className
|
|
53
|
-
<CardContainer className="bg-blue-50">
|
|
54
|
-
<Typography tag="p">Custom styled card</Typography>
|
|
55
|
-
</CardContainer>`
|
|
56
|
-
}
|
|
57
|
-
) }) }) })
|
|
58
|
-
] });
|
|
59
|
-
export {
|
|
60
|
-
y as default
|
|
61
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("../index-DWDUS-PU.js"),r=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const t=()=>e.jsxs(e.Fragment,{children:[e.jsx(a.HeroCard,{title:"CardContainer",description:`A container component that provides consistent styling and layout for
|
|
2
|
-
card-based content.`,icon:e.jsx("div",{className:"w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-purple-500 to-violet-500 rounded-full flex items-center justify-center shadow-lg",children:e.jsx(r.LayoutGrid,{className:"w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg"})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Basic Card"}),e.jsx(a.CardContainer,{children:e.jsx(a.Typography,{tag:"p",children:"Card content goes here"})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Custom Content"}),e.jsxs(a.CardContainer,{children:[e.jsx(a.Typography,{tag:"h3",className:"font-bold mb-2",children:"Card Title"}),e.jsx(a.Typography,{tag:"p",children:"This is a card with custom content including a title and description."})]})]})]})})})}),e.jsx(a.AutoPropsTable,{componentName:"CardContainer"}),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 { CardContainer, Typography } from '@e-burgos/tucu-ui';
|
|
3
|
-
|
|
4
|
-
// Basic usage
|
|
5
|
-
<CardContainer>
|
|
6
|
-
<Typography tag="p">Card content goes here</Typography>
|
|
7
|
-
</CardContainer>
|
|
8
|
-
|
|
9
|
-
// With custom content
|
|
10
|
-
<CardContainer>
|
|
11
|
-
<Typography tag="h3" className="font-bold mb-2">
|
|
12
|
-
Card Title
|
|
13
|
-
</Typography>
|
|
14
|
-
<Typography tag="p">
|
|
15
|
-
Card description and content
|
|
16
|
-
</Typography>
|
|
17
|
-
</CardContainer>
|
|
18
|
-
|
|
19
|
-
// With custom className
|
|
20
|
-
<CardContainer className="bg-blue-50">
|
|
21
|
-
<Typography tag="p">Custom styled card</Typography>
|
|
22
|
-
</CardContainer>`})})})})]});exports.default=t;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../index-DWDUS-PU.js"),a=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const i=()=>e.jsxs(e.Fragment,{children:[e.jsx(t.HeroCard,{title:"Card",description:`A flexible card component with optional header, icon, footer, actions,
|
|
2
|
-
and clickable behavior.`,icon:e.jsx("div",{className:"w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-violet-500 to-purple-600 rounded-full flex items-center justify-center shadow-lg",children:e.jsx(a.CreditCard,{className:"w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg"})})}),e.jsx(t.CardContainer,{className:"overflow-hidden",children:e.jsx(t.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.jsx(t.Card,{title:"Basic Card",description:"A simple card with title and description",icon:e.jsx(a.Users,{className:"h-5 w-5"}),children:e.jsx(t.Typography,{tag:"p",className:"text-sm text-gray-600 dark:text-gray-400",children:"This is the card body content. You can place any content here."})}),e.jsx(t.Card,{title:"With Actions",description:"Card with action buttons in the header",icon:e.jsx(a.Settings,{className:"h-5 w-5"}),actions:e.jsx(t.Badge,{color:"success",size:"small",children:"Active"}),children:e.jsx(t.Typography,{tag:"p",className:"text-sm text-gray-600 dark:text-gray-400",children:"The actions slot renders elements on the right side of the header."})}),e.jsx(t.Card,{title:"With Footer",description:"Card with a footer section",icon:e.jsx(a.Bell,{className:"h-5 w-5"}),footer:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx(t.Typography,{tag:"span",className:"text-xs text-gray-500",children:"Last updated 2 hours ago"}),e.jsx(t.Button,{variant:"ghost",size:"mini",children:"View Details"})]}),children:e.jsx(t.Typography,{tag:"p",className:"text-sm text-gray-600 dark:text-gray-400",children:"Footer content appears at the bottom with a top border separator."})}),e.jsx(t.Card,{title:"Clickable Card",description:"Click anywhere on this card",onClick:()=>alert("Card clicked!"),children:e.jsx(t.Typography,{tag:"p",className:"text-sm text-gray-600 dark:text-gray-400",children:"Clickable cards show a hover effect on the border."})})]})})})}),e.jsx(t.PropPlayground,{componentName:"Card",title:"Card Playground",defaultValues:{title:"Card Title",description:"This is a card description with relevant content."},excludeProps:["onClick","icon","header","footer","actions","className"],children:r=>e.jsx(t.Card,{...r})}),e.jsx(t.AutoPropsTable,{componentName:"Card"}),e.jsx(t.CardContainer,{className:"overflow-hidden",children:e.jsx(t.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(t.CodeBlock,{language:"tsx",code:`import { Card, Badge, Button } from '@e-burgos/tucu-ui';
|
|
3
|
-
import { Users } from 'lucide-react';
|
|
4
|
-
|
|
5
|
-
// Basic
|
|
6
|
-
<Card
|
|
7
|
-
title="Team Members"
|
|
8
|
-
description="Manage your team"
|
|
9
|
-
icon={<Users className="h-5 w-5" />}
|
|
10
|
-
>
|
|
11
|
-
<p>Card body content</p>
|
|
12
|
-
</Card>
|
|
13
|
-
|
|
14
|
-
// With actions and footer
|
|
15
|
-
<Card
|
|
16
|
-
title="Notifications"
|
|
17
|
-
actions={<Badge color="info">3 new</Badge>}
|
|
18
|
-
footer={<Button variant="ghost" size="mini">View All</Button>}
|
|
19
|
-
>
|
|
20
|
-
<p>You have 3 unread notifications</p>
|
|
21
|
-
</Card>
|
|
22
|
-
|
|
23
|
-
// Clickable
|
|
24
|
-
<Card title="Dashboard" onClick={() => navigate('/dashboard')}>
|
|
25
|
-
<p>Click to navigate</p>
|
|
26
|
-
</Card>`})})})})]});exports.default=i;
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import { jsxs as i, Fragment as d, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { H as c, C as r, a as o, J as t, T as a, K as l, x as n, P as h, A as m, c as p } from "../index-DoxeCFUJ.js";
|
|
3
|
-
import { CreditCard as g, Users as C, Settings as u, Bell as f } from "lucide-react";
|
|
4
|
-
import "react-router-dom";
|
|
5
|
-
import "react";
|
|
6
|
-
import "react-dom";
|
|
7
|
-
const k = () => /* @__PURE__ */ i(d, { children: [
|
|
8
|
-
/* @__PURE__ */ e(
|
|
9
|
-
c,
|
|
10
|
-
{
|
|
11
|
-
title: "Card",
|
|
12
|
-
description: `A flexible card component with optional header, icon, footer, actions,
|
|
13
|
-
and clickable behavior.`,
|
|
14
|
-
icon: /* @__PURE__ */ e("div", { className: "w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-violet-500 to-purple-600 rounded-full flex items-center justify-center shadow-lg", children: /* @__PURE__ */ e(g, { className: "w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg" }) })
|
|
15
|
-
}
|
|
16
|
-
),
|
|
17
|
-
/* @__PURE__ */ e(r, { 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__ */ i("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
|
|
18
|
-
/* @__PURE__ */ e(
|
|
19
|
-
t,
|
|
20
|
-
{
|
|
21
|
-
title: "Basic Card",
|
|
22
|
-
description: "A simple card with title and description",
|
|
23
|
-
icon: /* @__PURE__ */ e(C, { className: "h-5 w-5" }),
|
|
24
|
-
children: /* @__PURE__ */ e(
|
|
25
|
-
a,
|
|
26
|
-
{
|
|
27
|
-
tag: "p",
|
|
28
|
-
className: "text-sm text-gray-600 dark:text-gray-400",
|
|
29
|
-
children: "This is the card body content. You can place any content here."
|
|
30
|
-
}
|
|
31
|
-
)
|
|
32
|
-
}
|
|
33
|
-
),
|
|
34
|
-
/* @__PURE__ */ e(
|
|
35
|
-
t,
|
|
36
|
-
{
|
|
37
|
-
title: "With Actions",
|
|
38
|
-
description: "Card with action buttons in the header",
|
|
39
|
-
icon: /* @__PURE__ */ e(u, { className: "h-5 w-5" }),
|
|
40
|
-
actions: /* @__PURE__ */ e(l, { color: "success", size: "small", children: "Active" }),
|
|
41
|
-
children: /* @__PURE__ */ e(
|
|
42
|
-
a,
|
|
43
|
-
{
|
|
44
|
-
tag: "p",
|
|
45
|
-
className: "text-sm text-gray-600 dark:text-gray-400",
|
|
46
|
-
children: "The actions slot renders elements on the right side of the header."
|
|
47
|
-
}
|
|
48
|
-
)
|
|
49
|
-
}
|
|
50
|
-
),
|
|
51
|
-
/* @__PURE__ */ e(
|
|
52
|
-
t,
|
|
53
|
-
{
|
|
54
|
-
title: "With Footer",
|
|
55
|
-
description: "Card with a footer section",
|
|
56
|
-
icon: /* @__PURE__ */ e(f, { className: "h-5 w-5" }),
|
|
57
|
-
footer: /* @__PURE__ */ i("div", { className: "flex items-center justify-between", children: [
|
|
58
|
-
/* @__PURE__ */ e(a, { tag: "span", className: "text-xs text-gray-500", children: "Last updated 2 hours ago" }),
|
|
59
|
-
/* @__PURE__ */ e(n, { variant: "ghost", size: "mini", children: "View Details" })
|
|
60
|
-
] }),
|
|
61
|
-
children: /* @__PURE__ */ e(
|
|
62
|
-
a,
|
|
63
|
-
{
|
|
64
|
-
tag: "p",
|
|
65
|
-
className: "text-sm text-gray-600 dark:text-gray-400",
|
|
66
|
-
children: "Footer content appears at the bottom with a top border separator."
|
|
67
|
-
}
|
|
68
|
-
)
|
|
69
|
-
}
|
|
70
|
-
),
|
|
71
|
-
/* @__PURE__ */ e(
|
|
72
|
-
t,
|
|
73
|
-
{
|
|
74
|
-
title: "Clickable Card",
|
|
75
|
-
description: "Click anywhere on this card",
|
|
76
|
-
onClick: () => alert("Card clicked!"),
|
|
77
|
-
children: /* @__PURE__ */ e(
|
|
78
|
-
a,
|
|
79
|
-
{
|
|
80
|
-
tag: "p",
|
|
81
|
-
className: "text-sm text-gray-600 dark:text-gray-400",
|
|
82
|
-
children: "Clickable cards show a hover effect on the border."
|
|
83
|
-
}
|
|
84
|
-
)
|
|
85
|
-
}
|
|
86
|
-
)
|
|
87
|
-
] }) }) }) }),
|
|
88
|
-
/* @__PURE__ */ e(
|
|
89
|
-
h,
|
|
90
|
-
{
|
|
91
|
-
componentName: "Card",
|
|
92
|
-
title: "Card Playground",
|
|
93
|
-
defaultValues: {
|
|
94
|
-
title: "Card Title",
|
|
95
|
-
description: "This is a card description with relevant content."
|
|
96
|
-
},
|
|
97
|
-
excludeProps: ["onClick", "icon", "header", "footer", "actions", "className"],
|
|
98
|
-
children: (s) => /* @__PURE__ */ e(t, { ...s })
|
|
99
|
-
}
|
|
100
|
-
),
|
|
101
|
-
/* @__PURE__ */ e(m, { componentName: "Card" }),
|
|
102
|
-
/* @__PURE__ */ e(r, { 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(
|
|
103
|
-
p,
|
|
104
|
-
{
|
|
105
|
-
language: "tsx",
|
|
106
|
-
code: `import { Card, Badge, Button } from '@e-burgos/tucu-ui';
|
|
107
|
-
import { Users } from 'lucide-react';
|
|
108
|
-
|
|
109
|
-
// Basic
|
|
110
|
-
<Card
|
|
111
|
-
title="Team Members"
|
|
112
|
-
description="Manage your team"
|
|
113
|
-
icon={<Users className="h-5 w-5" />}
|
|
114
|
-
>
|
|
115
|
-
<p>Card body content</p>
|
|
116
|
-
</Card>
|
|
117
|
-
|
|
118
|
-
// With actions and footer
|
|
119
|
-
<Card
|
|
120
|
-
title="Notifications"
|
|
121
|
-
actions={<Badge color="info">3 new</Badge>}
|
|
122
|
-
footer={<Button variant="ghost" size="mini">View All</Button>}
|
|
123
|
-
>
|
|
124
|
-
<p>You have 3 unread notifications</p>
|
|
125
|
-
</Card>
|
|
126
|
-
|
|
127
|
-
// Clickable
|
|
128
|
-
<Card title="Dashboard" onClick={() => navigate('/dashboard')}>
|
|
129
|
-
<p>Click to navigate</p>
|
|
130
|
-
</Card>`
|
|
131
|
-
}
|
|
132
|
-
) }) }) })
|
|
133
|
-
] });
|
|
134
|
-
export {
|
|
135
|
-
k as default
|
|
136
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../index-DWDUS-PU.js"),t=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const i=()=>e.jsxs(e.Fragment,{children:[e.jsx(r.HeroCard,{title:"CardTitle",description:`A card component with an integrated title that appears above the card
|
|
2
|
-
border.`,icon:e.jsx("div",{className:"w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-purple-600 to-violet-500 rounded-full flex items-center justify-center shadow-lg",children:e.jsx(t.Heading,{className:"w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg"})})}),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:"With Title"}),e.jsx(r.CardTitle,{title:"Card Title",children:e.jsx(r.Typography,{tag:"p",children:"Card content goes here"})})]}),e.jsxs(r.CardContainer,{className:"p-4",children:[e.jsx(r.Typography,{tag:"h5",className:"mb-3",children:"Without Border"}),e.jsx(r.CardTitle,{title:"No Border",border:!1,children:e.jsx(r.Typography,{tag:"p",children:"Card without border"})})]}),e.jsxs(r.CardContainer,{className:"p-4",children:[e.jsx(r.Typography,{tag:"h5",className:"mb-3",children:"With Rich Content"}),e.jsx(r.CardTitle,{title:"Rich Content",children:e.jsxs("div",{className:"space-y-2",children:[e.jsx(r.Typography,{tag:"p",children:"First paragraph"}),e.jsx(r.Typography,{tag:"p",children:"Second paragraph"})]})})]})]})})})}),e.jsx(r.PropPlayground,{componentName:"CardTitle",defaultValues:{title:"Card Title",border:!0},excludeProps:[],children:a=>e.jsx(r.CardTitle,{...a,children:e.jsx("div",{className:"p-4",children:"Card Content"})})}),e.jsx(r.AutoPropsTable,{componentName:"CardTitle"}),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 { CardTitle, Typography } from '@e-burgos/tucu-ui';
|
|
3
|
-
|
|
4
|
-
// With title
|
|
5
|
-
<CardTitle title="Card Title">
|
|
6
|
-
<Typography tag="p">Card content goes here</Typography>
|
|
7
|
-
</CardTitle>
|
|
8
|
-
|
|
9
|
-
// Without border
|
|
10
|
-
<CardTitle title="No Border" border={false}>
|
|
11
|
-
<Typography tag="p">Card without border</Typography>
|
|
12
|
-
</CardTitle>
|
|
13
|
-
|
|
14
|
-
// With rich content
|
|
15
|
-
<CardTitle title="Rich Content">
|
|
16
|
-
<div className="space-y-2">
|
|
17
|
-
<Typography tag="p">First paragraph</Typography>
|
|
18
|
-
<Typography tag="p">Second paragraph</Typography>
|
|
19
|
-
</div>
|
|
20
|
-
</CardTitle>`})})})})]});exports.default=i;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { jsxs as a, Fragment as d, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { H as o, C as i, a as t, T as r, P as s, A as c, c as h } from "../index-DoxeCFUJ.js";
|
|
3
|
-
import { Heading as p } from "lucide-react";
|
|
4
|
-
import "react-router-dom";
|
|
5
|
-
import "react";
|
|
6
|
-
import "react-dom";
|
|
7
|
-
const u = () => /* @__PURE__ */ a(d, { children: [
|
|
8
|
-
/* @__PURE__ */ e(
|
|
9
|
-
o,
|
|
10
|
-
{
|
|
11
|
-
title: "CardTitle",
|
|
12
|
-
description: `A card component with an integrated title that appears above the card
|
|
13
|
-
border.`,
|
|
14
|
-
icon: /* @__PURE__ */ e("div", { className: "w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-purple-600 to-violet-500 rounded-full flex items-center justify-center shadow-lg", children: /* @__PURE__ */ e(p, { className: "w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg" }) })
|
|
15
|
-
}
|
|
16
|
-
),
|
|
17
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(t, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ a("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
|
|
18
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
19
|
-
/* @__PURE__ */ e(r, { tag: "h5", className: "mb-3", children: "With Title" }),
|
|
20
|
-
/* @__PURE__ */ e(t, { title: "Card Title", children: /* @__PURE__ */ e(r, { tag: "p", children: "Card content goes here" }) })
|
|
21
|
-
] }),
|
|
22
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
23
|
-
/* @__PURE__ */ e(r, { tag: "h5", className: "mb-3", children: "Without Border" }),
|
|
24
|
-
/* @__PURE__ */ e(t, { title: "No Border", border: !1, children: /* @__PURE__ */ e(r, { tag: "p", children: "Card without border" }) })
|
|
25
|
-
] }),
|
|
26
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
27
|
-
/* @__PURE__ */ e(r, { tag: "h5", className: "mb-3", children: "With Rich Content" }),
|
|
28
|
-
/* @__PURE__ */ e(t, { title: "Rich Content", children: /* @__PURE__ */ a("div", { className: "space-y-2", children: [
|
|
29
|
-
/* @__PURE__ */ e(r, { tag: "p", children: "First paragraph" }),
|
|
30
|
-
/* @__PURE__ */ e(r, { tag: "p", children: "Second paragraph" })
|
|
31
|
-
] }) })
|
|
32
|
-
] })
|
|
33
|
-
] }) }) }) }),
|
|
34
|
-
/* @__PURE__ */ e(
|
|
35
|
-
s,
|
|
36
|
-
{
|
|
37
|
-
componentName: "CardTitle",
|
|
38
|
-
defaultValues: { title: "Card Title", border: !0 },
|
|
39
|
-
excludeProps: [],
|
|
40
|
-
children: (l) => /* @__PURE__ */ e(t, { ...l, children: /* @__PURE__ */ e("div", { className: "p-4", children: "Card Content" }) })
|
|
41
|
-
}
|
|
42
|
-
),
|
|
43
|
-
/* @__PURE__ */ e(c, { componentName: "CardTitle" }),
|
|
44
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(t, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
45
|
-
h,
|
|
46
|
-
{
|
|
47
|
-
language: "tsx",
|
|
48
|
-
code: `import { CardTitle, Typography } from '@e-burgos/tucu-ui';
|
|
49
|
-
|
|
50
|
-
// With title
|
|
51
|
-
<CardTitle title="Card Title">
|
|
52
|
-
<Typography tag="p">Card content goes here</Typography>
|
|
53
|
-
</CardTitle>
|
|
54
|
-
|
|
55
|
-
// Without border
|
|
56
|
-
<CardTitle title="No Border" border={false}>
|
|
57
|
-
<Typography tag="p">Card without border</Typography>
|
|
58
|
-
</CardTitle>
|
|
59
|
-
|
|
60
|
-
// With rich content
|
|
61
|
-
<CardTitle title="Rich Content">
|
|
62
|
-
<div className="space-y-2">
|
|
63
|
-
<Typography tag="p">First paragraph</Typography>
|
|
64
|
-
<Typography tag="p">Second paragraph</Typography>
|
|
65
|
-
</div>
|
|
66
|
-
</CardTitle>`
|
|
67
|
-
}
|
|
68
|
-
) }) }) })
|
|
69
|
-
] });
|
|
70
|
-
export {
|
|
71
|
-
u as default
|
|
72
|
-
};
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
import { jsxs as a, Fragment as d, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { H as n, C as i, a as l, T as t, V as s, P as o, A as m, c as h } from "../index-DoxeCFUJ.js";
|
|
3
|
-
import { Layers as p, Zap as u, Palette as C, Users as w, Smartphone as g, Shield as N, BookOpen as f } from "lucide-react";
|
|
4
|
-
import "react-router-dom";
|
|
5
|
-
import "react";
|
|
6
|
-
import "react-dom";
|
|
7
|
-
const x = () => {
|
|
8
|
-
const r = [
|
|
9
|
-
{
|
|
10
|
-
title: "Performance",
|
|
11
|
-
description: "Blazing fast performance with optimized rendering and minimal bundle size",
|
|
12
|
-
icon: /* @__PURE__ */ e(u, { className: "w-8 h-8" })
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
title: "Customizable",
|
|
16
|
-
description: "Highly customizable with extensive theming options and variants",
|
|
17
|
-
icon: /* @__PURE__ */ e(C, { className: "w-8 h-8" })
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
title: "Accessible",
|
|
21
|
-
description: "Built with accessibility in mind, WCAG 2.1 compliant",
|
|
22
|
-
icon: /* @__PURE__ */ e(w, { className: "w-8 h-8" })
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
title: "Responsive",
|
|
26
|
-
description: "Mobile-first design that works seamlessly across all devices",
|
|
27
|
-
icon: /* @__PURE__ */ e(g, { className: "w-8 h-8" })
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
title: "Type Safe",
|
|
31
|
-
description: "Full TypeScript support with comprehensive type definitions",
|
|
32
|
-
icon: /* @__PURE__ */ e(N, { className: "w-8 h-8" })
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
title: "Documentation",
|
|
36
|
-
description: "Extensive documentation with examples and best practices",
|
|
37
|
-
icon: /* @__PURE__ */ e(f, { className: "w-8 h-8" })
|
|
38
|
-
}
|
|
39
|
-
];
|
|
40
|
-
return /* @__PURE__ */ a(d, { children: [
|
|
41
|
-
/* @__PURE__ */ e(
|
|
42
|
-
n,
|
|
43
|
-
{
|
|
44
|
-
title: "CarouselCards",
|
|
45
|
-
description: `A carousel component specifically designed for displaying cards with
|
|
46
|
-
customizable sizes and variants.`,
|
|
47
|
-
icon: /* @__PURE__ */ e("div", { className: "w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-rose-500 to-pink-500 rounded-full flex items-center justify-center shadow-lg", children: /* @__PURE__ */ e(p, { className: "w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg" }) })
|
|
48
|
-
}
|
|
49
|
-
),
|
|
50
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(l, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ a("div", { className: "space-y-4", children: [
|
|
51
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
52
|
-
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Basic Carousel Cards" }),
|
|
53
|
-
/* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(s, { cardClassName: "min-h-[250px]", cards: r }) })
|
|
54
|
-
] }),
|
|
55
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
56
|
-
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "With Navigation and Pagination" }),
|
|
57
|
-
/* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(s, { cards: r, showNavigation: !0, showPagination: !0 }) })
|
|
58
|
-
] }),
|
|
59
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
60
|
-
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Elevated Variant - Medium Size" }),
|
|
61
|
-
/* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(
|
|
62
|
-
s,
|
|
63
|
-
{
|
|
64
|
-
cards: r,
|
|
65
|
-
variant: "elevated",
|
|
66
|
-
cardSize: "md",
|
|
67
|
-
showNavigation: !0
|
|
68
|
-
}
|
|
69
|
-
) })
|
|
70
|
-
] }),
|
|
71
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
72
|
-
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Outlined Variant - Large Size" }),
|
|
73
|
-
/* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(
|
|
74
|
-
s,
|
|
75
|
-
{
|
|
76
|
-
cards: r,
|
|
77
|
-
variant: "outlined",
|
|
78
|
-
cardSize: "lg",
|
|
79
|
-
showPagination: !0
|
|
80
|
-
}
|
|
81
|
-
) })
|
|
82
|
-
] }),
|
|
83
|
-
/* @__PURE__ */ a(i, { className: "p-4", children: [
|
|
84
|
-
/* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Filled Variant - Small Size" }),
|
|
85
|
-
/* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(
|
|
86
|
-
s,
|
|
87
|
-
{
|
|
88
|
-
cards: r,
|
|
89
|
-
variant: "filled",
|
|
90
|
-
cardSize: "sm",
|
|
91
|
-
showNavigation: !0,
|
|
92
|
-
showPagination: !0
|
|
93
|
-
}
|
|
94
|
-
) })
|
|
95
|
-
] })
|
|
96
|
-
] }) }) }) }),
|
|
97
|
-
/* @__PURE__ */ e(
|
|
98
|
-
o,
|
|
99
|
-
{
|
|
100
|
-
componentName: "CarouselCards",
|
|
101
|
-
title: "CarouselCards Playground",
|
|
102
|
-
defaultValues: {
|
|
103
|
-
variant: "default",
|
|
104
|
-
cardSize: "md",
|
|
105
|
-
showCardTitles: !0,
|
|
106
|
-
showNavigation: !0,
|
|
107
|
-
showPagination: !0,
|
|
108
|
-
loop: !0,
|
|
109
|
-
grabCursor: !0,
|
|
110
|
-
direction: "horizontal"
|
|
111
|
-
},
|
|
112
|
-
excludeProps: ["cards", "onSlideChange", "onSwiper", "breakpoints", "autoplay", "className", "slideClassName", "cardClassName", "aria-label", "effect", "paginationType", "centeredSlides", "freeMode", "mousewheel", "slidesPerView", "spaceBetween"],
|
|
113
|
-
children: (c) => /* @__PURE__ */ e(
|
|
114
|
-
s,
|
|
115
|
-
{
|
|
116
|
-
...c,
|
|
117
|
-
cards: [
|
|
118
|
-
{ title: "Card 1", description: "Description 1", image: "" },
|
|
119
|
-
{ title: "Card 2", description: "Description 2", image: "" },
|
|
120
|
-
{ title: "Card 3", description: "Description 3", image: "" }
|
|
121
|
-
]
|
|
122
|
-
}
|
|
123
|
-
)
|
|
124
|
-
}
|
|
125
|
-
),
|
|
126
|
-
/* @__PURE__ */ e(m, { componentName: "CarouselCards" }),
|
|
127
|
-
/* @__PURE__ */ e(i, { className: "overflow-hidden", children: /* @__PURE__ */ e(l, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
|
|
128
|
-
h,
|
|
129
|
-
{
|
|
130
|
-
language: "tsx",
|
|
131
|
-
code: `import { CarouselCards, LucideIcons } from '@e-burgos/tucu-ui';
|
|
132
|
-
|
|
133
|
-
const cards = [
|
|
134
|
-
{
|
|
135
|
-
title: 'Performance',
|
|
136
|
-
description: 'Blazing fast performance with optimized rendering',
|
|
137
|
-
icon: <LucideIcons.Zap className="w-8 h-8" />,
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
title: 'Customizable',
|
|
141
|
-
description: 'Highly customizable with extensive theming options',
|
|
142
|
-
icon: <LucideIcons.Palette className="w-8 h-8" />,
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
title: 'Accessible',
|
|
146
|
-
description: 'Built with accessibility in mind, WCAG 2.1 compliant',
|
|
147
|
-
icon: <LucideIcons.Users className="w-8 h-8" />,
|
|
148
|
-
},
|
|
149
|
-
// ... more cards
|
|
150
|
-
];
|
|
151
|
-
|
|
152
|
-
// Basic usage
|
|
153
|
-
<CarouselCards cards={cards} />
|
|
154
|
-
|
|
155
|
-
// With navigation and pagination
|
|
156
|
-
<CarouselCards cards={cards} showNavigation showPagination />
|
|
157
|
-
|
|
158
|
-
// Different variants
|
|
159
|
-
<CarouselCards cards={cards} variant="elevated" cardSize="md" />
|
|
160
|
-
<CarouselCards cards={cards} variant="outlined" cardSize="lg" />
|
|
161
|
-
<CarouselCards cards={cards} variant="filled" cardSize="sm" />
|
|
162
|
-
|
|
163
|
-
// Different sizes
|
|
164
|
-
<CarouselCards cards={cards} cardSize="sm" />
|
|
165
|
-
<CarouselCards cards={cards} cardSize="md" />
|
|
166
|
-
<CarouselCards cards={cards} cardSize="lg" />
|
|
167
|
-
<CarouselCards cards={cards} cardSize="xl" />`
|
|
168
|
-
}
|
|
169
|
-
) }) }) })
|
|
170
|
-
] });
|
|
171
|
-
};
|
|
172
|
-
export {
|
|
173
|
-
x as default
|
|
174
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("../index-DWDUS-PU.js"),s=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const t=()=>{const i=[{title:"Performance",description:"Blazing fast performance with optimized rendering and minimal bundle size",icon:e.jsx(s.Zap,{className:"w-8 h-8"})},{title:"Customizable",description:"Highly customizable with extensive theming options and variants",icon:e.jsx(s.Palette,{className:"w-8 h-8"})},{title:"Accessible",description:"Built with accessibility in mind, WCAG 2.1 compliant",icon:e.jsx(s.Users,{className:"w-8 h-8"})},{title:"Responsive",description:"Mobile-first design that works seamlessly across all devices",icon:e.jsx(s.Smartphone,{className:"w-8 h-8"})},{title:"Type Safe",description:"Full TypeScript support with comprehensive type definitions",icon:e.jsx(s.Shield,{className:"w-8 h-8"})},{title:"Documentation",description:"Extensive documentation with examples and best practices",icon:e.jsx(s.BookOpen,{className:"w-8 h-8"})}];return e.jsxs(e.Fragment,{children:[e.jsx(a.HeroCard,{title:"CarouselCards",description:`A carousel component specifically designed for displaying cards with
|
|
2
|
-
customizable sizes and variants.`,icon:e.jsx("div",{className:"w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-rose-500 to-pink-500 rounded-full flex items-center justify-center shadow-lg",children:e.jsx(s.Layers,{className:"w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg"})})}),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 Carousel Cards"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cardClassName:"min-h-[250px]",cards:i})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Navigation and Pagination"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cards:i,showNavigation:!0,showPagination:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Elevated Variant - Medium Size"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cards:i,variant:"elevated",cardSize:"md",showNavigation:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Outlined Variant - Large Size"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cards:i,variant:"outlined",cardSize:"lg",showPagination:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Filled Variant - Small Size"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cards:i,variant:"filled",cardSize:"sm",showNavigation:!0,showPagination:!0})})]})]})})})}),e.jsx(a.PropPlayground,{componentName:"CarouselCards",title:"CarouselCards Playground",defaultValues:{variant:"default",cardSize:"md",showCardTitles:!0,showNavigation:!0,showPagination:!0,loop:!0,grabCursor:!0,direction:"horizontal"},excludeProps:["cards","onSlideChange","onSwiper","breakpoints","autoplay","className","slideClassName","cardClassName","aria-label","effect","paginationType","centeredSlides","freeMode","mousewheel","slidesPerView","spaceBetween"],children:r=>e.jsx(a.CarouselCards,{...r,cards:[{title:"Card 1",description:"Description 1",image:""},{title:"Card 2",description:"Description 2",image:""},{title:"Card 3",description:"Description 3",image:""}]})}),e.jsx(a.AutoPropsTable,{componentName:"CarouselCards"}),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 { CarouselCards, LucideIcons } from '@e-burgos/tucu-ui';
|
|
3
|
-
|
|
4
|
-
const cards = [
|
|
5
|
-
{
|
|
6
|
-
title: 'Performance',
|
|
7
|
-
description: 'Blazing fast performance with optimized rendering',
|
|
8
|
-
icon: <LucideIcons.Zap className="w-8 h-8" />,
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
title: 'Customizable',
|
|
12
|
-
description: 'Highly customizable with extensive theming options',
|
|
13
|
-
icon: <LucideIcons.Palette className="w-8 h-8" />,
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
title: 'Accessible',
|
|
17
|
-
description: 'Built with accessibility in mind, WCAG 2.1 compliant',
|
|
18
|
-
icon: <LucideIcons.Users className="w-8 h-8" />,
|
|
19
|
-
},
|
|
20
|
-
// ... more cards
|
|
21
|
-
];
|
|
22
|
-
|
|
23
|
-
// Basic usage
|
|
24
|
-
<CarouselCards cards={cards} />
|
|
25
|
-
|
|
26
|
-
// With navigation and pagination
|
|
27
|
-
<CarouselCards cards={cards} showNavigation showPagination />
|
|
28
|
-
|
|
29
|
-
// Different variants
|
|
30
|
-
<CarouselCards cards={cards} variant="elevated" cardSize="md" />
|
|
31
|
-
<CarouselCards cards={cards} variant="outlined" cardSize="lg" />
|
|
32
|
-
<CarouselCards cards={cards} variant="filled" cardSize="sm" />
|
|
33
|
-
|
|
34
|
-
// Different sizes
|
|
35
|
-
<CarouselCards cards={cards} cardSize="sm" />
|
|
36
|
-
<CarouselCards cards={cards} cardSize="md" />
|
|
37
|
-
<CarouselCards cards={cards} cardSize="lg" />
|
|
38
|
-
<CarouselCards cards={cards} cardSize="xl" />`})})})})]})};exports.default=t;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("../index-DWDUS-PU.js"),t=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const o=()=>{const s=[{src:"https://images.unsplash.com/photo-1682687220742-aba13b6e50ba?w=800&h=600&fit=crop",alt:"Mountain Landscape",title:"Mountain Peaks",description:"Breathtaking view of snow-capped mountain peaks at sunrise"},{src:"https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800&h=600&fit=crop",alt:"Ocean View",title:"Ocean Horizon",description:"Serene ocean view with crystal clear blue waters"},{src:"https://images.unsplash.com/photo-1511593358241-7eea1f3c84e5?w=800&h=600&fit=crop",alt:"Forest Path",title:"Forest Trail",description:"Peaceful path through a lush green forest"},{src:"https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=800&h=600&fit=crop",alt:"Desert Sunset",title:"Desert Landscape",description:"Stunning sunset over golden desert dunes"},{src:"https://images.unsplash.com/photo-1542202229-7d93c33f5d07?w=800&h=600&fit=crop",alt:"City Skyline",title:"Urban Cityscape",description:"Modern city skyline illuminated at night"},{src:"https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?w=800&h=600&fit=crop",alt:"Northern Lights",title:"Aurora Borealis",description:"Magical northern lights dancing across the night sky"}];return e.jsxs(e.Fragment,{children:[e.jsx(a.HeroCard,{title:"CarouselImage",description:`A carousel component specifically designed for displaying images with
|
|
2
|
-
optional titles and descriptions.`,icon:e.jsx("div",{className:"w-16 h-16 sm:w-20 sm:h-20 md:w-24 md:h-24 bg-linear-to-br from-pink-600 to-rose-500 rounded-full flex items-center justify-center shadow-lg",children:e.jsx(t.Image,{className:"w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 text-white filter drop-shadow-lg"})})}),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 Image Carousel"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Titles and Descriptions"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s,showTitles:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Navigation and Pagination"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s,showNavigation:!0,showPagination:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Contain Fit - Preserve Aspect Ratio"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s,imageFit:"contain",showTitles:!0,showNavigation:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Square Aspect Ratio"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s,aspectRatio:"aspect-square",showNavigation:!0,showPagination:!0})})]})]})})})}),e.jsx(a.PropPlayground,{componentName:"CarouselImage",title:"CarouselImage Playground",defaultValues:{showNavigation:!0,showPagination:!0,showTitles:!0,loop:!0,grabCursor:!0,lazy:!1,imageFit:"cover",direction:"horizontal"},excludeProps:["images","onSlideChange","onSwiper","breakpoints","autoplay","className","slideClassName","imageClassName","aria-label","aspectRatio","effect","paginationType","centeredSlides","freeMode","mousewheel","slidesPerView","spaceBetween"],children:i=>e.jsx(a.CarouselImage,{...i,images:[{src:"https://picsum.photos/seed/1/800/400",alt:"Image 1",title:"Image 1"},{src:"https://picsum.photos/seed/2/800/400",alt:"Image 2",title:"Image 2"},{src:"https://picsum.photos/seed/3/800/400",alt:"Image 3",title:"Image 3"}]})}),e.jsx(a.AutoPropsTable,{componentName:"CarouselImage"}),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 { CarouselImage } from '@e-burgos/tucu-ui';
|
|
3
|
-
|
|
4
|
-
const images = [
|
|
5
|
-
{
|
|
6
|
-
src: 'https://images.unsplash.com/photo-1682687220742-aba13b6e50ba',
|
|
7
|
-
alt: 'Mountain Landscape',
|
|
8
|
-
title: 'Mountain Peaks',
|
|
9
|
-
description: 'Breathtaking view of snow-capped mountain peaks',
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
src: 'https://images.unsplash.com/photo-1506905925346-21bda4d32df4',
|
|
13
|
-
alt: 'Ocean View',
|
|
14
|
-
title: 'Ocean Horizon',
|
|
15
|
-
description: 'Serene ocean view with crystal clear blue waters',
|
|
16
|
-
},
|
|
17
|
-
// ... more images
|
|
18
|
-
];
|
|
19
|
-
|
|
20
|
-
// Basic usage
|
|
21
|
-
<CarouselImage images={images} />
|
|
22
|
-
|
|
23
|
-
// With titles and descriptions
|
|
24
|
-
<CarouselImage images={images} showTitles />
|
|
25
|
-
|
|
26
|
-
// With navigation and pagination
|
|
27
|
-
<CarouselImage images={images} showNavigation showPagination />
|
|
28
|
-
|
|
29
|
-
// Different image fit options
|
|
30
|
-
<CarouselImage images={images} imageFit="contain" />
|
|
31
|
-
<CarouselImage images={images} imageFit="cover" />
|
|
32
|
-
|
|
33
|
-
// Different aspect ratios
|
|
34
|
-
<CarouselImage images={images} aspectRatio="aspect-video" />
|
|
35
|
-
<CarouselImage images={images} aspectRatio="aspect-square" />
|
|
36
|
-
<CarouselImage images={images} aspectRatio="aspect-[4/3]" />
|
|
37
|
-
|
|
38
|
-
// Disable lazy loading
|
|
39
|
-
<CarouselImage images={images} lazy={false} />`})})})})]})};exports.default=o;
|