@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,57 @@
|
|
|
1
|
+
import { jsxs as p, jsx as A } from "react/jsx-runtime";
|
|
2
|
+
function l(i) {
|
|
3
|
+
return /* @__PURE__ */ p(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: "35",
|
|
7
|
+
height: "35",
|
|
8
|
+
viewBox: "0 0 35 35",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...i,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ A("circle", { cx: "17.5", cy: "17.5", r: "17.5", fill: "#F0EFED" }),
|
|
14
|
+
/* @__PURE__ */ A(
|
|
15
|
+
"rect",
|
|
16
|
+
{
|
|
17
|
+
x: "4.375",
|
|
18
|
+
y: "4.37549",
|
|
19
|
+
width: "26.25",
|
|
20
|
+
height: "26.25",
|
|
21
|
+
fill: "url(#pattern0)"
|
|
22
|
+
}
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ p("defs", { children: [
|
|
25
|
+
/* @__PURE__ */ A(
|
|
26
|
+
"pattern",
|
|
27
|
+
{
|
|
28
|
+
id: "pattern0",
|
|
29
|
+
patternContentUnits: "objectBoundingBox",
|
|
30
|
+
width: "1",
|
|
31
|
+
height: "1",
|
|
32
|
+
children: /* @__PURE__ */ A(
|
|
33
|
+
"use",
|
|
34
|
+
{
|
|
35
|
+
xlinkHref: "#image0_151_1303",
|
|
36
|
+
transform: "translate(-0.194444 -0.194444) scale(0.00694444)"
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
}
|
|
40
|
+
),
|
|
41
|
+
/* @__PURE__ */ A(
|
|
42
|
+
"image",
|
|
43
|
+
{
|
|
44
|
+
id: "image0_151_1303",
|
|
45
|
+
width: "200",
|
|
46
|
+
height: "200",
|
|
47
|
+
xlinkHref: "data:image/png;base64,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"
|
|
48
|
+
}
|
|
49
|
+
)
|
|
50
|
+
] })
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
export {
|
|
56
|
+
l as EthereumDark
|
|
57
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { jsxs as t, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
function h(a) {
|
|
3
|
+
return /* @__PURE__ */ t(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...a,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ l(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z",
|
|
17
|
+
fill: "#50AD64"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ l(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M17.247 13.146 12.17 15.32a.404.404 0 0 1-.34 0l-5.077-2.173a.213.213 0 0 0-.252.327l5.16 6.638a.43.43 0 0 0 .678 0l5.16-6.638a.213.213 0 0 0-.252-.327Z",
|
|
24
|
+
fill: "#86FDAA"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ l(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M12 15.356v4.92a.442.442 0 0 1-.34-.165L6.5 13.473a.213.213 0 0 1 .253-.327l5.077 2.173a.404.404 0 0 0 .17.037Z",
|
|
31
|
+
fill: "#6DE08E"
|
|
32
|
+
}
|
|
33
|
+
),
|
|
34
|
+
/* @__PURE__ */ l(
|
|
35
|
+
"path",
|
|
36
|
+
{
|
|
37
|
+
d: "M17.61 10.672 12.336 3.89a.422.422 0 0 0-.67 0l-5.276 6.782a.427.427 0 0 0 .17.65l5.275 2.263a.431.431 0 0 0 .331 0l5.276-2.264a.428.428 0 0 0 .17-.65Z",
|
|
38
|
+
fill: "#86FDAA"
|
|
39
|
+
}
|
|
40
|
+
),
|
|
41
|
+
/* @__PURE__ */ l(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
d: "M17.69 11.015 12 8.98V3.724a.433.433 0 0 1 .335.166l5.276 6.782a.418.418 0 0 1 .078.343ZM12 8.98v4.638a.437.437 0 0 1-.166-.033l-5.276-2.263a.42.42 0 0 1-.248-.307L12 8.98Z",
|
|
45
|
+
fill: "#6DE08E"
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ l(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
d: "M12 3.724V8.98l-5.69 2.036a.419.419 0 0 1 .079-.343l5.275-6.782A.433.433 0 0 1 12 3.724Z",
|
|
52
|
+
fill: "#5FC77D"
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
export {
|
|
60
|
+
h as Ethereum
|
|
61
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsxs as o, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
function n(r) {
|
|
3
|
+
return /* @__PURE__ */ o(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: "16",
|
|
7
|
+
height: "14",
|
|
8
|
+
viewBox: "0 0 16 14",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...r,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ C(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M3.38615 1.32163C3.68849 1.01929 3.68849 0.529097 3.38615 0.226756C3.08381 -0.0755854 2.59361 -0.0755854 2.29127 0.226756L0.226756 2.29127C-0.0755854 2.59361 -0.0755854 3.08381 0.226756 3.38615L2.29127 5.45066C2.59361 5.75301 3.08381 5.75301 3.38615 5.45066C3.68849 5.14832 3.68849 4.65813 3.38615 4.35579L2.64326 3.6129H13.1613C13.5889 3.6129 13.9355 3.26628 13.9355 2.83871C13.9355 2.41113 13.5889 2.06452 13.1613 2.06452H2.64326L3.38615 1.32163Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ C(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M12.6139 8.48482C12.3115 8.78716 12.3115 9.27735 12.6139 9.57969L13.3567 10.3226H2.83871C2.41113 10.3226 2.06452 10.6692 2.06452 11.0968C2.06452 11.5243 2.41113 11.871 2.83871 11.871H13.3567L12.6139 12.6139C12.3115 12.9162 12.3115 13.4064 12.6139 13.7087C12.9162 14.0111 13.4064 14.0111 13.7087 13.7087L15.7732 11.6442C16.0756 11.3419 16.0756 10.8517 15.7732 10.5493L13.7087 8.48482C13.4064 8.18248 12.9162 8.18248 12.6139 8.48482Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
export {
|
|
32
|
+
n as ExchangeIcon
|
|
33
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsxs as o, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
function l(r) {
|
|
3
|
+
return /* @__PURE__ */ o(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 10 10",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...r,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M9.49827 5.50016C9.36569 5.50016 9.23854 5.55283 9.14479 5.64658C9.05103 5.74033 8.99837 5.86748 8.99837 6.00007V8.99934H0.999818V1.0008H3.99909C4.13168 1.0008 4.25883 0.948126 4.35258 0.854375C4.44633 0.760624 4.499 0.63347 4.499 0.500886C4.499 0.368302 4.44633 0.241148 4.35258 0.147397C4.25883 0.0536454 4.13168 0.000976563 3.99909 0.000976562H0.499909C0.367325 0.000976563 0.240171 0.0536454 0.14642 0.147397C0.0526688 0.241148 0 0.368302 0 0.500886V9.49925C0 9.63184 0.0526688 9.75899 0.14642 9.85274C0.240171 9.94649 0.367325 9.99916 0.499909 9.99916H9.49827C9.63086 9.99916 9.75801 9.94649 9.85176 9.85274C9.94552 9.75899 9.99818 9.63184 9.99818 9.49925V6.00007C9.99818 5.86748 9.94552 5.74033 9.85176 5.64658C9.75801 5.55283 9.63086 5.50016 9.49827 5.50016Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ C(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M9.6891 0.040394C9.52263 -0.0285935 9.61961 0.0148986 6.99909 0.000901165C6.8665 0.000901165 6.73935 0.05357 6.6456 0.147321C6.55185 0.241072 6.49918 0.368226 6.49918 0.50081C6.49918 0.633394 6.55185 0.760548 6.6456 0.8543C6.73935 0.948051 6.8665 1.00072 6.99909 1.00072H8.29185L4.64651 4.64606C4.59877 4.69217 4.56068 4.74733 4.53448 4.80833C4.50828 4.86932 4.49449 4.93491 4.49392 5.00129C4.49334 5.06767 4.50599 5.1335 4.53112 5.19493C4.55626 5.25637 4.59338 5.31219 4.64032 5.35913C4.68725 5.40606 4.74307 5.44318 4.80451 5.46832C4.86594 5.49345 4.93177 5.5061 4.99815 5.50553C5.06453 5.50495 5.13013 5.49116 5.19112 5.46496C5.25211 5.43876 5.30727 5.40068 5.35338 5.35293L8.99872 1.70809V3.00036C8.99872 3.13294 9.05139 3.26009 9.14514 3.35385C9.23889 3.4476 9.36605 3.50027 9.49863 3.50027C9.63122 3.50027 9.75837 3.4476 9.85212 3.35385C9.94587 3.26009 9.99854 3.13294 9.99854 3.00036C9.98554 0.366834 10.029 0.475815 9.96005 0.310345C9.90908 0.188003 9.81163 0.0909038 9.6891 0.040394Z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
l as ExportIcon
|
|
31
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsxs as l, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
function C(r) {
|
|
3
|
+
return /* @__PURE__ */ l(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: "16",
|
|
7
|
+
height: "16",
|
|
8
|
+
viewBox: "0 0 16 16",
|
|
9
|
+
...r,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ l("g", { clipPath: "url(#clip0_959_3041)", children: [
|
|
14
|
+
/* @__PURE__ */ i(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M15.2729 0H9.4547C9.05304 0 8.72741 0.325625 8.72741 0.727281C8.72741 1.12894 9.05304 1.45456 9.4547 1.45456H13.5171L6.03138 8.94031C5.74735 9.22434 5.74735 9.68478 6.03138 9.96881C6.17335 10.1108 6.35948 10.1818 6.5456 10.1818C6.73173 10.1818 6.91788 10.1108 7.05988 9.96878L14.5456 2.48306V6.54547C14.5456 6.94713 14.8713 7.27275 15.2729 7.27275C15.6746 7.27275 16.0002 6.94713 16.0002 6.54547V0.727281C16.0002 0.325625 15.6745 0 15.2729 0Z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ i(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M12.3636 7.2728C11.962 7.2728 11.6363 7.59843 11.6363 8.00009V14.5456H1.45453V4.36371H8C8.40166 4.36371 8.72728 4.03809 8.72728 3.63643C8.72728 3.23477 8.40166 2.90918 8 2.90918H0.727281C0.325625 2.90918 0 3.2348 0 3.63646V15.2728C0 15.6745 0.325625 16.0001 0.727281 16.0001H12.3637C12.7653 16.0001 13.0909 15.6745 13.0909 15.2728V8.00009C13.0909 7.59843 12.7653 7.2728 12.3636 7.2728Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ i("defs", { children: /* @__PURE__ */ i("clipPath", { id: "clip0_959_3041", children: /* @__PURE__ */ i("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
export {
|
|
35
|
+
C as ExternalLink
|
|
36
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsxs as n, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
function t(r) {
|
|
3
|
+
return /* @__PURE__ */ n(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
fill: "none",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
strokeWidth: 1.5,
|
|
10
|
+
stroke: "currentColor",
|
|
11
|
+
...r,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ o(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
d: "M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ o(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round",
|
|
26
|
+
d: "M15 12a3 3 0 11-6 0 3 3 0 016 0z"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
t as EyeIcon
|
|
35
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
function e(r) {
|
|
3
|
+
return /* @__PURE__ */ o(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
fill: "none",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
strokeWidth: 1.5,
|
|
10
|
+
stroke: "currentColor",
|
|
11
|
+
...r,
|
|
12
|
+
children: /* @__PURE__ */ o(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
e as EyeSlashIcon
|
|
25
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsxs as r, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
function t(l) {
|
|
3
|
+
return /* @__PURE__ */ r(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: "18",
|
|
7
|
+
height: "18",
|
|
8
|
+
viewBox: "0 0 18 18",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...l,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ C(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M2.7269 4.13514C2.7269 3.59778 3.16251 3.16216 3.69987 3.16216C4.23723 3.16216 4.67284 3.59778 4.67284 4.13514C4.67284 4.67249 4.23723 5.10811 3.69987 5.10811C3.16251 5.10811 2.7269 4.67249 2.7269 4.13514Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ C(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M5.64581 4.13514C5.64581 3.59778 6.08143 3.16216 6.61879 3.16216C7.15615 3.16216 7.59176 3.59778 7.59176 4.13514C7.59176 4.67249 7.15615 5.10811 6.61879 5.10811C6.08143 5.10811 5.64581 4.67249 5.64581 4.13514Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ C(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M3.69987 9.97297C3.16251 9.97297 2.7269 10.4086 2.7269 10.9459C2.7269 11.4833 3.16251 11.9189 3.69987 11.9189C4.23723 11.9189 4.67284 11.4833 4.67284 10.9459C4.67284 10.4086 4.23723 9.97297 3.69987 9.97297Z",
|
|
31
|
+
fill: "currentColor"
|
|
32
|
+
}
|
|
33
|
+
),
|
|
34
|
+
/* @__PURE__ */ C(
|
|
35
|
+
"path",
|
|
36
|
+
{
|
|
37
|
+
d: "M6.61879 9.97297C6.08143 9.97297 5.64581 10.4086 5.64581 10.9459C5.64581 11.4833 6.08143 11.9189 6.61879 11.9189C7.15615 11.9189 7.59176 11.4833 7.59176 10.9459C7.59176 10.4086 7.15615 9.97297 6.61879 9.97297Z",
|
|
38
|
+
fill: "currentColor"
|
|
39
|
+
}
|
|
40
|
+
),
|
|
41
|
+
/* @__PURE__ */ C(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
fillRule: "evenodd",
|
|
45
|
+
clipRule: "evenodd",
|
|
46
|
+
d: "M2.67568 0C1.19794 0 0 1.19794 0 2.67568V5.59459C0 6.36131 0.322487 7.05271 0.839219 7.54054C0.322487 8.02837 0 8.71977 0 9.48649V12.4054C0 13.8831 1.19794 15.0811 2.67568 15.0811H7.835V16.5405H1.75392C1.3509 16.5405 1.02419 16.8673 1.02419 17.2703C1.02419 17.6733 1.3509 18 1.75392 18H15.3755C15.7786 18 16.1053 17.6733 16.1053 17.2703C16.1053 16.8673 15.7786 16.5405 15.3755 16.5405H9.29446V15.0811H14.3514C15.8291 15.0811 17.027 13.8831 17.027 12.4054V9.48649C17.027 8.71977 16.7045 8.02838 16.1878 7.54054C16.7045 7.05271 17.027 6.36131 17.027 5.59459V2.67568C17.027 1.19794 15.8291 0 14.3514 0H2.67568ZM2.67568 6.81081H14.3514C15.023 6.81081 15.5676 6.26629 15.5676 5.59459V2.67568C15.5676 2.00398 15.023 1.45946 14.3514 1.45946H2.67568C2.00398 1.45946 1.45946 2.00398 1.45946 2.67568V5.59459C1.45946 6.26629 2.00398 6.81081 2.67568 6.81081ZM2.67568 8.27027C2.00398 8.27027 1.45946 8.81479 1.45946 9.48649V12.4054C1.45946 13.0771 2.00398 13.6216 2.67568 13.6216H14.3514C15.023 13.6216 15.5676 13.0771 15.5676 12.4054V9.48649C15.5676 8.81479 15.023 8.27027 14.3514 8.27027H2.67568Z",
|
|
47
|
+
fill: "currentColor"
|
|
48
|
+
}
|
|
49
|
+
)
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
}
|
|
54
|
+
export {
|
|
55
|
+
t as FarmIcon
|
|
56
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const o = (e) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "15",
|
|
6
|
+
height: "20",
|
|
7
|
+
viewBox: "0 0 15 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M9.61379 0.309937C9.89044 0.427717 10.07 0.699327 10.07 1V7.99819H14C14.2667 7.99819 14.5133 8.13982 14.6478 8.37018C14.7822 8.60053 14.7842 8.88494 14.653 9.11714L14.1609 9.988C12.2948 13.2906 9.9149 16.2752 7.11058 18.8298L6.31506 19.5544C6.0955 19.7545 5.7786 19.8061 5.50693 19.686C5.23526 19.566 5.06 19.297 5.06 19V12.0611H1C0.585786 12.0611 0.25 11.7254 0.25 11.3111C0.25 11.177 0.285225 11.051 0.346932 10.9421C2.10572 7.69064 4.3575 4.73117 7.02222 2.16895L8.80017 0.459375C9.0169 0.250976 9.33715 0.192157 9.61379 0.309937ZM2.28458 10.5611H5.81C6.22421 10.5611 6.56 10.8969 6.56 11.3111V17.2945C8.9786 15.009 11.0517 12.3827 12.7134 9.49819H9.32C8.90579 9.49819 8.57 9.1624 8.57 8.74819V2.76162L8.06188 3.25019C5.8111 5.4144 3.86782 7.87442 2.28458 10.5611Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
o as FlashIcon
|
|
24
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
function o(l) {
|
|
3
|
+
return /* @__PURE__ */ i(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: "24",
|
|
8
|
+
height: "24",
|
|
9
|
+
viewBox: "0 0 40 40",
|
|
10
|
+
fill: "none",
|
|
11
|
+
...l,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ e("g", { opacity: "0.1", filter: "url(#filter0_b)", children: /* @__PURE__ */ e("circle", { cx: "20", cy: "20", r: "20", fill: "#00EF8B", fillOpacity: "0.9" }) }),
|
|
14
|
+
/* @__PURE__ */ e(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M24.7826 13.9127C23.8221 13.9127 23.0435 14.6913 23.0435 15.6518V17.0433H28.6956V22.3476H22.9565V24.6085C22.9565 28.7867 19.5695 32.1737 15.3913 32.1737C11.2132 32.1737 7.82611 28.7867 7.82611 24.6085C7.82611 20.4304 11.2132 17.0433 15.3913 17.0433H17.8261V15.6518C17.8261 11.8099 20.9406 8.69531 24.7826 8.69531H31.3478V13.9127H24.7826ZM17.8261 17.0866V22.3476H22.9565V17.0866H17.8261ZM15.3913 22.2607C14.0947 22.2607 13.0435 23.3118 13.0435 24.6085C13.0435 25.9052 14.0947 26.9563 15.3913 26.9563C16.688 26.9563 17.7392 25.9052 17.7392 24.6085V22.2607H15.3913Z",
|
|
20
|
+
fill: "#03DB80"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ i(
|
|
24
|
+
"filter",
|
|
25
|
+
{
|
|
26
|
+
id: "filter0_b",
|
|
27
|
+
x: "-17.6812",
|
|
28
|
+
y: "-17.6812",
|
|
29
|
+
width: "75.3623",
|
|
30
|
+
height: "75.3623",
|
|
31
|
+
filterUnits: "userSpaceOnUse",
|
|
32
|
+
colorInterpolationFilters: "sRGB",
|
|
33
|
+
children: [
|
|
34
|
+
/* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
35
|
+
/* @__PURE__ */ e("feGaussianBlur", { in: "BackgroundImage", stdDeviation: "8.84058" }),
|
|
36
|
+
/* @__PURE__ */ e(
|
|
37
|
+
"feComposite",
|
|
38
|
+
{
|
|
39
|
+
in2: "SourceAlpha",
|
|
40
|
+
operator: "in",
|
|
41
|
+
result: "effect1_backgroundBlur"
|
|
42
|
+
}
|
|
43
|
+
),
|
|
44
|
+
/* @__PURE__ */ e(
|
|
45
|
+
"feBlend",
|
|
46
|
+
{
|
|
47
|
+
mode: "normal",
|
|
48
|
+
in: "SourceGraphic",
|
|
49
|
+
in2: "effect1_backgroundBlur",
|
|
50
|
+
result: "shape"
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
) })
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export {
|
|
61
|
+
o as Flow
|
|
62
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const r = (V) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
viewBox: "0 0 16 16",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...V,
|
|
9
|
+
children: /* @__PURE__ */ C(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
d: "M14.5697 2.09766L13.2363 0.764313C13.1061 0.634094 12.8952 0.634094 12.765 0.764313C12.6348 0.894531 12.6348 1.10547 12.765 1.23566L13.8626 2.33331L12.765 3.43097C12.7025 3.49347 12.6673 3.57809 12.6673 3.66666V4.66666C12.6673 5.40203 13.2653 6 14.0007 6V11.6667C14.0007 11.8506 13.8513 12 13.6673 12C13.4834 12 13.334 11.8506 13.334 11.6667V11C13.334 10.4486 12.8854 10 12.334 10H12.0007V1.33334C12.0007 0.597969 11.4027 0 10.6673 0H4.00067C3.26533 0 2.66733 0.597969 2.66733 1.33334V13.3333C1.93198 13.3333 1.33398 13.9313 1.33398 14.6667V15.6667C1.33398 15.8509 1.48308 16 1.66733 16H13.0007C13.1849 16 13.334 15.8509 13.334 15.6667V14.6667C13.334 13.9313 12.736 13.3333 12.0007 13.3333V10.6667H12.334C12.5179 10.6667 12.6674 10.8161 12.6674 11V11.6667C12.6674 12.2181 13.1159 12.6667 13.6674 12.6667C14.2188 12.6667 14.6674 12.2181 14.6674 11.6667V2.33334C14.6673 2.24478 14.6322 2.16016 14.5697 2.09766ZM10.6673 5.67284C10.6673 5.85709 10.5182 6.00619 10.334 6.00619H4.33398C4.14973 6.00619 4.00064 5.85709 4.00064 5.67284V1.66666C4.00064 1.48241 4.14973 1.33331 4.33398 1.33331H10.334C10.5182 1.33331 10.6673 1.48241 10.6673 1.66666V5.67284Z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}
|
|
15
|
+
)
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
export {
|
|
19
|
+
r as GasIcon
|
|
20
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
function n(l) {
|
|
3
|
+
return /* @__PURE__ */ e(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 20 20",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...l,
|
|
10
|
+
children: /* @__PURE__ */ e(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M4 2H16.4444V18H4V2ZM13.7778 13.5556V15.3333H6.66667V13.5556H13.7778ZM6.66667 10.8889H13.7778V4.66667H6.66667V10.8889ZM12 6.44444H8.44444V9.11111H12V6.44444Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
n as GuideIcon
|
|
24
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { jsxs as r, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
function t(l) {
|
|
3
|
+
return /* @__PURE__ */ r(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: "18",
|
|
7
|
+
height: "18",
|
|
8
|
+
viewBox: "0 0 18 18",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...l,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ C(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M10.3846 6.28504C10.3846 5.90269 10.0747 5.59273 9.69231 5.59273H4.15385C3.7715 5.59273 3.46154 5.90269 3.46154 6.28504C3.46154 6.66739 3.7715 6.97735 4.15385 6.97735H9.69231C10.0747 6.97735 10.3846 6.66739 10.3846 6.28504Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ C(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M9.46154 9.05427C9.46154 8.67192 9.15158 8.36196 8.76923 8.36196H4.15385C3.7715 8.36196 3.46154 8.67192 3.46154 9.05427C3.46154 9.43662 3.7715 9.74658 4.15385 9.74658H8.76923C9.15158 9.74658 9.46154 9.43662 9.46154 9.05427Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ C(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M9.69231 11.1312C10.0747 11.1312 10.3846 11.4411 10.3846 11.8235C10.3846 12.2059 10.0747 12.5158 9.69231 12.5158H4.15385C3.7715 12.5158 3.46154 12.2059 3.46154 11.8235C3.46154 11.4411 3.7715 11.1312 4.15385 11.1312H9.69231Z",
|
|
31
|
+
fill: "currentColor"
|
|
32
|
+
}
|
|
33
|
+
),
|
|
34
|
+
/* @__PURE__ */ C(
|
|
35
|
+
"path",
|
|
36
|
+
{
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
clipRule: "evenodd",
|
|
39
|
+
d: "M3.46154 17.362H15.4615C16.8635 17.362 18 16.2255 18 14.8235V9.74658C18 9.36423 17.69 9.05428 17.3077 9.05428H14.3077V1.84799C14.3077 0.53408 12.8226 -0.230197 11.7534 0.533497L11.5918 0.648913C10.8714 1.16352 9.89546 1.16179 9.17163 0.644769C7.96806 -0.214923 6.33963 -0.214923 5.13607 0.644769C4.41223 1.16179 3.43634 1.16352 2.71589 0.648913L2.55431 0.533497C1.48514 -0.230197 0 0.534081 0 1.84799V13.9004C0 15.8122 1.54978 17.362 3.46154 17.362ZM5.94086 1.77148C6.663 1.25566 7.64469 1.25566 8.36684 1.77148C9.56871 2.62996 11.1913 2.63652 12.3966 1.77562L12.5582 1.66021C12.7109 1.55111 12.9231 1.66029 12.9231 1.84799V14.8235C12.9231 15.239 13.0229 15.6312 13.1999 15.9774H3.46154C2.31449 15.9774 1.38462 15.0475 1.38462 13.9004V1.84799C1.38462 1.66029 1.59678 1.55111 1.74952 1.66021L1.9111 1.77562C3.11636 2.63652 4.73898 2.62996 5.94086 1.77148ZM14.3077 14.8235V10.4389H16.6154V14.8235C16.6154 15.4608 16.0988 15.9774 15.4615 15.9774C14.8243 15.9774 14.3077 15.4608 14.3077 14.8235Z",
|
|
40
|
+
fill: "currentColor"
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
export {
|
|
48
|
+
t as HistoryIcon
|
|
49
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ C(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "17",
|
|
6
|
+
height: "18",
|
|
7
|
+
viewBox: "0 0 17 18",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M9.72358 2.08684C8.86926 1.26707 7.52039 1.26707 6.66607 2.08684L2.12596 6.44333C2.01472 6.55007 1.9399 6.68911 1.91209 6.84075C1.3683 9.80622 1.32816 12.8421 1.79336 15.8209L1.90378 16.528H4.8247V10.4326C4.8247 10.0261 5.15422 9.69656 5.5607 9.69656H10.8289C11.2354 9.69656 11.565 10.0261 11.565 10.4326V16.528H14.4859L14.5963 15.8209C15.0615 12.8421 15.0213 9.80622 14.4776 6.84075C14.4498 6.68911 14.3749 6.55007 14.2637 6.44333L9.72358 2.08684ZM5.6469 1.02471C7.07077 -0.341571 9.31888 -0.341571 10.7427 1.02471L15.2829 5.38121C15.6171 5.70191 15.8419 6.11965 15.9254 6.57525C16.499 9.70339 16.5414 12.9058 16.0507 16.0481L15.8733 17.1839C15.7999 17.6537 15.3953 18 14.9199 18H10.8289C10.4225 18 10.0929 17.6705 10.0929 17.264V11.1686H6.29671V17.264C6.29671 17.6705 5.96719 18 5.5607 18H1.46976C0.994319 18 0.589727 17.6537 0.516367 17.1839L0.338978 16.0481C-0.15174 12.9058 -0.109398 9.70339 0.464225 6.57525C0.54777 6.11965 0.772579 5.70191 1.10679 5.38121L5.6469 1.02471Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
l as HomeIcon
|
|
24
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { jsxs as l, jsx as L } from "react/jsx-runtime";
|
|
2
|
+
const h = (i) => /* @__PURE__ */ l(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "30",
|
|
6
|
+
height: "30",
|
|
7
|
+
viewBox: "0 0 30 30",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...i,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ l("g", { clipPath: "url(#clip0_151_1193)", children: [
|
|
13
|
+
/* @__PURE__ */ L(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z",
|
|
17
|
+
fill: "#F0F0F0"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ L(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M14.3477 15H29.9998C29.9998 13.6461 29.8193 12.3346 29.4831 11.0869H14.3477V15Z",
|
|
24
|
+
fill: "#D80027"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ L(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M14.3477 7.17381H27.7982C26.88 5.67545 25.7059 4.35105 24.3371 3.26074H14.3477V7.17381Z",
|
|
31
|
+
fill: "#D80027"
|
|
32
|
+
}
|
|
33
|
+
),
|
|
34
|
+
/* @__PURE__ */ L(
|
|
35
|
+
"path",
|
|
36
|
+
{
|
|
37
|
+
d: "M14.9994 29.9999C18.5296 29.9999 21.7743 28.7797 24.3367 26.739H5.66211C8.22442 28.7797 11.4692 29.9999 14.9994 29.9999Z",
|
|
38
|
+
fill: "#D80027"
|
|
39
|
+
}
|
|
40
|
+
),
|
|
41
|
+
/* @__PURE__ */ L(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
d: "M2.20146 22.8259H27.7983C28.5354 21.623 29.1071 20.3082 29.4831 18.9128H0.516602C0.892598 20.3082 1.4643 21.623 2.20146 22.8259Z",
|
|
45
|
+
fill: "#D80027"
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ L(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
d: "M6.94828 2.34246H8.31521L7.04373 3.26619L7.52941 4.76086L6.25799 3.83713L4.98656 4.76086L5.40609 3.46963C4.2866 4.40215 3.30539 5.49469 2.4968 6.71203H2.93479L2.12543 7.30002C1.99934 7.51037 1.8784 7.72406 1.7625 7.94092L2.14898 9.13043L1.42793 8.60654C1.24869 8.98629 1.08475 9.37459 0.937383 9.77098L1.36318 11.0816H2.93479L1.6633 12.0053L2.14898 13.5L0.877559 12.5763L0.115957 13.1296C0.0397266 13.7424 0 14.3665 0 15H15C15 6.71578 15 5.73914 15 0C12.0368 0 9.27451 0.85957 6.94828 2.34246ZM7.52941 13.5L6.25799 12.5763L4.98656 13.5L5.47225 12.0053L4.20076 11.0816H5.77236L6.25799 9.58693L6.74361 11.0816H8.31521L7.04373 12.0053L7.52941 13.5ZM7.04373 7.63576L7.52941 9.13043L6.25799 8.2067L4.98656 9.13043L5.47225 7.63576L4.20076 6.71203H5.77236L6.25799 5.21736L6.74361 6.71203H8.31521L7.04373 7.63576ZM12.9098 13.5L11.6384 12.5763L10.367 13.5L10.8527 12.0053L9.58119 11.0816H11.1528L11.6384 9.58693L12.124 11.0816H13.6956L12.4242 12.0053L12.9098 13.5ZM12.4242 7.63576L12.9098 9.13043L11.6384 8.2067L10.367 9.13043L10.8527 7.63576L9.58119 6.71203H11.1528L11.6384 5.21736L12.124 6.71203H13.6956L12.4242 7.63576ZM12.4242 3.26619L12.9098 4.76086L11.6384 3.83713L10.367 4.76086L10.8527 3.26619L9.58119 2.34246H11.1528L11.6384 0.847793L12.124 2.34246H13.6956L12.4242 3.26619Z",
|
|
52
|
+
fill: "#0052B4"
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
] }),
|
|
56
|
+
/* @__PURE__ */ L("defs", { children: /* @__PURE__ */ L("clipPath", { id: "clip0_151_1193", children: /* @__PURE__ */ L("rect", { width: "30", height: "30", fill: "white" }) }) })
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
);
|
|
60
|
+
export {
|
|
61
|
+
h as IconUSFlag
|
|
62
|
+
};
|