@e-burgos/tucu-ui 2.5.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 +67 -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 -11
- package/index.js +402 -1
- package/index.mjs +769 -435
- package/libs/framer-motion/fade-in-bottom.mjs +17 -0
- package/libs/local-storage/index.mjs +36 -0
- package/package.json +26 -18
- 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/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/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 -41
- 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-BuGaLjk4.js +0 -213
- package/documentation/APIReferenceSection-vOO5q7kb.js +0 -1
- package/documentation/ActiveLinkSection-DIb03elW.js +0 -23
- package/documentation/ActiveLinkSection-hXSKjm7P.js +0 -79
- package/documentation/AdvancedColorSystemSection-BNGCLPR3.js +0 -181
- package/documentation/AdvancedColorSystemSection-pzKTpmEy.js +0 -17
- package/documentation/AdvancedFeaturesSection-B5lA3r0v.js +0 -1
- package/documentation/AdvancedFeaturesSection-Bh-WxfFY.js +0 -117
- package/documentation/AdvancedFeaturesSection-DExCw62I.js +0 -70
- package/documentation/AdvancedFeaturesSection-rwcki92F.js +0 -32
- package/documentation/AlertSection-D9eDywN3.js +0 -96
- package/documentation/AlertSection-wm1TI70h.js +0 -26
- package/documentation/AnchorLinkSection-CCVHnu-V.js +0 -65
- package/documentation/AnchorLinkSection-CXA1DwCn.js +0 -20
- package/documentation/ArchitecturalPatternsComparisonSection-D59jbCG8.js +0 -34
- package/documentation/ArchitecturalPatternsComparisonSection-Df1CQv6V.js +0 -182
- package/documentation/ArchitectureOverviewSection-B8Gu1Qwg.js +0 -1
- package/documentation/ArchitectureOverviewSection-CqMMpWAZ.js +0 -210
- package/documentation/AreaChartSection-CwmW-uJO.js +0 -132
- package/documentation/AreaChartSection-DjxzNYFk.js +0 -22
- package/documentation/AuthorCardSection-BszBY56Q.js +0 -79
- package/documentation/AuthorCardSection-DX6K6A58.js +0 -18
- package/documentation/AvatarSection-BaNCsM7-.js +0 -89
- package/documentation/AvatarSection-CHC86-XQ.js +0 -19
- package/documentation/BackgroundsSection-BphgbOsP.js +0 -6
- package/documentation/BackgroundsSection-DRGHkPRw.js +0 -365
- package/documentation/BadgeSection-DPqnIeW_.js +0 -179
- package/documentation/BadgeSection-DQuVvzuk.js +0 -49
- package/documentation/BarChartSection-192XA4lC.js +0 -127
- package/documentation/BarChartSection-CQTrN7II.js +0 -23
- package/documentation/BasicTableSection-DS9tghtn.js +0 -133
- package/documentation/BasicTableSection-DUxEk0Xz.js +0 -36
- package/documentation/BasicUsageSection-Bnk07Qtr.js +0 -45
- package/documentation/BasicUsageSection-D1mvyWVC.js +0 -133
- package/documentation/BestPracticesSection-B7d1WnXg.js +0 -61
- package/documentation/BestPracticesSection-BvEXXuBH.js +0 -1
- package/documentation/BestPracticesSection-C9A7z9xg.js +0 -1
- package/documentation/BestPracticesSection-CFILeUX1.js +0 -34
- package/documentation/BestPracticesSection-CH7suMGV.js +0 -79
- package/documentation/BestPracticesSection-C_UO8oF3.js +0 -1
- package/documentation/BestPracticesSection-DI3iv7N4.js +0 -151
- package/documentation/BestPracticesSection-DfkGrr2Q.js +0 -1
- package/documentation/BestPracticesSection-Dl3jrGq4.js +0 -1
- package/documentation/BestPracticesSection-DlYPFmx9.js +0 -91
- package/documentation/BestPracticesSection-DvxanX6e.js +0 -151
- package/documentation/BestPracticesSection-fJ-_uwQu.js +0 -1
- package/documentation/BestPracticesSection-klWNOwRv.js +0 -153
- package/documentation/BestPracticesSection-nvtTMLIJ.js +0 -137
- package/documentation/BorderRadiusSection-BCNMPn6e.js +0 -58
- package/documentation/BorderRadiusSection-Cf18TiCF.js +0 -1
- package/documentation/ButtonDripSection-BEhYR8Ne.js +0 -110
- package/documentation/ButtonDripSection-CI9fFXx_.js +0 -21
- package/documentation/ButtonLoaderSection-BW_hgeeM.js +0 -153
- package/documentation/ButtonLoaderSection-BZUXqzag.js +0 -31
- package/documentation/CardContainerSection-BRPPLI1C.js +0 -61
- package/documentation/CardContainerSection-dZUV-wdl.js +0 -22
- package/documentation/CardSection-B-RjdTHj.js +0 -26
- package/documentation/CardSection-BEcASXn9.js +0 -136
- package/documentation/CardTitleSection-CZbYlPce.js +0 -20
- package/documentation/CardTitleSection-DC_JgQnV.js +0 -72
- package/documentation/CarouselCardsSection-BgSiYzS-.js +0 -38
- package/documentation/CarouselCardsSection-CyuFw30M.js +0 -174
- package/documentation/CarouselImageSection-CYUZkmE7.js +0 -179
- package/documentation/CarouselImageSection-RaIGiFPI.js +0 -39
- package/documentation/CarouselSection-BcAird9B.js +0 -25
- package/documentation/CarouselSection-CmOg8CA7.js +0 -123
- package/documentation/CheckboxSection-Ci3XeeBU.js +0 -29
- package/documentation/CheckboxSection-fCbCTXVi.js +0 -175
- package/documentation/ClientConfigSection-B1u9ICgp.js +0 -39
- package/documentation/ClientConfigSection-DKoyUKX1.js +0 -126
- package/documentation/CodeExamplesSection-BUiRFlz_.js +0 -68
- package/documentation/CodeExamplesSection-BiY0m_Cj.js +0 -134
- package/documentation/CoinCardSection-bsveQMjk.js +0 -13
- package/documentation/CoinCardSection-zgM8YzAw.js +0 -132
- package/documentation/CoinInfoCardSection-BGxjfX33.js +0 -12
- package/documentation/CoinInfoCardSection-BpDitwaZ.js +0 -148
- package/documentation/CoinListBoxSection-BNhCV6tk.js +0 -129
- package/documentation/CoinListBoxSection-D4FrHQqq.js +0 -24
- package/documentation/CollapseSection-BJ_Eq2XG.js +0 -28
- package/documentation/CollapseSection-BTJCuwtH.js +0 -84
- package/documentation/CollectionCardSection-DhqMENmH.js +0 -17
- package/documentation/CollectionCardSection-Dnw-AMeA.js +0 -78
- package/documentation/CollectionSelectListSection-DjER6UPv.js +0 -149
- package/documentation/CollectionSelectListSection-q3vag31o.js +0 -15
- package/documentation/ColorCustomizationSection-Cc_eIdHN.js +0 -141
- package/documentation/ColorCustomizationSection-K07wRIed.js +0 -1
- package/documentation/ColorSystemSection-BsW26KPw.js +0 -339
- package/documentation/ColorSystemSection-DewtcS09.js +0 -1
- package/documentation/CommonErrorsSection-DUfQIOFx.js +0 -77
- package/documentation/CommonErrorsSection-DYprV2-q.js +0 -1
- package/documentation/ComponentAnatomySection-B48mRC0o.js +0 -1
- package/documentation/ComponentAnatomySection-MVU9xWRw.js +0 -78
- package/documentation/ComponentStatusSection-C8Xgbs1J.js +0 -1
- package/documentation/ComponentStatusSection-TiSLIuX0.js +0 -148
- package/documentation/ComposedChartSection-Be70sMuM.js +0 -113
- package/documentation/ComposedChartSection-Xih3hFxi.js +0 -21
- package/documentation/CurrencySwapIconsSection-D1-0fKb2.js +0 -7
- package/documentation/CurrencySwapIconsSection-LJEH4zY2.js +0 -73
- package/documentation/CustomColorPaletteSection-17OLhGAJ.js +0 -74
- package/documentation/CustomColorPaletteSection-DvcVgPSw.js +0 -19
- package/documentation/CustomIconsSection-BML7Ykph.js +0 -172
- package/documentation/CustomIconsSection-B_twKCge.js +0 -3
- package/documentation/DefiAppLogoSection-DV9roRzn.js +0 -132
- package/documentation/DefiAppLogoSection-yU373rnC.js +0 -38
- package/documentation/DeploymentSection-DdrdxadS.js +0 -36
- package/documentation/DeploymentSection-Zq8li6Rk.js +0 -136
- package/documentation/DesignPrinciplesSection-BFeLS1Jc.js +0 -1
- package/documentation/DesignPrinciplesSection-CQ9uXtm0.js +0 -68
- package/documentation/DrawerSection-BXsL-pSW.js +0 -155
- package/documentation/DrawerSection-tFhF0Yk2.js +0 -42
- package/documentation/DynamicRoutesSection-ByxCJkKq.js +0 -112
- package/documentation/DynamicRoutesSection-DtEe2l3H.js +0 -47
- package/documentation/FileInputSection-CUNjOlBC.js +0 -237
- package/documentation/FileInputSection-D9YC4zr4.js +0 -73
- package/documentation/FileStructureSection-DCuzzRzZ.js +0 -26
- package/documentation/FileStructureSection-RjF24Eeb.js +0 -101
- package/documentation/FormComponentsSection-W4xthxql.js +0 -1
- package/documentation/FormComponentsSection-qIVGkJO5.js +0 -148
- package/documentation/FormMethodsSection-BshjLI6k.js +0 -53
- package/documentation/FormMethodsSection-H0NH1Kq_.js +0 -194
- package/documentation/HamburgerSection-BEuEb_AH.js +0 -97
- package/documentation/HamburgerSection-BhZWXoXB.js +0 -19
- package/documentation/HookCategoriesSection-BKSM-O8G.js +0 -119
- package/documentation/HookCategoriesSection-CV5hBia7.js +0 -1
- package/documentation/HookDocumentationSection-Ch4nDyTq.js +0 -100
- package/documentation/HookDocumentationSection-ijU1LCaj.js +0 -467
- package/documentation/HookFeaturesSection-C_V77TA5.js +0 -1
- package/documentation/HookFeaturesSection-D_dR8OBL.js +0 -70
- package/documentation/IconArchitectureSection-CiVJ4728.js +0 -145
- package/documentation/IconArchitectureSection-ias4EYu3.js +0 -11
- package/documentation/IconSizingGuideSection-C5rHdRmp.js +0 -1
- package/documentation/IconSizingGuideSection-ZHrKT5rP.js +0 -118
- package/documentation/IconSystemAPISection-B-s4deWd.js +0 -1
- package/documentation/IconSystemAPISection-K1q81uHL.js +0 -138
- package/documentation/IconSystemBenefitsSection-BXM5YXn5.js +0 -1
- package/documentation/IconSystemBenefitsSection-DhmIDZc1.js +0 -120
- package/documentation/ImageSection-D3mMNujR.js +0 -82
- package/documentation/ImageSection-q1QmHQ_L.js +0 -508
- package/documentation/ImplementationExamplesSection-BzmiP-T4.js +0 -429
- package/documentation/ImplementationExamplesSection-WGGTXLkG.js +0 -761
- package/documentation/ImplementationGuidelinesSection-D2ms5PqO.js +0 -1
- package/documentation/ImplementationGuidelinesSection-DlpKMLZ_.js +0 -144
- package/documentation/ImplementationStatusSection-BnEi6nv4.js +0 -62
- package/documentation/ImplementationStatusSection-ChX-zdjZ.js +0 -1
- package/documentation/ImplementedFeaturesSection-C7ep5GNQ.js +0 -70
- package/documentation/ImplementedFeaturesSection-CFHFcIUm.js +0 -1
- package/documentation/InfoCardSection-B02qLuF6.js +0 -38
- package/documentation/InfoCardSection-CTygtxPU.js +0 -291
- package/documentation/InputSearcherSection-CJd1uwoE.js +0 -45
- package/documentation/InputSearcherSection-JzvqQlCG.js +0 -267
- package/documentation/InputSection-BPLR_DD_.js +0 -50
- package/documentation/InputSection-DdzpSHWp.js +0 -280
- package/documentation/InstallationSection-BfQULwsk.js +0 -22
- package/documentation/InstallationSection-DAX5Jma4.js +0 -125
- package/documentation/KeyValueRowSection-DpXvuany.js +0 -117
- package/documentation/KeyValueRowSection-Vk2Og3XV.js +0 -17
- package/documentation/KeyboardNavigationSection-DBHb6M7i.js +0 -130
- package/documentation/KeyboardNavigationSection-DSDQWvAN.js +0 -27
- package/documentation/LayoutPrinciplesSection-BbZcW8R3.js +0 -148
- package/documentation/LayoutPrinciplesSection-XpAJdllO.js +0 -1
- package/documentation/LayoutTypesSection-BtXrqAIT.js +0 -450
- package/documentation/LayoutTypesSection-C-7mU0ZX.js +0 -1
- package/documentation/LineChartSection-2vGnmySf.js +0 -130
- package/documentation/LineChartSection-97CrQcFO.js +0 -21
- package/documentation/ListContainerSection-5rcF8Fpk.js +0 -168
- package/documentation/ListContainerSection-DRJITbJp.js +0 -39
- package/documentation/ListItemSection-D0Bbbebh.js +0 -37
- package/documentation/ListItemSection-DnAV85N9.js +0 -132
- package/documentation/LiveDemoSection-BsPDLjy5.js +0 -1
- package/documentation/LiveDemoSection-CcWjO6e8.js +0 -56
- package/documentation/LiveDemonstrationsSection-CFmKZyVT.js +0 -28
- package/documentation/LiveDemonstrationsSection-CqiqsC9o.js +0 -539
- package/documentation/LivePriceFeedSection-2f2Lri-M.js +0 -143
- package/documentation/LivePriceFeedSection-xruqFumk.js +0 -20
- package/documentation/LoaderSection-B3_cpL4h.js +0 -23
- package/documentation/LoaderSection-CVIcsumu.js +0 -96
- package/documentation/LogoSection-Bi9m5Eid.js +0 -265
- package/documentation/LogoSection-DQq_CA5R.js +0 -101
- package/documentation/LucideIconsSection-C1yoAR38.js +0 -169
- package/documentation/LucideIconsSection-DMLkXGfp.js +0 -1
- package/documentation/MFESupportSection-CNJLJykb.js +0 -97
- package/documentation/MFESupportSection-D4qheJMQ.js +0 -222
- package/documentation/MacOSBackgroundsSection-Cqgf2s_S.js +0 -1
- package/documentation/MacOSBackgroundsSection-D2rvKLZc.js +0 -293
- package/documentation/MacOSColorsSection-3kw_FYMA.js +0 -1
- package/documentation/MacOSColorsSection-LeWmqCH6.js +0 -305
- package/documentation/MacOSCommandPaletteSection-ChoMTEdg.js +0 -33
- package/documentation/MacOSCommandPaletteSection-CigtkU3V.js +0 -143
- package/documentation/MacOSMaterialsSection-BpbSIN1m.js +0 -280
- package/documentation/MacOSMaterialsSection-DVc8K0Ra.js +0 -1
- package/documentation/MacOSNotificationBannerSection-D1_xjcml.js +0 -169
- package/documentation/MacOSNotificationBannerSection-GYBjryLN.js +0 -25
- package/documentation/MacOSPopoverSection-B7aiG5Q6.js +0 -266
- package/documentation/MacOSPopoverSection-BiNY5oHn.js +0 -33
- package/documentation/MacOSSearchBarSection-BPmwBz_E.js +0 -108
- package/documentation/MacOSSearchBarSection-DeKloWI2.js +0 -17
- package/documentation/MacOSSegmentedControlSection-D2RWyh1M.js +0 -138
- package/documentation/MacOSSegmentedControlSection-DQYUVgAQ.js +0 -19
- package/documentation/MacOSSidebarSection-CD_Mk8gZ.js +0 -35
- package/documentation/MacOSSidebarSection-CMlYDEdz.js +0 -251
- package/documentation/MacOSTahoeSection-DPuq0Mdo.js +0 -98
- package/documentation/MacOSTahoeSection-NuwSNNQr.js +0 -1
- package/documentation/MacOSTextStylesSection-CC3hy3IX.js +0 -1
- package/documentation/MacOSTextStylesSection-DZ7P33PQ.js +0 -366
- package/documentation/MacOSToolbarSection-B09pIaYX.js +0 -100
- package/documentation/MacOSToolbarSection-CSO5R58s.js +0 -23
- package/documentation/MacOSWidgetSection-BiwLJeZs.js +0 -107
- package/documentation/MacOSWidgetSection-Dd9uuDwE.js +0 -19
- package/documentation/MacOSWindowSection-BFew8rAG.js +0 -237
- package/documentation/MacOSWindowSection-DD9TSZrq.js +0 -22
- package/documentation/MenuItemsGuideSection-BQX2CJl8.js +0 -351
- package/documentation/MenuItemsGuideSection-CpwqiKXd.js +0 -126
- package/documentation/ModalSection-Ba-YDDxD.js +0 -114
- package/documentation/ModalSection-BaKzs5hZ.js +0 -30
- package/documentation/NFTGridSection-Dy-Ul2Ik.js +0 -19
- package/documentation/NFTGridSection-P8SUQfCz.js +0 -160
- package/documentation/NestedRoutesSection-BtgXarM0.js +0 -120
- package/documentation/NestedRoutesSection-CAAjjFZN.js +0 -39
- package/documentation/NotificationCardSection-CahW9xWR.js +0 -120
- package/documentation/NotificationCardSection-DLHftS_t.js +0 -29
- package/documentation/OverviewSection-Dx4cWnvO.js +0 -149
- package/documentation/OverviewSection-yESqzgpR.js +0 -21
- package/documentation/PaginationSection-BTm7MLWb.js +0 -19
- package/documentation/PaginationSection-w-C3_8OX.js +0 -141
- package/documentation/PanelActionCardSection-DB5atYQH.js +0 -29
- package/documentation/PanelActionCardSection-DThpH-iA.js +0 -104
- package/documentation/PanelCardSection-PoZLivo5.js +0 -16
- package/documentation/PanelCardSection-qkmlfddG.js +0 -60
- package/documentation/ParamTabSection-B8Ea5Jyo.js +0 -581
- package/documentation/ParamTabSection-BUFHEsdU.js +0 -94
- package/documentation/PieChartSection-DZ-efnf5.js +0 -91
- package/documentation/PieChartSection-rvFWOh4i.js +0 -19
- package/documentation/PinCodeSection-DY6pf21z.js +0 -235
- package/documentation/PinCodeSection-iYhP8WRn.js +0 -32
- package/documentation/ProgressbarSection-CDDDOLHD.js +0 -22
- package/documentation/ProgressbarSection-DYz8aKoY.js +0 -142
- package/documentation/PromptsSection-DNXFATf2.js +0 -118
- package/documentation/PromptsSection-goD5CutA.js +0 -18
- package/documentation/RadarChartSection-DLousZqi.js +0 -114
- package/documentation/RadarChartSection-DRdLj3Uf.js +0 -21
- package/documentation/RadioGroupSection-BKRE5Sf7.js +0 -37
- package/documentation/RadioGroupSection-DimH8B5V.js +0 -269
- package/documentation/RadioSection-Bs-DIwBf.js +0 -183
- package/documentation/RadioSection-DAHq52V_.js +0 -27
- package/documentation/ResourcesSection-BBvso4xC.js +0 -119
- package/documentation/ResourcesSection-hRVu0-E3.js +0 -13
- package/documentation/RevealContentSection-CE7RMGJq.js +0 -80
- package/documentation/RevealContentSection-GfXzu3Ol.js +0 -21
- package/documentation/RouteConfigurationSection-B8L9XluH.js +0 -88
- package/documentation/RouteConfigurationSection-BYS8XsJC.js +0 -42
- package/documentation/ScrollToTopSection-DKG5MWPc.js +0 -38
- package/documentation/ScrollToTopSection-yVHR_9Pk.js +0 -141
- package/documentation/ScrollbarSection-DQF_A8ik.js +0 -103
- package/documentation/ScrollbarSection-eY8OTJHe.js +0 -30
- package/documentation/SecuritySection-64HgmRhe.js +0 -164
- package/documentation/SecuritySection-Bj_wYKUq.js +0 -27
- package/documentation/SelectSection-DJ3tgyvR.js +0 -52
- package/documentation/SelectSection-Dgxl0it2.js +0 -346
- package/documentation/SettingsPanelSection-SFgqPTH6.js +0 -139
- package/documentation/SettingsPanelSection-v6yvF5g4.js +0 -1
- package/documentation/ShadowsSection-D2Xwyeuv.js +0 -101
- package/documentation/ShadowsSection-OFJWDo8c.js +0 -1
- package/documentation/SidebarMenuSection-BFiHaKIQ.js +0 -108
- package/documentation/SidebarMenuSection-C-6Mru3D.js +0 -47
- package/documentation/SidebarSection-BUYMpIy9.js +0 -26
- package/documentation/SidebarSection-DHG4M5g2.js +0 -70
- package/documentation/SizingSection-CXXXGeBV.js +0 -1
- package/documentation/SizingSection-QO_NL9qO.js +0 -97
- package/documentation/SkeletonSection-C5O2AHio.js +0 -53
- package/documentation/SkeletonSection-D4gNU7bm.js +0 -202
- package/documentation/SonomaColorsSection-DaX0wgtU.js +0 -388
- package/documentation/SonomaColorsSection-qE3LKcsl.js +0 -1
- package/documentation/SonomaLayoutContentSection-KH_Pmq1e.js +0 -16
- package/documentation/SonomaLayoutContentSection-lk3jOdcA.js +0 -67
- package/documentation/SonomaLayoutSidebarSection-B_lVlOoF.js +0 -27
- package/documentation/SonomaLayoutSidebarSection-CGsVHx3w.js +0 -96
- package/documentation/SonomaMaterialsSection-B2GKoQVM.js +0 -334
- package/documentation/SonomaMaterialsSection-CgbY4y-g.js +0 -9
- package/documentation/SonomaShapesSection-CLA0w7wt.js +0 -482
- package/documentation/SonomaShapesSection-aQq097e6.js +0 -10
- package/documentation/SonomaTypographySection-DuZtgZjb.js +0 -1
- package/documentation/SonomaTypographySection-U1N16kAy.js +0 -389
- package/documentation/SpacingSystemSection-BkqBvLpk.js +0 -1
- package/documentation/SpacingSystemSection-DnU8aeIx.js +0 -79
- package/documentation/SpinnerSection-DDwEF3DD.js +0 -78
- package/documentation/SpinnerSection-Su1usSZJ.js +0 -18
- package/documentation/StandaloneAppSection-BC6MhdY2.js +0 -181
- package/documentation/StandaloneAppSection-DANtoenH.js +0 -71
- package/documentation/StepperSection-BLwNTd_9.js +0 -166
- package/documentation/StepperSection-BtE0uEh8.js +0 -29
- package/documentation/SwitchSection-Bm8EmnZc.js +0 -223
- package/documentation/SwitchSection-MO2zu9Js.js +0 -28
- package/documentation/SystemOverviewSection-DXic3wL2.js +0 -1
- package/documentation/SystemOverviewSection-X7-1cqED.js +0 -58
- package/documentation/TabModalSection-ClQQ9-6q.js +0 -200
- package/documentation/TabModalSection-Cy5MPQVA.js +0 -52
- package/documentation/TabSection-CPijk6Ta.js +0 -293
- package/documentation/TabSection-qGiMXnBi.js +0 -85
- package/documentation/TabSelectSection-Bk-DIJad.js +0 -102
- package/documentation/TabSelectSection-BrYYnzPJ.js +0 -420
- package/documentation/TahoeCommandPaletteSection-CXpg1hY6.js +0 -21
- package/documentation/TahoeCommandPaletteSection-uLevgWk8.js +0 -217
- package/documentation/TahoeDialogSection-CD5v8gt3.js +0 -22
- package/documentation/TahoeDialogSection-e1-T1_QN.js +0 -228
- package/documentation/TahoeDockSection-CAo5ifrl.js +0 -29
- package/documentation/TahoeDockSection-DX2OvS5V.js +0 -228
- package/documentation/TahoeLayoutContentSection-BV20aXQn.js +0 -17
- package/documentation/TahoeLayoutContentSection-GRD0fXGl.js +0 -68
- package/documentation/TahoeLayoutSidebarSection-BBtU52ML.js +0 -114
- package/documentation/TahoeLayoutSidebarSection-CtTixYWq.js +0 -36
- package/documentation/TahoeNotificationBannerSection-DRI2NGMf.js +0 -144
- package/documentation/TahoeNotificationBannerSection-E_QfykrY.js +0 -22
- package/documentation/TahoePopoverSection-BALDKfWy.js +0 -220
- package/documentation/TahoePopoverSection-DxyiMe8a.js +0 -24
- package/documentation/TahoeProgressBarSection--ntwmqLK.js +0 -16
- package/documentation/TahoeProgressBarSection-BfluMJvJ.js +0 -124
- package/documentation/TahoeSearchBarSection-Cu3D_UUb.js +0 -117
- package/documentation/TahoeSearchBarSection-D0MgndhN.js +0 -10
- package/documentation/TahoeSegmentedControlSection-1o7lVQYN.js +0 -12
- package/documentation/TahoeSegmentedControlSection-mMZpbchw.js +0 -178
- package/documentation/TahoeToolbarSection-D8WWxm4T.js +0 -17
- package/documentation/TahoeToolbarSection-PFkeKd3i.js +0 -81
- package/documentation/TahoeWidgetSection-BVEBRImz.js +0 -13
- package/documentation/TahoeWidgetSection-rEATjL-l.js +0 -121
- package/documentation/TahoeWindowSection-DGavFNJq.js +0 -289
- package/documentation/TahoeWindowSection-u3bobm-J.js +0 -24
- package/documentation/TailwindConfigSection-Bq962qB7.js +0 -128
- package/documentation/TailwindConfigSection-gSs5teqc.js +0 -23
- package/documentation/TestingSection-C4zu2OqX.js +0 -36
- package/documentation/TestingSection-CubylMzq.js +0 -150
- package/documentation/TextareaSection-De5qUuU6.js +0 -34
- package/documentation/TextareaSection-Dh2N_sLE.js +0 -258
- package/documentation/ThemeArchitectureSection-B8s4f7v9.js +0 -27
- package/documentation/ThemeArchitectureSection-c2yjz-7G.js +0 -143
- package/documentation/ThemeConfigurationSection-BEHURMU6.js +0 -139
- package/documentation/ThemeConfigurationSection-ClZzmEKO.js +0 -1
- package/documentation/ThemeHooksSection-BBqxGbmE.js +0 -173
- package/documentation/ThemeHooksSection-BJ9-8M4s.js +0 -1
- package/documentation/ThemeProviderIntegrationSection-CJxrVkBK.js +0 -122
- package/documentation/ThemeProviderIntegrationSection-iwBZSotn.js +0 -73
- package/documentation/ThemeProviderRequiredSection-BO4kIXXp.js +0 -1
- package/documentation/ThemeProviderRequiredSection-DBZtSffE.js +0 -114
- package/documentation/ThemeProviderSection-DSP62663.js +0 -143
- package/documentation/ThemeProviderSection-DTJSAXbf.js +0 -1
- package/documentation/ToastSection-B8c3PKzz.js +0 -168
- package/documentation/ToastSection-JtNX8amB.js +0 -38
- package/documentation/ToggleBarSection-CDIah9a9.js +0 -186
- package/documentation/ToggleBarSection-Cru1aZle.js +0 -45
- package/documentation/ToolsSection-CZnoKySA.js +0 -58
- package/documentation/ToolsSection-DgggfsKW.js +0 -221
- package/documentation/TooltipSection-CzgM1bYL.js +0 -185
- package/documentation/TooltipSection-U16kRVYC.js +0 -64
- package/documentation/TopupButtonSection-BkbtkCl1.js +0 -98
- package/documentation/TopupButtonSection-CcxFcarn.js +0 -25
- package/documentation/TransactionInfoSection-Bol_mikk.js +0 -86
- package/documentation/TransactionInfoSection-CL6fAjRQ.js +0 -16
- package/documentation/TucuUiLogoSection-BoczvN10.js +0 -26
- package/documentation/TucuUiLogoSection-CuIdpQE7.js +0 -85
- package/documentation/TypographySection--uRpR5g0.js +0 -33
- package/documentation/TypographySection-BaFvpZpE.js +0 -276
- package/documentation/TypographySection-C_BYg98p.js +0 -142
- package/documentation/TypographySection-Ct9gaoxy.js +0 -1
- package/documentation/UsageExamplesSection-BC5Bc2JE.js +0 -84
- package/documentation/UsageExamplesSection-CxLDaga8.js +0 -150
- package/documentation/UsingThemeSystemSection-BTmRwgWH.js +0 -164
- package/documentation/UsingThemeSystemSection-B_CnEDPB.js +0 -106
- package/documentation/ValidationSystemSection-PT3LnSuX.js +0 -53
- package/documentation/ValidationSystemSection-gd_ZxQ3N.js +0 -222
- package/documentation/WCAGPrinciplesSection-BvBX0KP3.js +0 -1
- package/documentation/WCAGPrinciplesSection-D94j2dIa.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-COp_AWCS.js +0 -1194
- package/index-DYDFy1df.js +0 -77520
- 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
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { jsx as t, jsxs as c } from "react/jsx-runtime";
|
|
2
|
+
import { Route as s, Routes as m } from "react-router-dom";
|
|
3
|
+
import { NotFoundPage as u } from "../../pages/not-found.mjs";
|
|
4
|
+
import { usePublicErrorRoutesConfig as d } from "../hooks/use-public-error-routes-config.mjs";
|
|
5
|
+
import { DisabledPage as b } from "../../pages/disabled-page.mjs";
|
|
6
|
+
import { AuthProvider as f } from "../../auth/components/auth-provider.mjs";
|
|
7
|
+
const P = ({ routesConfig: a, basePath: o, isAuthenticated: r, loginUrl: p }) => {
|
|
8
|
+
const i = o || document.querySelector("base")?.getAttribute("href") || "/", n = [
|
|
9
|
+
...d().map((e) => /* @__PURE__ */ t(
|
|
10
|
+
s,
|
|
11
|
+
{
|
|
12
|
+
path: `${i}/${e.path}`,
|
|
13
|
+
element: e.element
|
|
14
|
+
},
|
|
15
|
+
e.path
|
|
16
|
+
))
|
|
17
|
+
], l = [], h = [];
|
|
18
|
+
return a?.forEach((e) => {
|
|
19
|
+
(e.isPublic || e.isPublic === void 0) && n.push(
|
|
20
|
+
/* @__PURE__ */ t(s, { path: e.path, element: e.element }, e.path)
|
|
21
|
+
), e.disabled && e.disabled === !0 && l.push(
|
|
22
|
+
/* @__PURE__ */ t(
|
|
23
|
+
s,
|
|
24
|
+
{
|
|
25
|
+
path: e.path,
|
|
26
|
+
element: /* @__PURE__ */ t(b, { basePath: i })
|
|
27
|
+
},
|
|
28
|
+
e.path
|
|
29
|
+
)
|
|
30
|
+
), h.push(
|
|
31
|
+
/* @__PURE__ */ t(s, { path: e.path, element: e.element }, e.path)
|
|
32
|
+
);
|
|
33
|
+
}), h.push(
|
|
34
|
+
/* @__PURE__ */ t(
|
|
35
|
+
s,
|
|
36
|
+
{
|
|
37
|
+
path: "*",
|
|
38
|
+
element: /* @__PURE__ */ t(u, { basePath: i })
|
|
39
|
+
},
|
|
40
|
+
"last-route"
|
|
41
|
+
)
|
|
42
|
+
), /* @__PURE__ */ c(m, { children: [
|
|
43
|
+
n,
|
|
44
|
+
l,
|
|
45
|
+
/* @__PURE__ */ t(
|
|
46
|
+
s,
|
|
47
|
+
{
|
|
48
|
+
path: "*",
|
|
49
|
+
element: /* @__PURE__ */ t(
|
|
50
|
+
R,
|
|
51
|
+
{
|
|
52
|
+
privateRoutes: h,
|
|
53
|
+
isAuthenticated: r,
|
|
54
|
+
loginUrl: p
|
|
55
|
+
}
|
|
56
|
+
)
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] });
|
|
60
|
+
}, R = ({ privateRoutes: a, isAuthenticated: o, loginUrl: r }) => /* @__PURE__ */ t(f, { isAuthenticated: o, loginUrl: r, children: /* @__PURE__ */ t(m, { children: a }) }), $ = ({
|
|
61
|
+
routesConfig: a,
|
|
62
|
+
basePath: o,
|
|
63
|
+
isAuthenticated: r,
|
|
64
|
+
loginUrl: p
|
|
65
|
+
}) => /* @__PURE__ */ t(
|
|
66
|
+
P,
|
|
67
|
+
{
|
|
68
|
+
routesConfig: a,
|
|
69
|
+
basePath: o,
|
|
70
|
+
isAuthenticated: r,
|
|
71
|
+
loginUrl: p
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
export {
|
|
75
|
+
$ as MfeAppRoutesProvider,
|
|
76
|
+
$ as default
|
|
77
|
+
};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { jsxs as g, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { Routes as k, Route as o } from "react-router-dom";
|
|
3
|
+
import { NotFoundPage as y } from "../../pages/not-found.mjs";
|
|
4
|
+
import { usePublicErrorRoutesConfig as R } from "../hooks/use-public-error-routes-config.mjs";
|
|
5
|
+
import { NoRoutesPage as $ } from "../../pages/no-routes.mjs";
|
|
6
|
+
import { AuthProvider as v } from "../../auth/components/auth-provider.mjs";
|
|
7
|
+
const F = ({
|
|
8
|
+
menuItems: h,
|
|
9
|
+
isAuthenticated: c,
|
|
10
|
+
loginUrl: r
|
|
11
|
+
}) => {
|
|
12
|
+
const u = R(), f = () => {
|
|
13
|
+
if (h.length === 0)
|
|
14
|
+
return [
|
|
15
|
+
{
|
|
16
|
+
key: "home-page",
|
|
17
|
+
path: "/",
|
|
18
|
+
element: /* @__PURE__ */ s($, { basePath: "/" })
|
|
19
|
+
}
|
|
20
|
+
];
|
|
21
|
+
const e = [], n = [];
|
|
22
|
+
return h?.forEach((t, p) => {
|
|
23
|
+
const l = t.enableNestedRoutes ? `${t.path}/*` : t.path;
|
|
24
|
+
t.isPublic || t.isPublic === void 0 ? e.push({
|
|
25
|
+
key: `route-${p}`,
|
|
26
|
+
path: l,
|
|
27
|
+
element: t.component
|
|
28
|
+
}) : n.push({
|
|
29
|
+
key: `route-${p}`,
|
|
30
|
+
path: l,
|
|
31
|
+
element: t.component
|
|
32
|
+
}), t.dropdownItems && t.dropdownItems.forEach((a, m) => {
|
|
33
|
+
const i = a.enableNestedRoutes ? `${a.path}/*` : a.path;
|
|
34
|
+
a.isPublic || a.isPublic === void 0 ? e.push({
|
|
35
|
+
key: `route-${p}-${m}`,
|
|
36
|
+
path: i,
|
|
37
|
+
element: a.component
|
|
38
|
+
}) : n.push({
|
|
39
|
+
key: `route-${p}-${m}`,
|
|
40
|
+
path: i,
|
|
41
|
+
element: a.component
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
}), { publicRoutes: e, privateRoutes: n };
|
|
45
|
+
}, { publicRoutes: P, privateRoutes: b } = f();
|
|
46
|
+
return /* @__PURE__ */ g(k, { children: [
|
|
47
|
+
b.map((e) => /* @__PURE__ */ s(
|
|
48
|
+
o,
|
|
49
|
+
{
|
|
50
|
+
path: e.path,
|
|
51
|
+
element: /* @__PURE__ */ s(
|
|
52
|
+
v,
|
|
53
|
+
{
|
|
54
|
+
isAuthenticated: c,
|
|
55
|
+
loginUrl: r || "/",
|
|
56
|
+
children: e.element
|
|
57
|
+
},
|
|
58
|
+
e.key
|
|
59
|
+
)
|
|
60
|
+
},
|
|
61
|
+
e.key
|
|
62
|
+
)),
|
|
63
|
+
P.map((e) => /* @__PURE__ */ s(o, { path: e.path, element: e.element }, e.key)),
|
|
64
|
+
u.map((e) => /* @__PURE__ */ s(o, { path: e.path, element: e.element }, e.path)),
|
|
65
|
+
/* @__PURE__ */ s(
|
|
66
|
+
o,
|
|
67
|
+
{
|
|
68
|
+
path: "*",
|
|
69
|
+
element: /* @__PURE__ */ s(y, { basePath: "/" })
|
|
70
|
+
},
|
|
71
|
+
"not-found-page"
|
|
72
|
+
)
|
|
73
|
+
] });
|
|
74
|
+
};
|
|
75
|
+
export {
|
|
76
|
+
F as StandaloneAppRoutesProvider,
|
|
77
|
+
F as default
|
|
78
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { AccessDeniedPage as o } from "../../pages/access-denied.mjs";
|
|
3
|
+
import { AppErrorPage as e } from "../../types/index.mjs";
|
|
4
|
+
import { ForbiddenPage as t } from "../../pages/forbidden.mjs";
|
|
5
|
+
import { NotFoundPage as E } from "../../pages/not-found.mjs";
|
|
6
|
+
import { ServerErrorPage as m } from "../../pages/server-error.mjs";
|
|
7
|
+
import { UserBlockedPage as p } from "../../pages/user-blocked.mjs";
|
|
8
|
+
import { DefaultErrorPage as D } from "../../pages/default-error.mjs";
|
|
9
|
+
const S = () => [
|
|
10
|
+
{
|
|
11
|
+
key: e.FORBIDDEN,
|
|
12
|
+
path: e.FORBIDDEN,
|
|
13
|
+
element: /* @__PURE__ */ r(t, {})
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
key: e.NOT_FOUND,
|
|
17
|
+
path: e.NOT_FOUND,
|
|
18
|
+
element: /* @__PURE__ */ r(E, {})
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
key: e.SERVER_ERROR,
|
|
22
|
+
path: e.SERVER_ERROR,
|
|
23
|
+
element: /* @__PURE__ */ r(m, {})
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
key: e.ACCESS_DENIED,
|
|
27
|
+
path: e.ACCESS_DENIED,
|
|
28
|
+
element: /* @__PURE__ */ r(o, {})
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
key: e.USER_BLOCKED,
|
|
32
|
+
path: e.USER_BLOCKED,
|
|
33
|
+
element: /* @__PURE__ */ r(p, {})
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
key: e.DEFAULT,
|
|
37
|
+
path: e.DEFAULT,
|
|
38
|
+
element: /* @__PURE__ */ r(D, {})
|
|
39
|
+
}
|
|
40
|
+
];
|
|
41
|
+
export {
|
|
42
|
+
S as usePublicErrorRoutesConfig
|
|
43
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var d = /* @__PURE__ */ ((n) => (n.ACCESS_DENIED = "access-denied", n.NOT_FOUND = "not-found", n.DEFAULT = "default-error", n.FORBIDDEN = "forbidden", n.SERVER_ERROR = "server-error", n.USER_BLOCKED = "user-blocked", n.UNKNOWN = "unknown", n))(d || {});
|
|
2
|
+
export {
|
|
3
|
+
d as AppErrorPage
|
|
4
|
+
};
|
package/1-CArqgiQa.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const z="data:image/png;base64,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";exports.avatar1Img=z;
|
package/1-Df9CGZha.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const z = "data:image/png;base64,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";
|
|
2
|
-
export {
|
|
3
|
-
z as a
|
|
4
|
-
};
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
declare const MockIcon: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
-
export default MockIcon;
|
|
4
|
-
export declare const Palette: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
5
|
-
export declare const Paintbrush: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
-
export declare const Layers: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export declare const Sparkles: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
8
|
-
export declare const Square: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
-
export declare const Ban: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
10
|
-
export declare const Monitor: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
-
export declare const Smartphone: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
12
|
-
export declare const Image: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
13
|
-
export declare const Waves: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
14
|
-
export declare const Sun: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
15
|
-
export declare const Moon: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
|
-
export declare const Check: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
17
|
-
export declare const ChevronDown: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
18
|
-
export declare const ChevronUp: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
19
|
-
export declare const ChevronLeft: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
20
|
-
export declare const ChevronRight: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
-
export declare const X: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
22
|
-
export declare const Menu: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
23
|
-
export declare const Search: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
24
|
-
export declare const Home: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
25
|
-
export declare const Settings: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
26
|
-
export declare const User: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
27
|
-
export declare const Bell: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
28
|
-
export declare const Mail: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
29
|
-
export declare const Heart: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
30
|
-
export declare const Star: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
-
export declare const Plus: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
32
|
-
export declare const Minus: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
33
|
-
export declare const Edit: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
34
|
-
export declare const Trash: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
35
|
-
export declare const Copy: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
36
|
-
export declare const Download: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
-
export declare const Upload: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
38
|
-
export declare const Eye: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
39
|
-
export declare const EyeOff: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
40
|
-
export declare const Lock: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
41
|
-
export declare const Unlock: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
42
|
-
export declare const Info: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
43
|
-
export declare const AlertCircle: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
44
|
-
export declare const AlertTriangle: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
45
|
-
export declare const CheckCircle: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
46
|
-
export declare const XCircle: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
47
|
-
export declare const ArrowLeft: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
48
|
-
export declare const ArrowRight: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
49
|
-
export declare const ArrowUp: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
50
|
-
export declare const ArrowDown: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
51
|
-
export declare const RotateCw: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
52
|
-
export declare const RefreshCw: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
53
|
-
export declare const Loader: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
54
|
-
export declare const Loader2: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
55
|
-
export declare const MoreHorizontal: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
56
|
-
export declare const MoreVertical: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
57
|
-
export declare const ExternalLink: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
58
|
-
export declare const Link: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
59
|
-
export declare const Calendar: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
60
|
-
export declare const Clock: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
61
|
-
export declare const Filter: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
62
|
-
export declare const SortAsc: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
63
|
-
export declare const SortDesc: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
64
|
-
export declare const Maximize: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
65
|
-
export declare const Minimize: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
66
|
-
export declare const Globe: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
67
|
-
export declare const FileText: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
68
|
-
export declare const Folder: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
69
|
-
export declare const Code: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
70
|
-
export declare const Terminal: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
71
|
-
export declare const Database: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
72
|
-
export declare const Server: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
73
|
-
export declare const Cloud: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
74
|
-
export declare const Wifi: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
75
|
-
export declare const Bluetooth: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
76
|
-
export declare const Battery: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
77
|
-
export declare const Power: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
78
|
-
export declare const Zap: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
79
|
-
export declare const Activity: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
80
|
-
export declare const BarChart2: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
81
|
-
export declare const PieChart: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
82
|
-
export declare const TrendingUp: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
83
|
-
export declare const TrendingDown: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
84
|
-
export declare const DollarSign: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
85
|
-
export declare const CreditCard: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
86
|
-
export declare const ShoppingCart: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
87
|
-
export declare const Package: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
88
|
-
export declare const Truck: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
89
|
-
export declare const MapPin: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
90
|
-
export declare const Navigation: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
91
|
-
export declare const Compass: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
92
|
-
export declare const Map: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
93
|
-
export declare const Camera: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
94
|
-
export declare const Video: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
95
|
-
export declare const Music: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
96
|
-
export declare const Volume2: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
97
|
-
export declare const VolumeX: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
98
|
-
export declare const Mic: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
99
|
-
export declare const MicOff: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
100
|
-
export declare const Phone: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
101
|
-
export declare const PhoneOff: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
102
|
-
export declare const MessageSquare: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
103
|
-
export declare const MessageCircle: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
104
|
-
export declare const Send: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
105
|
-
export declare const Inbox: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
106
|
-
export declare const Archive: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
107
|
-
export declare const Bookmark: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
108
|
-
export declare const Flag: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
109
|
-
export declare const Tag: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
110
|
-
export declare const Hash: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
111
|
-
export declare const AtSign: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
112
|
-
export declare const Paperclip: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
113
|
-
export declare const Scissors: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
114
|
-
export declare const Clipboard: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
115
|
-
export declare const Save: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
116
|
-
export declare const Share: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
117
|
-
export declare const Share2: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
118
|
-
export declare const LogIn: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
119
|
-
export declare const LogOut: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
120
|
-
export declare const UserPlus: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
121
|
-
export declare const UserMinus: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
122
|
-
export declare const Users: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
123
|
-
export declare const Shield: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
124
|
-
export declare const Key: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
125
|
-
export declare const Fingerprint: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
126
|
-
export declare const AlertOctagon: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
127
|
-
export declare const HelpCircle: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
128
|
-
export declare const type: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
129
|
-
export declare const createLucideIcon: () => React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
package/__tests__/setup.d.ts
DELETED
|
File without changes
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface ForgetPasswordFormData {
|
|
2
|
-
email: string;
|
|
3
|
-
}
|
|
4
|
-
export interface ForgetPasswordFormProps {
|
|
5
|
-
title?: string;
|
|
6
|
-
description?: string;
|
|
7
|
-
buttonText?: string;
|
|
8
|
-
onSubmit?: (data: ForgetPasswordFormData) => void;
|
|
9
|
-
isLoading?: boolean;
|
|
10
|
-
error?: string;
|
|
11
|
-
className?: string;
|
|
12
|
-
successMessage?: string;
|
|
13
|
-
children?: React.ReactNode;
|
|
14
|
-
}
|
|
15
|
-
export declare function ForgetPasswordForm({ title, description, buttonText, onSubmit, isLoading, error, className, successMessage, children, }: ForgetPasswordFormProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export default ForgetPasswordForm;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
export interface ResetPinFormData {
|
|
3
|
-
pin: string;
|
|
4
|
-
}
|
|
5
|
-
export interface ResetPinFormProps {
|
|
6
|
-
title?: string;
|
|
7
|
-
description?: string;
|
|
8
|
-
buttonText?: string;
|
|
9
|
-
onSubmit?: (data: ResetPinFormData) => void;
|
|
10
|
-
signInPath: string;
|
|
11
|
-
className?: string;
|
|
12
|
-
isLoading?: boolean;
|
|
13
|
-
error?: string;
|
|
14
|
-
pinLength?: number;
|
|
15
|
-
children?: React.ReactNode;
|
|
16
|
-
}
|
|
17
|
-
export declare function ResetPinForm({ title, description, buttonText, onSubmit, signInPath, className, isLoading, error, pinLength, children, }: ResetPinFormProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
export default ResetPinForm;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface SignInFormData {
|
|
2
|
-
email: string;
|
|
3
|
-
password: string;
|
|
4
|
-
rememberMe: boolean;
|
|
5
|
-
}
|
|
6
|
-
export interface SignInFormProps {
|
|
7
|
-
title?: string;
|
|
8
|
-
description?: string;
|
|
9
|
-
buttonText?: string;
|
|
10
|
-
forgetPasswordPath: string;
|
|
11
|
-
onSubmit?: (data: SignInFormData) => void;
|
|
12
|
-
isLoading?: boolean;
|
|
13
|
-
error?: string;
|
|
14
|
-
className?: string;
|
|
15
|
-
children?: React.ReactNode;
|
|
16
|
-
}
|
|
17
|
-
export declare function SignInForm({ title, description, buttonText, forgetPasswordPath, onSubmit, isLoading, error, className, children, }: SignInFormProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
export default SignInForm;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export interface SignUpFormData {
|
|
2
|
-
firstName: string;
|
|
3
|
-
lastName: string;
|
|
4
|
-
email: string;
|
|
5
|
-
password: string;
|
|
6
|
-
agreeToTerms: boolean;
|
|
7
|
-
}
|
|
8
|
-
export interface SignUpFormProps {
|
|
9
|
-
title?: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
buttonText?: string;
|
|
12
|
-
onSubmit?: (data: SignUpFormData) => void;
|
|
13
|
-
isLoading?: boolean;
|
|
14
|
-
error?: string;
|
|
15
|
-
className?: string;
|
|
16
|
-
termsOfServicePath?: string;
|
|
17
|
-
privacyPolicyPath?: string;
|
|
18
|
-
children?: React.ReactNode;
|
|
19
|
-
}
|
|
20
|
-
export declare function SignUpForm({ title, description, buttonText, onSubmit, isLoading, error, className, termsOfServicePath, privacyPolicyPath, children, }: SignUpFormProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
export default SignUpForm;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export type CoinCardProps = {
|
|
2
|
-
id: string;
|
|
3
|
-
name: string;
|
|
4
|
-
symbol: string;
|
|
5
|
-
logo: string;
|
|
6
|
-
balance: string;
|
|
7
|
-
usdBalance: string;
|
|
8
|
-
change: string;
|
|
9
|
-
isChangePositive: boolean;
|
|
10
|
-
color?: string;
|
|
11
|
-
};
|
|
12
|
-
export declare function CoinCard({ name, symbol, logo, balance, usdBalance, change, isChangePositive, color, }: CoinCardProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
interface CoinSliderProps {
|
|
14
|
-
coins: CoinCardProps[];
|
|
15
|
-
}
|
|
16
|
-
export default function CoinSlider({ coins }: CoinSliderProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
type ItemType = {
|
|
2
|
-
id?: string | number;
|
|
3
|
-
name: string;
|
|
4
|
-
logo: string;
|
|
5
|
-
balance?: string;
|
|
6
|
-
coinType?: string;
|
|
7
|
-
};
|
|
8
|
-
type CardProps = {
|
|
9
|
-
item: ItemType;
|
|
10
|
-
className?: string;
|
|
11
|
-
variant?: 'small' | 'medium' | 'large';
|
|
12
|
-
imageClassName?: string;
|
|
13
|
-
};
|
|
14
|
-
export declare function CoinInfoCard({ item, className, variant, imageClassName, }: CardProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export default CoinInfoCard;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
export type CoinTypes = {
|
|
3
|
-
icon: ReactNode;
|
|
4
|
-
code: string;
|
|
5
|
-
name: string;
|
|
6
|
-
price: number;
|
|
7
|
-
};
|
|
8
|
-
export type CoinListBoxProps = {
|
|
9
|
-
coins: CoinTypes[];
|
|
10
|
-
selectedCoin: CoinTypes;
|
|
11
|
-
setSelectedCoin: (selectedCoin: CoinTypes) => void;
|
|
12
|
-
className?: string;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
};
|
|
15
|
-
declare function CoinListBox({ className, coins, selectedCoin, setSelectedCoin, disabled, }: CoinListBoxProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
declare namespace CoinListBox {
|
|
17
|
-
var displayName: string;
|
|
18
|
-
}
|
|
19
|
-
export default CoinListBox;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
type ItemType = {
|
|
2
|
-
id?: string | number;
|
|
3
|
-
name: string;
|
|
4
|
-
slug: string;
|
|
5
|
-
title: string;
|
|
6
|
-
cover_image: string;
|
|
7
|
-
number_of_artwork: number;
|
|
8
|
-
user: {
|
|
9
|
-
avatar?: string;
|
|
10
|
-
name: string;
|
|
11
|
-
slug: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export interface CollectionCardProps {
|
|
15
|
-
item: ItemType;
|
|
16
|
-
className?: string;
|
|
17
|
-
}
|
|
18
|
-
export declare function CollectionCard({ item, className }: CollectionCardProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
export default CollectionCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
type CollectionList = {
|
|
2
|
-
icon: string;
|
|
3
|
-
name: string;
|
|
4
|
-
value: string;
|
|
5
|
-
};
|
|
6
|
-
export interface CollectionSelectListTypes {
|
|
7
|
-
collectionList: CollectionList[];
|
|
8
|
-
onSelect: (value: string) => void;
|
|
9
|
-
placeholder?: string;
|
|
10
|
-
noResultsMessage?: string;
|
|
11
|
-
className?: string;
|
|
12
|
-
}
|
|
13
|
-
export declare function CollectionSelectList({ collectionList, onSelect, placeholder, noResultsMessage, className, }: CollectionSelectListTypes): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export default CollectionSelectList;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export type CoinList = 'BTC' | 'ETH' | 'USDT' | 'BNB' | 'USDC' | 'ADA' | 'DOGE';
|
|
2
|
-
export interface CurrencySwapIconsProps {
|
|
3
|
-
from: CoinList;
|
|
4
|
-
to: CoinList;
|
|
5
|
-
}
|
|
6
|
-
export declare function CurrencySwapIcons({ from, to }: CurrencySwapIconsProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default CurrencySwapIcons;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './coin-card';
|
|
2
|
-
export * from './coin-listbox';
|
|
3
|
-
export * from './collection-card';
|
|
4
|
-
export * from './collection-select-list';
|
|
5
|
-
export * from './currency-swap-icons';
|
|
6
|
-
export * from './coin-info-card';
|
|
7
|
-
export * from './live-price-feed';
|
|
8
|
-
export * from './nft-grid';
|
|
9
|
-
export * from './transaction-info';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export type Price = {
|
|
2
|
-
name: number;
|
|
3
|
-
value: number;
|
|
4
|
-
};
|
|
5
|
-
export type LivePriceFeedProps = {
|
|
6
|
-
id: string;
|
|
7
|
-
name: string;
|
|
8
|
-
symbol: string;
|
|
9
|
-
icon: React.ReactElement;
|
|
10
|
-
balance: string;
|
|
11
|
-
usdBalance: string;
|
|
12
|
-
change: string;
|
|
13
|
-
isChangePositive: boolean;
|
|
14
|
-
isBorder?: boolean;
|
|
15
|
-
prices: Price[];
|
|
16
|
-
};
|
|
17
|
-
export declare function LivePriceFeed({ id, name, symbol, icon, balance, usdBalance, change, isChangePositive, prices, isBorder, }: LivePriceFeedProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
export interface PriceFeedSliderProps {
|
|
19
|
-
limit: number;
|
|
20
|
-
gridClassName: string;
|
|
21
|
-
priceFeeds: LivePriceFeedProps[];
|
|
22
|
-
}
|
|
23
|
-
export declare function PriceFeedSlider({ limit, priceFeeds, gridClassName, }: PriceFeedSliderProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
export default PriceFeedSlider;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export type NFTGridProps = {
|
|
2
|
-
author: string;
|
|
3
|
-
authorImage: string;
|
|
4
|
-
image: string;
|
|
5
|
-
name: string;
|
|
6
|
-
collection: string;
|
|
7
|
-
price: string;
|
|
8
|
-
profilePath?: string;
|
|
9
|
-
};
|
|
10
|
-
export declare function NFTGrid({ author, authorImage, image, name, collection, price, profilePath, }: NFTGridProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export default NFTGrid;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export interface TransactionInfoTypes {
|
|
2
|
-
label: string;
|
|
3
|
-
value?: string | number;
|
|
4
|
-
className?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare function TransactionInfo({ label, value, className, }: TransactionInfoTypes): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default TransactionInfo;
|