@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,40 @@
|
|
|
1
|
+
import { jsxs as C, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const e = ({
|
|
3
|
+
size: i,
|
|
4
|
+
color: r
|
|
5
|
+
}) => /* @__PURE__ */ C(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 20 20",
|
|
10
|
+
"data-testid": "ColumnIndicator",
|
|
11
|
+
width: i || 24,
|
|
12
|
+
height: i || 24,
|
|
13
|
+
fill: "none",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t(
|
|
16
|
+
"mask",
|
|
17
|
+
{
|
|
18
|
+
id: "mask0_802_737",
|
|
19
|
+
maskUnits: "userSpaceOnUse",
|
|
20
|
+
x: "0",
|
|
21
|
+
y: "0",
|
|
22
|
+
width: "20",
|
|
23
|
+
height: "20",
|
|
24
|
+
children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: r || "var(--color-table-primary)" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ t("g", { children: /* @__PURE__ */ t(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M3.58979 15H6.94717V4.99998H3.58979C3.515 4.99998 3.45356 5.02402 3.40548 5.0721C3.3574 5.12019 3.33335 5.18163 3.33335 5.25642V14.7435C3.33335 14.8183 3.3574 14.8798 3.40548 14.9279C3.45356 14.9759 3.515 15 3.58979 15ZM8.19712 15H11.8029V4.99998H8.19712V15ZM13.0529 15H16.4102C16.485 15 16.5465 14.9759 16.5946 14.9279C16.6426 14.8798 16.6667 14.8183 16.6667 14.7435V5.25642C16.6667 5.18163 16.6426 5.12019 16.5946 5.0721C16.5465 5.02402 16.485 4.99998 16.4102 4.99998H13.0529V15ZM3.58979 16.25C3.16885 16.25 2.81254 16.1041 2.52087 15.8125C2.22921 15.5208 2.08337 15.1645 2.08337 14.7435V5.25642C2.08337 4.83547 2.22921 4.47917 2.52087 4.1875C2.81254 3.89583 3.16885 3.75 3.58979 3.75H16.4102C16.8312 3.75 17.1875 3.89583 17.4792 4.1875C17.7708 4.47917 17.9167 4.83547 17.9167 5.25642V14.7435C17.9167 15.1645 17.7708 15.5208 17.4792 15.8125C17.1875 16.1041 16.8312 16.25 16.4102 16.25H3.58979Z",
|
|
31
|
+
fill: r || "var(--color-table-primary)"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
e as ColumnIndicator,
|
|
39
|
+
e as default
|
|
40
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as r, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const a = ({
|
|
3
|
+
size: t,
|
|
4
|
+
color: e
|
|
5
|
+
}) => /* @__PURE__ */ r(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
"data-testid": "DeleteIndicator",
|
|
10
|
+
width: t || 24,
|
|
11
|
+
height: t || 24,
|
|
12
|
+
fill: "none",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ C("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ C("rect", { width: "24", height: "24", fill: e || "var(--color-table-secondary-text)" }) }),
|
|
16
|
+
/* @__PURE__ */ C("g", { children: /* @__PURE__ */ C(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M7.3 20.5C6.8 20.5 6.375 20.325 6.025 19.975C5.675 19.625 5.5 19.2 5.5 18.7V6H5.25C5.03333 6 4.85433 5.929 4.713 5.787C4.571 5.64567 4.5 5.46667 4.5 5.25C4.5 5.03333 4.571 4.85433 4.713 4.713C4.85433 4.571 5.03333 4.5 5.25 4.5H9C9 4.25 9.08733 4.04167 9.262 3.875C9.43733 3.70833 9.65 3.625 9.9 3.625H14.1C14.35 3.625 14.5627 3.70833 14.738 3.875C14.9127 4.04167 15 4.25 15 4.5H18.75C18.9667 4.5 19.146 4.571 19.288 4.713C19.4293 4.85433 19.5 5.03333 19.5 5.25C19.5 5.46667 19.4293 5.64567 19.288 5.787C19.146 5.929 18.9667 6 18.75 6H18.5V18.7C18.5 19.2 18.325 19.625 17.975 19.975C17.625 20.325 17.2 20.5 16.7 20.5H7.3ZM7 6V18.7C7 18.7833 7.02933 18.8543 7.088 18.913C7.146 18.971 7.21667 19 7.3 19H16.7C16.7833 19 16.8543 18.971 16.913 18.913C16.971 18.8543 17 18.7833 17 18.7V6H7ZM9.4 16.25C9.4 16.4667 9.471 16.646 9.613 16.788C9.75433 16.9293 9.93333 17 10.15 17C10.3667 17 10.546 16.9293 10.688 16.788C10.8293 16.646 10.9 16.4667 10.9 16.25V8.75C10.9 8.53333 10.8293 8.354 10.688 8.212C10.546 8.07067 10.3667 8 10.15 8C9.93333 8 9.75433 8.07067 9.613 8.212C9.471 8.354 9.4 8.53333 9.4 8.75V16.25ZM13.1 16.25C13.1 16.4667 13.1707 16.646 13.312 16.788C13.454 16.9293 13.6333 17 13.85 17C14.0667 17 14.246 16.9293 14.388 16.788C14.5293 16.646 14.6 16.4667 14.6 16.25V8.75C14.6 8.53333 14.5293 8.354 14.388 8.212C14.246 8.07067 14.0667 8 13.85 8C13.6333 8 13.454 8.07067 13.312 8.212C13.1707 8.354 13.1 8.53333 13.1 8.75V16.25ZM7 6V18.7C7 18.7833 7.02933 18.8543 7.088 18.913C7.146 18.971 7.21667 19 7.3 19H7V6Z",
|
|
20
|
+
fill: e || "var(--color-table-secondary-text)"
|
|
21
|
+
}
|
|
22
|
+
) })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
a as DeleteIndicator,
|
|
28
|
+
a as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as a, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const i = ({
|
|
3
|
+
size: t,
|
|
4
|
+
color: e
|
|
5
|
+
}) => /* @__PURE__ */ a(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
"data-testid": "DownloadIndicator",
|
|
10
|
+
width: t || 24,
|
|
11
|
+
height: t || 24,
|
|
12
|
+
fill: "none",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ C("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ C("rect", { width: "24", height: "24", fill: e || "var(--color-table-secondary-text)" }) }),
|
|
16
|
+
/* @__PURE__ */ C("g", { children: /* @__PURE__ */ C(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M6.3 21.5C5.8 21.5 5.375 21.325 5.025 20.975C4.675 20.625 4.5 20.2 4.5 19.7V8.95C4.5 8.71667 4.546 8.48733 4.638 8.262C4.72933 8.03733 4.85833 7.84167 5.025 7.675L9.675 3.025C9.84167 2.85833 10.0377 2.729 10.263 2.637C10.4877 2.54567 10.7167 2.5 10.95 2.5H17.7C18.2 2.5 18.625 2.675 18.975 3.025C19.325 3.375 19.5 3.8 19.5 4.3V19.7C19.5 20.2 19.325 20.625 18.975 20.975C18.625 21.325 18.2 21.5 17.7 21.5H6.3ZM6.3 20H17.7C17.7667 20 17.8333 19.9667 17.9 19.9C17.9667 19.8333 18 19.7667 18 19.7V4.3C18 4.23333 17.9667 4.16667 17.9 4.1C17.8333 4.03333 17.7667 4 17.7 4H10.85L6 8.85V19.7C6 19.7667 6.03333 19.8333 6.1 19.9C6.16667 19.9667 6.23333 20 6.3 20ZM12 16.175C12.1167 16.175 12.2293 16.1583 12.338 16.125C12.446 16.0917 12.5417 16.025 12.625 15.925L15.15 13.4C15.2833 13.2667 15.35 13.1 15.35 12.9C15.35 12.7 15.275 12.525 15.125 12.375C14.975 12.225 14.8 12.154 14.6 12.162C14.4 12.1707 14.225 12.2417 14.075 12.375L12.75 13.65V10C12.75 9.78333 12.6793 9.604 12.538 9.462C12.396 9.32067 12.2167 9.25 12 9.25C11.7833 9.25 11.6043 9.32067 11.463 9.462C11.321 9.604 11.25 9.78333 11.25 10V13.65L9.925 12.35C9.775 12.2167 9.6 12.15 9.4 12.15C9.2 12.15 9.025 12.225 8.875 12.375C8.725 12.525 8.65 12.704 8.65 12.912C8.65 13.1207 8.725 13.2917 8.875 13.425L11.375 15.925C11.4583 16.025 11.5543 16.0917 11.663 16.125C11.771 16.1583 11.8833 16.175 12 16.175ZM6.3 20H6H18H17.7H6.3Z",
|
|
20
|
+
fill: e || "var(--color-table-secondary-text)"
|
|
21
|
+
}
|
|
22
|
+
) })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
i as DownloadIndicator,
|
|
28
|
+
i as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsxs as a, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const o = ({
|
|
3
|
+
size: t,
|
|
4
|
+
color: r,
|
|
5
|
+
direction: e
|
|
6
|
+
}) => /* @__PURE__ */ a(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
"data-testid": "DragIndicator",
|
|
12
|
+
width: t || 24,
|
|
13
|
+
height: t || 24,
|
|
14
|
+
fill: "none",
|
|
15
|
+
transform: e === "horizontal" ? "rotate(90)" : "",
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ C("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ C("rect", { width: "24", height: "24", fill: r || "var(--color-table-secondary-text)" }) }),
|
|
18
|
+
/* @__PURE__ */ C("g", { children: /* @__PURE__ */ C(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M9.00002 19.6153C8.55585 19.6153 8.1756 19.4571 7.85927 19.1408C7.54293 18.8244 7.38477 18.4442 7.38477 18C7.38477 17.5558 7.54293 17.1756 7.85927 16.8593C8.1756 16.5429 8.55585 16.3848 9.00002 16.3848C9.44418 16.3848 9.82443 16.5429 10.1408 16.8593C10.4571 17.1756 10.6153 17.5558 10.6153 18C10.6153 18.4442 10.4571 18.8244 10.1408 19.1408C9.82443 19.4571 9.44418 19.6153 9.00002 19.6153ZM15 19.6153C14.5558 19.6153 14.1756 19.4571 13.8593 19.1408C13.5429 18.8244 13.3848 18.4442 13.3848 18C13.3848 17.5558 13.5429 17.1756 13.8593 16.8593C14.1756 16.5429 14.5558 16.3848 15 16.3848C15.4442 16.3848 15.8244 16.5429 16.1408 16.8593C16.4571 17.1756 16.6153 17.5558 16.6153 18C16.6153 18.4442 16.4571 18.8244 16.1408 19.1408C15.8244 19.4571 15.4442 19.6153 15 19.6153ZM9.00002 13.6153C8.55585 13.6153 8.1756 13.4571 7.85927 13.1408C7.54293 12.8244 7.38477 12.4442 7.38477 12C7.38477 11.5558 7.54293 11.1756 7.85927 10.8593C8.1756 10.5429 8.55585 10.3848 9.00002 10.3848C9.44418 10.3848 9.82443 10.5429 10.1408 10.8593C10.4571 11.1756 10.6153 11.5558 10.6153 12C10.6153 12.4442 10.4571 12.8244 10.1408 13.1408C9.82443 13.4571 9.44418 13.6153 9.00002 13.6153ZM15 13.6153C14.5558 13.6153 14.1756 13.4571 13.8593 13.1408C13.5429 12.8244 13.3848 12.4442 13.3848 12C13.3848 11.5558 13.5429 11.1756 13.8593 10.8593C14.1756 10.5429 14.5558 10.3848 15 10.3848C15.4442 10.3848 15.8244 10.5429 16.1408 10.8593C16.4571 11.1756 16.6153 11.5558 16.6153 12C16.6153 12.4442 16.4571 12.8244 16.1408 13.1408C15.8244 13.4571 15.4442 13.6153 15 13.6153ZM9.00002 7.61526C8.55585 7.61526 8.1756 7.4571 7.85927 7.14077C7.54293 6.82443 7.38477 6.44418 7.38477 6.00002C7.38477 5.55585 7.54293 5.1756 7.85927 4.85927C8.1756 4.54293 8.55585 4.38477 9.00002 4.38477C9.44418 4.38477 9.82443 4.54293 10.1408 4.85927C10.4571 5.1756 10.6153 5.55585 10.6153 6.00002C10.6153 6.44418 10.4571 6.82443 10.1408 7.14077C9.82443 7.4571 9.44418 7.61526 9.00002 7.61526ZM15 7.61526C14.5558 7.61526 14.1756 7.4571 13.8593 7.14077C13.5429 6.82443 13.3848 6.44418 13.3848 6.00002C13.3848 5.55585 13.5429 5.1756 13.8593 4.85927C14.1756 4.54293 14.5558 4.38477 15 4.38477C15.4442 4.38477 15.8244 4.54293 16.1408 4.85927C16.4571 5.1756 16.6153 5.55585 16.6153 6.00002C16.6153 6.44418 16.4571 6.82443 16.1408 7.14077C15.8244 7.4571 15.4442 7.61526 15 7.61526Z",
|
|
22
|
+
fill: r || "var(--color-table-secondary-text)"
|
|
23
|
+
}
|
|
24
|
+
) })
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
export {
|
|
29
|
+
o as DragIndicator,
|
|
30
|
+
o as default
|
|
31
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const d = ({
|
|
3
|
+
size: e,
|
|
4
|
+
color: i
|
|
5
|
+
}) => /* @__PURE__ */ r(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
"data-testid": "EditIndicator",
|
|
10
|
+
width: e || 24,
|
|
11
|
+
height: e || 24,
|
|
12
|
+
fill: "none",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: i || "var(--color-table-secondary-text)" }) }),
|
|
16
|
+
/* @__PURE__ */ t("g", { children: /* @__PURE__ */ t(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M4.59802 20.4614C4.28019 20.5319 4.00652 20.4524 3.77702 20.2229C3.54752 19.9934 3.46802 19.7197 3.53852 19.4019L4.37502 15.3864L8.61352 19.6249L4.59802 20.4614ZM8.61352 19.6249L4.37502 15.3864L15.5943 4.16715C15.9391 3.82232 16.366 3.6499 16.875 3.6499C17.384 3.6499 17.8109 3.82232 18.1558 4.16715L19.8328 5.84415C20.1776 6.18899 20.35 6.6159 20.35 7.1249C20.35 7.6339 20.1776 8.06082 19.8328 8.40565L8.61352 19.6249ZM16.6635 5.22115L6.43852 15.4364L8.56352 17.5614L18.7788 7.3364C18.8364 7.27874 18.8653 7.20665 18.8653 7.12015C18.8653 7.03349 18.8364 6.96132 18.7788 6.90365L17.0963 5.22115C17.0386 5.16349 16.9664 5.13465 16.8798 5.13465C16.7933 5.13465 16.7212 5.16349 16.6635 5.22115Z",
|
|
20
|
+
fill: i || "var(--color-table-secondary-text)"
|
|
21
|
+
}
|
|
22
|
+
) })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
d as EditIndicator,
|
|
28
|
+
d as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const l = ({
|
|
3
|
+
size: e,
|
|
4
|
+
color: r
|
|
5
|
+
}) => /* @__PURE__ */ i(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"data-testid": "FilterIndicator",
|
|
11
|
+
width: e || 24,
|
|
12
|
+
height: e || 24,
|
|
13
|
+
fill: "none",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: r || "var(--color-table-secondary-text)" }) }),
|
|
16
|
+
/* @__PURE__ */ t("g", { children: /* @__PURE__ */ t(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M10.25 17.75V16.25H13.75V17.75H10.25ZM6.25 12.55V11.05H17.75V12.55H6.25ZM3.25 7.375V5.875H20.75V7.375H3.25Z",
|
|
20
|
+
fill: r || "var(--color-table-secondary-text)"
|
|
21
|
+
}
|
|
22
|
+
) })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
l as FilterIndicator,
|
|
28
|
+
l as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const i = ({
|
|
3
|
+
size: e,
|
|
4
|
+
color: r,
|
|
5
|
+
direction: C
|
|
6
|
+
}) => /* @__PURE__ */ a(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
"data-testid": "MoreIndicator",
|
|
12
|
+
width: e || 24,
|
|
13
|
+
height: e || 24,
|
|
14
|
+
fill: "none",
|
|
15
|
+
transform: C === "horizontal" ? "rotate(90)" : "",
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ t("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: r || "var(--color-table-secondary-text)" }) }),
|
|
18
|
+
/* @__PURE__ */ t("g", { children: /* @__PURE__ */ t(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M12 19.275C11.5833 19.275 11.2293 19.129 10.938 18.837C10.646 18.5456 10.5 18.1916 10.5 17.775C10.5 17.3583 10.646 17.004 10.938 16.712C11.2293 16.4206 11.5833 16.275 12 16.275C12.4167 16.275 12.7707 16.4206 13.062 16.712C13.354 17.004 13.5 17.3583 13.5 17.775C13.5 18.1916 13.354 18.5456 13.062 18.837C12.7707 19.129 12.4167 19.275 12 19.275ZM12 13.5C11.5833 13.5 11.2293 13.354 10.938 13.062C10.646 12.7706 10.5 12.4166 10.5 12C10.5 11.5833 10.646 11.2293 10.938 10.938C11.2293 10.646 11.5833 10.5 12 10.5C12.4167 10.5 12.7707 10.646 13.062 10.938C13.354 11.2293 13.5 11.5833 13.5 12C13.5 12.4166 13.354 12.7706 13.062 13.062C12.7707 13.354 12.4167 13.5 12 13.5ZM12 7.72498C11.5833 7.72498 11.2293 7.57898 10.938 7.28698C10.646 6.99564 10.5 6.64164 10.5 6.22498C10.5 5.80831 10.646 5.45398 10.938 5.16198C11.2293 4.87064 11.5833 4.72498 12 4.72498C12.4167 4.72498 12.7707 4.87064 13.062 5.16198C13.354 5.45398 13.5 5.80831 13.5 6.22498C13.5 6.64164 13.354 6.99564 13.062 7.28698C12.7707 7.57898 12.4167 7.72498 12 7.72498Z",
|
|
22
|
+
fill: r || "var(--color-table-secondary-text)"
|
|
23
|
+
}
|
|
24
|
+
) })
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
export {
|
|
29
|
+
i as MoreIndicator,
|
|
30
|
+
i as default
|
|
31
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const l = ({
|
|
3
|
+
size: r = 24,
|
|
4
|
+
color: t = "currentColor"
|
|
5
|
+
}) => /* @__PURE__ */ C(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: r + 1 || 25,
|
|
9
|
+
height: r || 24,
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
children: /* @__PURE__ */ C("g", { children: /* @__PURE__ */ C(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M3.53301 13.6666C3.19967 13.6666 2.91634 13.5499 2.68301 13.3166C2.44967 13.0833 2.33301 12.7999 2.33301 12.4666V3.53325C2.33301 3.19992 2.44967 2.91659 2.68301 2.68325C2.91634 2.44992 3.19967 2.33325 3.53301 2.33325H7.24967C7.38301 2.33325 7.49967 2.38036 7.59967 2.47459C7.69967 2.56925 7.74967 2.68881 7.74967 2.83325C7.74967 2.9777 7.69967 3.09703 7.59967 3.19125C7.49967 3.28592 7.38301 3.33325 7.24967 3.33325H3.53301C3.48856 3.33325 3.44412 3.35547 3.39967 3.39992C3.35523 3.44436 3.33301 3.48881 3.33301 3.53325V12.4666C3.33301 12.511 3.35523 12.5555 3.39967 12.5999C3.44412 12.6444 3.48856 12.6666 3.53301 12.6666H12.4663C12.5108 12.6666 12.5552 12.6444 12.5997 12.5999C12.6441 12.5555 12.6663 12.511 12.6663 12.4666V8.74992C12.6663 8.61659 12.7135 8.49992 12.8077 8.39992C12.9023 8.29992 13.0219 8.24992 13.1663 8.24992C13.3108 8.24992 13.4303 8.29992 13.525 8.39992C13.6192 8.49992 13.6663 8.61659 13.6663 8.74992V12.4666C13.6663 12.7999 13.5497 13.0833 13.3163 13.3166C13.083 13.5499 12.7997 13.6666 12.4663 13.6666H3.53301ZM6.13301 9.86659C6.03301 9.7777 5.98301 9.6637 5.98301 9.52459C5.98301 9.38592 6.03301 9.26659 6.13301 9.16659L11.9663 3.33325H9.83301C9.68856 3.33325 9.56923 3.28592 9.47501 3.19125C9.38034 3.09703 9.33301 2.9777 9.33301 2.83325C9.33301 2.68881 9.38034 2.56925 9.47501 2.47459C9.56923 2.38036 9.68856 2.33325 9.83301 2.33325H13.0663C13.233 2.33325 13.3748 2.39147 13.4917 2.50792C13.6081 2.62481 13.6663 2.76659 13.6663 2.93325V6.16659C13.6663 6.31103 13.6192 6.43036 13.525 6.52459C13.4303 6.61925 13.3108 6.66659 13.1663 6.66659C13.0219 6.66659 12.9023 6.61925 12.8077 6.52459C12.7135 6.43036 12.6663 6.31103 12.6663 6.16659V4.03325L6.81634 9.88325C6.72745 9.98325 6.61634 10.0333 6.48301 10.0333C6.34967 10.0333 6.23301 9.9777 6.13301 9.86659Z",
|
|
17
|
+
fill: t
|
|
18
|
+
}
|
|
19
|
+
) })
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
l as OpenNewTab,
|
|
24
|
+
l as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsxs as C, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const s = ({
|
|
3
|
+
size: a,
|
|
4
|
+
color: r,
|
|
5
|
+
direction: e
|
|
6
|
+
}) => /* @__PURE__ */ C(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
focusable: "false",
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
"data-testid": "PinIndicator",
|
|
14
|
+
width: a || 24,
|
|
15
|
+
height: a || 24,
|
|
16
|
+
fill: "none",
|
|
17
|
+
transform: e === "up" ? "rotate(180)" : e === "left" ? "rotate(90)" : e === "right" ? "rotate(270)" : void 0,
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ t("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: r || "var(--color-table-secondary-text)" }) }),
|
|
20
|
+
/* @__PURE__ */ t("g", { children: /* @__PURE__ */ t(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M16 5V12L17.7 13.7C17.8 13.8 17.875 13.9125 17.925 14.0375C17.975 14.1625 18 14.2917 18 14.425V15C18 15.2833 17.9042 15.5208 17.7125 15.7125C17.5208 15.9042 17.2833 16 17 16H13V21.85C13 22.1333 12.9042 22.3708 12.7125 22.5625C12.5208 22.7542 12.2833 22.85 12 22.85C11.7167 22.85 11.4792 22.7542 11.2875 22.5625C11.0958 22.3708 11 22.1333 11 21.85V16H7C6.71667 16 6.47917 15.9042 6.2875 15.7125C6.09583 15.5208 6 15.2833 6 15V14.425C6 14.2917 6.025 14.1625 6.075 14.0375C6.125 13.9125 6.2 13.8 6.3 13.7L8 12V5C7.71667 5 7.47917 4.90417 7.2875 4.7125C7.09583 4.52083 7 4.28333 7 4C7 3.71667 7.09583 3.47917 7.2875 3.2875C7.47917 3.09583 7.71667 3 8 3H16C16.2833 3 16.5208 3.09583 16.7125 3.2875C16.9042 3.47917 17 3.71667 17 4C17 4.28333 16.9042 4.52083 16.7125 4.7125C16.5208 4.90417 16.2833 5 16 5ZM8.85 14H15.15L14 12.85V5H10V12.85L8.85 14Z",
|
|
24
|
+
fill: r || "var(--color-table-secondary-text)"
|
|
25
|
+
}
|
|
26
|
+
) })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
export {
|
|
31
|
+
s as PinIndicator,
|
|
32
|
+
s as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const C = ({ size: e, color: r }) => /* @__PURE__ */ i(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
"data-testid": "RowIndicator",
|
|
8
|
+
width: e || 24,
|
|
9
|
+
height: e || 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: r || "var(--color-table-secondary-text)" }) }),
|
|
13
|
+
/* @__PURE__ */ t("g", { children: /* @__PURE__ */ t(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M19 18.7V15.675H5V18.7C5 18.7833 5.02933 18.8543 5.088 18.913C5.146 18.971 5.21667 19 5.3 19H18.7C18.7833 19 18.8543 18.971 18.913 18.913C18.971 18.8543 19 18.7833 19 18.7ZM19 14.175V9.825H5V14.175H19ZM19 8.325V5.3C19 5.21667 18.971 5.146 18.913 5.088C18.8543 5.02933 18.7833 5 18.7 5H5.3C5.21667 5 5.146 5.02933 5.088 5.088C5.02933 5.146 5 5.21667 5 5.3V8.325H19ZM5.3 20.5C4.8 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.2 3.5 18.7V5.3C3.5 4.8 3.675 4.375 4.025 4.025C4.375 3.675 4.8 3.5 5.3 3.5H18.7C19.2 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.8 20.5 5.3V18.7C20.5 19.2 20.325 19.625 19.975 19.975C19.625 20.325 19.2 20.5 18.7 20.5H5.3Z",
|
|
17
|
+
fill: r || "var(--color-table-secondary-text)"
|
|
18
|
+
}
|
|
19
|
+
) })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
C as RowIndicator,
|
|
25
|
+
C as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const i = ({
|
|
3
|
+
size: C = 24,
|
|
4
|
+
color: l
|
|
5
|
+
}) => /* @__PURE__ */ t(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: C || 24,
|
|
9
|
+
height: C || 24,
|
|
10
|
+
viewBox: "0 0 14 10",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
children: /* @__PURE__ */ t(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M1.87167 10C1.53489 10 1.24984 9.88333 1.0165 9.65C0.783171 9.41667 0.666504 9.13161 0.666504 8.79483V1.20517C0.666504 0.868389 0.783171 0.583333 1.0165 0.35C1.24984 0.116667 1.53489 0 1.87167 0H12.128C12.4648 0 12.7498 0.116667 12.9832 0.35C13.2165 0.583333 13.3332 0.868389 13.3332 1.20517V8.79483C13.3332 9.13161 13.2165 9.41667 12.9832 9.65C12.7498 9.88333 12.4648 10 12.128 10H12.0665C11.8332 10 11.6212 9.95961 11.4307 9.87883C11.24 9.79806 11.0673 9.68033 10.9127 9.52567L8.21517 6.82817C7.99473 6.9965 7.75373 7.12278 7.49217 7.207C7.23062 7.29122 6.95539 7.33333 6.6665 7.33333C5.92717 7.33333 5.29789 7.07372 4.77867 6.5545C4.25945 6.03528 3.99984 5.406 3.99984 4.66667C3.99984 3.92733 4.25945 3.29806 4.77867 2.77883C5.29789 2.25961 5.92717 2 6.6665 2C7.40584 2 8.03512 2.25961 8.55434 2.77883C9.07356 3.29806 9.33317 3.92733 9.33317 4.66667C9.33317 4.93678 9.30067 5.18806 9.23567 5.4205C9.17078 5.65295 9.06056 5.88372 8.905 6.11283L11.7922 9H12.128C12.1793 9 12.2263 8.97861 12.269 8.93583C12.3118 8.89317 12.3332 8.84617 12.3332 8.79483V1.20517C12.3332 1.15383 12.3118 1.10683 12.269 1.06417C12.2263 1.02139 12.1793 1 12.128 1H1.87167C1.82034 1 1.77334 1.02139 1.73067 1.06417C1.68789 1.10683 1.6665 1.15383 1.6665 1.20517V8.79483C1.6665 8.84617 1.68789 8.89317 1.73067 8.93583C1.77334 8.97861 1.82034 9 1.87167 9H8.27417C8.44084 9 8.56584 9.05233 8.64917 9.157C8.7325 9.26178 8.77417 9.37611 8.77417 9.5C8.77417 9.62389 8.7325 9.73822 8.64917 9.843C8.56584 9.94767 8.44084 10 8.27417 10H1.87167ZM6.6665 6.33333C7.13317 6.33333 7.52762 6.17222 7.84984 5.85C8.17206 5.52778 8.33317 5.13333 8.33317 4.66667C8.33317 4.2 8.17206 3.80556 7.84984 3.48333C7.52762 3.16111 7.13317 3 6.6665 3C6.19984 3 5.80539 3.16111 5.48317 3.48333C5.16095 3.80556 4.99984 4.2 4.99984 4.66667C4.99984 5.13333 5.16095 5.52778 5.48317 5.85C5.80539 6.17222 6.19984 6.33333 6.6665 6.33333Z",
|
|
17
|
+
fill: l || "var(--color-table-secondary-text)",
|
|
18
|
+
fillOpacity: "0.87"
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
i as ViewDetailsIndicator,
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsx as C, jsxs as e, Fragment as l } from "react/jsx-runtime";
|
|
2
|
+
const s = ({
|
|
3
|
+
size: t,
|
|
4
|
+
color: h,
|
|
5
|
+
visibility: r
|
|
6
|
+
}) => {
|
|
7
|
+
const i = h || "var(--color-table-secondary-text)";
|
|
8
|
+
return /* @__PURE__ */ C(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
"data-testid": "VisibilityIndicator",
|
|
14
|
+
width: t || 24,
|
|
15
|
+
height: t || 24,
|
|
16
|
+
fill: "none",
|
|
17
|
+
children: r === "on" ? /* @__PURE__ */ e(l, { children: [
|
|
18
|
+
/* @__PURE__ */ C("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ C("rect", { width: "24", height: "24", fill: i }) }),
|
|
19
|
+
/* @__PURE__ */ C("g", { children: /* @__PURE__ */ C(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M12 15.575C13.1333 15.575 14.0957 15.179 14.887 14.387C15.679 13.5957 16.075 12.6333 16.075 11.5C16.075 10.3667 15.679 9.40433 14.887 8.613C14.0957 7.821 13.1333 7.425 12 7.425C10.8667 7.425 9.90435 7.821 9.11301 8.613C8.32101 9.40433 7.92501 10.3667 7.92501 11.5C7.92501 12.6333 8.32101 13.5957 9.11301 14.387C9.90435 15.179 10.8667 15.575 12 15.575ZM12 14.2C11.25 14.2 10.6127 13.9373 10.088 13.412C9.56268 12.8873 9.30001 12.25 9.30001 11.5C9.30001 10.75 9.56268 10.1123 10.088 9.587C10.6127 9.06233 11.25 8.8 12 8.8C12.75 8.8 13.3877 9.06233 13.913 9.587C14.4377 10.1123 14.7 10.75 14.7 11.5C14.7 12.25 14.4377 12.8873 13.913 13.412C13.3877 13.9373 12.75 14.2 12 14.2ZM12 18.5C9.81668 18.5 7.81235 17.925 5.98701 16.775C4.16235 15.625 2.76668 14.0667 1.80001 12.1C1.76668 12.0333 1.74168 11.9457 1.72501 11.837C1.70835 11.729 1.70001 11.6167 1.70001 11.5C1.70001 11.3833 1.70835 11.2707 1.72501 11.162C1.74168 11.054 1.76668 10.9667 1.80001 10.9C2.76668 8.93333 4.16235 7.375 5.98701 6.225C7.81235 5.075 9.81668 4.5 12 4.5C14.1833 4.5 16.1873 5.075 18.012 6.225C19.8373 7.375 21.2333 8.93333 22.2 10.9C22.2333 10.9667 22.2583 11.054 22.275 11.162C22.2917 11.2707 22.3 11.3833 22.3 11.5C22.3 11.6167 22.2917 11.729 22.275 11.837C22.2583 11.9457 22.2333 12.0333 22.2 12.1C21.2333 14.0667 19.8373 15.625 18.012 16.775C16.1873 17.925 14.1833 18.5 12 18.5ZM12 17C13.8833 17 15.6127 16.504 17.188 15.512C18.7627 14.5207 19.9667 13.1833 20.8 11.5C19.9667 9.81667 18.7627 8.479 17.188 7.487C15.6127 6.49567 13.8833 6 12 6C10.1167 6 8.38735 6.49567 6.81201 7.487C5.23735 8.479 4.03335 9.81667 3.20001 11.5C4.03335 13.1833 5.23735 14.5207 6.81201 15.512C8.38735 16.504 10.1167 17 12 17Z",
|
|
23
|
+
fill: i
|
|
24
|
+
}
|
|
25
|
+
) })
|
|
26
|
+
] }) : /* @__PURE__ */ e(l, { children: [
|
|
27
|
+
/* @__PURE__ */ C("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ C("rect", { width: "24", height: "24", fill: i }) }),
|
|
28
|
+
/* @__PURE__ */ C("g", { children: /* @__PURE__ */ C(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M15.775 12.975L14.65 11.85C14.8 11.0167 14.5627 10.271 13.938 9.613C13.3127 8.95433 12.55 8.7 11.65 8.85L10.525 7.725C10.7583 7.625 10.9917 7.55 11.225 7.5C11.4583 7.45 11.7167 7.425 12 7.425C13.1333 7.425 14.0957 7.821 14.887 8.613C15.679 9.40433 16.075 10.3667 16.075 11.5C16.075 11.7833 16.05 12.0457 16 12.287C15.95 12.529 15.875 12.7583 15.775 12.975ZM18.95 16.075L17.85 15.05C18.4833 14.5667 19.046 14.0373 19.538 13.462C20.0293 12.8873 20.45 12.2333 20.8 11.5C19.9667 9.81667 18.7707 8.479 17.212 7.487C15.654 6.49567 13.9167 6 12 6C11.5167 6 11.0417 6.03333 10.575 6.1C10.1083 6.16667 9.65001 6.26667 9.20001 6.4L8.02501 5.225C8.65835 4.975 9.30435 4.79167 9.96301 4.675C10.621 4.55833 11.3 4.5 12 4.5C14.2167 4.5 16.2373 5.08733 18.062 6.262C19.8873 7.43733 21.2667 8.98333 22.2 10.9C22.2333 10.9667 22.2583 11.054 22.275 11.162C22.2917 11.2707 22.3 11.3833 22.3 11.5C22.3 11.6167 22.2917 11.729 22.275 11.837C22.2583 11.9457 22.2333 12.0333 22.2 12.1C21.8167 12.8833 21.354 13.6083 20.812 14.275C20.2707 14.9417 19.65 15.5417 18.95 16.075ZM19.225 21.35L15.725 17.85C15.2083 18.05 14.6377 18.2083 14.013 18.325C13.3877 18.4417 12.7167 18.5 12 18.5C9.76668 18.5 7.74168 17.9127 5.92501 16.738C4.10835 15.5627 2.73335 14.0167 1.80001 12.1C1.76668 12.0333 1.74168 11.9457 1.72501 11.837C1.70835 11.729 1.70001 11.6167 1.70001 11.5C1.70001 11.3833 1.70835 11.275 1.72501 11.175C1.74168 11.075 1.76668 10.9833 1.80001 10.9C2.18335 10.1333 2.64168 9.425 3.17501 8.775C3.70835 8.125 4.28335 7.55 4.90001 7.05L2.65001 4.775C2.50001 4.625 2.42501 4.45 2.42501 4.25C2.42501 4.05 2.50001 3.86667 2.65001 3.7C2.80001 3.56667 2.97935 3.5 3.18801 3.5C3.39601 3.5 3.56668 3.56667 3.70001 3.7L20.3 20.3C20.4333 20.4333 20.5043 20.6 20.513 20.8C20.521 21 20.45 21.1833 20.3 21.35C20.15 21.4833 19.971 21.55 19.763 21.55C19.5543 21.55 19.375 21.4833 19.225 21.35ZM5.95001 8.1C5.41668 8.51667 4.90435 9.021 4.41301 9.613C3.92101 10.2043 3.51668 10.8333 3.20001 11.5C4.03335 13.1833 5.22901 14.5207 6.78701 15.512C8.34568 16.504 10.0833 17 12 17C12.45 17 12.9 16.9623 13.35 16.887C13.8 16.8123 14.1833 16.7333 14.5 16.65L13.25 15.35C13.0667 15.4167 12.8667 15.4707 12.65 15.512C12.4333 15.554 12.2167 15.575 12 15.575C10.8667 15.575 9.90435 15.179 9.11301 14.387C8.32101 13.5957 7.92501 12.6333 7.92501 11.5C7.92501 11.3 7.94601 11.0873 7.98801 10.862C8.02935 10.6373 8.08335 10.4333 8.15001 10.25L5.95001 8.1Z",
|
|
32
|
+
fill: i
|
|
33
|
+
}
|
|
34
|
+
) })
|
|
35
|
+
] })
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
export {
|
|
40
|
+
s as VisibilityIndicator,
|
|
41
|
+
s as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as i, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const a = ({
|
|
3
|
+
size: t = 24,
|
|
4
|
+
color: e
|
|
5
|
+
}) => /* @__PURE__ */ i(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
"data-testid": "VoidIndicator",
|
|
10
|
+
width: t || 24,
|
|
11
|
+
height: t || 24,
|
|
12
|
+
fill: "none",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ C("mask", { maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ C("rect", { width: "24", height: "24", fill: e || "var(--color-table-secondary-text)" }) }),
|
|
16
|
+
/* @__PURE__ */ C("g", { children: /* @__PURE__ */ C(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C12.9382 20 13.8417 19.8413 14.7105 19.524C15.5792 19.2067 16.3731 18.7474 17.0922 18.1462L5.85375 6.90775C5.25892 7.62692 4.80125 8.42083 4.48075 9.2895C4.16025 10.1583 4 11.0618 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20ZM18.1462 17.0922C18.7474 16.3731 19.2067 15.5792 19.524 14.7105C19.8413 13.8417 20 12.9382 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C11.0595 4 10.1538 4.15708 9.283 4.47125C8.41233 4.78525 7.62058 5.24608 6.90775 5.85375L18.1462 17.0922Z",
|
|
20
|
+
fill: e || "var(--color-table-secondary-text)"
|
|
21
|
+
}
|
|
22
|
+
) })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
a as VoidIndicator,
|
|
28
|
+
a as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as l, cloneElement as i } from "react";
|
|
3
|
+
import { cn as f } from "../../../common/helpers/cn.mjs";
|
|
4
|
+
const r = {
|
|
5
|
+
xs: 12,
|
|
6
|
+
sm: 14,
|
|
7
|
+
md: 16,
|
|
8
|
+
lg: 18,
|
|
9
|
+
xl: 20
|
|
10
|
+
}, x = l(
|
|
11
|
+
({ icon: o, className: e, isPinned: n, size: s = "md", disabled: t, ...p }, m) => /* @__PURE__ */ c(
|
|
12
|
+
"button",
|
|
13
|
+
{
|
|
14
|
+
ref: m,
|
|
15
|
+
className: f(
|
|
16
|
+
"icon-button-wrapper",
|
|
17
|
+
n && "icon-button-pinned",
|
|
18
|
+
t && "cursor-not-allowed",
|
|
19
|
+
e
|
|
20
|
+
),
|
|
21
|
+
disabled: t,
|
|
22
|
+
...p,
|
|
23
|
+
children: i(o, {
|
|
24
|
+
...typeof o.type == "function" ? {
|
|
25
|
+
size: o.props?.size ?? r[s] ?? r.md,
|
|
26
|
+
color: o.props?.color ?? "inherit"
|
|
27
|
+
} : {}
|
|
28
|
+
})
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
);
|
|
32
|
+
export {
|
|
33
|
+
x as IconButton,
|
|
34
|
+
x as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { cn as a } from "../../common/helpers/cn.mjs";
|
|
3
|
+
const n = {
|
|
4
|
+
primary: "text-table-primary",
|
|
5
|
+
gray: "text-table-secondary-text",
|
|
6
|
+
success: "text-success",
|
|
7
|
+
danger: "text-error",
|
|
8
|
+
info: "text-info",
|
|
9
|
+
warning: "text-warning"
|
|
10
|
+
}, c = {
|
|
11
|
+
sm: "w-4 h-4",
|
|
12
|
+
md: "w-6 h-6",
|
|
13
|
+
lg: "w-8 h-8"
|
|
14
|
+
}, l = ({
|
|
15
|
+
size: t = "md",
|
|
16
|
+
color: s = "primary"
|
|
17
|
+
}) => /* @__PURE__ */ r("div", { className: "flex items-center justify-center", role: "status", children: [
|
|
18
|
+
/* @__PURE__ */ r(
|
|
19
|
+
"svg",
|
|
20
|
+
{
|
|
21
|
+
className: a("animate-spin", c[t], n[s]),
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
fill: "none",
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
|
+
children: [
|
|
26
|
+
/* @__PURE__ */ e(
|
|
27
|
+
"circle",
|
|
28
|
+
{
|
|
29
|
+
className: "opacity-20",
|
|
30
|
+
cx: "12",
|
|
31
|
+
cy: "12",
|
|
32
|
+
r: "10",
|
|
33
|
+
stroke: "currentColor",
|
|
34
|
+
strokeWidth: "3"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ e(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
className: "opacity-90",
|
|
41
|
+
fill: "currentColor",
|
|
42
|
+
d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ e("span", { className: "sr-only", children: "Loading..." })
|
|
49
|
+
] });
|
|
50
|
+
export {
|
|
51
|
+
l as Spinner,
|
|
52
|
+
l as default
|
|
53
|
+
};
|