From 7abd68941ac1595da4c507ec3d5be7a9041fef7a Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Fri, 3 Nov 2023 11:05:16 -0300 Subject: [PATCH] =?UTF-8?q?v2.2.0=20=F0=9F=95=B9=EF=B8=8F=20(#1777)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Slider Component (#1686) * feat(slider): initial structure * chore(slider): readme improved * fix: fixed border color of slider track * docs: added range story * feat: added rtl support to slider * feat: improved value label formatting * feat: refactor styling and add colors support to slider * chore: improved thumb color * docs: improved slider stories * chore(slider): default color changed by foreground * Update packages/core/theme/src/components/slider.ts Co-authored-by: Jakob Guddas * feat: added fillOffset prop * Update packages/components/slider/src/use-slider.ts * fix(slider): animation * Update packages/components/slider/src/use-slider.ts * Update packages/core/theme/src/components/slider.ts * feat: slider steps * refactor: renamed variables * feat: improved slider step styling * fix: hide infinite steps * fix: fixed step transparency issue * fix: fixed thumb focus issue * Update packages/components/slider/src/use-slider.ts Co-authored-by: Junior Garcia * feat(slider): vertical orientation added, start & end content, bug fixes * chore(slider): tests added * fix(docs): scrollbar added to the sidebar (#1743) * feat(slider): marks added * chore(slider): example ts-doc changed * feat(slider): vertical marks support * feat(core): slider tooltip support added, popover modified (#1746) * Feat/slider custom styles (#1751) * feat(slider): custom styles story added * fix(slider): custom styles on different sizes * Fix/slider tooltip android position (#1753) * feat(slider): custom styles story added * fix(slider): tooltip update position dependecies added * fix(popover): arrow placements improved * feat(slider): docs started, custom thumb and custom output stories added * feat(slider): render function added to custom render the slider parts * feat(slider): docs in progress, new properties and examples added * fix(slider): some issues fixed, output renamed to value, documentation improved * feat(slider): docs done * chore: changeset --------- Co-authored-by: Jakob Guddas * Client side routing (#1764) * feat(slider): initial structure * chore(slider): readme improved * fix: fixed border color of slider track * docs: added range story * feat: added rtl support to slider * feat: improved value label formatting * feat: refactor styling and add colors support to slider * chore: improved thumb color * docs: improved slider stories * chore(slider): default color changed by foreground * Update packages/core/theme/src/components/slider.ts Co-authored-by: Jakob Guddas * feat: added fillOffset prop * Update packages/components/slider/src/use-slider.ts * fix(slider): animation * Update packages/components/slider/src/use-slider.ts * Update packages/core/theme/src/components/slider.ts * feat: slider steps * refactor: renamed variables * feat: improved slider step styling * fix: hide infinite steps * fix: fixed step transparency issue * fix: fixed thumb focus issue * Update packages/components/slider/src/use-slider.ts Co-authored-by: Junior Garcia * feat(slider): vertical orientation added, start & end content, bug fixes * chore(slider): tests added * feat(slider): marks added * chore(slider): example ts-doc changed * feat(slider): vertical marks support * feat(core): slider tooltip support added, popover modified (#1746) * Feat/slider custom styles (#1751) * feat(slider): custom styles story added * fix(slider): custom styles on different sizes * Fix/slider tooltip android position (#1753) * feat(slider): custom styles story added * fix(slider): tooltip update position dependecies added * fix(popover): arrow placements improved * feat(slider): docs started, custom thumb and custom output stories added * feat(slider): render function added to custom render the slider parts * feat(slider): docs in progress, new properties and examples added * fix(slider): some issues fixed, output renamed to value, documentation improved * feat(slider): docs done * chore: changeset * chore: react aria packages upgraded * feat(system): router provider added * feat: client side routing support added to items components * chore(docs): routing docs started * chore: changeset * feat(docs): client side routing documented * feat(pagination): client router support added to pagination * fix(link): csr added --------- Co-authored-by: Jakob Guddas * feat: added RTL support to accordion component (#1725) * feat: added RTL support to accordion component * Create healthy-cobras-crash.md * feat: added RTL support to avatar and avatar group component (#1727) * feat: added RTL support to avatar and avatar group components * Create tender-penguins-love.md * Update tender-penguins-love.md * feat: added RTL support to button group component (#1726) * feat: added RTL support to button component * feat: added RTL support to button component * Create orange-bobcats-kneel.md * Update button.ts * refactor(root): styles refactor (#1688) * refactor(root): styles refactor * chore(tabs): remove needless type extends * fix(tabs): typecheck * Breadcrumbs component (#1794) * feat(components): breadcrumbs initial structure * feat(breadcrumbs): tests and examples added * feat(docs): breadcrumbs documentation done * feat(docs): breadcrumbs docs done * chore(breadcrumbs): readme changed * fix(slider): Place last dragged slider handle over the other handle (#1778) * Set `data-focused` in handle * Style focused handle on top * Add tests * fix(core): tests and build * fix(button): show only spinner if button isLoading & isIconOnly (#1800) * fix(button): show only spinner if button isLoading & isIconOnly * chore: add changeset * fix(button): remove repeating code * Fix blur/opaque Popover (#1812) * fix(popover): double underlay click * chore: use ref instead of a state * Feat/controlled scroll shadow (#1819) * feat(scroll-shadow): logic improved, controlled support added * feat(scroll-shadow): controlled visibility * fix(scroll-shadow): visibility tests * Autocomplete component (Single Selection) (#1797) * feat(autocomplete): initial structure * feat(core): use press custom hook implemented, autocomplete improved, input and select animations fixed * chore(button): add console.log on press * feat(core): select & input label position, autocomplete improvements, listbox and menu empty state * chore: tailwind-variants upgraded * chore: autocomplete stories in progress * fix: input and select label placement * fix(autocomplete): popover trigger * chore(root): react-aria pkgs and framer-motion upgraded * fix(input,select): outside label scale removed * feat(autocomplete): more stories and use cases supported * fix(core): custom items support on collection-based comps, menu generic items support added * chore(core): tailwind-variants upgraded, custom tv function adapted * chore(docs): select on-change controlled e.g. changed, sandpack theme fixed * chore(autocomplete): docs started, tests added * chore: in progress * feat(menu): top and end content added, autocomplete docs improved * feat(docs): autocomplete documentation almost done * fix(input): outside styles * feat(docs): autocomplete async filtering added * chore(docs): autocomplete highlighted lines added * feat(docs): autocomplete a11y and slots added * feat(docs): autocomplete a11y and slots added * feat(docs): autocomplete docs done * fix(root): peer dependencies (#1848) * Fix/small issues (#1851) * fix(input): visible outline * fix(button): button group radius prop * chore(navbar): menu item active status added * fix(docs): pagination missing keys custom items * fix(core): extendVariants support added to collection-based components * fix(theme): card body padding * chore(theme): transition added to menu/listbox items * fix(input): textarea styles fixed, new prop added * chore(input): textarea height animated * feat(button): hover opacity added * chore(textarea): hide scroll when the limit hasn't been reached * chore(docs): updated badge added to textarea * feat(docs): blog v2.2.0 image and entry added * fix(avatar): ring primary color * chore(docs): tabs added again, autocomplete iframes removed --------- Co-authored-by: Jakob Guddas Co-authored-by: Maurici Abad Gutierrez Co-authored-by: Ivan Kucher --- .changeset/chatty-tools-invent.md | 5 + .changeset/dry-teachers-doubt.md | 2 - .changeset/fifty-snails-glow.md | 11 + .changeset/flat-wasps-hug.md | 46 + .changeset/four-actors-give.md | 6 + .changeset/four-trainers-move.md | 47 + .changeset/fresh-dolphins-pay.md | 53 + .changeset/gentle-maps-lick.md | 61 + .changeset/healthy-cobras-crash.md | 5 + .changeset/hip-years-sip.md | 147 + .changeset/odd-impalas-swim.md | 7 + .changeset/orange-bobcats-kneel.md | 5 + .changeset/seven-buses-cry.md | 5 + .changeset/shy-camels-press.md | 9 + .changeset/shy-pans-juggle.md | 7 + .changeset/stupid-experts-jam.md | 16 + .changeset/tender-penguins-love.md | 6 + .changeset/wise-apples-travel.md | 10 + .../autocomplete/async-filtering/page.tsx | 47 + .../autocomplete/async-items-loading/page.tsx | 113 + .../autocomplete/fully-controlled/page.tsx | 107 + apps/docs/app/examples/perf/page.tsx | 302 +- apps/docs/app/providers.tsx | 5 +- apps/docs/components/demos/music-player.tsx | 10 +- .../docs/components/code-demo/code-demo.tsx | 3 +- apps/docs/components/docs/sidebar.tsx | 11 + apps/docs/components/mdx-components.tsx | 2 +- apps/docs/components/navbar.tsx | 8 +- apps/docs/components/sandpack/code-viewer.tsx | 8 + apps/docs/components/sandpack/entries.ts | 17 +- apps/docs/components/sandpack/use-sandpack.ts | 8 +- apps/docs/config/routes.json | 48 +- apps/docs/config/search-meta.json | 2430 +++-- apps/docs/content/blog/v2.2.0.mdx | 167 + .../autocomplete/async-filtering.ts | 89 + .../autocomplete/async-loading-items.ts | 188 + .../content/components/autocomplete/colors.ts | 68 + .../components/autocomplete/controlled.ts | 89 + .../autocomplete/custom-filtering.ts | 102 + .../components/autocomplete/custom-items.ts | 239 + .../autocomplete/custom-sections-style.ts | 56 + .../autocomplete/custom-selector-icon.ts | 78 + .../components/autocomplete/custom-styles.ts | 319 + .../components/autocomplete/custom-value.ts | 53 + .../components/autocomplete/description.ts | 54 + .../components/autocomplete/disabled-items.ts | 53 + .../components/autocomplete/disabled.ts | 54 + .../components/autocomplete/dynamic.ts | 52 + .../components/autocomplete/error-message.ts | 64 + .../content/components/autocomplete/events.ts | 110 + .../autocomplete/fully-controlled.ts | 187 + .../content/components/autocomplete/index.ts | 55 + .../autocomplete/item-start-content.ts | 75 + .../autocomplete/label-placements.ts | 86 + .../components/autocomplete/required.ts | 54 + .../components/autocomplete/sections.ts | 40 + .../content/components/autocomplete/sizes.ts | 69 + .../components/autocomplete/start-content.ts | 91 + .../content/components/autocomplete/usage.ts | 64 + .../components/autocomplete/variants.ts | 72 + .../autocomplete/without-scroll-shadow.ts | 56 + .../components/avatar/group-custom-count.ts | 2 +- apps/docs/content/components/badge/index.ts | 4 +- .../{disable-outline.ts => show-outline.ts} | 4 +- .../breadcrumbs/collapsing-items.ts | 21 + .../content/components/breadcrumbs/colors.ts | 27 + .../components/breadcrumbs/controlled.ts | 64 + .../components/breadcrumbs/custom-items.ts | 76 + .../components/breadcrumbs/custom-styles.ts | 64 + .../breadcrumbs/customizing-ellipsis.ts | 50 + .../components/breadcrumbs/disabled.ts | 21 + .../content/components/breadcrumbs/index.ts | 35 + .../components/breadcrumbs/menu-type.ts | 91 + .../content/components/breadcrumbs/radius.ts | 27 + .../content/components/breadcrumbs/routing.ts | 21 + .../components/breadcrumbs/separator.ts | 26 + .../content/components/breadcrumbs/sizes.ts | 27 + .../breadcrumbs/start-end-content.ts | 112 + .../components/breadcrumbs/underlines.ts | 39 + .../content/components/breadcrumbs/usage.ts | 21 + .../components/breadcrumbs/variants.ts | 27 + apps/docs/content/components/card/blurred.ts | 10 +- .../dropdown/custom-items-styles.ts | 4 +- .../dropdown/custom-popover-styles.ts | 4 +- apps/docs/content/components/index.ts | 1 + .../content/components/input/custom-impl.ts | 2 +- .../content/components/input/custom-styles.ts | 2 +- apps/docs/content/components/listbox/index.ts | 2 + .../content/components/listbox/top-content.ts | 347 + .../components/pagination/custom-items.ts | 16 +- .../components/popover/custom-styles.ts | 11 +- .../components/select/custom-styles.ts | 4 +- .../select/single-controlled-onchange.ts | 14 +- apps/docs/content/components/slider/colors.ts | 37 + .../slider/controlled-change-end.ts | 51 + .../components/slider/controlled-range.ts | 60 + .../content/components/slider/controlled.ts | 146 + .../components/slider/custom-styles.ts | 55 + .../components/slider/disable-thumb-scale.ts | 49 + .../content/components/slider/disabled.ts | 23 + .../content/components/slider/fill-offset.ts | 26 + .../content/components/slider/get-value.ts | 21 + .../content/components/slider/hide-thumb.ts | 21 + .../content/components/slider/hide-value.ts | 24 + apps/docs/content/components/slider/index.ts | 55 + apps/docs/content/components/slider/marks.ts | 36 + .../docs/content/components/slider/outline.ts | 49 + apps/docs/content/components/slider/radius.ts | 36 + apps/docs/content/components/slider/range.ts | 23 + .../content/components/slider/render-label.ts | 93 + .../components/slider/render-range-thumb.ts | 41 + .../content/components/slider/render-thumb.ts | 32 + .../content/components/slider/render-value.ts | 128 + apps/docs/content/components/slider/sizes.ts | 43 + .../components/slider/start-end-content.ts | 75 + .../docs/content/components/slider/tooltip.ts | 38 + apps/docs/content/components/slider/usage.ts | 22 + .../components/slider/value-formatting.ts | 22 + .../content/components/slider/vertical.ts | 43 + .../components/slider/visible-steps.ts | 46 + .../content/components/textarea/autosize.ts | 3 - .../components/textarea/description.ts | 1 - .../components/textarea/error-message.ts | 1 - .../docs/content/components/textarea/usage.ts | 1 - .../components/tooltip/custom-styles.ts | 10 +- .../content/docs/components/autocomplete.mdx | 470 + apps/docs/content/docs/components/badge.mdx | 37 +- .../content/docs/components/breadcrumbs.mdx | 299 + .../docs/content/docs/components/dropdown.mdx | 122 +- apps/docs/content/docs/components/input.mdx | 1 + apps/docs/content/docs/components/link.mdx | 55 +- apps/docs/content/docs/components/listbox.mdx | 116 +- apps/docs/content/docs/components/navbar.mdx | 14 +- apps/docs/content/docs/components/popover.mdx | 8 +- .../docs/content/docs/components/progress.mdx | 2 +- .../content/docs/components/scroll-shadow.mdx | 33 +- apps/docs/content/docs/components/select.mdx | 110 +- apps/docs/content/docs/components/slider.mdx | 300 + apps/docs/content/docs/components/tabs.mdx | 107 +- .../docs/content/docs/components/textarea.mdx | 1 + apps/docs/content/docs/components/tooltip.mdx | 3 +- .../content/docs/customization/layout.mdx | 5 +- apps/docs/content/docs/guide/routing.mdx | 239 + apps/docs/package.json | 32 +- apps/docs/public/blog/v2.1.0.jpg | Bin 119156 -> 18176 bytes apps/docs/public/blog/v2.2.0.jpg | Bin 0 -> 27740 bytes apps/docs/styles/globals.css | 22 + packages/components/accordion/package.json | 28 +- packages/components/accordion/src/index.ts | 3 +- .../accordion/src/use-accordion-item.ts | 3 +- .../components/accordion/src/use-accordion.ts | 10 +- .../accordion/stories/accordion.stories.tsx | 3 +- packages/components/autocomplete/README.md | 24 + .../__tests__/autocomplete.test.tsx | 136 + packages/components/autocomplete/package.json | 79 + .../autocomplete/src/autocomplete.tsx | 64 + packages/components/autocomplete/src/index.ts | 18 + .../autocomplete/src/use-autocomplete.ts | 430 + .../stories/autocomplete.stories.tsx | 811 ++ .../components/autocomplete/tsconfig.json | 10 + .../components/autocomplete/tsup.config.ts | 8 + packages/components/avatar/package.json | 17 +- .../components/avatar/src/use-avatar-group.ts | 2 +- .../avatar/stories/avatar-group.stories.tsx | 2 +- packages/components/badge/package.json | 8 +- packages/components/badge/src/use-badge.ts | 9 + packages/components/breadcrumbs/README.md | 24 + .../__tests__/breadcrumbs.test.tsx | 158 + packages/components/breadcrumbs/package.json | 63 + .../breadcrumbs/src/breadcrumb-item.tsx | 39 + .../breadcrumbs/src/breadcrumbs.tsx | 115 + packages/components/breadcrumbs/src/index.ts | 13 + .../breadcrumbs/src/use-breadcrumb-item.ts | 145 + .../breadcrumbs/src/use-breadcrumbs.ts | 209 + .../stories/breadcrumbs.stories.tsx | 452 + packages/components/breadcrumbs/tsconfig.json | 10 + .../components/breadcrumbs/tsup.config.ts | 8 + packages/components/button/package.json | 23 +- packages/components/button/src/button.tsx | 3 +- packages/components/button/src/use-button.ts | 1 + .../button/stories/button.stories.tsx | 6 +- packages/components/card/package.json | 21 +- packages/components/checkbox/package.json | 30 +- .../components/checkbox/src/use-checkbox.ts | 3 +- packages/components/chip/package.json | 20 +- packages/components/chip/src/use-chip.ts | 2 +- packages/components/code/package.json | 8 +- packages/components/divider/package.json | 10 +- packages/components/dropdown/package.json | 23 +- .../components/dropdown/src/dropdown-menu.tsx | 18 +- .../components/dropdown/src/use-dropdown.ts | 8 +- .../dropdown/stories/dropdown.stories.tsx | 52 + packages/components/image/package.json | 11 +- packages/components/input/package.json | 25 +- packages/components/input/src/input.tsx | 10 +- packages/components/input/src/textarea.tsx | 51 +- packages/components/input/src/use-input.ts | 84 +- .../input/stories/input.stories.tsx | 3 +- .../input/stories/textarea.stories.tsx | 6 + packages/components/kbd/package.json | 10 +- packages/components/link/package.json | 19 +- packages/components/listbox/package.json | 30 +- .../listbox/src/base/listbox-item-base.tsx | 10 + .../components/listbox/src/listbox-item.tsx | 5 +- packages/components/listbox/src/listbox.tsx | 42 +- .../listbox/src/use-listbox-item.ts | 18 +- .../components/listbox/src/use-listbox.ts | 89 +- .../listbox/stories/listbox.stories.tsx | 184 +- packages/components/menu/package.json | 28 +- .../menu/src/base/menu-item-base.tsx | 5 + packages/components/menu/src/menu-item.tsx | 5 +- packages/components/menu/src/menu.tsx | 42 +- packages/components/menu/src/use-menu-item.ts | 7 +- packages/components/menu/src/use-menu.ts | 91 +- packages/components/modal/package.json | 27 +- packages/components/navbar/package.json | 23 +- .../navbar/src/navbar-menu-item.tsx | 8 +- packages/components/pagination/package.json | 18 +- .../components/pagination/src/pagination.tsx | 48 + .../pagination/src/use-pagination-item.ts | 53 +- .../pagination/src/use-pagination.ts | 41 +- packages/components/popover/package.json | 29 +- .../popover/src/free-solo-popover.tsx | 12 +- .../popover/src/popover-content.tsx | 16 +- .../components/popover/src/use-popover.ts | 80 +- .../popover/stories/popover.stories.tsx | 56 +- packages/components/progress/package.json | 19 +- packages/components/radio/package.json | 28 +- packages/components/radio/src/use-radio.ts | 3 +- packages/components/ripple/package.json | 13 +- .../__tests__/scroll-shadow.test.tsx | 7 + .../components/scroll-shadow/package.json | 11 +- .../components/scroll-shadow/src/index.ts | 4 + .../scroll-shadow/src/use-scroll-shadow.ts | 24 +- .../stories/scroll-shadow.stories.tsx | 81 +- packages/components/select/package.json | 27 +- packages/components/select/src/select.tsx | 2 +- packages/components/select/src/use-select.ts | 117 +- .../select/stories/select.stories.tsx | 284 +- packages/components/skeleton/package.json | 8 +- packages/components/slider/README.md | 24 + .../slider/__tests__/slider.test.tsx | 216 + packages/components/slider/package.json | 65 + packages/components/slider/src/index.ts | 11 + .../components/slider/src/slider-thumb.tsx | 45 + packages/components/slider/src/slider.tsx | 75 + .../components/slider/src/use-slider-thumb.ts | 147 + packages/components/slider/src/use-slider.ts | 424 + .../slider/stories/slider.stories.tsx | 536 + packages/components/slider/tsconfig.json | 10 + packages/components/slider/tsup.config.ts | 8 + packages/components/snippet/package.json | 15 +- .../components/snippet/src/use-snippet.ts | 2 +- packages/components/spacer/package.json | 8 +- packages/components/spinner/package.json | 8 +- packages/components/switch/package.json | 26 +- packages/components/switch/src/use-switch.ts | 3 +- packages/components/table/package.json | 29 +- packages/components/table/src/table-row.tsx | 7 +- packages/components/tabs/package.json | 27 +- .../components/tabs/src/base/tab-item-base.ts | 4 + packages/components/tabs/src/tab.tsx | 5 +- packages/components/tabs/src/tabs.tsx | 3 +- packages/components/tabs/src/use-tabs.ts | 11 +- packages/components/tooltip/package.json | 27 +- packages/components/tooltip/src/tooltip.tsx | 53 +- .../components/tooltip/src/use-tooltip.ts | 50 +- .../tooltip/stories/tooltip.stories.tsx | 13 +- packages/components/user/package.json | 17 +- packages/core/react/package.json | 6 +- packages/core/react/src/index.ts | 4 +- packages/core/system-rsc/package.json | 2 +- .../core/system-rsc/src/extend-variants.js | 89 +- packages/core/system-rsc/src/types.ts | 2 +- packages/core/system/package.json | 9 +- packages/core/system/src/provider.tsx | 15 +- packages/core/theme/package.json | 16 +- .../core/theme/src/components/accordion.ts | 5 +- .../core/theme/src/components/autocomplete.ts | 58 + packages/core/theme/src/components/avatar.ts | 8 +- packages/core/theme/src/components/badge.ts | 8 +- .../core/theme/src/components/breadcrumbs.ts | 263 + packages/core/theme/src/components/button.ts | 45 +- packages/core/theme/src/components/card.ts | 2 +- packages/core/theme/src/components/chip.ts | 2 +- packages/core/theme/src/components/index.ts | 3 + packages/core/theme/src/components/input.ts | 232 +- packages/core/theme/src/components/listbox.ts | 1 + packages/core/theme/src/components/menu.ts | 19 +- packages/core/theme/src/components/navbar.ts | 5 +- packages/core/theme/src/components/popover.ts | 152 +- packages/core/theme/src/components/select.ts | 144 +- packages/core/theme/src/components/slider.ts | 428 + packages/core/theme/src/default-layout.ts | 5 +- packages/core/theme/src/plugin.ts | 6 + packages/core/theme/src/types.ts | 8 + .../core/theme/src/utilities/transition.ts | 11 + packages/core/theme/src/utils/theme.ts | 9 +- packages/core/theme/src/utils/tv.ts | 57 +- .../use-aria-accordion-item/package.json | 8 +- .../hooks/use-aria-accordion/package.json | 14 +- packages/hooks/use-aria-button/package.json | 11 +- packages/hooks/use-aria-button/src/index.ts | 6 +- packages/hooks/use-aria-link/package.json | 11 +- packages/hooks/use-aria-link/src/index.ts | 20 +- .../hooks/use-aria-modal-overlay/package.json | 11 +- .../hooks/use-aria-multiselect/package.json | 29 +- packages/hooks/use-aria-press/README.md | 24 + packages/hooks/use-aria-press/package.json | 58 + packages/hooks/use-aria-press/src/context.ts | 13 + .../hooks/use-aria-press/src/dom-helpers.ts | 8 + packages/hooks/use-aria-press/src/events.ts | 32 + packages/hooks/use-aria-press/src/index.ts | 907 ++ .../use-aria-press/src/text-selection.ts | 89 + packages/hooks/use-aria-press/src/types.ts | 54 + packages/hooks/use-aria-press/tsconfig.json | 4 + .../hooks/use-aria-toggle-button/package.json | 8 +- .../use-data-scroll-overflow/package.json | 3 + .../use-data-scroll-overflow/src/index.ts | 150 +- packages/hooks/use-disclosure/package.json | 4 +- packages/storybook/package.json | 2 +- packages/utilities/aria-utils/package.json | 16 +- .../utilities/framer-transitions/package.json | 3 +- .../src/transition-utils.ts | 8 +- .../utilities/react-rsc-utils/src/children.ts | 11 +- .../react-rsc-utils/src/dom-props.ts | 1 + .../react-rsc-utils/src/functions.ts | 25 + .../utilities/react-rsc-utils/src/index.ts | 1 + .../utilities/shared-icons/src/bold/index.ts | 3 + .../shared-icons/src/bold/shopping-cart.tsx | 31 + .../shared-icons/src/bold/volume-high.tsx | 27 + .../shared-icons/src/bold/volume-low.tsx | 23 + .../shared-icons/src/linear/index.ts | 1 + .../shared-icons/src/linear/search.tsx | 26 + packages/utilities/stories-utils/README.md | 24 + packages/utilities/stories-utils/package.json | 48 + .../stories-utils/src/hooks/index.ts | 1 + .../src/hooks/use-pokemon-list.ts} | 4 +- packages/utilities/stories-utils/src/index.ts | 2 + .../utilities/stories-utils/src/mocks/data.ts | 247 + .../utilities/stories-utils/tsconfig.json | 4 + packages/utilities/test-utils/src/drag.ts | 104 + packages/utilities/test-utils/src/index.ts | 1 + plop/component/package.json.hbs | 12 +- .../stories/{{componentName}}.stories.tsx.hbs | 2 +- pnpm-lock.yaml | 9229 +++++++++-------- scripts/check-rap-updates.ts | 2 +- 347 files changed, 23721 insertions(+), 6741 deletions(-) create mode 100644 .changeset/chatty-tools-invent.md delete mode 100644 .changeset/dry-teachers-doubt.md create mode 100644 .changeset/fifty-snails-glow.md create mode 100644 .changeset/flat-wasps-hug.md create mode 100644 .changeset/four-actors-give.md create mode 100644 .changeset/four-trainers-move.md create mode 100644 .changeset/fresh-dolphins-pay.md create mode 100644 .changeset/gentle-maps-lick.md create mode 100644 .changeset/healthy-cobras-crash.md create mode 100644 .changeset/hip-years-sip.md create mode 100644 .changeset/odd-impalas-swim.md create mode 100644 .changeset/orange-bobcats-kneel.md create mode 100644 .changeset/seven-buses-cry.md create mode 100644 .changeset/shy-camels-press.md create mode 100644 .changeset/shy-pans-juggle.md create mode 100644 .changeset/stupid-experts-jam.md create mode 100644 .changeset/tender-penguins-love.md create mode 100644 .changeset/wise-apples-travel.md create mode 100644 apps/docs/app/examples/autocomplete/async-filtering/page.tsx create mode 100644 apps/docs/app/examples/autocomplete/async-items-loading/page.tsx create mode 100644 apps/docs/app/examples/autocomplete/fully-controlled/page.tsx create mode 100644 apps/docs/content/blog/v2.2.0.mdx create mode 100644 apps/docs/content/components/autocomplete/async-filtering.ts create mode 100644 apps/docs/content/components/autocomplete/async-loading-items.ts create mode 100644 apps/docs/content/components/autocomplete/colors.ts create mode 100644 apps/docs/content/components/autocomplete/controlled.ts create mode 100644 apps/docs/content/components/autocomplete/custom-filtering.ts create mode 100644 apps/docs/content/components/autocomplete/custom-items.ts create mode 100644 apps/docs/content/components/autocomplete/custom-sections-style.ts create mode 100644 apps/docs/content/components/autocomplete/custom-selector-icon.ts create mode 100644 apps/docs/content/components/autocomplete/custom-styles.ts create mode 100644 apps/docs/content/components/autocomplete/custom-value.ts create mode 100644 apps/docs/content/components/autocomplete/description.ts create mode 100644 apps/docs/content/components/autocomplete/disabled-items.ts create mode 100644 apps/docs/content/components/autocomplete/disabled.ts create mode 100644 apps/docs/content/components/autocomplete/dynamic.ts create mode 100644 apps/docs/content/components/autocomplete/error-message.ts create mode 100644 apps/docs/content/components/autocomplete/events.ts create mode 100644 apps/docs/content/components/autocomplete/fully-controlled.ts create mode 100644 apps/docs/content/components/autocomplete/index.ts create mode 100644 apps/docs/content/components/autocomplete/item-start-content.ts create mode 100644 apps/docs/content/components/autocomplete/label-placements.ts create mode 100644 apps/docs/content/components/autocomplete/required.ts create mode 100644 apps/docs/content/components/autocomplete/sections.ts create mode 100644 apps/docs/content/components/autocomplete/sizes.ts create mode 100644 apps/docs/content/components/autocomplete/start-content.ts create mode 100644 apps/docs/content/components/autocomplete/usage.ts create mode 100644 apps/docs/content/components/autocomplete/variants.ts create mode 100644 apps/docs/content/components/autocomplete/without-scroll-shadow.ts rename apps/docs/content/components/badge/{disable-outline.ts => show-outline.ts} (77%) create mode 100644 apps/docs/content/components/breadcrumbs/collapsing-items.ts create mode 100644 apps/docs/content/components/breadcrumbs/colors.ts create mode 100644 apps/docs/content/components/breadcrumbs/controlled.ts create mode 100644 apps/docs/content/components/breadcrumbs/custom-items.ts create mode 100644 apps/docs/content/components/breadcrumbs/custom-styles.ts create mode 100644 apps/docs/content/components/breadcrumbs/customizing-ellipsis.ts create mode 100644 apps/docs/content/components/breadcrumbs/disabled.ts create mode 100644 apps/docs/content/components/breadcrumbs/index.ts create mode 100644 apps/docs/content/components/breadcrumbs/menu-type.ts create mode 100644 apps/docs/content/components/breadcrumbs/radius.ts create mode 100644 apps/docs/content/components/breadcrumbs/routing.ts create mode 100644 apps/docs/content/components/breadcrumbs/separator.ts create mode 100644 apps/docs/content/components/breadcrumbs/sizes.ts create mode 100644 apps/docs/content/components/breadcrumbs/start-end-content.ts create mode 100644 apps/docs/content/components/breadcrumbs/underlines.ts create mode 100644 apps/docs/content/components/breadcrumbs/usage.ts create mode 100644 apps/docs/content/components/breadcrumbs/variants.ts create mode 100644 apps/docs/content/components/listbox/top-content.ts create mode 100644 apps/docs/content/components/slider/colors.ts create mode 100644 apps/docs/content/components/slider/controlled-change-end.ts create mode 100644 apps/docs/content/components/slider/controlled-range.ts create mode 100644 apps/docs/content/components/slider/controlled.ts create mode 100644 apps/docs/content/components/slider/custom-styles.ts create mode 100644 apps/docs/content/components/slider/disable-thumb-scale.ts create mode 100644 apps/docs/content/components/slider/disabled.ts create mode 100644 apps/docs/content/components/slider/fill-offset.ts create mode 100644 apps/docs/content/components/slider/get-value.ts create mode 100644 apps/docs/content/components/slider/hide-thumb.ts create mode 100644 apps/docs/content/components/slider/hide-value.ts create mode 100644 apps/docs/content/components/slider/index.ts create mode 100644 apps/docs/content/components/slider/marks.ts create mode 100644 apps/docs/content/components/slider/outline.ts create mode 100644 apps/docs/content/components/slider/radius.ts create mode 100644 apps/docs/content/components/slider/range.ts create mode 100644 apps/docs/content/components/slider/render-label.ts create mode 100644 apps/docs/content/components/slider/render-range-thumb.ts create mode 100644 apps/docs/content/components/slider/render-thumb.ts create mode 100644 apps/docs/content/components/slider/render-value.ts create mode 100644 apps/docs/content/components/slider/sizes.ts create mode 100644 apps/docs/content/components/slider/start-end-content.ts create mode 100644 apps/docs/content/components/slider/tooltip.ts create mode 100644 apps/docs/content/components/slider/usage.ts create mode 100644 apps/docs/content/components/slider/value-formatting.ts create mode 100644 apps/docs/content/components/slider/vertical.ts create mode 100644 apps/docs/content/components/slider/visible-steps.ts create mode 100644 apps/docs/content/docs/components/autocomplete.mdx create mode 100644 apps/docs/content/docs/components/breadcrumbs.mdx create mode 100644 apps/docs/content/docs/components/slider.mdx create mode 100644 apps/docs/content/docs/guide/routing.mdx create mode 100644 apps/docs/public/blog/v2.2.0.jpg create mode 100644 packages/components/autocomplete/README.md create mode 100644 packages/components/autocomplete/__tests__/autocomplete.test.tsx create mode 100644 packages/components/autocomplete/package.json create mode 100644 packages/components/autocomplete/src/autocomplete.tsx create mode 100644 packages/components/autocomplete/src/index.ts create mode 100644 packages/components/autocomplete/src/use-autocomplete.ts create mode 100644 packages/components/autocomplete/stories/autocomplete.stories.tsx create mode 100644 packages/components/autocomplete/tsconfig.json create mode 100644 packages/components/autocomplete/tsup.config.ts create mode 100644 packages/components/breadcrumbs/README.md create mode 100644 packages/components/breadcrumbs/__tests__/breadcrumbs.test.tsx create mode 100644 packages/components/breadcrumbs/package.json create mode 100644 packages/components/breadcrumbs/src/breadcrumb-item.tsx create mode 100644 packages/components/breadcrumbs/src/breadcrumbs.tsx create mode 100644 packages/components/breadcrumbs/src/index.ts create mode 100644 packages/components/breadcrumbs/src/use-breadcrumb-item.ts create mode 100644 packages/components/breadcrumbs/src/use-breadcrumbs.ts create mode 100644 packages/components/breadcrumbs/stories/breadcrumbs.stories.tsx create mode 100644 packages/components/breadcrumbs/tsconfig.json create mode 100644 packages/components/breadcrumbs/tsup.config.ts create mode 100644 packages/components/slider/README.md create mode 100644 packages/components/slider/__tests__/slider.test.tsx create mode 100644 packages/components/slider/package.json create mode 100644 packages/components/slider/src/index.ts create mode 100644 packages/components/slider/src/slider-thumb.tsx create mode 100644 packages/components/slider/src/slider.tsx create mode 100644 packages/components/slider/src/use-slider-thumb.ts create mode 100644 packages/components/slider/src/use-slider.ts create mode 100644 packages/components/slider/stories/slider.stories.tsx create mode 100644 packages/components/slider/tsconfig.json create mode 100644 packages/components/slider/tsup.config.ts create mode 100644 packages/core/theme/src/components/autocomplete.ts create mode 100644 packages/core/theme/src/components/breadcrumbs.ts create mode 100644 packages/core/theme/src/components/slider.ts create mode 100644 packages/hooks/use-aria-press/README.md create mode 100644 packages/hooks/use-aria-press/package.json create mode 100644 packages/hooks/use-aria-press/src/context.ts create mode 100644 packages/hooks/use-aria-press/src/dom-helpers.ts create mode 100644 packages/hooks/use-aria-press/src/events.ts create mode 100644 packages/hooks/use-aria-press/src/index.ts create mode 100644 packages/hooks/use-aria-press/src/text-selection.ts create mode 100644 packages/hooks/use-aria-press/src/types.ts create mode 100644 packages/hooks/use-aria-press/tsconfig.json create mode 100644 packages/utilities/react-rsc-utils/src/functions.ts create mode 100644 packages/utilities/shared-icons/src/bold/shopping-cart.tsx create mode 100644 packages/utilities/shared-icons/src/bold/volume-high.tsx create mode 100644 packages/utilities/shared-icons/src/bold/volume-low.tsx create mode 100644 packages/utilities/shared-icons/src/linear/search.tsx create mode 100644 packages/utilities/stories-utils/README.md create mode 100644 packages/utilities/stories-utils/package.json create mode 100644 packages/utilities/stories-utils/src/hooks/index.ts rename packages/{components/select/stories/utils.ts => utilities/stories-utils/src/hooks/use-pokemon-list.ts} (95%) create mode 100644 packages/utilities/stories-utils/src/index.ts create mode 100644 packages/utilities/stories-utils/src/mocks/data.ts create mode 100644 packages/utilities/stories-utils/tsconfig.json create mode 100644 packages/utilities/test-utils/src/drag.ts diff --git a/.changeset/chatty-tools-invent.md b/.changeset/chatty-tools-invent.md new file mode 100644 index 000000000..9adef3783 --- /dev/null +++ b/.changeset/chatty-tools-invent.md @@ -0,0 +1,5 @@ +--- +"@nextui-org/button": patch +--- + +The button with only the icon now displays only the spinner during loading diff --git a/.changeset/dry-teachers-doubt.md b/.changeset/dry-teachers-doubt.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/dry-teachers-doubt.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/fifty-snails-glow.md b/.changeset/fifty-snails-glow.md new file mode 100644 index 000000000..8ae462ca7 --- /dev/null +++ b/.changeset/fifty-snails-glow.md @@ -0,0 +1,11 @@ +--- +"@nextui-org/listbox": patch +"@nextui-org/tabs": patch +"@nextui-org/theme": patch +--- + +Styles Changes + +- Spacing units changed to from `px` to `rem` this improves the mobile components sizes +- Tabs/Tab new prop added `shouldSelectOnPressUp` which is enabled by default `true`, this prop defines whether the tabs selection should occur on press up instead of press down. +- Chip font size changed to `text-tiny` on `sm` size. diff --git a/.changeset/flat-wasps-hug.md b/.changeset/flat-wasps-hug.md new file mode 100644 index 000000000..4eaab9933 --- /dev/null +++ b/.changeset/flat-wasps-hug.md @@ -0,0 +1,46 @@ +--- +"@nextui-org/use-aria-accordion-item": patch +"@nextui-org/use-aria-modal-overlay": patch +"@nextui-org/use-aria-toggle-button": patch +"@nextui-org/use-aria-multiselect": patch +"@nextui-org/react-rsc-utils": patch +"@nextui-org/use-aria-accordion": patch +"@nextui-org/shared-icons": patch +"@nextui-org/pagination": patch +"@nextui-org/use-aria-button": patch +"@nextui-org/accordion": patch +"@nextui-org/use-disclosure": patch +"@nextui-org/aria-utils": patch +"@nextui-org/checkbox": patch +"@nextui-org/dropdown": patch +"@nextui-org/progress": patch +"@nextui-org/use-aria-link": patch +"@nextui-org/divider": patch +"@nextui-org/listbox": patch +"@nextui-org/popover": patch +"@nextui-org/snippet": patch +"@nextui-org/tooltip": patch +"@nextui-org/avatar": patch +"@nextui-org/button": patch +"@nextui-org/navbar": patch +"@nextui-org/select": patch +"@nextui-org/slider": patch +"@nextui-org/switch": patch +"@nextui-org/badge": patch +"@nextui-org/input": patch +"@nextui-org/modal": patch +"@nextui-org/radio": patch +"@nextui-org/table": patch +"@nextui-org/card": patch +"@nextui-org/chip": patch +"@nextui-org/link": patch +"@nextui-org/menu": patch +"@nextui-org/tabs": patch +"@nextui-org/user": patch +"@nextui-org/kbd": patch +"@nextui-org/system": patch +"@nextui-org/react": patch +"@nextui-org/theme": patch +--- + +React Aria Client side router provider added to NextUI Provider, it allows users to pass the router they're using to customize how components items should navigate, this is supported by Listbox items, tabs items, dropdown items and table rows. diff --git a/.changeset/four-actors-give.md b/.changeset/four-actors-give.md new file mode 100644 index 000000000..964da3ec7 --- /dev/null +++ b/.changeset/four-actors-give.md @@ -0,0 +1,6 @@ +--- +"@nextui-org/theme": patch +--- + +- New variable added to the theme layout `hoverOpacity` +- Hover opacity added to button diff --git a/.changeset/four-trainers-move.md b/.changeset/four-trainers-move.md new file mode 100644 index 000000000..2f0c9206b --- /dev/null +++ b/.changeset/four-trainers-move.md @@ -0,0 +1,47 @@ +--- +"@nextui-org/use-aria-accordion-item": patch +"@nextui-org/use-aria-modal-overlay": patch +"@nextui-org/use-aria-toggle-button": patch +"@nextui-org/use-aria-multiselect": patch +"@nextui-org/react-rsc-utils": patch +"@nextui-org/use-aria-accordion": patch +"@nextui-org/breadcrumbs": patch +"@nextui-org/shared-icons": patch +"@nextui-org/pagination": patch +"@nextui-org/use-aria-button": patch +"@nextui-org/accordion": patch +"@nextui-org/use-disclosure": patch +"@nextui-org/aria-utils": patch +"@nextui-org/checkbox": patch +"@nextui-org/dropdown": patch +"@nextui-org/progress": patch +"@nextui-org/use-aria-link": patch +"@nextui-org/divider": patch +"@nextui-org/listbox": patch +"@nextui-org/popover": patch +"@nextui-org/snippet": patch +"@nextui-org/tooltip": patch +"@nextui-org/avatar": patch +"@nextui-org/button": patch +"@nextui-org/navbar": patch +"@nextui-org/select": patch +"@nextui-org/slider": patch +"@nextui-org/switch": patch +"@nextui-org/badge": patch +"@nextui-org/input": patch +"@nextui-org/modal": patch +"@nextui-org/radio": patch +"@nextui-org/table": patch +"@nextui-org/card": patch +"@nextui-org/chip": patch +"@nextui-org/link": patch +"@nextui-org/menu": patch +"@nextui-org/tabs": patch +"@nextui-org/user": patch +"@nextui-org/kbd": patch +"@nextui-org/system": patch +"@nextui-org/react": patch +"@nextui-org/theme": patch +--- + +New component: Breadcrumbs diff --git a/.changeset/fresh-dolphins-pay.md b/.changeset/fresh-dolphins-pay.md new file mode 100644 index 000000000..98853e54c --- /dev/null +++ b/.changeset/fresh-dolphins-pay.md @@ -0,0 +1,53 @@ +--- +"@nextui-org/use-aria-accordion-item": patch +"@nextui-org/use-aria-modal-overlay": patch +"@nextui-org/use-aria-toggle-button": patch +"@nextui-org/framer-transitions": patch +"@nextui-org/use-aria-multiselect": patch +"@nextui-org/react-rsc-utils": patch +"@nextui-org/use-aria-accordion": patch +"@nextui-org/autocomplete": patch +"@nextui-org/breadcrumbs": patch +"@nextui-org/shared-icons": patch +"@nextui-org/pagination": patch +"@nextui-org/use-aria-button": patch +"@nextui-org/accordion": patch +"@nextui-org/use-aria-press": patch +"@nextui-org/use-disclosure": patch +"@nextui-org/aria-utils": patch +"@nextui-org/test-utils": patch +"@nextui-org/checkbox": patch +"@nextui-org/dropdown": patch +"@nextui-org/progress": patch +"@nextui-org/use-aria-link": patch +"@nextui-org/divider": patch +"@nextui-org/listbox": patch +"@nextui-org/popover": patch +"@nextui-org/snippet": patch +"@nextui-org/tooltip": patch +"@nextui-org/avatar": patch +"@nextui-org/button": patch +"@nextui-org/navbar": patch +"@nextui-org/ripple": patch +"@nextui-org/select": patch +"@nextui-org/slider": patch +"@nextui-org/switch": patch +"@nextui-org/badge": patch +"@nextui-org/input": patch +"@nextui-org/modal": patch +"@nextui-org/radio": patch +"@nextui-org/table": patch +"@nextui-org/card": patch +"@nextui-org/chip": patch +"@nextui-org/link": patch +"@nextui-org/menu": patch +"@nextui-org/tabs": patch +"@nextui-org/user": patch +"@nextui-org/system-rsc": patch +"@nextui-org/kbd": patch +"@nextui-org/system": patch +"@nextui-org/react": patch +"@nextui-org/theme": patch +--- + +react-aria packages & framer-motion upgraded diff --git a/.changeset/gentle-maps-lick.md b/.changeset/gentle-maps-lick.md new file mode 100644 index 000000000..b78e75a03 --- /dev/null +++ b/.changeset/gentle-maps-lick.md @@ -0,0 +1,61 @@ +--- +"@nextui-org/use-data-scroll-overflow": patch +"@nextui-org/use-aria-accordion-item": patch +"@nextui-org/use-aria-modal-overlay": patch +"@nextui-org/use-aria-toggle-button": patch +"@nextui-org/framer-transitions": patch +"@nextui-org/use-aria-multiselect": patch +"@nextui-org/react-rsc-utils": patch +"@nextui-org/scroll-shadow": patch +"@nextui-org/use-aria-accordion": patch +"@nextui-org/autocomplete": patch +"@nextui-org/stories-utils": patch +"@nextui-org/breadcrumbs": patch +"@nextui-org/shared-icons": patch +"@nextui-org/pagination": patch +"@nextui-org/use-aria-button": patch +"@nextui-org/accordion": patch +"@nextui-org/use-aria-press": patch +"@nextui-org/use-disclosure": patch +"@nextui-org/aria-utils": patch +"@nextui-org/test-utils": patch +"@nextui-org/checkbox": patch +"@nextui-org/dropdown": patch +"@nextui-org/progress": patch +"@nextui-org/skeleton": patch +"@nextui-org/use-aria-link": patch +"@nextui-org/divider": patch +"@nextui-org/listbox": patch +"@nextui-org/popover": patch +"@nextui-org/snippet": patch +"@nextui-org/spinner": patch +"@nextui-org/tooltip": patch +"@nextui-org/avatar": patch +"@nextui-org/button": patch +"@nextui-org/navbar": patch +"@nextui-org/ripple": patch +"@nextui-org/select": patch +"@nextui-org/slider": patch +"@nextui-org/spacer": patch +"@nextui-org/switch": patch +"@nextui-org/badge": patch +"@nextui-org/image": patch +"@nextui-org/input": patch +"@nextui-org/modal": patch +"@nextui-org/radio": patch +"@nextui-org/table": patch +"@nextui-org/card": patch +"@nextui-org/chip": patch +"@nextui-org/code": patch +"@nextui-org/link": patch +"@nextui-org/menu": patch +"@nextui-org/tabs": patch +"@nextui-org/user": patch +"@nextui-org/system-rsc": patch +"@nextui-org/kbd": patch +"@nextui-org/system": patch +"@nextui-org/react": patch +"@nextui-org/theme": patch +--- + +Peer dependencies fixed to not install depedencies that were already installed diff --git a/.changeset/healthy-cobras-crash.md b/.changeset/healthy-cobras-crash.md new file mode 100644 index 000000000..29736cbcf --- /dev/null +++ b/.changeset/healthy-cobras-crash.md @@ -0,0 +1,5 @@ +--- +"@nextui-org/theme": patch +--- + +feat: added RTL support to accordion component diff --git a/.changeset/hip-years-sip.md b/.changeset/hip-years-sip.md new file mode 100644 index 000000000..e719a7f9a --- /dev/null +++ b/.changeset/hip-years-sip.md @@ -0,0 +1,147 @@ +--- +"@nextui-org/shared-icons": patch +"@nextui-org/popover": patch +"@nextui-org/tooltip": patch +"@nextui-org/select": patch +"@nextui-org/slider": patch +"@nextui-org/badge": patch +"@nextui-org/theme": patch +--- + +Changes + +- Slider tooltip support added + +Breaking Changes + +- Popover API changed to improve the arrow implementation, arrow is now a pseudo element, this allows the popover to also move the arrow all-together, this change impacts the Popover, Tooltip and Select implementations. + +Popover changes: + +```diff + + + + + + {(titleProps) => ( +
+

+ Popover Content +

+
This is the popover content
+
+ )} +
+
+``` + +Tooltip changes: + +```diff + + + +``` + +Select changes: + +```diff + + ); +}`; +``` diff --git a/.changeset/odd-impalas-swim.md b/.changeset/odd-impalas-swim.md new file mode 100644 index 000000000..c23860f31 --- /dev/null +++ b/.changeset/odd-impalas-swim.md @@ -0,0 +1,7 @@ +--- +"@nextui-org/use-data-scroll-overflow": patch +"@nextui-org/scroll-shadow": patch +--- + +- use-data-scroll-shadow hook logic improved +- controlled way to set the shadow visibility added to ScrollShadow diff --git a/.changeset/orange-bobcats-kneel.md b/.changeset/orange-bobcats-kneel.md new file mode 100644 index 000000000..ccb02170f --- /dev/null +++ b/.changeset/orange-bobcats-kneel.md @@ -0,0 +1,5 @@ +--- +"@nextui-org/theme": patch +--- + +feat: added RTL support to button group component diff --git a/.changeset/seven-buses-cry.md b/.changeset/seven-buses-cry.md new file mode 100644 index 000000000..d5268105a --- /dev/null +++ b/.changeset/seven-buses-cry.md @@ -0,0 +1,5 @@ +--- +"@nextui-org/theme": patch +--- + +Transition animation added to Menu/Listbox items diff --git a/.changeset/shy-camels-press.md b/.changeset/shy-camels-press.md new file mode 100644 index 000000000..74eee167c --- /dev/null +++ b/.changeset/shy-camels-press.md @@ -0,0 +1,9 @@ +--- +"@nextui-org/react-rsc-utils": patch +"@nextui-org/breadcrumbs": patch +"@nextui-org/shared-icons": patch +--- + +- pickChildren function return type fixed +- new icon added to the shared icons +- breadcrumbs improvements diff --git a/.changeset/shy-pans-juggle.md b/.changeset/shy-pans-juggle.md new file mode 100644 index 000000000..f64c47084 --- /dev/null +++ b/.changeset/shy-pans-juggle.md @@ -0,0 +1,7 @@ +--- +"@nextui-org/input": patch +"@nextui-org/theme": patch +--- + +- Textarea styles fixed +- New prop added to text area `disableAutosize` to preventthe resize diff --git a/.changeset/stupid-experts-jam.md b/.changeset/stupid-experts-jam.md new file mode 100644 index 000000000..244770e49 --- /dev/null +++ b/.changeset/stupid-experts-jam.md @@ -0,0 +1,16 @@ +--- +"@nextui-org/react-rsc-utils": patch +"@nextui-org/shared-icons": patch +"@nextui-org/dropdown": patch +"@nextui-org/popover": patch +"@nextui-org/snippet": patch +"@nextui-org/tooltip": patch +"@nextui-org/select": patch +"@nextui-org/slider": patch +"@nextui-org/badge": patch +"@nextui-org/react": patch +"@nextui-org/theme": patch +--- + +- New component: Slider +- Arrow removed from the popover styles and code as well as from related components such as Tooltip, Snippet and Select diff --git a/.changeset/tender-penguins-love.md b/.changeset/tender-penguins-love.md new file mode 100644 index 000000000..6922e0cb5 --- /dev/null +++ b/.changeset/tender-penguins-love.md @@ -0,0 +1,6 @@ +--- +"@nextui-org/avatar": patch +"@nextui-org/theme": patch +--- + +feat: added RTL support to avatar and avatar group component diff --git a/.changeset/wise-apples-travel.md b/.changeset/wise-apples-travel.md new file mode 100644 index 000000000..c6db23474 --- /dev/null +++ b/.changeset/wise-apples-travel.md @@ -0,0 +1,10 @@ +--- +"@nextui-org/listbox": patch +"@nextui-org/table": patch +"@nextui-org/menu": patch +"@nextui-org/tabs": patch +"@nextui-org/system-rsc": patch +"@nextui-org/theme": patch +--- + +Collection-based components support on extendVariants function added, input focus-visible outline removed, collection item components "as" prop fixed diff --git a/apps/docs/app/examples/autocomplete/async-filtering/page.tsx b/apps/docs/app/examples/autocomplete/async-filtering/page.tsx new file mode 100644 index 000000000..f5bcb9cb9 --- /dev/null +++ b/apps/docs/app/examples/autocomplete/async-filtering/page.tsx @@ -0,0 +1,47 @@ +/* eslint-disable no-console */ +"use client"; + +import * as React from "react"; +import {Autocomplete, AutocompleteItem} from "@nextui-org/react"; +import {useAsyncList} from "@react-stately/data"; + +type SWCharacter = { + name: string; + height: string; + mass: string; + birth_year: string; +}; + +export default function Page() { + let list = useAsyncList({ + async load({signal, filterText}) { + let res = await fetch(`https://swapi.py4e.com/api/people/?search=${filterText}`, {signal}); + let json = await res.json(); + + return { + items: json.results, + }; + }, + }); + + return ( +
+ + {(item) => ( + + {item.name} + + )} + +
+ ); +} diff --git a/apps/docs/app/examples/autocomplete/async-items-loading/page.tsx b/apps/docs/app/examples/autocomplete/async-items-loading/page.tsx new file mode 100644 index 000000000..303d96cbb --- /dev/null +++ b/apps/docs/app/examples/autocomplete/async-items-loading/page.tsx @@ -0,0 +1,113 @@ +/* eslint-disable no-console */ +"use client"; + +import * as React from "react"; +import {Autocomplete, AutocompleteItem} from "@nextui-org/react"; +import {useInfiniteScroll} from "@nextui-org/use-infinite-scroll"; + +type Pokemon = { + name: string; + url: string; +}; + +type UsePokemonListProps = { + /** Delay to wait before fetching more items */ + fetchDelay?: number; +}; + +function usePokemonList({fetchDelay = 0}: UsePokemonListProps = {}) { + const [items, setItems] = React.useState([]); + const [hasMore, setHasMore] = React.useState(true); + const [isLoading, setIsLoading] = React.useState(false); + const [offset, setOffset] = React.useState(0); + const limit = 10; // Number of items per page, adjust as necessary + + const loadPokemon = async (currentOffset: number) => { + const controller = new AbortController(); + const {signal} = controller; + + try { + setIsLoading(true); + + if (offset > 0) { + // Delay to simulate network latency + await new Promise((resolve) => setTimeout(resolve, fetchDelay)); + } + + let res = await fetch( + `https://pokeapi.co/api/v2/pokemon?offset=${currentOffset}&limit=${limit}`, + {signal}, + ); + + if (!res.ok) { + throw new Error("Network response was not ok"); + } + + let json = await res.json(); + + setHasMore(json.next !== null); + // Append new results to existing ones + setItems((prevItems) => [...prevItems, ...json.results]); + } catch (error) { + // @ts-ignore + if (error.name === "AbortError") { + console.log("Fetch aborted"); + } else { + console.error("There was an error with the fetch operation:", error); + } + } finally { + setIsLoading(false); + } + }; + + React.useEffect(() => { + loadPokemon(offset); + }, []); + + const onLoadMore = () => { + const newOffset = offset + limit; + + setOffset(newOffset); + loadPokemon(newOffset); + }; + + return { + items, + hasMore, + isLoading, + onLoadMore, + }; +} + +export default function Page() { + const [isOpen, setIsOpen] = React.useState(false); + const {items, hasMore, isLoading, onLoadMore} = usePokemonList({fetchDelay: 1500}); + + const [, scrollerRef] = useInfiniteScroll({ + hasMore, + isEnabled: isOpen, + shouldUseLoader: false, // We don't want to show the loader at the bottom of the list + onLoadMore, + }); + + return ( +
+ + {(item) => ( + + {item.name} + + )} + +
+ ); +} diff --git a/apps/docs/app/examples/autocomplete/fully-controlled/page.tsx b/apps/docs/app/examples/autocomplete/fully-controlled/page.tsx new file mode 100644 index 000000000..e2e21baa6 --- /dev/null +++ b/apps/docs/app/examples/autocomplete/fully-controlled/page.tsx @@ -0,0 +1,107 @@ +"use client"; + +import * as React from "react"; +import {Autocomplete, AutocompleteItem, MenuTriggerAction} from "@nextui-org/react"; +import {useFilter} from "@react-aria/i18n"; + +const animals = [ + {label: "Cat", value: "cat", description: "The second most popular pet in the world"}, + {label: "Dog", value: "dog", description: "The most popular pet in the world"}, + {label: "Elephant", value: "elephant", description: "The largest land animal"}, + {label: "Lion", value: "lion", description: "The king of the jungle"}, + {label: "Tiger", value: "tiger", description: "The largest cat species"}, + {label: "Giraffe", value: "giraffe", description: "The tallest land animal"}, + { + label: "Dolphin", + value: "dolphin", + description: "A widely distributed and diverse group of aquatic mammals", + }, + {label: "Penguin", value: "penguin", description: "A group of aquatic flightless birds"}, + {label: "Zebra", value: "zebra", description: "A several species of African equids"}, + { + label: "Shark", + value: "shark", + description: "A group of elasmobranch fish characterized by a cartilaginous skeleton", + }, + { + label: "Whale", + value: "whale", + description: "Diverse group of fully aquatic placental marine mammals", + }, + {label: "Otter", value: "otter", description: "A carnivorous mammal in the subfamily Lutrinae"}, + {label: "Crocodile", value: "crocodile", description: "A large semiaquatic reptile"}, +]; + +type FieldState = { + selectedKey: React.Key | null; + inputValue: string; + items: typeof animals; +}; + +export default function Page() { + // Store ComboBox input value, selected option, open state, and items + // in a state tracker + const [fieldState, setFieldState] = React.useState({ + selectedKey: "", + inputValue: "", + items: animals, + }); + + // Implement custom filtering logic and control what items are + // available to the Autocomplete. + const {startsWith} = useFilter({sensitivity: "base"}); + + // Specify how each of the Autocomplete values should change when an + // option is selected from the list box + const onSelectionChange = (key: React.Key) => { + setFieldState((prevState) => { + let selectedItem = prevState.items.find((option) => option.value === key); + + return { + inputValue: selectedItem?.label || "", + selectedKey: key, + items: animals.filter((item) => startsWith(item.label, selectedItem?.label || "")), + }; + }); + }; + + // Specify how each of the Autocomplete values should change when the input + // field is altered by the user + const onInputChange = (value: string) => { + setFieldState((prevState) => ({ + inputValue: value, + selectedKey: value === "" ? null : prevState.selectedKey, + items: animals.filter((item) => startsWith(item.label, value)), + })); + }; + + // Show entire list if user opens the menu manually + const onOpenChange = (isOpen: boolean, menuTrigger: MenuTriggerAction) => { + if (menuTrigger === "manual" && isOpen) { + setFieldState((prevState) => ({ + inputValue: prevState.inputValue, + selectedKey: prevState.selectedKey, + items: animals, + })); + } + }; + + return ( +
+ + {(item) => {item.label}} + +
+ ); +} diff --git a/apps/docs/app/examples/perf/page.tsx b/apps/docs/app/examples/perf/page.tsx index 2ed0b63a6..4c2430c2c 100644 --- a/apps/docs/app/examples/perf/page.tsx +++ b/apps/docs/app/examples/perf/page.tsx @@ -9,10 +9,17 @@ import { Textarea, Input, Tab, + Avatar, + Select, + SelectItem, AccordionItem, + Pagination, extendVariants, + PaginationItem, } from "@nextui-org/react"; -import {useState} from "react"; +import {useFilter} from "@react-aria/i18n"; +import {useEffect, useMemo, useRef, useState} from "react"; +import {useSearchParams} from "next/navigation"; import {SearchLinearIcon} from "@/components/icons"; @@ -178,13 +185,297 @@ const MyButton2 = extendVariants(Button, { defaultVariants: {}, }); +const usersData = [ + { + id: 1, + name: "Tony Reichert", + role: "CEO", + team: "Management", + status: "active", + age: "29", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/1.png", + email: "tony.reichert@example.com", + }, + { + id: 2, + name: "Zoey Lang", + role: "Tech Lead", + team: "Development", + status: "paused", + age: "25", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/1.png", + email: "zoey.lang@example.com", + }, + { + id: 3, + name: "Jane Fisher", + role: "Sr. Dev", + team: "Development", + status: "active", + age: "22", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/2.png", + email: "jane.fisher@example.com", + }, + { + id: 4, + name: "William Howard", + role: "C.M.", + team: "Marketing", + status: "vacation", + age: "28", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/2.png", + email: "william.howard@example.com", + }, + { + id: 5, + name: "Kristen Copper", + role: "S. Manager", + team: "Sales", + status: "active", + age: "24", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/3.png", + email: "kristen.cooper@example.com", + }, + { + id: 6, + name: "Brian Kim", + role: "P. Manager", + team: "Management", + age: "29", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/3.png", + email: "brian.kim@example.com", + status: "Active", + }, + { + id: 7, + name: "Michael Hunt", + role: "Designer", + team: "Design", + status: "paused", + age: "27", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/4.png", + email: "michael.hunt@example.com", + }, + { + id: 8, + name: "Samantha Brooks", + role: "HR Manager", + team: "HR", + status: "active", + age: "31", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/4.png", + email: "samantha.brooks@example.com", + }, + { + id: 9, + name: "Frank Harrison", + role: "F. Manager", + team: "Finance", + status: "vacation", + age: "33", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/5.png", + email: "frank.harrison@example.com", + }, + { + id: 10, + name: "Emma Adams", + role: "Ops Manager", + team: "Operations", + status: "active", + age: "35", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/5.png", + email: "emma.adams@example.com", + }, + { + id: 11, + name: "Brandon Stevens", + role: "Jr. Dev", + team: "Development", + status: "active", + age: "22", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/7.png", + email: "brandon.stevens@example.com", + }, + { + id: 12, + name: "Megan Richards", + role: "P. Manager", + team: "Product", + status: "paused", + age: "28", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/7.png", + email: "megan.richards@example.com", + }, + { + id: 13, + name: "Oliver Scott", + role: "S. Manager", + team: "Security", + status: "active", + age: "37", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/8.png", + email: "oliver.scott@example.com", + }, + { + id: 14, + name: "Grace Allen", + role: "M. Specialist", + team: "Marketing", + status: "active", + age: "30", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/8.png", + email: "grace.allen@example.com", + }, + { + id: 15, + name: "Noah Carter", + role: "IT Specialist", + team: "I. Technology", + status: "paused", + age: "31", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/9.png", + email: "noah.carter@example.com", + }, + { + id: 16, + name: "Ava Perez", + role: "Manager", + team: "Sales", + status: "active", + age: "29", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/9.png", + email: "ava.perez@example.com", + }, + { + id: 17, + name: "Liam Johnson", + role: "Data Analyst", + team: "Analysis", + status: "active", + age: "28", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/11.png", + email: "liam.johnson@example.com", + }, + { + id: 18, + name: "Sophia Taylor", + role: "QA Analyst", + team: "Testing", + status: "active", + age: "27", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/11.png", + email: "sophia.taylor@example.com", + }, + { + id: 19, + name: "Lucas Harris", + role: "Administrator", + team: "Information Technology", + status: "paused", + age: "32", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/12.png", + email: "lucas.harris@example.com", + }, + { + id: 20, + name: "Mia Robinson", + role: "Coordinator", + team: "Operations", + status: "active", + age: "26", + avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/female/12.png", + email: "mia.robinson@example.com", + }, +]; + export default function NextUIPerf() { const [textA, setTextA] = useState(""); const [textB, setTextB] = useState(""); const [textC, setTextC] = useState(""); + const [isOpen, setIsOpen] = useState(false); + const [inputValue, setInputValue] = useState(); + const [selectedKey, setSelectedKey] = useState(""); + + const searchParams = useSearchParams(); + + const page = Number(searchParams.get("page")); + + let {startsWith} = useFilter({sensitivity: "base"}); + + const filteredItems = inputValue + ? usersData.filter((item) => startsWith(item.name, inputValue)) + : usersData; + + const inputRef = useRef(null); + + useEffect(() => { + isOpen && inputRef?.current?.focus(); + }, [isOpen]); + + const handleSelectionChange = (e: React.ChangeEvent) => { + setSelectedKey(e.target.value); + }; + + const topContent = useMemo(() => { + return ( + } + type="text" + onValueChange={setInputValue} + /> + ); + }, [inputRef, selectedKey, isOpen]); return (
+ + Non est aliqua tempor occaecat laborum. Lorem culpa minim irure mollit. Est qui @@ -254,6 +545,15 @@ export default function NextUIPerf() { Press Me! + + { + return ; + }} + total={10} + />
); } diff --git a/apps/docs/app/providers.tsx b/apps/docs/app/providers.tsx index f9b897d77..cda396c8e 100644 --- a/apps/docs/app/providers.tsx +++ b/apps/docs/app/providers.tsx @@ -4,6 +4,7 @@ import * as React from "react"; import {NextUIProvider} from "@nextui-org/react"; import {ThemeProvider as NextThemesProvider} from "next-themes"; import {ThemeProviderProps} from "next-themes/dist/types"; +import {useRouter} from "next/navigation"; export interface ProvidersProps { children: React.ReactNode; @@ -11,8 +12,10 @@ export interface ProvidersProps { } export function Providers({children, themeProps}: ProvidersProps) { + const router = useRouter(); + return ( - + {children} ); diff --git a/apps/docs/components/demos/music-player.tsx b/apps/docs/components/demos/music-player.tsx index d1b907e76..b48e497c8 100644 --- a/apps/docs/components/demos/music-player.tsx +++ b/apps/docs/components/demos/music-player.tsx @@ -1,6 +1,6 @@ "use client"; -import {Card, CardBody, Button, Image, Progress, CardProps} from "@nextui-org/react"; +import {Card, CardBody, Button, Image, Slider, CardProps} from "@nextui-org/react"; import {useState, FC} from "react"; import {clsx} from "@nextui-org/shared-utils"; import NextImage from "next/image"; @@ -63,15 +63,15 @@ export const MusicPlayer: FC = ({className, ...otherProps}) =>
-

1:23

diff --git a/apps/docs/components/docs/components/code-demo/code-demo.tsx b/apps/docs/components/docs/components/code-demo/code-demo.tsx index cd949d54b..0fb97e90e 100644 --- a/apps/docs/components/docs/components/code-demo/code-demo.tsx +++ b/apps/docs/components/docs/components/code-demo/code-demo.tsx @@ -32,7 +32,6 @@ interface CodeDemoProps extends UseCodeDemoProps, WindowResizerProps { showSandpackPreview?: boolean; initialEditorOpen?: boolean; enableResize?: boolean; - showTabs?: boolean; showPreview?: boolean; hideWindowActions?: boolean; showOpenInCodeSandbox?: boolean; @@ -54,6 +53,7 @@ export const CodeDemo: React.FC = ({ showEditor = true, showPreview = true, asIframe = false, + showTabs = true, resizeEnabled = true, hideWindowActions = false, showSandpackPreview = false, @@ -66,7 +66,6 @@ export const CodeDemo: React.FC = ({ previewHeight = "auto", overflow = "visible", displayMode = "always", - showTabs = true, gradientColor, highlightedLines, iframeInitialWidth, diff --git a/apps/docs/components/docs/sidebar.tsx b/apps/docs/components/docs/sidebar.tsx index bca10e50a..463539dfb 100644 --- a/apps/docs/components/docs/sidebar.tsx +++ b/apps/docs/components/docs/sidebar.tsx @@ -70,6 +70,7 @@ function TreeItem(props: TreeItemProps) { }; const isNew = item.props?.newPost; + const isUpdated = item.props?.updated; const isExpanded = state.expandedKeys.has(key); const isSelected = @@ -159,6 +160,16 @@ function TreeItem(props: TreeItemProps) { > {rendered} + {isUpdated && ( + + Updated + + )} {isNew && ( New diff --git a/apps/docs/components/mdx-components.tsx b/apps/docs/components/mdx-components.tsx index 3586960ca..5f3369509 100644 --- a/apps/docs/components/mdx-components.tsx +++ b/apps/docs/components/mdx-components.tsx @@ -229,7 +229,7 @@ export const MDXComponents = { ), Steps: ({...props}) => (
), diff --git a/apps/docs/components/navbar.tsx b/apps/docs/components/navbar.tsx index 7a190ad74..6cd9e08a6 100644 --- a/apps/docs/components/navbar.tsx +++ b/apps/docs/components/navbar.tsx @@ -249,11 +249,11 @@ export const Navbar: FC = ({children, routes, mobileRoutes = [], sl color="secondary" href="/blog/v2.1.0" variant="dot" - onClick={() => handlePressNavbarItem("New components v2.1.0", "/blog/v2.1.0")} + onClick={() => handlePressNavbarItem("Introducing v2.2.0", "/blog/v2.2.0")} > - New components v2.1.0  - - 🎉 + Introducing v2.2.0  + + 🚀 diff --git a/apps/docs/components/sandpack/code-viewer.tsx b/apps/docs/components/sandpack/code-viewer.tsx index 3f48ebfc2..ccabed56e 100644 --- a/apps/docs/components/sandpack/code-viewer.tsx +++ b/apps/docs/components/sandpack/code-viewer.tsx @@ -10,6 +10,7 @@ import {Language} from "prism-react-renderer"; import {HighlightedLines} from "./types"; import {Decorators} from "./types"; +import {trackEvent} from "@/utils/va"; import {Codeblock} from "@/components/docs/components"; export interface CodeViewerProps { @@ -83,6 +84,13 @@ export const SandpackCodeViewer = React.forwardRef( const handleExpand = () => { const nextIsExpanded = !isExpanded; + trackEvent("CodeViewer - Expand", { + name: activeFile, + action: "expand", + category: "docs", + data: nextIsExpanded ? "expanded" : "collapsed", + }); + setIsExpanded(nextIsExpanded); if (containerRef && containerRef?.current !== null) { const container = containerRef?.current; diff --git a/apps/docs/components/sandpack/entries.ts b/apps/docs/components/sandpack/entries.ts index f7ba3aa0c..f1bc2d217 100644 --- a/apps/docs/components/sandpack/entries.ts +++ b/apps/docs/components/sandpack/entries.ts @@ -1,4 +1,4 @@ -export const getFileEntry = (theme: string) => ` +export const rootFile = ` import React from "react"; import ReactDOM from "react-dom/client"; import { NextUIProvider } from "@nextui-org/react"; @@ -8,13 +8,26 @@ import "./styles.css"; ReactDOM.createRoot(document.getElementById("root")).render( -
+
);`; +export const getHtmlFile = (theme: string, entryFile: string) => ` + + + + + Vite App + + +
+ + +`; + export const tailwindConfig = `const { nextui } = require("@nextui-org/react"); /** @type {import('tailwindcss').Config} */ diff --git a/apps/docs/components/sandpack/use-sandpack.ts b/apps/docs/components/sandpack/use-sandpack.ts index b75820aa4..0818774c2 100644 --- a/apps/docs/components/sandpack/use-sandpack.ts +++ b/apps/docs/components/sandpack/use-sandpack.ts @@ -4,7 +4,7 @@ import {useTheme} from "next-themes"; import {HighlightedLines} from "./types"; import {getHighlightedLines, getFileName} from "./utils"; -import {getFileEntry, stylesConfig, postcssConfig, tailwindConfig} from "./entries"; +import {stylesConfig, postcssConfig, tailwindConfig, getHtmlFile, rootFile} from "./entries"; import {useLocalStorage} from "@/hooks/use-local-storage"; @@ -185,7 +185,11 @@ export const useSandpack = ({ files: { ...sortedFiles, [entryFile]: { - code: getFileEntry(theme ?? "light"), + code: rootFile, + hidden: true, + }, + "index.html": { + code: getHtmlFile(theme ?? "light", entryFile), hidden: true, }, "tailwind.config.js": { diff --git a/apps/docs/config/routes.json b/apps/docs/config/routes.json index b495e1b7a..ee62671a2 100644 --- a/apps/docs/config/routes.json +++ b/apps/docs/config/routes.json @@ -24,6 +24,13 @@ "keywords": "design principles, nextui", "path": "/docs/guide/design-principles.mdx" }, + { + "key": "routing", + "title": "Routing", + "keywords": "client side routing, routing, browser routing, nextui, next.js router, react router, remix router", + "path": "/docs/guide/routing.mdx", + "newPost": true + }, { "key": "upgrade-to-v2", "title": "Upgrade to v2", @@ -130,6 +137,13 @@ "keywords": "accordion, collapse, expandable sections, content hiding", "path": "/docs/components/accordion.mdx" }, + { + "key": "autocomplete", + "title": "Autocomplete", + "keywords": "autocomplete, auto suggest, search, typeahead", + "path": "/docs/components/autocomplete.mdx", + "newPost": true + }, { "key": "badge", "title": "Badge", @@ -142,6 +156,13 @@ "keywords": "button, interactive, action trigger, click events", "path": "/docs/components/button.mdx" }, + { + "key": "breadcrumbs", + "title": "Breadcrumbs", + "keywords": "breadcrumbs, navigation, path, trail, location", + "path": "/docs/components/breadcrumbs.mdx", + "newPost": true + }, { "key": "card", "title": "Card", @@ -188,7 +209,8 @@ "key": "dropdown", "title": "Dropdown", "keywords": "dropdown, menu, selection, option list", - "path": "/docs/components/dropdown.mdx" + "path": "/docs/components/dropdown.mdx", + "updated": true }, { "key": "image", @@ -212,14 +234,15 @@ "key": "link", "title": "Link", "keywords": "link, navigation, href, web page connection", - "path": "/docs/components/link.mdx" + "path": "/docs/components/link.mdx", + "updated": true }, { "key": "listbox", "title": "Listbox", "keywords": "listbox, selection, option list, multiple choice", "path": "/docs/components/listbox.mdx", - "newPost": true + "updated": true }, { "key": "modal", @@ -261,8 +284,7 @@ "key": "select", "title": "Select", "keywords": "select, selection, option list, multiple choice", - "path": "/docs/components/select.mdx", - "newPost": true + "path": "/docs/components/select.mdx" }, { "key": "skeleton", @@ -280,8 +302,7 @@ "key": "scroll-shadow", "title": "Scroll Shadow", "keywords": "scroll shadow, scroll indicator, scroll bar, scroll position", - "path": "/docs/components/scroll-shadow.mdx", - "newPost": true + "path": "/docs/components/scroll-shadow.mdx" }, { "key": "spacer", @@ -301,6 +322,13 @@ "keywords": "switch, toggle, binary input, on/off control", "path": "/docs/components/switch.mdx" }, + { + "key": "slider", + "title": "Slider", + "keywords": "slider, range input, value selector, sliding control", + "path": "/docs/components/slider.mdx", + "newPost": true + }, { "key": "table", "title": "Table", @@ -311,13 +339,15 @@ "key": "tabs", "title": "Tabs", "keywords": "tabs, section navigation, categorized content, tabbed interface", - "path": "/docs/components/tabs.mdx" + "path": "/docs/components/tabs.mdx", + "updated": true }, { "key": "textarea", "title": "Textarea", "keywords": "textarea, multi-line text input, large text field, form control", - "path": "/docs/components/textarea.mdx" + "path": "/docs/components/textarea.mdx", + "updated": true }, { "key": "tooltip", diff --git a/apps/docs/config/search-meta.json b/apps/docs/config/search-meta.json index 72f6594f3..88097d931 100644 --- a/apps/docs/config/search-meta.json +++ b/apps/docs/config/search-meta.json @@ -1,28 +1,28 @@ [ { "content": "Accordion", - "objectID": "3ca6cde7-7e6e-4292-aefc-ecf936e1fb93", + "objectID": "bd5a3b8a-0164-4b27-9081-a8d98f0ab904", "type": "lvl1", "url": "/docs/components/accordion", "hierarchy": { "lvl1": "Accordion" } }, { "content": "Import", - "objectID": "50033914-210d-4c8b-8004-c2b34c6fbdfa", + "objectID": "211c527d-6f22-4309-8250-df8a502d3e95", "type": "lvl2", "url": "/docs/components/accordion#import", "hierarchy": { "lvl1": "Accordion", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "6e8b56c7-ca2f-4ca3-a2c2-07c82eb8e15c", + "objectID": "10ae9c0e-45f9-4469-9c2e-7bb8e534a344", "type": "lvl2", "url": "/docs/components/accordion#usage", "hierarchy": { "lvl1": "Accordion", "lvl2": "Usage", "lvl3": null } }, { "content": "With Subtitle", - "objectID": "4610f522-78e5-41bd-9f64-cbd009452718", + "objectID": "537fdbb5-561d-478b-a76f-c82449c1145a", "type": "lvl3", "url": "/docs/components/accordion#with-subtitle", "hierarchy": { @@ -33,7 +33,7 @@ }, { "content": "Expand multiple items", - "objectID": "0e48151d-ec9c-4dde-8bd4-3ddab47f18e9", + "objectID": "02cefb41-9356-4ced-acea-bac4587659cf", "type": "lvl3", "url": "/docs/components/accordion#expand-multiple-items", "hierarchy": { @@ -44,7 +44,7 @@ }, { "content": "Compact", - "objectID": "bdb0fd53-de04-44e8-8de7-b0f2dbe31af1", + "objectID": "28164fbd-fd7a-438f-a6e2-3fb0f2282d54", "type": "lvl3", "url": "/docs/components/accordion#compact", "hierarchy": { @@ -55,35 +55,35 @@ }, { "content": "Variants", - "objectID": "526f03ec-1b9f-4679-8c65-dbad913e2216", + "objectID": "6decd6b4-186c-4493-8f4f-ce7924e139af", "type": "lvl3", "url": "/docs/components/accordion#variants", "hierarchy": { "lvl1": "Accordion", "lvl2": "Compact", "lvl3": "Variants" } }, { "content": "Light variant", - "objectID": "cee005b3-e7b3-4d6f-8c5b-0ae07876c6af", + "objectID": "20b62bc5-5b93-4f7b-924a-eee148b3efee", "type": "lvl4", "url": "/docs/components/accordion#light-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Variants", "lvl3": null } }, { "content": "Shadow variant", - "objectID": "b96580cb-3233-4855-8df3-fb88281612e8", + "objectID": "a93097a0-94dc-4a0f-adc8-7ffa1d8b55be", "type": "lvl4", "url": "/docs/components/accordion#shadow-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Light variant", "lvl3": null } }, { "content": "Bordered variant", - "objectID": "15006215-802a-43b3-a124-ba683fb9f1ab", + "objectID": "f0e2f8f1-a6fb-4ba6-b176-a6db32b6c4b9", "type": "lvl4", "url": "/docs/components/accordion#bordered-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Shadow variant", "lvl3": null } }, { "content": "Splitted variant", - "objectID": "7bef4ed5-4965-427d-b576-58a1258f7503", + "objectID": "69dbccfb-cbcf-41ee-a198-037e1d39438a", "type": "lvl4", "url": "/docs/components/accordion#splitted-variant", "hierarchy": { @@ -94,7 +94,7 @@ }, { "content": "Default expanded keys", - "objectID": "337c25dc-ef15-4f26-ad3d-079533f7dba7", + "objectID": "3b797e41-57e5-46dd-ab22-6c504c693d51", "type": "lvl3", "url": "/docs/components/accordion#default-expanded-keys", "hierarchy": { @@ -105,7 +105,7 @@ }, { "content": "Disabled keys", - "objectID": "c9c9e05a-b2c0-484d-92de-cf685d50e078", + "objectID": "341ce68a-4e12-41f0-8802-589db555ea8b", "type": "lvl3", "url": "/docs/components/accordion#disabled-keys", "hierarchy": { @@ -116,7 +116,7 @@ }, { "content": "Start content", - "objectID": "7b358cc2-bfe9-455d-846b-9b0ffdb89306", + "objectID": "1d597823-f989-4f56-a27a-973987591fdc", "type": "lvl3", "url": "/docs/components/accordion#start-content", "hierarchy": { @@ -127,7 +127,7 @@ }, { "content": "Custom Indicator", - "objectID": "52df1c73-926a-4919-a345-28e9b22363bb", + "objectID": "5d0a7b99-e516-4ed3-a7b0-0a48e92b65e1", "type": "lvl3", "url": "/docs/components/accordion#custom-indicator", "hierarchy": { @@ -138,7 +138,7 @@ }, { "content": "Custom Motion", - "objectID": "7bbc8255-6f22-4d5e-a85f-fe213d18e57f", + "objectID": "03a1abad-bf70-4724-b5bf-bf7780d60ab3", "type": "lvl3", "url": "/docs/components/accordion#custom-motion", "hierarchy": { @@ -149,7 +149,7 @@ }, { "content": "Controlled", - "objectID": "9c9bbfb5-5643-4a78-a5c8-f3e957735ac2", + "objectID": "48a31ad8-4b0c-47c4-9987-270938e2edb8", "type": "lvl3", "url": "/docs/components/accordion#controlled", "hierarchy": { @@ -160,7 +160,7 @@ }, { "content": "Accordion Item Slots", - "objectID": "73a0db18-344a-4271-97ca-6a9718cd26e2", + "objectID": "ede97319-8295-412c-96e3-4fe814a9850a", "type": "lvl2", "url": "/docs/components/accordion#accordion-item-slots", "hierarchy": { @@ -171,7 +171,7 @@ }, { "content": "Custom Accordion Styles", - "objectID": "73686949-b845-4964-9e59-9467d57fac44", + "objectID": "ab3e9571-dc78-4d0e-b849-1559cedd3170", "type": "lvl3", "url": "/docs/components/accordion#custom-accordion-styles", "hierarchy": { @@ -182,7 +182,7 @@ }, { "content": "Data Attributes", - "objectID": "0f9edcdb-c639-4566-9e08-6dedc22a9693", + "objectID": "ecf18c2a-e32e-4bc6-9549-86fa4cb24d69", "type": "lvl2", "url": "/docs/components/accordion#data-attributes", "hierarchy": { @@ -193,21 +193,21 @@ }, { "content": "Accessibility", - "objectID": "3fd414ff-635a-4a8c-8304-67d999c82e3e", + "objectID": "eb273bab-a6c5-4fea-b0cd-cca11171125b", "type": "lvl2", "url": "/docs/components/accordion#accessibility", "hierarchy": { "lvl1": "Accordion", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "866ba5f1-4105-411a-9fd5-968a282c925d", + "objectID": "f85dcbdc-6b88-41c9-af76-9039ca0ff0fe", "type": "lvl2", "url": "/docs/components/accordion#api", "hierarchy": { "lvl1": "Accordion", "lvl2": "API", "lvl3": null } }, { "content": "Accordion Props", - "objectID": "2e805ba7-f5b5-451f-8bcd-1923d18874a3", + "objectID": "da9bf89a-a4e7-4c54-a44e-b82d9aa52d92", "type": "lvl3", "url": "/docs/components/accordion#accordion-props", "hierarchy": { @@ -218,7 +218,7 @@ }, { "content": "Accordion Events", - "objectID": "91afa652-7f8e-4f59-8699-4010ac6b15d2", + "objectID": "780433c3-5c48-475b-ac7f-00f6bb4cd836", "type": "lvl3", "url": "/docs/components/accordion#accordion-events", "hierarchy": { @@ -229,7 +229,7 @@ }, { "content": "Accordion Item Props", - "objectID": "ca52e5fd-86fc-4a93-8444-2936da0529cd", + "objectID": "8f3eb81a-ffad-46d5-9914-a0f870359ad9", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-props", "hierarchy": { @@ -240,7 +240,7 @@ }, { "content": "Accordion Item Events", - "objectID": "8607f6f1-1f75-4db3-8862-315228498615", + "objectID": "474e4444-ebe4-4a5d-b99c-6b5523dac1bb", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-events", "hierarchy": { @@ -251,7 +251,7 @@ }, { "content": "Types", - "objectID": "7806249b-7827-4989-84ea-4713d96256b3", + "objectID": "b6ba43c4-22a7-4f34-a4c8-0176d4e409bc", "type": "lvl3", "url": "/docs/components/accordion#types", "hierarchy": { @@ -262,14 +262,14 @@ }, { "content": "Accordion Item Indicator Props", - "objectID": "3fef6937-170c-4972-97ec-d74d84059456", + "objectID": "b93b1d6b-0e30-44ff-b0b4-83bbca22cb5d", "type": "lvl4", "url": "/docs/components/accordion#accordion-item-indicator-props", "hierarchy": { "lvl1": "Accordion", "lvl2": "Types", "lvl3": null } }, { "content": "Accordion Item classNames", - "objectID": "45757f3c-ea1c-4eaa-b360-b94019f22452", + "objectID": "3a7d3218-c838-43b5-a5cb-4b8735a11b89", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-classnames", "hierarchy": { @@ -280,7 +280,7 @@ }, { "content": "Motion Props", - "objectID": "92e4c75c-93f5-45cc-be1c-a17004e47d6d", + "objectID": "5f410a24-0de8-4afb-894b-ff11be9ec8a1", "type": "lvl4", "url": "/docs/components/accordion#motion-props", "hierarchy": { @@ -291,63 +291,63 @@ }, { "content": "Avatar", - "objectID": "029528c3-fe98-4555-8258-9248677ce9c1", + "objectID": "ecb3868c-0773-4eca-b6af-b9f4d211bfbb", "type": "lvl1", "url": "/docs/components/avatar", "hierarchy": { "lvl1": "Avatar" } }, { "content": "Import", - "objectID": "e31f07b6-c81f-401d-98ae-da3b95af603f", + "objectID": "e32ea897-78e3-4ae9-b42e-2a0f8c21740d", "type": "lvl2", "url": "/docs/components/avatar#import", "hierarchy": { "lvl1": "Avatar", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "79647551-5f48-4a2a-ad39-1bc873ce129f", + "objectID": "f9f99f67-66e6-4853-9d1a-ecadb1750d8e", "type": "lvl2", "url": "/docs/components/avatar#usage", "hierarchy": { "lvl1": "Avatar", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "37ac8d5b-2c6d-49b0-8469-f1d474517efa", + "objectID": "c49ee1a7-16d0-45ed-b0d0-a62ff733bec1", "type": "lvl3", "url": "/docs/components/avatar#sizes", "hierarchy": { "lvl1": "Avatar", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Disabled", - "objectID": "a416ddc5-c73e-4f27-b499-964d0690cf6e", + "objectID": "b26eeb19-126b-4ebb-81b8-0b54dfa77bd8", "type": "lvl3", "url": "/docs/components/avatar#disabled", "hierarchy": { "lvl1": "Avatar", "lvl2": "Sizes", "lvl3": "Disabled" } }, { "content": "Bordered", - "objectID": "53a7091f-b6cc-4d6c-9bbb-1a2c97ab4368", + "objectID": "444e902c-8169-455c-95e2-90393ef9dea5", "type": "lvl3", "url": "/docs/components/avatar#bordered", "hierarchy": { "lvl1": "Avatar", "lvl2": "Disabled", "lvl3": "Bordered" } }, { "content": "Radius", - "objectID": "47682ea1-509b-4ce1-88d4-36f28fc07d39", + "objectID": "04b91677-9295-403f-830d-b417ff57079c", "type": "lvl3", "url": "/docs/components/avatar#radius", "hierarchy": { "lvl1": "Avatar", "lvl2": "Bordered", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "ef01c633-a1e6-477d-bd6e-263d5a5e4546", + "objectID": "9af579e8-0d9f-4f05-bfc7-1e4588fd9cd9", "type": "lvl3", "url": "/docs/components/avatar#colors", "hierarchy": { "lvl1": "Avatar", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Avatar Fallbacks", - "objectID": "7ebbac17-03a8-414f-b57e-5f4fc13ededb", + "objectID": "73caec47-c467-401b-8e73-3a37d77569e9", "type": "lvl3", "url": "/docs/components/avatar#avatar-fallbacks", "hierarchy": { @@ -358,7 +358,7 @@ }, { "content": "Custom Fallback", - "objectID": "a1cffcc3-1df4-4707-b615-fdb7ba0acf85", + "objectID": "5559eef6-e751-4ee2-8e14-29819fb83dad", "type": "lvl3", "url": "/docs/components/avatar#custom-fallback", "hierarchy": { @@ -369,7 +369,7 @@ }, { "content": "Custom Implementation", - "objectID": "da3dac8d-e400-4c1d-b1c2-cdd6b10bc914", + "objectID": "6695a10b-0647-41ec-8c3b-04b40c3f25fd", "type": "lvl3", "url": "/docs/components/avatar#custom-implementation", "hierarchy": { @@ -380,7 +380,7 @@ }, { "content": "Custom intials logic", - "objectID": "2e2dce59-f8ad-4aad-9bfe-f99fde0bd7c6", + "objectID": "fafefc71-8795-4d59-83d6-a9bae842269d", "type": "lvl3", "url": "/docs/components/avatar#custom-intials-logic", "hierarchy": { @@ -391,14 +391,14 @@ }, { "content": "Avatar Group", - "objectID": "89444b6d-1d24-4f4e-91fa-b60ffb1f68d4", + "objectID": "15596e4c-24a0-40db-9cfa-5bbeede45823", "type": "lvl2", "url": "/docs/components/avatar#avatar-group", "hierarchy": { "lvl1": "Avatar", "lvl2": "Avatar Group", "lvl3": null } }, { "content": "Group Disabled", - "objectID": "c19d4604-9aa9-462a-85ad-69fdc3b1b31d", + "objectID": "4bdc73ba-2287-466a-aa23-fbb3f54086ca", "type": "lvl3", "url": "/docs/components/avatar#group-disabled", "hierarchy": { @@ -409,7 +409,7 @@ }, { "content": "Group Max Count", - "objectID": "ddf02c6b-53fe-4ad1-84ca-953509e34bbc", + "objectID": "02552562-4517-4de0-aaa9-e5617d91609b", "type": "lvl3", "url": "/docs/components/avatar#group-max-count", "hierarchy": { @@ -420,7 +420,7 @@ }, { "content": "Group Total Count", - "objectID": "991cb607-8e61-45f2-bae7-6cf354f6a055", + "objectID": "0cacda46-4134-4973-aa25-734e2be782dc", "type": "lvl3", "url": "/docs/components/avatar#group-total-count", "hierarchy": { @@ -431,7 +431,7 @@ }, { "content": "Group Custom count", - "objectID": "45b8c41e-e8c9-44ee-9607-c87bf0f0b04e", + "objectID": "381bd8a8-9473-4fa4-9273-7cd7930133be", "type": "lvl3", "url": "/docs/components/avatar#group-custom-count", "hierarchy": { @@ -442,7 +442,7 @@ }, { "content": "Group Grid", - "objectID": "adf8df44-7de1-4b7e-8b0a-2c8126e6702f", + "objectID": "545ba775-e42c-4a1b-9df3-47bca8b3186b", "type": "lvl3", "url": "/docs/components/avatar#group-grid", "hierarchy": { @@ -453,7 +453,7 @@ }, { "content": "Group Custom Implementation", - "objectID": "f78576b4-eccb-4aa7-8099-820f95984f3a", + "objectID": "40dd538c-16b6-46d7-b9f0-097449f0dba3", "type": "lvl3", "url": "/docs/components/avatar#group-custom-implementation", "hierarchy": { @@ -464,14 +464,14 @@ }, { "content": "Slots", - "objectID": "d02ff37b-b8de-4a02-9998-cc2a90e3314f", + "objectID": "36aade5e-2d72-4f49-99c4-512d1605a7d6", "type": "lvl2", "url": "/docs/components/avatar#slots", "hierarchy": { "lvl1": "Avatar", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Avatar Styles", - "objectID": "4eae0cab-cbb4-4eba-937c-cac7d002119c", + "objectID": "39d4d4f5-2767-4db5-99d1-da7325c20f47", "type": "lvl3", "url": "/docs/components/avatar#custom-avatar-styles", "hierarchy": { @@ -482,28 +482,28 @@ }, { "content": "Data Attributes", - "objectID": "4cac1ac6-baec-4b3b-8903-61583c719797", + "objectID": "f3608ff1-2b2c-424a-8c12-629108d1f34c", "type": "lvl2", "url": "/docs/components/avatar#data-attributes", "hierarchy": { "lvl1": "Avatar", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "e09a4a8c-56bb-43bb-b011-50cea32abc34", + "objectID": "09bf76c2-39c9-4d2a-a2f4-f8c99571df4f", "type": "lvl2", "url": "/docs/components/avatar#api", "hierarchy": { "lvl1": "Avatar", "lvl2": "API", "lvl3": null } }, { "content": "Avatar Props", - "objectID": "b0ee9eb5-fe83-4421-b7d9-daa4fd4e125f", + "objectID": "dbc5fb14-b9c6-4ae1-bcf2-fc1f8d06c531", "type": "lvl3", "url": "/docs/components/avatar#avatar-props", "hierarchy": { "lvl1": "Avatar", "lvl2": "API", "lvl3": "Avatar Props" } }, { "content": "Avatar Group Props", - "objectID": "e9da188f-8fdd-4a21-a893-894bccc6ac33", + "objectID": "d8ca578b-06f5-40ac-a50f-6072a87c8284", "type": "lvl3", "url": "/docs/components/avatar#avatar-group-props", "hierarchy": { @@ -514,63 +514,63 @@ }, { "content": "Badge", - "objectID": "c203ec7b-4327-4411-a5db-601b177e5956", + "objectID": "1ac64211-ac1b-45a5-982d-c9007df406f5", "type": "lvl1", "url": "/docs/components/badge", "hierarchy": { "lvl1": "Badge" } }, { "content": "Import", - "objectID": "cea6b6ae-5b25-48de-9b0e-18880f197500", + "objectID": "70d4a318-5216-42d6-bb37-6934819db4de", "type": "lvl2", "url": "/docs/components/badge#import", "hierarchy": { "lvl1": "Badge", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "a412a9b5-d203-4649-ba4c-ba7eeff6e5b0", + "objectID": "e8bb2398-a37e-4ba9-a69e-b689540c4f30", "type": "lvl2", "url": "/docs/components/badge#usage", "hierarchy": { "lvl1": "Badge", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "9912713e-57b7-4183-8e80-f66c17bcea51", + "objectID": "5921f859-13a4-4573-9d89-2a7560adfd0c", "type": "lvl3", "url": "/docs/components/badge#sizes", "hierarchy": { "lvl1": "Badge", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "47ae82b0-499c-402e-aabd-ec55632f6a6b", + "objectID": "94a3f1a6-74b8-4ddd-9772-1b7ba0745f75", "type": "lvl3", "url": "/docs/components/badge#colors", "hierarchy": { "lvl1": "Badge", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "2606cbba-9911-41f9-9822-507d99eb5872", + "objectID": "5814614e-31ea-4c48-87e5-e92167cccd00", "type": "lvl3", "url": "/docs/components/badge#variants", "hierarchy": { "lvl1": "Badge", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Placements", - "objectID": "8f22e559-38a6-4f95-90a4-d420be124c7b", + "objectID": "8a03d041-07a7-4fa4-bec9-b182f9aa62fb", "type": "lvl3", "url": "/docs/components/badge#placements", "hierarchy": { "lvl1": "Badge", "lvl2": "Variants", "lvl3": "Placements" } }, { "content": "Shapes", - "objectID": "90c6d1cb-4b53-459c-8ca3-cae349706ff4", + "objectID": "a0a2b2ee-76ab-4a4e-8a41-84343bab6fb3", "type": "lvl3", "url": "/docs/components/badge#shapes", "hierarchy": { "lvl1": "Badge", "lvl2": "Placements", "lvl3": "Shapes" } }, { "content": "Badge Visibility", - "objectID": "b5042c0d-0f26-456c-9292-fb0f017f9434", + "objectID": "c4ac7f8a-e763-4d14-822a-96faf6102a39", "type": "lvl3", "url": "/docs/components/badge#badge-visibility", "hierarchy": { @@ -581,7 +581,7 @@ }, { "content": "Content Examples", - "objectID": "6e3575ea-9a9f-4cad-b651-3f90a0b2aee6", + "objectID": "586e93aa-0529-4be1-a966-f6ff211758af", "type": "lvl3", "url": "/docs/components/badge#content-examples", "hierarchy": { @@ -592,7 +592,7 @@ }, { "content": "Disable Outline", - "objectID": "53b8326b-04a1-43c3-8e70-ac21fc5dc4b2", + "objectID": "7c27d97e-79b4-4330-8ade-f76b2f7b617c", "type": "lvl3", "url": "/docs/components/badge#disable-outline", "hierarchy": { @@ -603,7 +603,7 @@ }, { "content": "Accessibility", - "objectID": "f6623ee3-3993-45eb-a5c4-4104fe0b2403", + "objectID": "59fc69cb-e00e-4c81-80eb-e2fc31b77f1b", "type": "lvl3", "url": "/docs/components/badge#accessibility", "hierarchy": { @@ -614,98 +614,362 @@ }, { "content": "API", - "objectID": "34c9832e-ee96-4081-a46d-4603517aa642", + "objectID": "d72e40a6-2e41-48a5-a287-82424f5be7e1", "type": "lvl2", "url": "/docs/components/badge#api", "hierarchy": { "lvl1": "Badge", "lvl2": "API", "lvl3": null } }, { "content": "Badge Props", - "objectID": "ba5dba57-6667-46d9-b348-e61d4ece3481", + "objectID": "a617891c-3a90-4b1d-a5d5-b2a31756a091", "type": "lvl3", "url": "/docs/components/badge#badge-props", "hierarchy": { "lvl1": "Badge", "lvl2": "API", "lvl3": "Badge Props" } }, + { + "content": "Breadcrumbs", + "objectID": "15bf92f5-6c37-44e7-a4af-1a79e34b6189", + "type": "lvl1", + "url": "/docs/components/breadcrumbs", + "hierarchy": { "lvl1": "Breadcrumbs" } + }, + { + "content": "Import", + "objectID": "12c8f017-b7e8-4045-a2d8-99f639ae8fac", + "type": "lvl2", + "url": "/docs/components/breadcrumbs#import", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Import", "lvl3": null } + }, + { + "content": "Usage", + "objectID": "620572d2-f466-4b12-a3ab-f4b3d1df3b9e", + "type": "lvl2", + "url": "/docs/components/breadcrumbs#usage", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Usage", "lvl3": null } + }, + { + "content": "Disabled", + "objectID": "54abf238-41cd-4b3c-835e-e6d155e008a4", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#disabled", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Usage", "lvl3": "Disabled" } + }, + { + "content": "Sizes", + "objectID": "7707d06d-45c4-4d6e-b29a-f2c9c628839a", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#sizes", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Disabled", "lvl3": "Sizes" } + }, + { + "content": "Colors", + "objectID": "2f19b8e5-c95e-4d07-b6b6-1b5bce042a5d", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#colors", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Sizes", "lvl3": "Colors" } + }, + { + "content": "Variants", + "objectID": "4b7e84ac-c8b1-4e00-9bd3-757e11018e14", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#variants", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Colors", "lvl3": "Variants" } + }, + { + "content": "Underlines", + "objectID": "075fab15-3c5d-4203-a1a5-64040b377af7", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#underlines", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Variants", + "lvl3": "Underlines" + } + }, + { + "content": "Radius", + "objectID": "7e2a7c18-494e-4458-ac1a-ef0998f1ce46", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#radius", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Underlines", + "lvl3": "Radius" + } + }, + { + "content": "Routing", + "objectID": "f225a0c4-24f7-41f7-8f40-cfaf79c5595d", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#routing", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Radius", "lvl3": "Routing" } + }, + { + "content": "Controlled", + "objectID": "23780bff-10dd-47d2-9239-5fd98ab7289e", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#controlled", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Routing", + "lvl3": "Controlled" + } + }, + { + "content": "Start & End Content", + "objectID": "4bd1a126-0ec7-4de3-b946-ecb4cc2ea36a", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#start--end-content", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Controlled", + "lvl3": "Start & End Content" + } + }, + { + "content": "Custom Separator", + "objectID": "e5e4b9ad-9de4-47a9-b620-404b785ffbfd", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#custom-separator", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Start & End Content", + "lvl3": "Custom Separator" + } + }, + { + "content": "Custom Items", + "objectID": "b19f09aa-b723-46f4-aa64-61b1c8cc53c8", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#custom-items", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Custom Separator", + "lvl3": "Custom Items" + } + }, + { + "content": "Collapsing Items", + "objectID": "f509ec8d-2a87-4a57-8ec3-d5dc1449b47d", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#collapsing-items", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Custom Items", + "lvl3": "Collapsing Items" + } + }, + { + "content": "Customizing the Ellipsis Item", + "objectID": "9e62ed28-6efb-44fa-bdee-6556656a29d9", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#customizing-the-ellipsis-item", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Collapsing Items", + "lvl3": "Customizing the Ellipsis Item" + } + }, + { + "content": "Slots", + "objectID": "ffcd45c4-b0ab-44c2-b1e8-9abae0a12365", + "type": "lvl2", + "url": "/docs/components/breadcrumbs#slots", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Slots", "lvl3": null } + }, + { + "content": "Customizing the Breadcrumbs Styles", + "objectID": "49177bb8-ec67-45e1-a2e6-3cbd1f475b83", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#customizing-the-breadcrumbs-styles", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Slots", + "lvl3": "Customizing the Breadcrumbs Styles" + } + }, + { + "content": "Data Attributes", + "objectID": "64e9160f-6f8b-40ea-ad84-9a3f809d5fa2", + "type": "lvl2", + "url": "/docs/components/breadcrumbs#data-attributes", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Data Attributes", + "lvl3": null + } + }, + { + "content": "Accessibility", + "objectID": "a66e67a1-8d8e-45b8-8e03-de91a6a0c2bf", + "type": "lvl2", + "url": "/docs/components/breadcrumbs#accessibility", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Accessibility", + "lvl3": null + } + }, + { + "content": "API", + "objectID": "566c7414-4722-4ad3-b6c2-f93810ea124a", + "type": "lvl2", + "url": "/docs/components/breadcrumbs#api", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "API", "lvl3": null } + }, + { + "content": "Breadcrumbs Props", + "objectID": "ac4a05f5-9993-4bd1-b7ea-be170d7a55fb", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#breadcrumbs-props", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "API", + "lvl3": "Breadcrumbs Props" + } + }, + { + "content": "Breadcrumbs Functions", + "objectID": "8c7dfc29-458a-4349-b294-b3cb2a386b91", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#breadcrumbs-functions", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Breadcrumbs Props", + "lvl3": "Breadcrumbs Functions" + } + }, + { + "content": "Breadcrumbs Events", + "objectID": "71bacd88-595f-44b2-8648-ae102cba7524", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#breadcrumbs-events", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Breadcrumbs Functions", + "lvl3": "Breadcrumbs Events" + } + }, + { + "content": "BreadcrumbItem Props", + "objectID": "f22bc755-5ca3-4f24-8998-a01b012f1e50", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#breadcrumbitem-props", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "Breadcrumbs Events", + "lvl3": "BreadcrumbItem Props" + } + }, + { + "content": "BreadcrumbItem Events", + "objectID": "2898c4ea-392f-4bd2-8fd4-85a092a331db", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#breadcrumbitem-events", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "BreadcrumbItem Props", + "lvl3": "BreadcrumbItem Events" + } + }, + { + "content": "Types", + "objectID": "cbdceaaf-1607-4bf3-8c80-fd32e23ee87b", + "type": "lvl3", + "url": "/docs/components/breadcrumbs#types", + "hierarchy": { + "lvl1": "Breadcrumbs", + "lvl2": "BreadcrumbItem Events", + "lvl3": "Types" + } + }, + { + "content": "Render Ellipsis Function", + "objectID": "ebef756f-695a-4e0f-b38e-d52101649e63", + "type": "lvl4", + "url": "/docs/components/breadcrumbs#render-ellipsis-function", + "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Types", "lvl3": null } + }, { "content": "Button", - "objectID": "81d62f79-6ff7-4810-94cc-49ccff0f5bba", + "objectID": "d35fa594-fbe2-49a2-ae69-5f102c5a8e5a", "type": "lvl1", "url": "/docs/components/button", "hierarchy": { "lvl1": "Button" } }, { "content": "Import", - "objectID": "9a335ebe-a99e-420e-a0b4-f286eab9f92b", + "objectID": "1a2eced1-afd9-4676-81fd-9ff7b51eea18", "type": "lvl2", "url": "/docs/components/button#import", "hierarchy": { "lvl1": "Button", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "ed7d4f77-2fc0-406f-8613-89f809516fab", + "objectID": "0a1969bc-3c2b-4b11-8aef-7bb0c902cf41", "type": "lvl2", "url": "/docs/components/button#usage", "hierarchy": { "lvl1": "Button", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "fed33487-be37-4ce3-a850-e08d3f3f7294", + "objectID": "b5ccac3f-0792-4ea7-a00f-4164fc21ebb4", "type": "lvl3", "url": "/docs/components/button#disabled", "hierarchy": { "lvl1": "Button", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "daf57008-d3fa-4a20-a791-bf7a6902eb3c", + "objectID": "e8de8a55-a34f-4260-97c5-9581eb74ffed", "type": "lvl3", "url": "/docs/components/button#sizes", "hierarchy": { "lvl1": "Button", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Radius", - "objectID": "5fdf64e2-1689-4007-87c2-f5f99dd2b02f", + "objectID": "cccb08b0-195c-4413-85c2-083972fca0aa", "type": "lvl3", "url": "/docs/components/button#radius", "hierarchy": { "lvl1": "Button", "lvl2": "Sizes", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "76065192-273b-436d-b364-23a0b16de739", + "objectID": "5b1ea687-eb25-4164-9da3-f725a11eb925", "type": "lvl3", "url": "/docs/components/button#colors", "hierarchy": { "lvl1": "Button", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "16416ae9-22ab-4010-b199-838d7eb65096", + "objectID": "b1b5bfe1-d9b3-4913-b711-7b4c8830344f", "type": "lvl3", "url": "/docs/components/button#variants", "hierarchy": { "lvl1": "Button", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Loading", - "objectID": "9239f439-58ed-40c9-8814-ff4065e7c7f7", + "objectID": "f5c2cb4e-2a00-4f7c-bb9e-ff92989e7f10", "type": "lvl3", "url": "/docs/components/button#loading", "hierarchy": { "lvl1": "Button", "lvl2": "Variants", "lvl3": "Loading" } }, { "content": "With Icons", - "objectID": "1f67f503-b1a3-40f6-8460-2d2f76837511", + "objectID": "f73e8d26-f37f-4265-b19e-973a8f772903", "type": "lvl3", "url": "/docs/components/button#with-icons", "hierarchy": { "lvl1": "Button", "lvl2": "Loading", "lvl3": "With Icons" } }, { "content": "Icon Only", - "objectID": "a7b18183-9622-4d49-aeed-85581bbb864f", + "objectID": "dd487eb2-4074-4b89-9a02-adf87f91aa4e", "type": "lvl3", "url": "/docs/components/button#icon-only", "hierarchy": { "lvl1": "Button", "lvl2": "With Icons", "lvl3": "Icon Only" } }, { "content": "Custom Styles", - "objectID": "93562602-6371-4246-9842-3bc614b6b3fc", + "objectID": "2ef1aced-b7a2-4bfe-ad2d-68c9d430b6b5", "type": "lvl3", "url": "/docs/components/button#custom-styles", "hierarchy": { @@ -716,7 +980,7 @@ }, { "content": "Custom Implementation", - "objectID": "aa66daf4-36f2-4e54-a416-da0a3411383b", + "objectID": "6ef6a891-ddf4-40ac-a1d5-7b100258d673", "type": "lvl3", "url": "/docs/components/button#custom-implementation", "hierarchy": { @@ -727,14 +991,14 @@ }, { "content": "Button Group", - "objectID": "89eaee51-4531-42f7-9cd1-fb6303979af8", + "objectID": "066807ce-26ca-48ab-b712-3eb4ce932175", "type": "lvl2", "url": "/docs/components/button#button-group", "hierarchy": { "lvl1": "Button", "lvl2": "Button Group", "lvl3": null } }, { "content": "Group Disabled", - "objectID": "33ddc15b-fc63-42e8-b75c-6b4018671c1a", + "objectID": "72fd48b3-153b-47ea-8d20-b7448a400a35", "type": "lvl3", "url": "/docs/components/button#group-disabled", "hierarchy": { @@ -745,7 +1009,7 @@ }, { "content": "Group Use case", - "objectID": "28e90837-a1d9-4b60-972f-4a6273c9cb38", + "objectID": "a4bf87d5-7341-456e-b36e-782f5466547f", "type": "lvl3", "url": "/docs/components/button#group-use-case", "hierarchy": { @@ -756,35 +1020,35 @@ }, { "content": "Data Attributes", - "objectID": "46a8127f-63e3-463d-9840-d4b333d56615", + "objectID": "adfdb544-ef5a-43e2-8e06-888f4de2d226", "type": "lvl2", "url": "/docs/components/button#data-attributes", "hierarchy": { "lvl1": "Button", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "c64589e2-d780-4a09-8106-fe4d201ec6e5", + "objectID": "f07f62d1-07fc-4b98-ae54-2707b1fa2437", "type": "lvl2", "url": "/docs/components/button#accessibility", "hierarchy": { "lvl1": "Button", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "e2ff54d1-b5d6-40be-b031-3073ddee2072", + "objectID": "eb7b4122-4aeb-48c9-b329-1ec6f56dd03f", "type": "lvl2", "url": "/docs/components/button#api", "hierarchy": { "lvl1": "Button", "lvl2": "API", "lvl3": null } }, { "content": "Button Props", - "objectID": "d23a773c-ea97-49b9-adc4-2592b40d72a2", + "objectID": "749221b1-a7bb-4d1a-93f7-9eeda47c9a22", "type": "lvl3", "url": "/docs/components/button#button-props", "hierarchy": { "lvl1": "Button", "lvl2": "API", "lvl3": "Button Props" } }, { "content": "Button Events", - "objectID": "99920fe3-9de3-44e7-8890-32aa0960aa2f", + "objectID": "0ce08f0b-5c64-492a-8921-b3d58dd7fd89", "type": "lvl3", "url": "/docs/components/button#button-events", "hierarchy": { @@ -795,7 +1059,7 @@ }, { "content": "Button Group Props", - "objectID": "564a1174-6313-4721-b980-61dcbfe9c61b", + "objectID": "1948a9ef-8729-4849-9e0b-6620bb173d8a", "type": "lvl3", "url": "/docs/components/button#button-group-props", "hierarchy": { @@ -806,35 +1070,35 @@ }, { "content": "Card", - "objectID": "78d3d5ed-a3d5-4616-af99-b1fc0bc8df1e", + "objectID": "481af2a7-665d-4952-9647-b3fc43962287", "type": "lvl1", "url": "/docs/components/card", "hierarchy": { "lvl1": "Card" } }, { "content": "Import", - "objectID": "17b1a9c7-949e-4279-8b0a-1fd647dc6c3e", + "objectID": "6eb06ddc-d58f-427a-93d2-dd1eb4e250c4", "type": "lvl2", "url": "/docs/components/card#import", "hierarchy": { "lvl1": "Card", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "1b35a60e-cbf0-4b41-b5f5-b9631ee1a518", + "objectID": "71e6440d-e86e-4c4a-a0a3-81d387398600", "type": "lvl2", "url": "/docs/components/card#usage", "hierarchy": { "lvl1": "Card", "lvl2": "Usage", "lvl3": null } }, { "content": "With Divider", - "objectID": "4e53d709-a75e-460a-bea1-cb5fe66308a6", + "objectID": "18465464-9cd2-45a0-82da-cb1b41f7ae8c", "type": "lvl3", "url": "/docs/components/card#with-divider", "hierarchy": { "lvl1": "Card", "lvl2": "Usage", "lvl3": "With Divider" } }, { "content": "With Image", - "objectID": "d44fc3ba-277c-417d-b241-9f14b320e189", + "objectID": "73ca84a4-b236-4d94-a3c8-a0b215086bfe", "type": "lvl3", "url": "/docs/components/card#with-image", "hierarchy": { @@ -845,7 +1109,7 @@ }, { "content": "Blurred Footer", - "objectID": "02bfcdbd-e296-4ddd-8b70-66b7bdbd1840", + "objectID": "ba5f75bb-4215-443a-84ff-69c6e0230d6b", "type": "lvl3", "url": "/docs/components/card#blurred-footer", "hierarchy": { @@ -856,7 +1120,7 @@ }, { "content": "Composition", - "objectID": "063f6e7a-ad50-41b1-bd64-71f2215a929b", + "objectID": "fe71792c-2a8e-439e-b4f2-594a719a70fc", "type": "lvl3", "url": "/docs/components/card#composition", "hierarchy": { @@ -867,7 +1131,7 @@ }, { "content": "Blurred Card", - "objectID": "2cd1300c-f5a9-4112-a8e5-610aeeb5b2ee", + "objectID": "9a13b04d-957f-4569-95bf-2d81168191ab", "type": "lvl3", "url": "/docs/components/card#blurred-card", "hierarchy": { @@ -878,7 +1142,7 @@ }, { "content": "Primary Action", - "objectID": "1a50f071-001c-4533-be60-7ce89c70863e", + "objectID": "ba6c8c76-be2a-48b6-91ae-57f421335bfb", "type": "lvl3", "url": "/docs/components/card#primary-action", "hierarchy": { @@ -889,7 +1153,7 @@ }, { "content": "Cover Image", - "objectID": "1a7a62a5-9714-40b3-8461-38252012aa42", + "objectID": "abf2013f-9f6c-4014-b75c-4f8692368f47", "type": "lvl3", "url": "/docs/components/card#cover-image", "hierarchy": { @@ -900,56 +1164,56 @@ }, { "content": "Data Attributes", - "objectID": "b850af13-5f01-4b1d-89a1-7c665f7411d2", + "objectID": "1d509c63-804a-4463-acba-ed2ddfb2c46d", "type": "lvl2", "url": "/docs/components/card#data-attributes", "hierarchy": { "lvl1": "Card", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "7f473f3b-fd61-45e3-be1d-04bf7f57dfae", + "objectID": "9ef1c796-b7af-4b63-be0b-eeb54ceb6b78", "type": "lvl2", "url": "/docs/components/card#api", "hierarchy": { "lvl1": "Card", "lvl2": "API", "lvl3": null } }, { "content": "Card Props", - "objectID": "e3532506-3d84-48f2-8255-439899786d70", + "objectID": "d37e1a31-acbc-4d6d-9b94-5fe93742fd32", "type": "lvl3", "url": "/docs/components/card#card-props", "hierarchy": { "lvl1": "Card", "lvl2": "API", "lvl3": "Card Props" } }, { "content": "Card Events", - "objectID": "b4e82c77-c19a-4613-b060-b07b9be4b971", + "objectID": "646825a6-ad50-45e4-9aba-243d28b8713e", "type": "lvl3", "url": "/docs/components/card#card-events", "hierarchy": { "lvl1": "Card", "lvl2": "Card Props", "lvl3": "Card Events" } }, { "content": "Checkbox Group", - "objectID": "ae619ca3-1fdc-43f3-ab17-bb5fc2953fe6", + "objectID": "c03bb27e-cee0-4f15-86eb-88ff9413a863", "type": "lvl1", "url": "/docs/components/checkbox-group", "hierarchy": { "lvl1": "Checkbox Group" } }, { "content": "Import", - "objectID": "f08f76d9-b66a-445c-bff4-81bb2405a20a", + "objectID": "56808f3c-99d8-4bcb-ae77-f23542b76dae", "type": "lvl2", "url": "/docs/components/checkbox-group#import", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "34144c82-6c4b-4cdf-9912-17ba533ba1b5", + "objectID": "5fd64bbc-e39e-4aa7-920f-c518dfbe31cc", "type": "lvl2", "url": "/docs/components/checkbox-group#usage", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "c37579ab-3046-4a90-923a-af966bfd0088", + "objectID": "d59f7e90-2a21-4b7f-b6e5-4675a6d2151b", "type": "lvl3", "url": "/docs/components/checkbox-group#disabled", "hierarchy": { @@ -960,7 +1224,7 @@ }, { "content": "Horizontal", - "objectID": "54bbeb87-89ae-405b-b65e-3a5f9a373bf8", + "objectID": "dc56857f-2ff1-48c9-a030-55efaf786fae", "type": "lvl3", "url": "/docs/components/checkbox-group#horizontal", "hierarchy": { @@ -971,7 +1235,7 @@ }, { "content": "Controlled", - "objectID": "8975983b-3bef-440c-b542-1edefd1e6a0b", + "objectID": "0f9ed10e-46c2-4466-8e0a-14eefbf114c4", "type": "lvl3", "url": "/docs/components/checkbox-group#controlled", "hierarchy": { @@ -980,16 +1244,27 @@ "lvl3": "Controlled" } }, + { + "content": "Invalid", + "objectID": "4e6ebbde-962a-4f82-b417-c2699467a05c", + "type": "lvl3", + "url": "/docs/components/checkbox-group#invalid", + "hierarchy": { + "lvl1": "Checkbox Group", + "lvl2": "Controlled", + "lvl3": "Invalid" + } + }, { "content": "Slots", - "objectID": "72a75950-8554-4881-b2f2-289f7c631023", + "objectID": "b1ecb814-0854-41e6-9d45-905331e72235", "type": "lvl2", "url": "/docs/components/checkbox-group#slots", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "5ddeced0-4eda-4393-affb-0cc9ea591d99", + "objectID": "efb8375d-619d-4c88-9722-ed4d7b7e5bc5", "type": "lvl3", "url": "/docs/components/checkbox-group#custom-styles", "hierarchy": { @@ -1000,7 +1275,7 @@ }, { "content": "Custom Implementation", - "objectID": "1523e62d-ea89-4d70-83a4-1e0c5af7a7b4", + "objectID": "c7890c83-82ec-4c3e-9ff6-f8d8aab1e081", "type": "lvl3", "url": "/docs/components/checkbox-group#custom-implementation", "hierarchy": { @@ -1011,14 +1286,14 @@ }, { "content": "API", - "objectID": "974993de-b810-4e88-ade0-00de497167c5", + "objectID": "602092ad-8f41-4686-934f-480bf1ace9ec", "type": "lvl2", "url": "/docs/components/checkbox-group#api", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "API", "lvl3": null } }, { "content": "Checkbox Group Props", - "objectID": "f989e208-d9b6-4fea-b376-8a49a46c48f3", + "objectID": "bca2c018-7042-4840-ba6c-21bfabc8717f", "type": "lvl3", "url": "/docs/components/checkbox-group#checkbox-group-props", "hierarchy": { @@ -1029,7 +1304,7 @@ }, { "content": "Checkbox Group Events", - "objectID": "9aecc293-069c-47d8-98ba-5ead01e0d723", + "objectID": "729dd844-9054-4a64-927b-7f4ab389ac2c", "type": "lvl3", "url": "/docs/components/checkbox-group#checkbox-group-events", "hierarchy": { @@ -1040,56 +1315,56 @@ }, { "content": "Checkbox", - "objectID": "0b1462a5-ff10-4d21-b744-945e9bfad3cc", + "objectID": "cd075a68-34f7-4ab9-a0ac-e85e26fa2c05", "type": "lvl1", "url": "/docs/components/checkbox", "hierarchy": { "lvl1": "Checkbox" } }, { "content": "Import", - "objectID": "81adb984-0e34-4f26-842f-d7417abc9bac", + "objectID": "95dd10dc-8499-4a04-8d0f-59909482e4af", "type": "lvl2", "url": "/docs/components/checkbox#import", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "b3679b9e-d2ef-47fd-8dbb-a731c5bc4da6", + "objectID": "4af1233a-3744-43bd-ae2c-608955424c30", "type": "lvl2", "url": "/docs/components/checkbox#usage", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "01f12111-8083-4779-b316-42847d716732", + "objectID": "1e45fee7-6f05-4fdf-b408-6da9713f31fd", "type": "lvl3", "url": "/docs/components/checkbox#disabled", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "23efde84-8bb6-4af2-a93d-7a6143a85a1a", + "objectID": "c7a42883-9cb2-4a80-b032-23febaf6dd24", "type": "lvl3", "url": "/docs/components/checkbox#sizes", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "52c4c321-7d8b-422a-85e4-66bc9a793cb8", + "objectID": "cca76ce8-37fb-4609-9168-10a924852c9d", "type": "lvl3", "url": "/docs/components/checkbox#colors", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Radius", - "objectID": "18d3c1a9-aaee-4490-90ed-513a461646d6", + "objectID": "5cc6809a-55f8-4525-ad15-5b56d8f1aae6", "type": "lvl3", "url": "/docs/components/checkbox#radius", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Colors", "lvl3": "Radius" } }, { "content": "Indeterminate", - "objectID": "ea8756db-ecfc-40a7-94b7-087e19e7fd33", + "objectID": "9ab9183b-195e-481e-aec4-905361c18d78", "type": "lvl3", "url": "/docs/components/checkbox#indeterminate", "hierarchy": { @@ -1100,7 +1375,7 @@ }, { "content": "Line Through", - "objectID": "0323a89d-53e8-4fa6-a1dc-48e3fb3a708a", + "objectID": "5268f436-7206-44b8-8ae0-667b81751ee3", "type": "lvl3", "url": "/docs/components/checkbox#line-through", "hierarchy": { @@ -1111,7 +1386,7 @@ }, { "content": "Custom Check Icon", - "objectID": "6126bc5f-4db4-4e3f-9202-70f7ab2d904d", + "objectID": "3bbdb0ca-bf51-43e5-839c-eb64168b53fc", "type": "lvl3", "url": "/docs/components/checkbox#custom-check-icon", "hierarchy": { @@ -1122,7 +1397,7 @@ }, { "content": "Controlled", - "objectID": "98812aa6-d251-4f55-ac12-3e941e4a8ef2", + "objectID": "4cf1bde7-ade7-4bab-acab-3778f9d20a0d", "type": "lvl3", "url": "/docs/components/checkbox#controlled", "hierarchy": { @@ -1133,14 +1408,14 @@ }, { "content": "Slots", - "objectID": "5506e316-ac9c-427a-b0f6-d3154eb9cca8", + "objectID": "0404e01d-a479-4638-8e22-d0ffb829b28b", "type": "lvl2", "url": "/docs/components/checkbox#slots", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "03684f33-eb88-4717-825b-10669bb46e3b", + "objectID": "a2ea508c-d38e-41fa-aa1f-b2b1cf4d8f68", "type": "lvl3", "url": "/docs/components/checkbox#custom-styles", "hierarchy": { @@ -1151,7 +1426,7 @@ }, { "content": "Custom Implementation", - "objectID": "f72da969-0c0f-415d-8a7f-dbb47b9fb0fb", + "objectID": "96e209ed-9730-4ad1-af3b-3c1f50888c6f", "type": "lvl3", "url": "/docs/components/checkbox#custom-implementation", "hierarchy": { @@ -1162,35 +1437,35 @@ }, { "content": "Data Attributes", - "objectID": "86b48546-c7cd-469e-9def-092dbb7c3139", + "objectID": "421e0f11-0117-4308-88b3-0f0a9f2e113d", "type": "lvl2", "url": "/docs/components/checkbox#data-attributes", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "7e199b6e-b3c0-443e-8b85-60d0e0da7d36", + "objectID": "0ef2f3f8-f6c6-4341-9d09-03fc897fad20", "type": "lvl2", "url": "/docs/components/checkbox#accessibility", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "73ac7d02-6b97-4145-8724-b3c971b25943", + "objectID": "902ef500-8548-4fb2-b514-7e806afe72d3", "type": "lvl2", "url": "/docs/components/checkbox#api", "hierarchy": { "lvl1": "Checkbox", "lvl2": "API", "lvl3": null } }, { "content": "Checkbox Props", - "objectID": "a9f34003-e5fe-494a-a624-fd05012342e5", + "objectID": "3f8c557b-5597-40d2-a983-1fc4742de8c4", "type": "lvl3", "url": "/docs/components/checkbox#checkbox-props", "hierarchy": { "lvl1": "Checkbox", "lvl2": "API", "lvl3": "Checkbox Props" } }, { "content": "Checkbox Events", - "objectID": "05987c95-fe96-4ca4-b9d4-e25f6ea321dd", + "objectID": "9211cefa-d653-40a4-90e7-4fbec7258c3a", "type": "lvl3", "url": "/docs/components/checkbox#checkbox-events", "hierarchy": { @@ -1201,7 +1476,7 @@ }, { "content": "Types", - "objectID": "a40cec82-9af1-47ab-9d19-97d5906e380b", + "objectID": "7d8c564a-ea2c-4798-8792-421b28c24288", "type": "lvl3", "url": "/docs/components/checkbox#types", "hierarchy": { @@ -1212,70 +1487,70 @@ }, { "content": "Checkbox Icon Props", - "objectID": "53df4d60-b632-4ee1-8a67-30b5cc8e1de9", + "objectID": "094f5e9e-a802-4126-9250-afc3f7a6a51d", "type": "lvl4", "url": "/docs/components/checkbox#checkbox-icon-props", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Types", "lvl3": null } }, { "content": "Chip", - "objectID": "dfd2e53c-f830-430a-8814-e4b776d72a7d", + "objectID": "9a6eb104-8f12-40f5-abe9-a0cba7504e1b", "type": "lvl1", "url": "/docs/components/chip", "hierarchy": { "lvl1": "Chip" } }, { "content": "Import", - "objectID": "89af85d3-3d69-4822-a6f9-c71a6697fcc5", + "objectID": "55a8b1cd-2681-4931-9e49-bfe6a218c512", "type": "lvl2", "url": "/docs/components/chip#import", "hierarchy": { "lvl1": "Chip", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "eafb1cb9-5f14-4dd5-bb98-339814ba7144", + "objectID": "9228f724-bc4b-48ec-9a58-e029a4283b50", "type": "lvl2", "url": "/docs/components/chip#usage", "hierarchy": { "lvl1": "Chip", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "b2a4e6c1-7e3c-4140-b2f4-1391bc3111a2", + "objectID": "75fd8309-e48f-4466-8011-791baf245796", "type": "lvl3", "url": "/docs/components/chip#disabled", "hierarchy": { "lvl1": "Chip", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "2e314933-3f3f-4cb3-81eb-fc2d72f26ccc", + "objectID": "15e2488d-7f0f-4b56-b4c2-369e32e6a379", "type": "lvl3", "url": "/docs/components/chip#sizes", "hierarchy": { "lvl1": "Chip", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "19b71305-38b9-409d-93b0-0338b0236c9a", + "objectID": "80307e8e-053f-488d-a59a-9f4273626f69", "type": "lvl3", "url": "/docs/components/chip#colors", "hierarchy": { "lvl1": "Chip", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Radius", - "objectID": "80b395d1-b139-446e-a48f-41bccfdc583a", + "objectID": "56a0549e-ffa6-4263-8c24-a93502625f9d", "type": "lvl3", "url": "/docs/components/chip#radius", "hierarchy": { "lvl1": "Chip", "lvl2": "Colors", "lvl3": "Radius" } }, { "content": "Variants", - "objectID": "289e9a9a-ea39-4004-8224-b749864c31e5", + "objectID": "1dd52267-b9d4-402e-b7cf-94964c2bbe0c", "type": "lvl3", "url": "/docs/components/chip#variants", "hierarchy": { "lvl1": "Chip", "lvl2": "Radius", "lvl3": "Variants" } }, { "content": "Start & End Content", - "objectID": "11c61f3e-abd6-4658-a02b-5b3e156e2df4", + "objectID": "d05f4e96-ed68-4624-9af7-45b1e8f7f624", "type": "lvl3", "url": "/docs/components/chip#start--end-content", "hierarchy": { @@ -1286,7 +1561,7 @@ }, { "content": "With Close Button", - "objectID": "c8127fa9-9d96-48fb-b220-967cc8011fe4", + "objectID": "734e2cb1-4a52-4c30-8909-0190603d23e0", "type": "lvl3", "url": "/docs/components/chip#with-close-button", "hierarchy": { @@ -1297,7 +1572,7 @@ }, { "content": "With Avatar", - "objectID": "b647c6ce-b7a7-46df-a9eb-314debe2065e", + "objectID": "db6716d8-da58-4237-8d7f-668e5519b443", "type": "lvl3", "url": "/docs/components/chip#with-avatar", "hierarchy": { @@ -1308,7 +1583,7 @@ }, { "content": "List of Chips", - "objectID": "23abf6cb-d11b-4549-8d5c-9ba69d627de2", + "objectID": "fa661dfd-8eea-4b43-8ee1-79cf00720572", "type": "lvl3", "url": "/docs/components/chip#list-of-chips", "hierarchy": { @@ -1319,63 +1594,63 @@ }, { "content": "Slots", - "objectID": "81f0e0f9-cb21-43ee-9885-decdeeeb6f01", + "objectID": "ff101815-1487-43fd-a9c0-1304d1429741", "type": "lvl2", "url": "/docs/components/chip#slots", "hierarchy": { "lvl1": "Chip", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "e8d8bd4d-d271-4a07-a3e6-bf97bb65e1cf", + "objectID": "eda7e87a-933f-41dd-8dc2-468dc00bd682", "type": "lvl3", "url": "/docs/components/chip#custom-styles", "hierarchy": { "lvl1": "Chip", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "API", - "objectID": "48b3d2c6-8642-4bf0-a470-852c61866a37", + "objectID": "8ad17c72-48ae-4e96-9eac-2db648716a7f", "type": "lvl2", "url": "/docs/components/chip#api", "hierarchy": { "lvl1": "Chip", "lvl2": "API", "lvl3": null } }, { "content": "Chip Props", - "objectID": "87dcbba5-8746-4f45-8971-c12eb17e30ee", + "objectID": "d390c3dc-d566-4abc-8381-927f219a491e", "type": "lvl3", "url": "/docs/components/chip#chip-props", "hierarchy": { "lvl1": "Chip", "lvl2": "API", "lvl3": "Chip Props" } }, { "content": "Chip Events", - "objectID": "c1ceee15-180e-4bc1-9402-de77d8630e47", + "objectID": "ae2d10a7-d0e7-4e76-9b55-f57d1604a4be", "type": "lvl3", "url": "/docs/components/chip#chip-events", "hierarchy": { "lvl1": "Chip", "lvl2": "Chip Props", "lvl3": "Chip Events" } }, { "content": "Circular Progress", - "objectID": "53a611c0-98f5-4fad-a3b8-827849d4ed70", + "objectID": "fc0365ed-d794-4787-9d7e-96a3bbbb89b6", "type": "lvl1", "url": "/docs/components/circular-progress", "hierarchy": { "lvl1": "Circular Progress" } }, { "content": "Import", - "objectID": "b5405cc2-0449-4bf8-ab05-6336a5ac80f9", + "objectID": "ff5b105a-83bf-4be8-b0f0-b3bcdf5521e7", "type": "lvl2", "url": "/docs/components/circular-progress#import", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "b2194527-ef98-4ea1-af1d-7f3a6b3650b5", + "objectID": "e89ec1cf-fa07-4aec-bcc4-3dd264b81d56", "type": "lvl2", "url": "/docs/components/circular-progress#usage", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "7429c655-6514-426a-bf51-0a1d131d8b87", + "objectID": "3208cd24-3ac1-4a2a-955b-d8d9ef3026c0", "type": "lvl3", "url": "/docs/components/circular-progress#sizes", "hierarchy": { @@ -1386,7 +1661,7 @@ }, { "content": "Colors", - "objectID": "87637821-8f34-4452-ae3a-4654c833397e", + "objectID": "ed1aeafb-cbbd-44de-81ca-03c9495ca557", "type": "lvl3", "url": "/docs/components/circular-progress#colors", "hierarchy": { @@ -1397,7 +1672,7 @@ }, { "content": "With Label", - "objectID": "0c6a9827-9b76-4d37-aa41-5804b83c4256", + "objectID": "869d4598-9ffe-4ffa-81f6-afd7a1269492", "type": "lvl3", "url": "/docs/components/circular-progress#with-label", "hierarchy": { @@ -1408,7 +1683,7 @@ }, { "content": "With Value", - "objectID": "47c0d1f6-80a8-4743-ae87-1234a1a6b03b", + "objectID": "b2c5f497-f744-4abe-b376-e181fa4f90e6", "type": "lvl3", "url": "/docs/components/circular-progress#with-value", "hierarchy": { @@ -1419,7 +1694,7 @@ }, { "content": "Value Formatting", - "objectID": "9b5029c6-c6db-40fb-b769-6d0a89dfdb82", + "objectID": "071d2fd7-75c7-45bd-8d5c-a2419f5a6c7f", "type": "lvl3", "url": "/docs/components/circular-progress#value-formatting", "hierarchy": { @@ -1430,14 +1705,14 @@ }, { "content": "Slots", - "objectID": "c7397e1d-f0ad-417c-821d-91d3ff85e7f5", + "objectID": "c2d7e1d2-0d4f-4b4e-bce6-8a6f93c854af", "type": "lvl2", "url": "/docs/components/circular-progress#slots", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "203deece-5f0a-4632-b97c-0e974b2c2742", + "objectID": "bc9df27f-3fe8-45a2-a03b-7115d9ca35b4", "type": "lvl3", "url": "/docs/components/circular-progress#custom-styles", "hierarchy": { @@ -1448,7 +1723,7 @@ }, { "content": "Data Attributes", - "objectID": "2db7fa2e-b582-4de2-acc3-5e1ee15e1e93", + "objectID": "bc88f212-4fb1-4457-ace8-818956106420", "type": "lvl2", "url": "/docs/components/circular-progress#data-attributes", "hierarchy": { @@ -1459,7 +1734,7 @@ }, { "content": "Accessibility", - "objectID": "946c634c-0a9b-4f30-b8f4-63ecb2fb88a8", + "objectID": "4467ec4d-464e-45a0-89dd-e97f38f3a781", "type": "lvl2", "url": "/docs/components/circular-progress#accessibility", "hierarchy": { @@ -1470,14 +1745,14 @@ }, { "content": "API", - "objectID": "8c0f2bb1-e106-4a65-a1d8-7bc9c5153b34", + "objectID": "4ce913a7-b2cd-4526-9204-5e0abe35b121", "type": "lvl2", "url": "/docs/components/circular-progress#api", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "API", "lvl3": null } }, { "content": "Circular Progress Props", - "objectID": "00fdad77-3c64-4ef3-a86e-1163fa9d1bc5", + "objectID": "50f5f778-1e0f-43bc-a87f-1dc2feb31252", "type": "lvl3", "url": "/docs/components/circular-progress#circular-progress-props", "hierarchy": { @@ -1488,126 +1763,126 @@ }, { "content": "Code", - "objectID": "02983595-072a-43ef-a8ec-d22160185246", + "objectID": "884cdbb6-4bae-47ac-91e8-29a791b87899", "type": "lvl1", "url": "/docs/components/code", "hierarchy": { "lvl1": "Code" } }, { "content": "Import", - "objectID": "8fb81ff3-48b4-497c-ab49-fe78582216af", + "objectID": "28fd16c2-2a0b-4deb-9156-6bee414a7973", "type": "lvl2", "url": "/docs/components/code#import", "hierarchy": { "lvl1": "Code", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "8e088791-0300-4832-be0d-c8f418293c5d", + "objectID": "926e744e-fcd6-407b-bac1-ea80e8bc56a9", "type": "lvl2", "url": "/docs/components/code#usage", "hierarchy": { "lvl1": "Code", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "74499034-c5b6-464e-aada-fd892d9a8aa1", + "objectID": "d6510719-5013-4491-bec0-759deaa47950", "type": "lvl3", "url": "/docs/components/code#sizes", "hierarchy": { "lvl1": "Code", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "b672eab5-5baa-45b8-8d09-5f017d35f9ed", + "objectID": "4588a917-46d7-413d-a6b2-8d166c616e15", "type": "lvl3", "url": "/docs/components/code#colors", "hierarchy": { "lvl1": "Code", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "API", - "objectID": "095a734c-962b-4e0f-b3bd-c5093212f000", + "objectID": "32ced030-37ea-4c2d-ba92-e18847904e9b", "type": "lvl2", "url": "/docs/components/code#api", "hierarchy": { "lvl1": "Code", "lvl2": "API", "lvl3": null } }, { "content": "Code Props", - "objectID": "26e4e722-bb85-4aae-a480-0dd0c681961d", + "objectID": "84f43dfc-4f02-4749-9f74-4d40321a9d95", "type": "lvl3", "url": "/docs/components/code#code-props", "hierarchy": { "lvl1": "Code", "lvl2": "API", "lvl3": "Code Props" } }, { "content": "Divider", - "objectID": "ded5a26b-3dcb-44de-8849-dd9e8cc4132c", + "objectID": "9f71b67f-d39f-4b86-8000-1143f36d2c49", "type": "lvl1", "url": "/docs/components/divider", "hierarchy": { "lvl1": "Divider" } }, { "content": "Import", - "objectID": "8ed30b2e-4c95-4ca5-b7c5-c4f8d8e78038", + "objectID": "70451eaa-9c6c-42c7-bf6c-4a1095e121d8", "type": "lvl2", "url": "/docs/components/divider#import", "hierarchy": { "lvl1": "Divider", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7df6849b-75b8-4e63-87a3-79a33dff34f9", + "objectID": "ae5eb8b5-ed71-4c20-8435-c59bc1cda606", "type": "lvl2", "url": "/docs/components/divider#usage", "hierarchy": { "lvl1": "Divider", "lvl2": "Usage", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "c1304dba-7372-4c17-891a-7ab1b3155f7a", + "objectID": "8314b11a-640a-4235-a557-821acc4f0990", "type": "lvl2", "url": "/docs/components/divider#data-attributes", "hierarchy": { "lvl1": "Divider", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "e9464f44-e210-4181-999e-ed146ea158a1", + "objectID": "6c478012-88ed-47f3-a79a-1a0d09e788d6", "type": "lvl2", "url": "/docs/components/divider#accessibility", "hierarchy": { "lvl1": "Divider", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "a0fef7e9-36a9-48b2-9d4c-6857c7283ad6", + "objectID": "c6b82498-d67d-49fa-abc9-77567833053d", "type": "lvl2", "url": "/docs/components/divider#api", "hierarchy": { "lvl1": "Divider", "lvl2": "API", "lvl3": null } }, { "content": "Divider Props", - "objectID": "3f9bf0b4-fe72-4331-84e4-36961e654a46", + "objectID": "679d69d4-88e8-4f4c-bb2d-0734b3bed31d", "type": "lvl3", "url": "/docs/components/divider#divider-props", "hierarchy": { "lvl1": "Divider", "lvl2": "API", "lvl3": "Divider Props" } }, { "content": "Dropdown", - "objectID": "89e0f004-1e8a-45d9-9d6f-edaee7b3b374", + "objectID": "64f8a38f-5ed8-4b32-a4f5-45dbaff040ec", "type": "lvl1", "url": "/docs/components/dropdown", "hierarchy": { "lvl1": "Dropdown" } }, { "content": "Import", - "objectID": "5e2a4303-6696-4642-928a-dc17d72a8c39", + "objectID": "58324608-ca28-4c29-a35a-4eee259e84ed", "type": "lvl2", "url": "/docs/components/dropdown#import", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "a79690d2-242c-4afe-9dbd-72e59860715a", + "objectID": "d30ad89d-319f-45b5-9df6-9760b05165aa", "type": "lvl2", "url": "/docs/components/dropdown#usage", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "045bf27a-068d-42c1-96a3-33d091a04185", + "objectID": "2a175fe4-1e48-42cb-a5a6-b80c8ae77a3d", "type": "lvl3", "url": "/docs/components/dropdown#dynamic-items", "hierarchy": { @@ -1618,7 +1893,7 @@ }, { "content": "Disabled Keys", - "objectID": "729beca3-8249-4202-8836-f74c44615360", + "objectID": "2c1e7d0c-1719-4c29-bd02-dde16c86597f", "type": "lvl3", "url": "/docs/components/dropdown#disabled-keys", "hierarchy": { @@ -1629,7 +1904,7 @@ }, { "content": "Action event", - "objectID": "6cfa8f38-9ddf-4f3a-b57a-b661a56efbe6", + "objectID": "fbcc7a59-8e09-444b-9e93-a9d05f47aeee", "type": "lvl3", "url": "/docs/components/dropdown#action-event", "hierarchy": { @@ -1640,7 +1915,7 @@ }, { "content": "Variants", - "objectID": "58692609-1f78-462a-bea4-e7fb52ab1b5e", + "objectID": "d5b4b539-393c-4efe-a61b-75f9aaa46b6b", "type": "lvl3", "url": "/docs/components/dropdown#variants", "hierarchy": { @@ -1651,7 +1926,7 @@ }, { "content": "Single Selection", - "objectID": "19fe6f6e-ab6a-4a8e-b5ec-6174873816f7", + "objectID": "8b3aa6fc-8ebb-4973-a87a-98023a75884d", "type": "lvl3", "url": "/docs/components/dropdown#single-selection", "hierarchy": { @@ -1662,7 +1937,7 @@ }, { "content": "Multiple Selection", - "objectID": "e9edba2d-b470-47a2-b942-4fc5e60b6510", + "objectID": "3360645b-8c08-4e18-afa9-254c2916dd54", "type": "lvl3", "url": "/docs/components/dropdown#multiple-selection", "hierarchy": { @@ -1673,7 +1948,7 @@ }, { "content": "With Shortcut", - "objectID": "5e08db44-918b-4e9b-9d99-fbed95a31aca", + "objectID": "27059c08-0a38-4911-9fa2-a275cd7166fa", "type": "lvl3", "url": "/docs/components/dropdown#with-shortcut", "hierarchy": { @@ -1684,7 +1959,7 @@ }, { "content": "With Icons", - "objectID": "56e69fb9-5a34-4df4-97a2-d3adcd323fa7", + "objectID": "d6895b43-f3fa-42b4-b54d-cab9b4038a62", "type": "lvl3", "url": "/docs/components/dropdown#with-icons", "hierarchy": { @@ -1695,7 +1970,7 @@ }, { "content": "With Description", - "objectID": "ace09af0-ebb1-4732-ac50-4ce4e6ae660d", + "objectID": "512747b5-cde0-42d6-b8ef-212c355a99d0", "type": "lvl3", "url": "/docs/components/dropdown#with-description", "hierarchy": { @@ -1706,7 +1981,7 @@ }, { "content": "With Sections", - "objectID": "3cbfbb4f-be74-4f73-b221-9b38a185a523", + "objectID": "c127a9f1-32ad-4c97-8247-fd72347dc8cf", "type": "lvl3", "url": "/docs/components/dropdown#with-sections", "hierarchy": { @@ -1717,7 +1992,7 @@ }, { "content": "Custom Trigger", - "objectID": "45fe5662-c6e5-4e38-89f0-bd4aa012ecdc", + "objectID": "302b06fa-1fd5-40c2-8029-07e52f605f10", "type": "lvl3", "url": "/docs/components/dropdown#custom-trigger", "hierarchy": { @@ -1728,7 +2003,7 @@ }, { "content": "Changing the backdrop", - "objectID": "3b7fc05c-ab57-4e19-a65b-790f9c739e88", + "objectID": "4ab4e78b-601c-4307-bbd4-96f4c9ed052e", "type": "lvl3", "url": "/docs/components/dropdown#changing-the-backdrop", "hierarchy": { @@ -1737,23 +2012,34 @@ "lvl3": "Changing the backdrop" } }, + { + "content": "Routing", + "objectID": "4b1cc8c5-914c-4c85-aa69-9ad08c9f78de", + "type": "lvl3", + "url": "/docs/components/dropdown#routing", + "hierarchy": { + "lvl1": "Dropdown", + "lvl2": "Changing the backdrop", + "lvl3": "Routing" + } + }, { "content": "Slots", - "objectID": "29ea648e-44b4-44a9-8f42-63734484c2a4", + "objectID": "0c7f37b7-87c8-45af-87e6-cd18857e38be", "type": "lvl2", "url": "/docs/components/dropdown#slots", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Slots", "lvl3": null } }, { "content": "DropdownItem", - "objectID": "d660f1dc-0823-453e-a5ed-a1285eb62a94", + "objectID": "8f932687-5dfc-4fea-a17b-974f5e7c8553", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Slots", "lvl3": "DropdownItem" } }, { "content": "DropdownSection", - "objectID": "d3ac8b9d-fb4d-4164-ad64-a5d0cf3fc0f5", + "objectID": "df74608f-c328-4904-8af2-0d4f956b9b23", "type": "lvl3", "url": "/docs/components/dropdown#dropdownsection", "hierarchy": { @@ -1764,7 +2050,7 @@ }, { "content": "Customizing the dropdown popover", - "objectID": "71eb88c6-e2f8-4f51-b425-2fd2065c08f6", + "objectID": "c20eddda-ade5-4c0b-b44d-0bd241871b67", "type": "lvl3", "url": "/docs/components/dropdown#customizing-the-dropdown-popover", "hierarchy": { @@ -1775,7 +2061,7 @@ }, { "content": "Customizing the dropdown items style", - "objectID": "59c40e21-83fa-459c-b397-960aa874e44e", + "objectID": "ac0977b7-29a9-437a-bda8-e757e44e8e77", "type": "lvl3", "url": "/docs/components/dropdown#customizing-the-dropdown-items-style", "hierarchy": { @@ -1786,7 +2072,7 @@ }, { "content": "Keyboard Interactions", - "objectID": "7b1dacee-5ac1-4730-aa05-6052e1566097", + "objectID": "e1ac2221-eab8-42b2-95c9-5c9e77b27fab", "type": "lvl3", "url": "/docs/components/dropdown#keyboard-interactions", "hierarchy": { @@ -1797,35 +2083,35 @@ }, { "content": "Data Attributes", - "objectID": "990e4fdd-b77e-4abe-87ec-4c25d2eb324f", + "objectID": "e66e5f3b-e791-47f6-9422-10b1972a7f89", "type": "lvl2", "url": "/docs/components/dropdown#data-attributes", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "9ce0e7b2-5e52-4463-9b42-0d5f1ab1ac3e", + "objectID": "e40aa336-8046-47ba-bc86-8bf4aa17a80e", "type": "lvl2", "url": "/docs/components/dropdown#accessibility", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "30794bb7-944a-4045-bafc-2ded4e2f3ada", + "objectID": "a403953a-c1cc-4b82-baca-0842491690d7", "type": "lvl2", "url": "/docs/components/dropdown#api", "hierarchy": { "lvl1": "Dropdown", "lvl2": "API", "lvl3": null } }, { "content": "Dropdown Props", - "objectID": "636b48ff-46f1-4cd4-b1ca-108539b2579a", + "objectID": "bba14288-410c-4534-bbd8-50ffd093115e", "type": "lvl3", "url": "/docs/components/dropdown#dropdown-props", "hierarchy": { "lvl1": "Dropdown", "lvl2": "API", "lvl3": "Dropdown Props" } }, { "content": "Dropdown Events", - "objectID": "f545132f-31a4-4aac-853d-882b6471bfd4", + "objectID": "9485a2dd-8daf-421f-8ebc-819aec9b2c06", "type": "lvl3", "url": "/docs/components/dropdown#dropdown-events", "hierarchy": { @@ -1836,7 +2122,7 @@ }, { "content": "DropdownTrigger Props", - "objectID": "876ba93d-13f5-40ea-a032-f6568c5aa988", + "objectID": "37716696-df0c-4ad8-9ad3-257f3887ac5d", "type": "lvl3", "url": "/docs/components/dropdown#dropdowntrigger-props", "hierarchy": { @@ -1847,7 +2133,7 @@ }, { "content": "DropdownMenu Props", - "objectID": "42b9688c-a050-4a4b-853f-42009dbe4c54", + "objectID": "420ef48c-92ba-42c8-a5cd-ad20f712f8dc", "type": "lvl3", "url": "/docs/components/dropdown#dropdownmenu-props", "hierarchy": { @@ -1858,7 +2144,7 @@ }, { "content": "DropdownMenu Events", - "objectID": "576b2845-18a5-4995-9d39-f4893b17ecad", + "objectID": "22c3b545-4f2c-42fa-8eed-1af345b20c45", "type": "lvl3", "url": "/docs/components/dropdown#dropdownmenu-events", "hierarchy": { @@ -1869,7 +2155,7 @@ }, { "content": "DropdownSection Props", - "objectID": "004ff710-33f5-4018-b950-0241f666de9f", + "objectID": "b0433682-4b50-48c8-950c-08f8bfeead20", "type": "lvl3", "url": "/docs/components/dropdown#dropdownsection-props", "hierarchy": { @@ -1880,7 +2166,7 @@ }, { "content": "DropdownItem Props", - "objectID": "8a034cb7-600d-461f-a274-2b852aa61c43", + "objectID": "e11f4814-4259-447f-beb2-c7067716bae7", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem-props", "hierarchy": { @@ -1891,7 +2177,7 @@ }, { "content": "DropdownItem Events", - "objectID": "610b1582-14b1-463a-b35c-47bc30f05c67", + "objectID": "77ef7040-494c-4925-afb2-84e2e79b804d", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem-events", "hierarchy": { @@ -1902,7 +2188,7 @@ }, { "content": "Types", - "objectID": "db040373-0537-4319-b80c-f33ce866e956", + "objectID": "3138cb62-7459-4956-81a3-ec39f0555b33", "type": "lvl3", "url": "/docs/components/dropdown#types", "hierarchy": { @@ -1913,49 +2199,49 @@ }, { "content": "Dropdown Item Selected Icon Props", - "objectID": "94bf0b35-822e-49fa-b4ad-c7d20cdae716", + "objectID": "b7050dbc-d5e5-4e3f-8d5f-b0a622a944e0", "type": "lvl4", "url": "/docs/components/dropdown#dropdown-item-selected-icon-props", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Types", "lvl3": null } }, { "content": "Image", - "objectID": "8849e4f4-6188-406f-8728-2ed351a0c65e", + "objectID": "b0690075-b3b7-4e1f-9b29-5396bed7f407", "type": "lvl1", "url": "/docs/components/image", "hierarchy": { "lvl1": "Image" } }, { "content": "Import", - "objectID": "1ba54a56-4f3b-4177-ba0a-049e7b2632eb", + "objectID": "7f62c9a1-76a8-44cb-ab9d-8e30da7d3725", "type": "lvl2", "url": "/docs/components/image#import", "hierarchy": { "lvl1": "Image", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "086f82e4-c013-403a-90a6-faa191ec1574", + "objectID": "c1bb5fed-32de-4b1d-a689-ddf24d58fbd7", "type": "lvl2", "url": "/docs/components/image#usage", "hierarchy": { "lvl1": "Image", "lvl2": "Usage", "lvl3": null } }, { "content": "Blurred", - "objectID": "84a913cb-ec44-447a-a27d-272ad17f691a", + "objectID": "2ef90c4b-6c1c-439e-a1ec-0ca7ef311a39", "type": "lvl3", "url": "/docs/components/image#blurred", "hierarchy": { "lvl1": "Image", "lvl2": "Usage", "lvl3": "Blurred" } }, { "content": "Zoomed", - "objectID": "042d9a3b-5a24-4261-8e89-887ebed582b1", + "objectID": "0c02bdec-f740-4037-b37a-a94bc4602a47", "type": "lvl3", "url": "/docs/components/image#zoomed", "hierarchy": { "lvl1": "Image", "lvl2": "Blurred", "lvl3": "Zoomed" } }, { "content": "Animated Loading", - "objectID": "0cb2fafc-e4eb-4275-9178-0d7a9e44fa67", + "objectID": "fbc400e5-fac5-4751-8fda-610cfc78ab7b", "type": "lvl3", "url": "/docs/components/image#animated-loading", "hierarchy": { @@ -1966,7 +2252,7 @@ }, { "content": "Image with fallback", - "objectID": "759b6730-baf7-41b6-ad41-5d8d3c5785a1", + "objectID": "c3c0b532-cfba-4c52-bf75-9d2cdd9a3c0a", "type": "lvl3", "url": "/docs/components/image#image-with-fallback", "hierarchy": { @@ -1977,7 +2263,7 @@ }, { "content": "With Next.js Image", - "objectID": "b91e683b-a61c-4706-a338-b4c117f11c8f", + "objectID": "1150160a-0864-434f-84dc-67b509d3b568", "type": "lvl3", "url": "/docs/components/image#with-nextjs-image", "hierarchy": { @@ -1988,28 +2274,28 @@ }, { "content": "Slots", - "objectID": "c21cbe64-8bfe-4dda-bbc1-71f59542acd9", + "objectID": "f172dd3e-7ba2-4204-a7dd-10929fc5615c", "type": "lvl2", "url": "/docs/components/image#slots", "hierarchy": { "lvl1": "Image", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "1d5006a8-7483-4ffa-a683-f75216f21851", + "objectID": "42434c86-aae7-4fbd-950a-ad5014fd38a0", "type": "lvl2", "url": "/docs/components/image#api", "hierarchy": { "lvl1": "Image", "lvl2": "API", "lvl3": null } }, { "content": "Image Props", - "objectID": "e7c96720-dd1b-43b7-94c6-2bf11ae803bb", + "objectID": "1bd0cf64-4d21-4b9a-ae96-5396b4dcf1fe", "type": "lvl3", "url": "/docs/components/image#image-props", "hierarchy": { "lvl1": "Image", "lvl2": "API", "lvl3": "Image Props" } }, { "content": "Image Events", - "objectID": "843d5673-69d9-4f1c-a96b-c2f788d6c8d5", + "objectID": "d2a419f0-0766-430d-8eb7-965befc3adbc", "type": "lvl3", "url": "/docs/components/image#image-events", "hierarchy": { @@ -2020,77 +2306,77 @@ }, { "content": "Input", - "objectID": "18a9731d-a0ac-4417-bead-619934f4977b", + "objectID": "137e88ee-b56e-4e0e-bd66-f634245d5300", "type": "lvl1", "url": "/docs/components/input", "hierarchy": { "lvl1": "Input" } }, { "content": "Import", - "objectID": "051735b6-c497-4d77-9bd8-6cb5342336b6", + "objectID": "d18fc8d9-41e3-4c5c-b449-5ee0141d1c4b", "type": "lvl2", "url": "/docs/components/input#import", "hierarchy": { "lvl1": "Input", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "d7aee911-a682-444a-86ef-20bb181f392f", + "objectID": "ab0021bc-c149-4f79-b7e5-2857a83f19ae", "type": "lvl2", "url": "/docs/components/input#usage", "hierarchy": { "lvl1": "Input", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "beb44baf-a523-4873-b4c7-fa566b75af48", + "objectID": "547657d8-7073-4700-94d5-e3e06589f96c", "type": "lvl3", "url": "/docs/components/input#disabled", "hierarchy": { "lvl1": "Input", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Read Only", - "objectID": "743b80f8-3cf4-456b-9eb9-00cf1f94c6eb", + "objectID": "23a562cf-20bc-4826-8a15-8c78191a3809", "type": "lvl3", "url": "/docs/components/input#read-only", "hierarchy": { "lvl1": "Input", "lvl2": "Disabled", "lvl3": "Read Only" } }, { "content": "Required", - "objectID": "75b6c587-8c01-41e7-8ac9-53154836767e", + "objectID": "843fc1cb-933a-42a4-9a2f-11cdacaf89f7", "type": "lvl3", "url": "/docs/components/input#required", "hierarchy": { "lvl1": "Input", "lvl2": "Read Only", "lvl3": "Required" } }, { "content": "Sizes", - "objectID": "94675a9b-a4be-4f88-a813-1791c39142e1", + "objectID": "c21c9871-2d9d-4748-a90f-7ef41464191f", "type": "lvl3", "url": "/docs/components/input#sizes", "hierarchy": { "lvl1": "Input", "lvl2": "Required", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "b7437c1d-6aea-4d27-bb9e-6af7bcd0384b", + "objectID": "f3a850b7-375f-47d5-ab54-d38c4061f76b", "type": "lvl3", "url": "/docs/components/input#colors", "hierarchy": { "lvl1": "Input", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "6feb9615-b30e-487e-9762-fa4d5cf4692d", + "objectID": "aab45781-1818-4170-98ff-ad4a4c06bc5d", "type": "lvl3", "url": "/docs/components/input#variants", "hierarchy": { "lvl1": "Input", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Radius", - "objectID": "293d23a6-7edc-46cc-8236-871b5d945793", + "objectID": "9d892dbf-e967-456d-8d77-fcaceb8a3896", "type": "lvl3", "url": "/docs/components/input#radius", "hierarchy": { "lvl1": "Input", "lvl2": "Variants", "lvl3": "Radius" } }, { "content": "Label Placements", - "objectID": "0fc431a2-8e18-4bcc-957d-9271163eed24", + "objectID": "ee3fef7a-f521-476b-b885-9abf1ac75360", "type": "lvl3", "url": "/docs/components/input#label-placements", "hierarchy": { @@ -2101,7 +2387,7 @@ }, { "content": "Password Input", - "objectID": "d5bfab84-58b2-4a3a-98e6-93220a0ca4dc", + "objectID": "63dabc92-ebea-47a1-87f9-22d5fb49b799", "type": "lvl3", "url": "/docs/components/input#password-input", "hierarchy": { @@ -2112,7 +2398,7 @@ }, { "content": "Clear Button", - "objectID": "23bdc347-1c86-487f-8de7-9f5b406c0b05", + "objectID": "c0156938-b27d-4e0b-bc18-ab520a81caf0", "type": "lvl3", "url": "/docs/components/input#clear-button", "hierarchy": { @@ -2123,7 +2409,7 @@ }, { "content": "Start & End Content", - "objectID": "077aefa5-e14d-446a-945e-43ab236116d4", + "objectID": "3fcce6aa-e6b7-43e1-bed4-d369f4116947", "type": "lvl3", "url": "/docs/components/input#start--end-content", "hierarchy": { @@ -2134,7 +2420,7 @@ }, { "content": "With Description", - "objectID": "e26f1e5d-5cb8-4fe4-85ce-87f04ebaebdd", + "objectID": "29d76df0-9814-4d7a-b17b-02b2178d4bd6", "type": "lvl3", "url": "/docs/components/input#with-description", "hierarchy": { @@ -2145,7 +2431,7 @@ }, { "content": "With Error Message", - "objectID": "a65db939-2058-4a23-b37b-926c40f01d54", + "objectID": "87b53876-d121-44c1-9a01-a49bb61722dd", "type": "lvl3", "url": "/docs/components/input#with-error-message", "hierarchy": { @@ -2156,7 +2442,7 @@ }, { "content": "Controlled", - "objectID": "1855e1d1-aa7e-416c-9d73-315dc46edf14", + "objectID": "3b987ac1-3a3c-421d-b61d-5ff70d6c587a", "type": "lvl3", "url": "/docs/components/input#controlled", "hierarchy": { @@ -2167,21 +2453,21 @@ }, { "content": "Slots", - "objectID": "daca0d7a-afa5-4ca8-b102-1d0a762a1705", + "objectID": "a2200aa8-ec02-46af-b329-c915cec57b73", "type": "lvl2", "url": "/docs/components/input#slots", "hierarchy": { "lvl1": "Input", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "9e138809-e2a4-47ab-ab73-f067ab99159c", + "objectID": "2dca32d1-35db-4a57-b9d7-8e258d1132e4", "type": "lvl3", "url": "/docs/components/input#custom-styles", "hierarchy": { "lvl1": "Input", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "f31c81c9-d3da-4676-9d35-1a4b453b3585", + "objectID": "78117de5-f62b-4d31-a022-d4ecf38a1e7b", "type": "lvl3", "url": "/docs/components/input#custom-implementation", "hierarchy": { @@ -2192,35 +2478,35 @@ }, { "content": "Data Attributes", - "objectID": "75d5ef0f-5d5f-43d2-9af7-88c71641b49d", + "objectID": "038d5d16-7cdd-4a5a-8608-af51c5b1ab68", "type": "lvl2", "url": "/docs/components/input#data-attributes", "hierarchy": { "lvl1": "Input", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "4d7daf83-6156-4b33-b925-868030358a2e", + "objectID": "83046402-47a8-46ae-82bf-974f8c640c2b", "type": "lvl2", "url": "/docs/components/input#accessibility", "hierarchy": { "lvl1": "Input", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "47ce0a9b-7eca-48ae-981d-af9416e8ab6d", + "objectID": "c853cea1-4e92-4e8b-86b7-da4b4d5a7ca0", "type": "lvl2", "url": "/docs/components/input#api", "hierarchy": { "lvl1": "Input", "lvl2": "API", "lvl3": null } }, { "content": "Input Props", - "objectID": "b907eccb-ec91-4d97-ac97-ab5d02903e90", + "objectID": "f73cfd4c-3d18-483c-8b72-a1650508932b", "type": "lvl3", "url": "/docs/components/input#input-props", "hierarchy": { "lvl1": "Input", "lvl2": "API", "lvl3": "Input Props" } }, { "content": "Input Events", - "objectID": "54abbfec-b123-409c-90ad-fd4f4ec845a6", + "objectID": "374cd395-154d-46a0-a496-a2895825eb5f", "type": "lvl3", "url": "/docs/components/input#input-events", "hierarchy": { @@ -2231,42 +2517,42 @@ }, { "content": "Keyboard Key", - "objectID": "3472d7f8-85ee-4420-ae39-572d7ffba90e", + "objectID": "62e7a89d-a648-4b00-862c-9774cc1cdedb", "type": "lvl1", "url": "/docs/components/kbd", "hierarchy": { "lvl1": "Keyboard Key" } }, { "content": "Import", - "objectID": "3c9f71e1-2125-452c-9b27-9621b7790993", + "objectID": "7cc2b654-2de1-4fa4-98de-7978881b000a", "type": "lvl2", "url": "/docs/components/kbd#import", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "b9b407aa-2a97-4f52-a00f-8ee0113de1e7", + "objectID": "df5d6191-28e4-4acd-973f-9c20fca70f50", "type": "lvl2", "url": "/docs/components/kbd#usage", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Usage", "lvl3": null } }, { "content": "Keys", - "objectID": "e0d11c41-759a-4240-9ba6-1e809c85e540", + "objectID": "49f9f206-e8d3-4278-8bf9-21f1fde1c19c", "type": "lvl3", "url": "/docs/components/kbd#keys", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Usage", "lvl3": "Keys" } }, { "content": "Slots", - "objectID": "a2df6955-7da9-4ed8-9e2a-6238468694cf", + "objectID": "ca08aaf5-e7d0-418e-96fc-24f533403741", "type": "lvl2", "url": "/docs/components/kbd#slots", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Slots", "lvl3": null } }, { "content": "Accessibility", - "objectID": "b9c088fe-cbc2-4ae9-a6e1-2854b1a2408b", + "objectID": "f294cae3-78fe-49e5-a90b-f3145866f3ac", "type": "lvl2", "url": "/docs/components/kbd#accessibility", "hierarchy": { @@ -2277,14 +2563,14 @@ }, { "content": "API", - "objectID": "ee7a9071-f5d0-4336-ba1f-4ab1b2812548", + "objectID": "9206335a-93de-4ba5-8e01-a05c2b480072", "type": "lvl2", "url": "/docs/components/kbd#api", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "API", "lvl3": null } }, { "content": "Keyboard Key Props", - "objectID": "1e758b63-3f76-4fb0-8e24-072d3e082576", + "objectID": "a3470d54-63ad-4e85-8884-720696477136", "type": "lvl3", "url": "/docs/components/kbd#keyboard-key-props", "hierarchy": { @@ -2295,7 +2581,7 @@ }, { "content": "Keyboard Keys", - "objectID": "923ee79d-0884-47cb-b06b-14b850f207e0", + "objectID": "caa382d8-e93b-4c25-b514-adb090a08a75", "type": "lvl3", "url": "/docs/components/kbd#keyboard-keys", "hierarchy": { @@ -2306,63 +2592,63 @@ }, { "content": "Link", - "objectID": "e57c60e2-f198-42b1-a7a3-f673dad68ed2", + "objectID": "d02ac695-ef87-498f-b0ed-2872dec444ca", "type": "lvl1", "url": "/docs/components/link", "hierarchy": { "lvl1": "Link" } }, { "content": "Import", - "objectID": "2394dcaf-2c18-44bd-a6b7-67efb81caf0d", + "objectID": "0c75c492-62ae-4826-a907-b444a86738cb", "type": "lvl2", "url": "/docs/components/link#import", "hierarchy": { "lvl1": "Link", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "d00f5a6d-1476-4262-a895-5367644a71b2", + "objectID": "9d9cbfc7-dc3e-4d89-90d4-53b6abe75d19", "type": "lvl2", "url": "/docs/components/link#usage", "hierarchy": { "lvl1": "Link", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "507e4572-4531-47e7-b710-951aff6c24a3", + "objectID": "6a1ca8f4-56c3-4a2b-807c-7990df4d6d3b", "type": "lvl3", "url": "/docs/components/link#disabled", "hierarchy": { "lvl1": "Link", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "5f2f021b-9b90-4c0b-8b32-71b3c28a5926", + "objectID": "8760b4fd-1c17-4256-b5e9-ebd475d586d9", "type": "lvl3", "url": "/docs/components/link#sizes", "hierarchy": { "lvl1": "Link", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "045b4e4d-9e97-48a6-a206-7379af4c39ee", + "objectID": "dccf0e92-e1b7-4cf8-86d0-9b112adae731", "type": "lvl3", "url": "/docs/components/link#colors", "hierarchy": { "lvl1": "Link", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Underline", - "objectID": "82314853-725c-40b4-8a26-010f388968ef", + "objectID": "8328138b-88e8-4b88-823f-1fe060840566", "type": "lvl3", "url": "/docs/components/link#underline", "hierarchy": { "lvl1": "Link", "lvl2": "Colors", "lvl3": "Underline" } }, { "content": "External", - "objectID": "9e87aad5-b774-42ac-ab69-865b5eab4bf8", + "objectID": "aa39b0d0-b16b-48eb-b8a3-d0bd6e6a5fcd", "type": "lvl3", "url": "/docs/components/link#external", "hierarchy": { "lvl1": "Link", "lvl2": "Underline", "lvl3": "External" } }, { "content": "Custom Anchor Icon", - "objectID": "cf2a10ad-fb4c-43b9-9936-45c5fa58cd9b", + "objectID": "b873af41-a950-4f16-8e07-9111b642cd80", "type": "lvl3", "url": "/docs/components/link#custom-anchor-icon", "hierarchy": { @@ -2373,7 +2659,7 @@ }, { "content": "Block Link", - "objectID": "465507e4-6277-40a9-8613-116e8e0dd90e", + "objectID": "c2fc953f-a087-456e-b926-d053c2481b0a", "type": "lvl3", "url": "/docs/components/link#block-link", "hierarchy": { @@ -2384,7 +2670,7 @@ }, { "content": "Polymorphic Component", - "objectID": "3df3992a-a413-4991-9ce2-76fafbd8a1dc", + "objectID": "5b40dd45-4f77-4191-b14c-487b79fe7d94", "type": "lvl3", "url": "/docs/components/link#polymorphic-component", "hierarchy": { @@ -2394,93 +2680,93 @@ } }, { - "content": "Usage with Next.js", - "objectID": "60c6462b-f6a8-49b8-8402-af3f288598c8", + "content": "Routing", + "objectID": "930a506e-4f24-4e5a-acd4-29cb2dbe01d7", "type": "lvl3", - "url": "/docs/components/link#usage-with-nextjs", + "url": "/docs/components/link#routing", "hierarchy": { "lvl1": "Link", "lvl2": "Polymorphic Component", - "lvl3": "Usage with Next.js" + "lvl3": "Routing" } }, { "content": "Custom Implementation", - "objectID": "fc7f01b4-7897-4ed4-9f3d-e915c0c4eac7", + "objectID": "9dd0ceca-0c7e-4b98-a3bb-d052569c85e3", "type": "lvl3", "url": "/docs/components/link#custom-implementation", "hierarchy": { "lvl1": "Link", - "lvl2": "Usage with Next.js", + "lvl2": "Routing", "lvl3": "Custom Implementation" } }, { "content": "Data Attributes", - "objectID": "7f8d6a2f-53cf-4fd1-8262-72e4089d255e", + "objectID": "24872f64-cc6d-462f-bb33-af09f16339ce", "type": "lvl2", "url": "/docs/components/link#data-attributes", "hierarchy": { "lvl1": "Link", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "844c4028-a414-48df-b979-9689f6064200", + "objectID": "e889000e-c7b5-4d20-a1d1-fe3ab74fe627", "type": "lvl2", "url": "/docs/components/link#accessibility", "hierarchy": { "lvl1": "Link", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "30b2722c-5228-41e6-bee1-adc588dcb3c6", + "objectID": "b46a5415-b97f-429c-bbd4-fdffa6825963", "type": "lvl2", "url": "/docs/components/link#api", "hierarchy": { "lvl1": "Link", "lvl2": "API", "lvl3": null } }, { "content": "Link Props", - "objectID": "eae25512-ea4e-40d1-ad61-9e8fd6271d7e", + "objectID": "0a1bcf23-9acc-4ac5-900c-4bb020faf8aa", "type": "lvl3", "url": "/docs/components/link#link-props", "hierarchy": { "lvl1": "Link", "lvl2": "API", "lvl3": "Link Props" } }, { "content": "Link Events", - "objectID": "dfdce5b6-dbdb-4e81-bf91-a4382e316e7a", + "objectID": "7b42fd2f-bf04-4d4f-9130-180665334fba", "type": "lvl3", "url": "/docs/components/link#link-events", "hierarchy": { "lvl1": "Link", "lvl2": "Link Props", "lvl3": "Link Events" } }, { "content": "Listbox", - "objectID": "97061a98-2ee5-46db-acbe-9a99335194df", + "objectID": "b75f4e11-6f42-47ac-a873-685c6dcaadd7", "type": "lvl1", "url": "/docs/components/listbox", "hierarchy": { "lvl1": "Listbox" } }, { "content": "Import", - "objectID": "7f2f21d6-34c1-43ae-af62-981f44a5d7ce", + "objectID": "fe5d7146-d65e-49f1-a120-23b9682bf13b", "type": "lvl2", "url": "/docs/components/listbox#import", "hierarchy": { "lvl1": "Listbox", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "27444fe2-9e9a-4ce4-85d9-6c2068844819", + "objectID": "a762e916-611f-4bc9-8add-6e8c7367acbe", "type": "lvl2", "url": "/docs/components/listbox#usage", "hierarchy": { "lvl1": "Listbox", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "590cb33d-ed33-431f-b57a-bf948437683e", + "objectID": "f574043d-f88c-4f31-b3d8-3fb1f65faf64", "type": "lvl3", "url": "/docs/components/listbox#dynamic-items", "hierarchy": { "lvl1": "Listbox", "lvl2": "Usage", "lvl3": "Dynamic items" } }, { "content": "Disabled Keys", - "objectID": "0bcb7bc3-ca92-42eb-a88d-bf71d6cc3982", + "objectID": "8ea94073-0741-4cb8-84fb-929e55bfb866", "type": "lvl3", "url": "/docs/components/listbox#disabled-keys", "hierarchy": { @@ -2491,7 +2777,7 @@ }, { "content": "Variants", - "objectID": "c363baf4-f4ec-45b9-9bca-30c3151cad60", + "objectID": "27f90aa3-b48e-425d-8544-c9ce462899cb", "type": "lvl3", "url": "/docs/components/listbox#variants", "hierarchy": { @@ -2502,7 +2788,7 @@ }, { "content": "Single Selection", - "objectID": "8b390415-42bd-4c9f-b2c7-5feb0edf66b8", + "objectID": "eb8123d8-50ea-48e5-8ff2-1d80171edbde", "type": "lvl3", "url": "/docs/components/listbox#single-selection", "hierarchy": { @@ -2513,7 +2799,7 @@ }, { "content": "Multiple Selection", - "objectID": "480f212f-ca1f-4d83-8457-f0537f5a72a0", + "objectID": "20359d94-175e-4f6d-9818-0aa4ef2ec58a", "type": "lvl3", "url": "/docs/components/listbox#multiple-selection", "hierarchy": { @@ -2524,7 +2810,7 @@ }, { "content": "With Icons", - "objectID": "d5d58431-d26c-4fe8-8097-7af86f609ea8", + "objectID": "9b5ec08a-373d-4649-aa2b-9a727ca8fff4", "type": "lvl3", "url": "/docs/components/listbox#with-icons", "hierarchy": { @@ -2535,7 +2821,7 @@ }, { "content": "With Description", - "objectID": "897cd996-b415-488e-9f3c-837ab114c867", + "objectID": "2f685020-5f47-49d5-865a-ea73913e8baa", "type": "lvl3", "url": "/docs/components/listbox#with-description", "hierarchy": { @@ -2546,7 +2832,7 @@ }, { "content": "With Sections", - "objectID": "cb3c73a8-9f85-4704-89f5-0d9d090a60dc", + "objectID": "7bfcea9a-d4aa-4ab1-a8de-9a48371e1d56", "type": "lvl3", "url": "/docs/components/listbox#with-sections", "hierarchy": { @@ -2555,23 +2841,34 @@ "lvl3": "With Sections" } }, + { + "content": "Routing", + "objectID": "f3f24001-f815-4ae1-af30-c7fe1c256426", + "type": "lvl3", + "url": "/docs/components/listbox#routing", + "hierarchy": { + "lvl1": "Listbox", + "lvl2": "With Sections", + "lvl3": "Routing" + } + }, { "content": "Slots", - "objectID": "e51c33dc-5f60-4bd0-bd98-baba94ab9438", + "objectID": "71ccf3bf-e5c9-41fe-8a86-d14997d67a2f", "type": "lvl2", "url": "/docs/components/listbox#slots", "hierarchy": { "lvl1": "Listbox", "lvl2": "Slots", "lvl3": null } }, { "content": "ListboxItem", - "objectID": "230dcf9f-ebfe-4bcf-a790-7c2fdc84e7b9", + "objectID": "06473047-416e-445f-ac97-7c02b77a5c89", "type": "lvl3", "url": "/docs/components/listbox#listboxitem", "hierarchy": { "lvl1": "Listbox", "lvl2": "Slots", "lvl3": "ListboxItem" } }, { "content": "ListboxSection", - "objectID": "c44de3d3-70d3-4ad3-82bd-5ffa7512d62c", + "objectID": "59623de1-5dee-4c65-823d-05224a9aeb12", "type": "lvl3", "url": "/docs/components/listbox#listboxsection", "hierarchy": { @@ -2582,7 +2879,7 @@ }, { "content": "Customizing the listbox", - "objectID": "c3e60516-a200-4e62-a726-6d54b87ad4c7", + "objectID": "637d0acf-8db8-4122-89e9-64acc7c7ad51", "type": "lvl3", "url": "/docs/components/listbox#customizing-the-listbox", "hierarchy": { @@ -2593,7 +2890,7 @@ }, { "content": "Keyboard Interactions", - "objectID": "b589b1f5-06e1-47f5-be7f-ba9ee46305a9", + "objectID": "894af78f-fa48-4cf3-9499-72c974b7ae1f", "type": "lvl3", "url": "/docs/components/listbox#keyboard-interactions", "hierarchy": { @@ -2604,35 +2901,35 @@ }, { "content": "Data Attributes", - "objectID": "f9d9c6d6-4b33-4192-b7b2-9eca7270ef08", + "objectID": "0c32660a-a7e9-4e7d-aaf8-ad37c26eb422", "type": "lvl2", "url": "/docs/components/listbox#data-attributes", "hierarchy": { "lvl1": "Listbox", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "8a228536-6b5b-41f6-9aeb-d7aff0b8ef88", + "objectID": "247bce5a-14f1-49d2-abc4-9b38fcb19857", "type": "lvl2", "url": "/docs/components/listbox#accessibility", "hierarchy": { "lvl1": "Listbox", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "6ae70a97-40b8-4f0f-a1e2-2ff2423e4fb1", + "objectID": "2deae1a5-1dde-404f-b5e2-6888fff17ad0", "type": "lvl2", "url": "/docs/components/listbox#api", "hierarchy": { "lvl1": "Listbox", "lvl2": "API", "lvl3": null } }, { "content": "Listbox Props", - "objectID": "90d820fd-97f1-4adf-bc1e-b1cec9867190", + "objectID": "729b64a7-8989-4eab-aeb1-c9e8e8f103d4", "type": "lvl3", "url": "/docs/components/listbox#listbox-props", "hierarchy": { "lvl1": "Listbox", "lvl2": "API", "lvl3": "Listbox Props" } }, { "content": "Listbox Events", - "objectID": "ce2a5fff-d9f1-4d3d-83d4-fb0731698534", + "objectID": "d79a3dc0-ff22-418c-b5b5-1247a3751e35", "type": "lvl3", "url": "/docs/components/listbox#listbox-events", "hierarchy": { @@ -2643,7 +2940,7 @@ }, { "content": "ListboxSection Props", - "objectID": "54f717e8-d318-49ce-aeac-20b56443121a", + "objectID": "90a3a5dc-f8d3-46e2-8d44-72c1d6fcc974", "type": "lvl3", "url": "/docs/components/listbox#listboxsection-props", "hierarchy": { @@ -2654,7 +2951,7 @@ }, { "content": "ListboxItem Props", - "objectID": "0f7c7dc4-8695-422c-8e10-134ae9d013a1", + "objectID": "de7984a4-2d7e-4e7c-89fd-30060b57fb43", "type": "lvl3", "url": "/docs/components/listbox#listboxitem-props", "hierarchy": { @@ -2665,7 +2962,7 @@ }, { "content": "ListboxItem Events", - "objectID": "d5754cb5-e592-4e9d-817e-8d7e3480c0a2", + "objectID": "36a8ee31-63b4-42ba-8e6c-918eb4b6fbf6", "type": "lvl3", "url": "/docs/components/listbox#listboxitem-events", "hierarchy": { @@ -2676,7 +2973,7 @@ }, { "content": "Types", - "objectID": "36e99f9b-1e6a-4da7-95b9-b8e79462cb66", + "objectID": "a04d9602-8ec8-44bd-bd0f-e7db40048118", "type": "lvl3", "url": "/docs/components/listbox#types", "hierarchy": { @@ -2687,42 +2984,42 @@ }, { "content": "Listbox Item Selected Icon Props", - "objectID": "96d05675-e609-4d01-9f4d-3402c2c0cb22", + "objectID": "66d263e1-2d63-49b7-94fa-5a3744ada399", "type": "lvl4", "url": "/docs/components/listbox#listbox-item-selected-icon-props", "hierarchy": { "lvl1": "Listbox", "lvl2": "Types", "lvl3": null } }, { "content": "Modal", - "objectID": "cedd41cd-054c-4cc4-adc4-5848b353814a", + "objectID": "b32af881-4e6e-4f9e-b9f0-8da8fa3a9a22", "type": "lvl1", "url": "/docs/components/modal", "hierarchy": { "lvl1": "Modal" } }, { "content": "Import", - "objectID": "ce75c48c-c501-4ecc-b88c-5efcee36a744", + "objectID": "305f4414-506f-4a41-bcfb-c9492d9fae73", "type": "lvl2", "url": "/docs/components/modal#import", "hierarchy": { "lvl1": "Modal", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "c43152ee-1431-4cd7-a7f0-2a4b97cfd547", + "objectID": "bcafe253-2817-49ab-b177-1462659771f1", "type": "lvl2", "url": "/docs/components/modal#usage", "hierarchy": { "lvl1": "Modal", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "984ddcc0-173f-4870-9281-ae10e7a07a66", + "objectID": "da052fc9-47cc-45fb-9aba-94b336b10c25", "type": "lvl3", "url": "/docs/components/modal#sizes", "hierarchy": { "lvl1": "Modal", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Non-dissmissable", - "objectID": "4dd89f4d-2ebf-41af-90db-5c9e5e7f9aa8", + "objectID": "127e7753-b73a-4c04-9218-dd89e94057b2", "type": "lvl3", "url": "/docs/components/modal#non-dissmissable", "hierarchy": { @@ -2733,7 +3030,7 @@ }, { "content": "Modal placement", - "objectID": "4737d4ae-0f07-4644-9df1-db7a9ac18e73", + "objectID": "001a2cf6-cc51-4ef4-a80b-bb3c7d849dce", "type": "lvl3", "url": "/docs/components/modal#modal-placement", "hierarchy": { @@ -2744,7 +3041,7 @@ }, { "content": "Overflow scroll", - "objectID": "c38df773-4709-4ac4-9274-82a61abe1456", + "objectID": "d3a63105-f5d1-458c-a176-2f16102db929", "type": "lvl3", "url": "/docs/components/modal#overflow-scroll", "hierarchy": { @@ -2755,7 +3052,7 @@ }, { "content": "With Form", - "objectID": "47d7586f-1921-4b84-930d-943defc1e445", + "objectID": "fff26d78-ede2-4533-8f5c-31e8ad95ccca", "type": "lvl3", "url": "/docs/components/modal#with-form", "hierarchy": { @@ -2766,14 +3063,14 @@ }, { "content": "Backdrop", - "objectID": "2e772b04-8c28-41d8-ba54-7815b7d57dd9", + "objectID": "3d9f47b0-15e5-4fcb-beb2-1e1f2cd766d9", "type": "lvl3", "url": "/docs/components/modal#backdrop", "hierarchy": { "lvl1": "Modal", "lvl2": "With Form", "lvl3": "Backdrop" } }, { "content": "Custom Backdrop", - "objectID": "67798ca5-ec93-4beb-997e-bf7293b5e28b", + "objectID": "7ba941dd-d0be-4693-b3b9-8f2cdc0826c1", "type": "lvl3", "url": "/docs/components/modal#custom-backdrop", "hierarchy": { @@ -2784,7 +3081,7 @@ }, { "content": "Custom Motion", - "objectID": "228bec48-506f-4c51-b255-a28835e094f4", + "objectID": "0d4f38f2-e2fd-43b9-9dfc-71525d178d75", "type": "lvl3", "url": "/docs/components/modal#custom-motion", "hierarchy": { @@ -2795,49 +3092,49 @@ }, { "content": "Slots", - "objectID": "dfb24180-9ab3-42ac-9565-f5dd6f57667b", + "objectID": "59a96765-119e-4a29-94a0-6a59c8bd6c7d", "type": "lvl2", "url": "/docs/components/modal#slots", "hierarchy": { "lvl1": "Modal", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "b383cff1-4183-411a-90b4-c2aeaaf4feac", + "objectID": "9decc8f6-1491-4b6f-bc40-dd4be179e2ee", "type": "lvl3", "url": "/docs/components/modal#custom-styles", "hierarchy": { "lvl1": "Modal", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "85d1e7ea-e710-479d-856c-f154a916d166", + "objectID": "deeb1fe1-193d-4877-88b9-b21f36bd7dbc", "type": "lvl2", "url": "/docs/components/modal#data-attributes", "hierarchy": { "lvl1": "Modal", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "e5e27376-0ef6-48c2-a8cc-a2ab2d88df46", + "objectID": "63236f84-0a15-4656-9ee5-067675c62502", "type": "lvl2", "url": "/docs/components/modal#accessibility", "hierarchy": { "lvl1": "Modal", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "8c37a58c-ecb8-4150-959a-5f5d357e3185", + "objectID": "58e82857-fa32-404d-9662-f5aada7f19c6", "type": "lvl2", "url": "/docs/components/modal#api", "hierarchy": { "lvl1": "Modal", "lvl2": "API", "lvl3": null } }, { "content": "Modal Props", - "objectID": "e3131774-2fed-41bf-a635-1458726b7b49", + "objectID": "2ae02d56-242e-4ca3-8dbf-cef4cba91f6e", "type": "lvl3", "url": "/docs/components/modal#modal-props", "hierarchy": { "lvl1": "Modal", "lvl2": "API", "lvl3": "Modal Props" } }, { "content": "Modal Events", - "objectID": "c6b19019-1036-49f8-83a4-6a51aeec52ad", + "objectID": "e0a13b2b-5e7e-4ac7-ad8e-fc8d5aba68a6", "type": "lvl3", "url": "/docs/components/modal#modal-events", "hierarchy": { @@ -2848,7 +3145,7 @@ }, { "content": "Modal types", - "objectID": "d4647f13-d7df-40c4-983e-fca06ef305e7", + "objectID": "f55cca64-b015-4124-b7cf-1936122ba643", "type": "lvl3", "url": "/docs/components/modal#modal-types", "hierarchy": { @@ -2859,42 +3156,42 @@ }, { "content": "Motion Props", - "objectID": "d7c0921a-b1f8-4a08-b83a-10c2ecff7816", + "objectID": "3d6ad362-95a6-4a27-804a-97fd55f334fa", "type": "lvl4", "url": "/docs/components/modal#motion-props", "hierarchy": { "lvl1": "Modal", "lvl2": "Modal types", "lvl3": null } }, { "content": "Navbar", - "objectID": "8ab28ee5-07e7-41cb-9c92-595681dee3d8", + "objectID": "d8f09fda-3b36-4133-95e3-2674284a5898", "type": "lvl1", "url": "/docs/components/navbar", "hierarchy": { "lvl1": "Navbar" } }, { "content": "Import", - "objectID": "9c145f7c-636b-4970-b165-64a7fd284136", + "objectID": "74cede76-cf21-486e-bb22-b99283cc957b", "type": "lvl2", "url": "/docs/components/navbar#import", "hierarchy": { "lvl1": "Navbar", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "6bc1b66c-0653-490c-aae3-53b0b2ead6e7", + "objectID": "8bcda452-1173-40df-9c70-45d6ec6ce3c0", "type": "lvl2", "url": "/docs/components/navbar#usage", "hierarchy": { "lvl1": "Navbar", "lvl2": "Usage", "lvl3": null } }, { "content": "Static", - "objectID": "c6fb039e-7b4e-4932-911c-f0b4c1496061", + "objectID": "579a4e3f-c4ed-4f81-8013-649105202eab", "type": "lvl3", "url": "/docs/components/navbar#static", "hierarchy": { "lvl1": "Navbar", "lvl2": "Usage", "lvl3": "Static" } }, { "content": "Hide on scroll", - "objectID": "4444c479-2aae-42f1-8691-891111829568", + "objectID": "ad18a8bf-e73f-4689-81c5-3af00687773d", "type": "lvl3", "url": "/docs/components/navbar#hide-on-scroll", "hierarchy": { @@ -2905,7 +3202,7 @@ }, { "content": "With Menu", - "objectID": "a6eb8b6d-5983-434b-9186-ae934739bb83", + "objectID": "186bc21d-5224-4637-9742-58cdcb50f9e6", "type": "lvl3", "url": "/docs/components/navbar#with-menu", "hierarchy": { @@ -2916,7 +3213,7 @@ }, { "content": "Controlled Menu", - "objectID": "1aa91baa-1f30-48f7-81cd-fa368ac1541e", + "objectID": "22438a91-2073-4198-bc72-6db26ad68beb", "type": "lvl3", "url": "/docs/components/navbar#controlled-menu", "hierarchy": { @@ -2927,7 +3224,7 @@ }, { "content": "With Border", - "objectID": "3a0861c4-81ea-4baf-94b1-f7208fa7ba94", + "objectID": "ff764d8d-0170-4f6d-8040-d542f9c5a6b0", "type": "lvl3", "url": "/docs/components/navbar#with-border", "hierarchy": { @@ -2938,7 +3235,7 @@ }, { "content": "Disabling Blur", - "objectID": "9a0a783e-2e25-42d9-89c2-4afb83aa81ce", + "objectID": "d668d8cb-7e07-4bc1-87f9-198cebed8bc8", "type": "lvl3", "url": "/docs/components/navbar#disabling-blur", "hierarchy": { @@ -2949,7 +3246,7 @@ }, { "content": "With Dropdown Menu", - "objectID": "0583e338-0660-49e0-8411-3929d386fa82", + "objectID": "467eb53a-e101-47c1-bed4-25bc83d269e6", "type": "lvl3", "url": "/docs/components/navbar#with-dropdown-menu", "hierarchy": { @@ -2960,7 +3257,7 @@ }, { "content": "With Avatar", - "objectID": "0cd3058c-1c79-4ee3-9219-47f4f2acf0ef", + "objectID": "f7573bb5-3b34-408a-aec4-190c93473cae", "type": "lvl3", "url": "/docs/components/navbar#with-avatar", "hierarchy": { @@ -2971,7 +3268,7 @@ }, { "content": "With Search Input", - "objectID": "2505588b-676f-4d5b-b276-b063a3d5df08", + "objectID": "33548458-8b58-4ece-815d-de70357bdd3d", "type": "lvl3", "url": "/docs/components/navbar#with-search-input", "hierarchy": { @@ -2982,7 +3279,7 @@ }, { "content": "Customizing the active item", - "objectID": "d9ee66b8-237d-43a4-8ad2-1f1b05aedbb0", + "objectID": "c5338d91-da5d-4bbb-9393-2111d8094875", "type": "lvl3", "url": "/docs/components/navbar#customizing-the-active-item", "hierarchy": { @@ -2993,35 +3290,35 @@ }, { "content": "Slots", - "objectID": "d9950a71-09d0-4c68-b8a8-1ddee69bcc2a", + "objectID": "1f7a75fe-3eea-452b-a159-ff4f0e573699", "type": "lvl2", "url": "/docs/components/navbar#slots", "hierarchy": { "lvl1": "Navbar", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "9a92292b-219e-4537-8314-41d81b58527e", + "objectID": "81e3c21a-677d-4793-be03-2bdcff950b44", "type": "lvl2", "url": "/docs/components/navbar#data-attributes", "hierarchy": { "lvl1": "Navbar", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "06ca5bdd-73e2-4de8-9b93-866fe4b7335a", + "objectID": "ec1179ea-85c9-4ce9-9be0-6f91b91fe27b", "type": "lvl2", "url": "/docs/components/navbar#api", "hierarchy": { "lvl1": "Navbar", "lvl2": "API", "lvl3": null } }, { "content": "Navbar Props", - "objectID": "c726beb9-2080-4e6a-aeda-e87864e2c1be", + "objectID": "b98e289d-ef29-41f7-946e-9fa64450a678", "type": "lvl3", "url": "/docs/components/navbar#navbar-props", "hierarchy": { "lvl1": "Navbar", "lvl2": "API", "lvl3": "Navbar Props" } }, { "content": "Navbar Events", - "objectID": "caa0753f-7f2c-4c83-b109-507d8d64897a", + "objectID": "b9cb4079-c188-4f7c-b7f1-fddce1df98ad", "type": "lvl3", "url": "/docs/components/navbar#navbar-events", "hierarchy": { @@ -3032,7 +3329,7 @@ }, { "content": "NavbarContent Props", - "objectID": "ba76ebe0-78b0-4beb-818c-a26a15c75c49", + "objectID": "3a1d508c-1a56-4b0a-9ca6-22d0bb40d121", "type": "lvl3", "url": "/docs/components/navbar#navbarcontent-props", "hierarchy": { @@ -3043,7 +3340,7 @@ }, { "content": "NavbarItem Props", - "objectID": "1c2ea7e3-9b16-48b5-b034-31e54eb20493", + "objectID": "838d1369-fa72-4d85-9732-673550b16c8d", "type": "lvl3", "url": "/docs/components/navbar#navbaritem-props", "hierarchy": { @@ -3054,7 +3351,7 @@ }, { "content": "NavbarMenuToggle Props", - "objectID": "c1a8cd15-889c-4bf4-be6f-34cd191e20fb", + "objectID": "26791a23-6d61-4461-addb-574e725267e0", "type": "lvl3", "url": "/docs/components/navbar#navbarmenutoggle-props", "hierarchy": { @@ -3065,7 +3362,7 @@ }, { "content": "NavbarMenuToggle Events", - "objectID": "68d86198-c7c1-4551-88e2-f6789ebe82ff", + "objectID": "96fe940c-2e47-4092-87cc-a839c1946124", "type": "lvl3", "url": "/docs/components/navbar#navbarmenutoggle-events", "hierarchy": { @@ -3076,7 +3373,7 @@ }, { "content": "NavbarMenu Props", - "objectID": "308f8d25-681f-4d85-bf80-7d6fcd4dd33c", + "objectID": "72dc71dd-58f9-41f2-9831-f03f8144a561", "type": "lvl3", "url": "/docs/components/navbar#navbarmenu-props", "hierarchy": { @@ -3087,7 +3384,7 @@ }, { "content": "Navbar types", - "objectID": "b6cefb34-e743-44ac-b359-64e3f9acb345", + "objectID": "f1c125c7-0507-4dae-801b-142704bf80ba", "type": "lvl3", "url": "/docs/components/navbar#navbar-types", "hierarchy": { @@ -3098,63 +3395,63 @@ }, { "content": "Motion Props", - "objectID": "b2723213-ace8-48fd-a965-8b326055e4f1", + "objectID": "dc427b8f-926d-4047-988f-cc2a75c97c8c", "type": "lvl4", "url": "/docs/components/navbar#motion-props", "hierarchy": { "lvl1": "Navbar", "lvl2": "Navbar types", "lvl3": null } }, { "content": "Pagination", - "objectID": "32b2660c-1344-47ec-9714-4fa3c6e925d7", + "objectID": "2fa00182-6a6d-431a-9960-cc1a6e86de6a", "type": "lvl1", "url": "/docs/components/pagination", "hierarchy": { "lvl1": "Pagination" } }, { "content": "Import", - "objectID": "69617ab6-7aec-4885-878b-f24f68e09793", + "objectID": "0d093ece-6589-4f8c-9879-22c19de23976", "type": "lvl2", "url": "/docs/components/pagination#import", "hierarchy": { "lvl1": "Pagination", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "5452d2f8-cfe8-4c4e-b193-095efb2e08c4", + "objectID": "d1021411-06e5-4d3f-ac20-f8cee47f2ff9", "type": "lvl2", "url": "/docs/components/pagination#usage", "hierarchy": { "lvl1": "Pagination", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "5169a8ca-64d6-4cb1-9119-ea9f5349b2de", + "objectID": "0142e55d-9ae3-4551-9fb6-2d22439254e1", "type": "lvl3", "url": "/docs/components/pagination#disabled", "hierarchy": { "lvl1": "Pagination", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "32806a40-7524-4080-bee3-9721b3bb598b", + "objectID": "6d48752b-12bc-40f6-bbf6-08b5518055a0", "type": "lvl3", "url": "/docs/components/pagination#sizes", "hierarchy": { "lvl1": "Pagination", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "15542ab3-5ac9-4be5-b82f-2b9237849113", + "objectID": "81fedfcc-04cd-43f0-884a-54d927323d11", "type": "lvl3", "url": "/docs/components/pagination#colors", "hierarchy": { "lvl1": "Pagination", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "ba23d008-e527-48c8-8ba7-f682984914bb", + "objectID": "6716f059-418b-45dc-bee2-42a96eccde2a", "type": "lvl3", "url": "/docs/components/pagination#variants", "hierarchy": { "lvl1": "Pagination", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "With Controls", - "objectID": "67848027-8e75-4796-a091-63ff4f577133", + "objectID": "42267327-1f52-4b7c-b406-bc182d0fd7b8", "type": "lvl3", "url": "/docs/components/pagination#with-controls", "hierarchy": { @@ -3165,7 +3462,7 @@ }, { "content": "Pagination Loop", - "objectID": "35e4ade9-1096-4a34-b91c-8c50e564f465", + "objectID": "2f284b7d-ff26-418b-bec4-053acc57f372", "type": "lvl3", "url": "/docs/components/pagination#pagination-loop", "hierarchy": { @@ -3176,7 +3473,7 @@ }, { "content": "Changing the initial page", - "objectID": "09d388d6-0d07-44f0-a8ab-445b335596ca", + "objectID": "e44eb21e-fe8e-4fe3-9d97-492f7a57e6ca", "type": "lvl3", "url": "/docs/components/pagination#changing-the-initial-page", "hierarchy": { @@ -3187,7 +3484,7 @@ }, { "content": "Compact Pagination", - "objectID": "6d8176f8-b621-4f37-9c66-86410700e20d", + "objectID": "3b10b1f6-572c-4308-9d24-9ebb721d65bc", "type": "lvl3", "url": "/docs/components/pagination#compact-pagination", "hierarchy": { @@ -3198,7 +3495,7 @@ }, { "content": "With Shadow", - "objectID": "06588314-30ee-4d3e-a775-8249b994698d", + "objectID": "4f607c9a-5b9b-4288-a285-9d0911b66944", "type": "lvl3", "url": "/docs/components/pagination#with-shadow", "hierarchy": { @@ -3209,7 +3506,7 @@ }, { "content": "Controlled", - "objectID": "7f078efd-f639-4c30-9e39-50d42926b370", + "objectID": "2805935d-ae25-4f87-b675-c6a5450d0289", "type": "lvl3", "url": "/docs/components/pagination#controlled", "hierarchy": { @@ -3220,7 +3517,7 @@ }, { "content": "Siblings", - "objectID": "90fbd161-e59f-43dd-b852-d78cddb9b5cf", + "objectID": "28fa48db-afa3-46e1-ae4c-93ba786ba39d", "type": "lvl3", "url": "/docs/components/pagination#siblings", "hierarchy": { @@ -3231,7 +3528,7 @@ }, { "content": "Boundaries", - "objectID": "2ce1c685-aae4-4b32-9728-485afd017ea6", + "objectID": "34013e2d-a516-4b16-abda-2068f50bebd4", "type": "lvl3", "url": "/docs/components/pagination#boundaries", "hierarchy": { @@ -3242,7 +3539,7 @@ }, { "content": "Custom items", - "objectID": "f204a14b-83f2-4abd-83ab-84230d801af4", + "objectID": "8c0d0ed7-1fd9-4c40-be57-0b116e23d3ec", "type": "lvl3", "url": "/docs/components/pagination#custom-items", "hierarchy": { @@ -3253,14 +3550,14 @@ }, { "content": "Slots", - "objectID": "aa0382b3-5294-4027-bfd6-7a39256e72c8", + "objectID": "b8dd532f-55a8-42ef-bca2-dd6d518ff10a", "type": "lvl2", "url": "/docs/components/pagination#slots", "hierarchy": { "lvl1": "Pagination", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "61cbc258-b36a-4bb8-b6c7-a7e1c0f34fb3", + "objectID": "b1e464a5-4fd2-463b-89eb-69269e3f5396", "type": "lvl3", "url": "/docs/components/pagination#custom-styles", "hierarchy": { @@ -3271,7 +3568,7 @@ }, { "content": "Custom Implementation", - "objectID": "ceb95c6c-612e-4f2f-9a32-0884c0f7ebd1", + "objectID": "50763f45-a310-41ad-b949-27cce144010d", "type": "lvl3", "url": "/docs/components/pagination#custom-implementation", "hierarchy": { @@ -3282,7 +3579,7 @@ }, { "content": "Data Attributes", - "objectID": "1df952b2-c98f-4c82-8342-6f01f84f05f7", + "objectID": "27f8389a-c4b0-458b-aa2a-92adac95b0c7", "type": "lvl2", "url": "/docs/components/pagination#data-attributes", "hierarchy": { @@ -3293,21 +3590,21 @@ }, { "content": "Accessibility", - "objectID": "eb6b4cba-451e-4568-85c5-bc0cb1fbcab5", + "objectID": "70a408b4-f27e-4214-ba39-215d4409f59f", "type": "lvl2", "url": "/docs/components/pagination#accessibility", "hierarchy": { "lvl1": "Pagination", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "2efa0f66-14d8-4303-8692-d290f28616f9", + "objectID": "d17a098e-65c2-42e3-8c92-daba6982d977", "type": "lvl2", "url": "/docs/components/pagination#api", "hierarchy": { "lvl1": "Pagination", "lvl2": "API", "lvl3": null } }, { "content": "Pagination Props", - "objectID": "406099f9-1fe0-42b3-8430-984b5b847c00", + "objectID": "8e8bcd8f-acf1-4ca6-9ef8-b48f86754c18", "type": "lvl3", "url": "/docs/components/pagination#pagination-props", "hierarchy": { @@ -3318,7 +3615,7 @@ }, { "content": "Pagination Events", - "objectID": "057ab221-e3ba-4f5b-beb6-be67b3328537", + "objectID": "8c9ce8cb-f72a-42da-a7e7-d0850aeacf7b", "type": "lvl3", "url": "/docs/components/pagination#pagination-events", "hierarchy": { @@ -3329,7 +3626,7 @@ }, { "content": "Types", - "objectID": "05005668-9c99-431d-b91e-3453a9bf65b9", + "objectID": "d7f54db9-924c-4ff3-9f32-5c30f1d7b93c", "type": "lvl3", "url": "/docs/components/pagination#types", "hierarchy": { @@ -3340,70 +3637,70 @@ }, { "content": "Pagination Item Props", - "objectID": "d8fb02b4-361e-43ad-b3fb-6a2e4088422e", + "objectID": "29650dc2-5043-4620-b4d8-476a0f6281b4", "type": "lvl4", "url": "/docs/components/pagination#pagination-item-props", "hierarchy": { "lvl1": "Pagination", "lvl2": "Types", "lvl3": null } }, { "content": "Popover", - "objectID": "7df20298-25fa-4b1e-aca0-46a8ae6822f8", + "objectID": "e8d9a227-9ea4-40e9-a4cc-3b8b4860a2dc", "type": "lvl1", "url": "/docs/components/popover", "hierarchy": { "lvl1": "Popover" } }, { "content": "Import", - "objectID": "c97b67a0-6ad0-4575-a8c3-c75e1030bb8c", + "objectID": "939030bb-3638-4b7d-a089-3b606e0edf9e", "type": "lvl2", "url": "/docs/components/popover#import", "hierarchy": { "lvl1": "Popover", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "8c3c9821-1628-4697-97a9-6ac9488d767d", + "objectID": "0135c0f8-04fd-4416-bcfe-b872329beda1", "type": "lvl2", "url": "/docs/components/popover#usage", "hierarchy": { "lvl1": "Popover", "lvl2": "Usage", "lvl3": null } }, { "content": "With Arrow", - "objectID": "c8402cc8-fe60-4c62-ac5d-d87cf0ca8f15", + "objectID": "aa86b59d-b045-4925-83ec-c540bad02e15", "type": "lvl3", "url": "/docs/components/popover#with-arrow", "hierarchy": { "lvl1": "Popover", "lvl2": "Usage", "lvl3": "With Arrow" } }, { "content": "Colors", - "objectID": "8fe15cb9-7511-471c-8f6e-b3af08a51cff", + "objectID": "422c6842-e101-416a-92de-e69116d00e78", "type": "lvl3", "url": "/docs/components/popover#colors", "hierarchy": { "lvl1": "Popover", "lvl2": "With Arrow", "lvl3": "Colors" } }, { "content": "Placements", - "objectID": "84154394-2f7a-4ba6-bde7-c0d818c57520", + "objectID": "5fdd4f79-7a39-4bbb-9d96-7b56709ab770", "type": "lvl3", "url": "/docs/components/popover#placements", "hierarchy": { "lvl1": "Popover", "lvl2": "Colors", "lvl3": "Placements" } }, { "content": "Offset", - "objectID": "ff542b8a-2b27-4712-92eb-0db22d2cff9e", + "objectID": "4db89682-2494-4a35-b431-aade5a85fddf", "type": "lvl3", "url": "/docs/components/popover#offset", "hierarchy": { "lvl1": "Popover", "lvl2": "Placements", "lvl3": "Offset" } }, { "content": "Controlled", - "objectID": "ac98f39b-0cd7-40f5-a3b3-fb28f8ec5fbb", + "objectID": "7128bb1f-6b79-409b-8a96-cc20824ae38d", "type": "lvl3", "url": "/docs/components/popover#controlled", "hierarchy": { "lvl1": "Popover", "lvl2": "Offset", "lvl3": "Controlled" } }, { "content": "Title Props", - "objectID": "4b4e0d80-59d5-4ffa-abe4-288dd30e2c87", + "objectID": "d803dd9c-dd7a-424f-9394-c122e69e15dc", "type": "lvl3", "url": "/docs/components/popover#title-props", "hierarchy": { @@ -3414,7 +3711,7 @@ }, { "content": "With Form", - "objectID": "96d75cbc-b850-43e2-8939-f0519e28ef39", + "objectID": "b754abb8-a270-4698-af2e-c9d72b824dbf", "type": "lvl3", "url": "/docs/components/popover#with-form", "hierarchy": { @@ -3425,14 +3722,14 @@ }, { "content": "Backdrop", - "objectID": "cbc5e30a-4232-44f4-9514-5ba8e58fc0d6", + "objectID": "9be19643-4713-4edf-baf7-4ef2f85e0a79", "type": "lvl3", "url": "/docs/components/popover#backdrop", "hierarchy": { "lvl1": "Popover", "lvl2": "With Form", "lvl3": "Backdrop" } }, { "content": "Custom Motion", - "objectID": "9650f732-e4f0-4815-8745-bc2c68489112", + "objectID": "207ebf24-3bf1-426d-83ad-cace90ef31a2", "type": "lvl3", "url": "/docs/components/popover#custom-motion", "hierarchy": { @@ -3443,7 +3740,7 @@ }, { "content": "Custom Trigger", - "objectID": "9ed08f1d-e592-4909-b30b-271412fb438d", + "objectID": "9d38c06a-d080-405f-8fae-83c97268ad76", "type": "lvl3", "url": "/docs/components/popover#custom-trigger", "hierarchy": { @@ -3454,49 +3751,49 @@ }, { "content": "Slots", - "objectID": "05256f4c-0842-4eee-954c-677d85310795", + "objectID": "49cf4377-70a3-412b-b49a-9a8036617c48", "type": "lvl2", "url": "/docs/components/popover#slots", "hierarchy": { "lvl1": "Popover", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "7dab631a-3be6-4c57-bb9b-1e971d559489", + "objectID": "6fc5a356-628d-4ac4-8e65-2334c9ebc72c", "type": "lvl3", "url": "/docs/components/popover#custom-styles", "hierarchy": { "lvl1": "Popover", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "a4e3a71c-5ab7-4121-96b5-9a57d4f1d4d1", + "objectID": "1a30714f-189a-4947-863d-8ab3a0aa7b15", "type": "lvl2", "url": "/docs/components/popover#data-attributes", "hierarchy": { "lvl1": "Popover", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "2016f262-8c64-4a60-8b33-a49ad8aeba13", + "objectID": "4d990629-659d-415e-a852-27259221fea5", "type": "lvl2", "url": "/docs/components/popover#accessibility", "hierarchy": { "lvl1": "Popover", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "cf922d18-05bf-4f11-8b9b-04e4cb4143b3", + "objectID": "5dd6f157-399d-4a17-88b2-6f9a49357c14", "type": "lvl2", "url": "/docs/components/popover#api", "hierarchy": { "lvl1": "Popover", "lvl2": "API", "lvl3": null } }, { "content": "Popover Props", - "objectID": "9a717b29-182b-4d19-b5a3-8fa39c8ccbd3", + "objectID": "0f0e862a-f144-4e87-9ebd-04224017bc81", "type": "lvl3", "url": "/docs/components/popover#popover-props", "hierarchy": { "lvl1": "Popover", "lvl2": "API", "lvl3": "Popover Props" } }, { "content": "Popover Events", - "objectID": "5778c0be-d76c-4288-b81e-141ffb991425", + "objectID": "03d9c835-d04e-4aed-92f9-3b0a9545e9a1", "type": "lvl3", "url": "/docs/components/popover#popover-events", "hierarchy": { @@ -3507,7 +3804,7 @@ }, { "content": "PopoverTrigger Props", - "objectID": "9464da59-9b38-4bd6-9feb-8091a3aa1916", + "objectID": "bf98d572-3466-4ef9-bcc3-98e8ef877647", "type": "lvl3", "url": "/docs/components/popover#popovertrigger-props", "hierarchy": { @@ -3518,7 +3815,7 @@ }, { "content": "PopoverContent Props", - "objectID": "11888a52-99ec-4453-8649-eaa4cbc1a992", + "objectID": "595e8b7d-da4a-454e-a55c-1f9db4d87da0", "type": "lvl3", "url": "/docs/components/popover#popovercontent-props", "hierarchy": { @@ -3529,7 +3826,7 @@ }, { "content": "Popover types", - "objectID": "fefe529c-18b9-4103-a167-aaf3bfa2b135", + "objectID": "8c542f43-e8ed-42c5-9463-dbbdc60bf8ed", "type": "lvl3", "url": "/docs/components/popover#popover-types", "hierarchy": { @@ -3540,14 +3837,14 @@ }, { "content": "Popover Placement", - "objectID": "f673a94e-a715-4c70-b80e-4c6207d5e711", + "objectID": "f1f1ddb6-b18a-4512-a951-cbeff748c6f0", "type": "lvl4", "url": "/docs/components/popover#popover-placement", "hierarchy": { "lvl1": "Popover", "lvl2": "Popover types", "lvl3": null } }, { "content": "Motion Props", - "objectID": "68f588d3-f4cc-44ff-a498-4c68f638a5d2", + "objectID": "30751d68-0d2a-4075-924a-783567bcb035", "type": "lvl4", "url": "/docs/components/popover#motion-props", "hierarchy": { @@ -3558,42 +3855,42 @@ }, { "content": "Progress", - "objectID": "452aea4f-958d-4099-a7db-85eebfd9fe86", + "objectID": "165da4a6-34ca-4638-803e-80bb1b593bee", "type": "lvl1", "url": "/docs/components/progress", "hierarchy": { "lvl1": "Progress" } }, { "content": "Import", - "objectID": "000b74ab-34cf-44cb-bb71-1f122c8b698e", + "objectID": "5fd72e04-8060-498c-9a49-08de9d067807", "type": "lvl2", "url": "/docs/components/progress#import", "hierarchy": { "lvl1": "Progress", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "2217d679-f2cf-4678-9de0-a43028d04f2d", + "objectID": "37292d23-88ee-4ad1-b4a7-ce05ebed3610", "type": "lvl2", "url": "/docs/components/progress#usage", "hierarchy": { "lvl1": "Progress", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "5afc0d69-95bb-4d3f-895a-1b187df3c135", + "objectID": "7950d569-f326-42b5-9002-ea7eadfdd293", "type": "lvl3", "url": "/docs/components/progress#sizes", "hierarchy": { "lvl1": "Progress", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "36805612-1c0c-4bae-a1fd-f9856d52b25a", + "objectID": "64f78514-ef9d-4557-a19d-0f2e28e9a8a8", "type": "lvl3", "url": "/docs/components/progress#colors", "hierarchy": { "lvl1": "Progress", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Indeterminate", - "objectID": "651e4858-a285-4224-91f3-ed83fb7cf41f", + "objectID": "01b8f07b-d64c-4e6c-a92d-928e86edd961", "type": "lvl3", "url": "/docs/components/progress#indeterminate", "hierarchy": { @@ -3604,7 +3901,7 @@ }, { "content": "Striped", - "objectID": "7202b7c5-fa6b-4c34-8aae-4eb7e72eb1ef", + "objectID": "180929d1-ce86-43e7-be8d-133e0c5199a9", "type": "lvl3", "url": "/docs/components/progress#striped", "hierarchy": { @@ -3615,14 +3912,14 @@ }, { "content": "With Label", - "objectID": "8ed2cbd5-b945-44d5-a7b5-a95f57f6852b", + "objectID": "86742ea8-1579-4915-b8de-4da465ada923", "type": "lvl3", "url": "/docs/components/progress#with-label", "hierarchy": { "lvl1": "Progress", "lvl2": "Striped", "lvl3": "With Label" } }, { "content": "With Value", - "objectID": "562498eb-fa54-4386-be26-c5093a59cd6f", + "objectID": "4f78bb3a-b184-45bd-ac50-19638b3d9888", "type": "lvl3", "url": "/docs/components/progress#with-value", "hierarchy": { @@ -3633,7 +3930,7 @@ }, { "content": "Value Formatting", - "objectID": "200a71f0-369e-4474-88e1-c0003e50094e", + "objectID": "6d18d582-b4e8-4f76-8a64-ee9c8e44ec41", "type": "lvl3", "url": "/docs/components/progress#value-formatting", "hierarchy": { @@ -3644,14 +3941,14 @@ }, { "content": "Slots", - "objectID": "9c227213-db64-4cf1-9fb9-866d15ebe35f", + "objectID": "76e3431a-ceb4-4c7b-98c3-cd850dbb8d10", "type": "lvl2", "url": "/docs/components/progress#slots", "hierarchy": { "lvl1": "Progress", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "1c2d4699-836f-4dab-84b8-8dfeaece37d1", + "objectID": "a74f0d5a-db40-4a70-a7a9-e801da1edd32", "type": "lvl3", "url": "/docs/components/progress#custom-styles", "hierarchy": { @@ -3662,74 +3959,70 @@ }, { "content": "Data Attributes", - "objectID": "58c230c8-3a6c-4d4b-a1a5-aefd66b3769a", + "objectID": "65e241cd-3a3a-40c4-8a8b-a05533264ea7", "type": "lvl2", "url": "/docs/components/progress#data-attributes", "hierarchy": { "lvl1": "Progress", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "2d14d5bb-b15b-4088-88bd-ded99af516c3", + "objectID": "35524b4b-86fa-4164-aeea-d94e127e8fa3", "type": "lvl2", "url": "/docs/components/progress#accessibility", "hierarchy": { "lvl1": "Progress", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "7e109ea1-9562-4541-8f3b-ac81820ff030", + "objectID": "e5727ae2-ae1e-4f1e-b0c7-42f80df067bf", "type": "lvl2", "url": "/docs/components/progress#api", "hierarchy": { "lvl1": "Progress", "lvl2": "API", "lvl3": null } }, { - "content": "Circular Progress Props", - "objectID": "3a2520b3-4728-45a0-90d2-ee2792372430", + "content": "Progress Props", + "objectID": "82c6170f-5274-4c5f-88e0-45ea68328b82", "type": "lvl3", - "url": "/docs/components/progress#circular-progress-props", - "hierarchy": { - "lvl1": "Progress", - "lvl2": "API", - "lvl3": "Circular Progress Props" - } + "url": "/docs/components/progress#progress-props", + "hierarchy": { "lvl1": "Progress", "lvl2": "API", "lvl3": "Progress Props" } }, { "content": "Radio", - "objectID": "f5abb861-20e5-42f4-b396-75ebf8032d1a", + "objectID": "340f5876-cf96-49b7-8981-17a3979c3990", "type": "lvl1", "url": "/docs/components/radio-group", "hierarchy": { "lvl1": "Radio" } }, { "content": "Radio group", - "objectID": "fe15cd40-cf9b-405c-a430-706b99eb2bac", + "objectID": "593a72db-51bc-44e3-bd14-0b9166e29329", "type": "lvl1", "url": "/docs/components/radio-group#radio-group", "hierarchy": { "lvl1": "Radio", "lvl2": null, "lvl3": null } }, { "content": "Import", - "objectID": "a2b250d5-f537-46f6-806d-5d283cd7b114", + "objectID": "67c8d0d3-597f-4e41-b93b-f4914ce2f67d", "type": "lvl2", "url": "/docs/components/radio-group#import", "hierarchy": { "lvl1": "Radio", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7ac2cba0-5067-40c8-bf05-af64d6893d31", + "objectID": "3bbd7f65-29b5-42b0-8988-c64c0e50c642", "type": "lvl2", "url": "/docs/components/radio-group#usage", "hierarchy": { "lvl1": "Radio", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "c668ded7-c5f8-4cab-b590-f8e7b7871fc2", + "objectID": "878ea915-a932-478f-9147-99388f2059ce", "type": "lvl3", "url": "/docs/components/radio-group#disabled", "hierarchy": { "lvl1": "Radio", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Default Value", - "objectID": "5c9277dc-92fa-4c93-99e1-0ff831240cca", + "objectID": "8d6218a0-ea39-4406-a7a7-0e1f976ddc06", "type": "lvl3", "url": "/docs/components/radio-group#default-value", "hierarchy": { @@ -3740,7 +4033,7 @@ }, { "content": "With Description", - "objectID": "3e26c2bb-7db6-41a3-845c-c03a76f110e9", + "objectID": "bf69bd0a-3b48-45f4-a577-357b862813c1", "type": "lvl3", "url": "/docs/components/radio-group#with-description", "hierarchy": { @@ -3751,7 +4044,7 @@ }, { "content": "Horizontal", - "objectID": "7f9ebdea-ab46-4e48-999c-8e4fae1ad448", + "objectID": "3333fd04-a058-4227-8df9-874fa39bc697", "type": "lvl3", "url": "/docs/components/radio-group#horizontal", "hierarchy": { @@ -3762,28 +4055,35 @@ }, { "content": "Controlled", - "objectID": "efe5550a-1d53-4540-83f5-16b5f8127a68", + "objectID": "cd3ae174-04f5-4531-a3c9-64f462b56177", "type": "lvl3", "url": "/docs/components/radio-group#controlled", "hierarchy": { "lvl1": "Radio", "lvl2": "Horizontal", "lvl3": "Controlled" } }, + { + "content": "Invalid", + "objectID": "f7774ea3-f94f-4136-948b-b1328c60b474", + "type": "lvl3", + "url": "/docs/components/radio-group#invalid", + "hierarchy": { "lvl1": "Radio", "lvl2": "Controlled", "lvl3": "Invalid" } + }, { "content": "Slots", - "objectID": "3389f24b-f607-4516-92dc-af40845824a4", + "objectID": "ac3af375-bf21-466b-816c-bc4d379defc7", "type": "lvl2", "url": "/docs/components/radio-group#slots", "hierarchy": { "lvl1": "Radio", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "ee12316b-6558-42bf-b4f5-9a4c2abf116a", + "objectID": "d66d3dc3-e344-4661-b44e-098f6b608066", "type": "lvl3", "url": "/docs/components/radio-group#custom-styles", "hierarchy": { "lvl1": "Radio", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "a81846ca-dd09-4dfc-91fd-05f69803e83b", + "objectID": "ac0cc504-d6f3-4f2b-8182-b97b18b6ceac", "type": "lvl3", "url": "/docs/components/radio-group#custom-implementation", "hierarchy": { @@ -3794,35 +4094,35 @@ }, { "content": "Data Attributes", - "objectID": "7ec093dc-12b3-48a5-8c26-65acb9d84eb9", + "objectID": "9778c55d-9c07-43a0-a501-28def6ff7f3b", "type": "lvl2", "url": "/docs/components/radio-group#data-attributes", "hierarchy": { "lvl1": "Radio", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "2546ef32-1e14-4635-b05a-0b92de4e7b92", + "objectID": "636f15b1-b500-4327-9c8a-217a8a0a3289", "type": "lvl2", "url": "/docs/components/radio-group#accessibility", "hierarchy": { "lvl1": "Radio", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "8360df6c-3f33-48c1-93e1-41779a57dcaf", + "objectID": "4b620216-7e9c-4c18-9e1e-cbfa562472d6", "type": "lvl2", "url": "/docs/components/radio-group#api", "hierarchy": { "lvl1": "Radio", "lvl2": "API", "lvl3": null } }, { "content": "RadioGroup Props", - "objectID": "31f8586d-51a1-40f3-89b3-12849cfe0a3b", + "objectID": "1c96cc02-99a7-4692-8d35-44871da1d5cc", "type": "lvl3", "url": "/docs/components/radio-group#radiogroup-props", "hierarchy": { "lvl1": "Radio", "lvl2": "API", "lvl3": "RadioGroup Props" } }, { "content": "RadioGroup Events", - "objectID": "a97cf043-2c53-41e8-aa38-070005c8a321", + "objectID": "1b5a402e-333d-4274-a7ea-1fa3ee2a8753", "type": "lvl3", "url": "/docs/components/radio-group#radiogroup-events", "hierarchy": { @@ -3833,7 +4133,7 @@ }, { "content": "Radio Props", - "objectID": "10c8d6b5-53fb-41a0-9441-064927dda098", + "objectID": "28cf895c-d757-4a6b-b38c-ca3dd85688ca", "type": "lvl3", "url": "/docs/components/radio-group#radio-props", "hierarchy": { @@ -3844,28 +4144,28 @@ }, { "content": "Scroll Shadow", - "objectID": "96120b2b-36ab-45fe-99d0-ede32e444e6d", + "objectID": "aa702a5a-1fae-4343-80eb-b2b4003b2c60", "type": "lvl1", "url": "/docs/components/scroll-shadow", "hierarchy": { "lvl1": "Scroll Shadow" } }, { "content": "Import", - "objectID": "576f577e-671c-40ed-a99a-6a311aa703cd", + "objectID": "5267e454-92f0-4848-a3f9-76a353d44fa4", "type": "lvl2", "url": "/docs/components/scroll-shadow#import", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "36aaeac8-e5ed-4338-8d2e-8a4729ed4821", + "objectID": "3d14a06f-a08b-4c54-b97c-5bb8f56fe9dc", "type": "lvl2", "url": "/docs/components/scroll-shadow#usage", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Usage", "lvl3": null } }, { "content": "Hide Scrollbar", - "objectID": "91e19575-bbb6-456b-997e-b6099b59f748", + "objectID": "8e6e644d-42ee-43d8-9f4a-87e4893c0d20", "type": "lvl3", "url": "/docs/components/scroll-shadow#hide-scrollbar", "hierarchy": { @@ -3876,7 +4176,7 @@ }, { "content": "Custom Shadow Size", - "objectID": "15dd7169-0d6e-439c-b45a-6151779c2946", + "objectID": "21ffaa3a-7a0d-4a8c-bc9b-2075dc6ba243", "type": "lvl3", "url": "/docs/components/scroll-shadow#custom-shadow-size", "hierarchy": { @@ -3887,7 +4187,7 @@ }, { "content": "Horizontal Orientation", - "objectID": "9c717c37-8ea9-4673-9283-f728aab8bf33", + "objectID": "e2f3c977-f55f-4200-aae9-3b9d668c293d", "type": "lvl3", "url": "/docs/components/scroll-shadow#horizontal-orientation", "hierarchy": { @@ -3898,7 +4198,7 @@ }, { "content": "Shadow Offset", - "objectID": "c25bc53a-6618-4ed8-9eab-f5aa7f4b1220", + "objectID": "27f5310f-068d-4c3d-9ca5-1bd32e346651", "type": "lvl3", "url": "/docs/components/scroll-shadow#shadow-offset", "hierarchy": { @@ -3909,14 +4209,14 @@ }, { "content": "API", - "objectID": "d0acf894-0ada-463a-b421-71d2dccba243", + "objectID": "aa42b6f7-5969-4de4-8941-c852f1dddd18", "type": "lvl2", "url": "/docs/components/scroll-shadow#api", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "API", "lvl3": null } }, { "content": "ShadowScroll Props", - "objectID": "060f4291-10d5-4b92-a338-0b8805d03167", + "objectID": "83d4558b-f656-40e4-8c50-ff8a2acad49c", "type": "lvl3", "url": "/docs/components/scroll-shadow#shadowscroll-props", "hierarchy": { @@ -3927,35 +4227,35 @@ }, { "content": "Select", - "objectID": "e59008c0-77bf-484d-8459-7ec02afdc804", + "objectID": "3de6b29a-9f04-4fea-836a-a6c0f6da06b7", "type": "lvl1", "url": "/docs/components/select", "hierarchy": { "lvl1": "Select" } }, { "content": "Import", - "objectID": "81c12245-91db-4f18-9472-12f803879feb", + "objectID": "b3d73362-2047-42ce-b70c-b1fdd8b9d973", "type": "lvl2", "url": "/docs/components/select#import", "hierarchy": { "lvl1": "Select", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "8bfb31bb-c167-44e1-b24a-e56799ccb715", + "objectID": "ccb13892-2f0e-4862-b109-0800a004cefe", "type": "lvl2", "url": "/docs/components/select#usage", "hierarchy": { "lvl1": "Select", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "ea087aeb-f3b6-4492-a817-e1767c6e9953", + "objectID": "5e21c940-c4dc-4464-ad69-1e0e2c302f2c", "type": "lvl3", "url": "/docs/components/select#dynamic-items", "hierarchy": { "lvl1": "Select", "lvl2": "Usage", "lvl3": "Dynamic items" } }, { "content": "Disabled", - "objectID": "bdd1b8f8-907c-42be-9931-dbcbbc020ccb", + "objectID": "9812bc3c-1085-4956-94a7-b5d8b2134f76", "type": "lvl3", "url": "/docs/components/select#disabled", "hierarchy": { @@ -3966,7 +4266,7 @@ }, { "content": "Disabled Items", - "objectID": "c0c65dd8-4a2d-45b3-942f-e1a68a462bd2", + "objectID": "7fbc87e2-f759-477f-85d2-b9476c184628", "type": "lvl3", "url": "/docs/components/select#disabled-items", "hierarchy": { @@ -3977,7 +4277,7 @@ }, { "content": "Required", - "objectID": "4af7da2d-6de9-4780-9bf7-45e99c9091a1", + "objectID": "1e818a1f-18a9-492d-8134-9e074ecc66d9", "type": "lvl3", "url": "/docs/components/select#required", "hierarchy": { @@ -3988,35 +4288,35 @@ }, { "content": "Sizes", - "objectID": "9addd2e4-ebc0-474c-9823-beece90efbcc", + "objectID": "5c27d460-182c-4c89-b99b-5f8d292b9ded", "type": "lvl3", "url": "/docs/components/select#sizes", "hierarchy": { "lvl1": "Select", "lvl2": "Required", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "4121c220-6473-46d1-ae36-d597b11a91fd", + "objectID": "cbb48f5a-80c4-4f8c-8375-d16351e973c7", "type": "lvl3", "url": "/docs/components/select#colors", "hierarchy": { "lvl1": "Select", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "89eb9f73-695c-4b3f-b819-ecbe0b2ae229", + "objectID": "d39003ad-ca6a-48d8-9835-fc69807748ce", "type": "lvl3", "url": "/docs/components/select#variants", "hierarchy": { "lvl1": "Select", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Radius", - "objectID": "1f5bb099-d436-428a-a341-9389a5a26853", + "objectID": "94d09568-631d-4b02-91d3-8d72e683e251", "type": "lvl3", "url": "/docs/components/select#radius", "hierarchy": { "lvl1": "Select", "lvl2": "Variants", "lvl3": "Radius" } }, { "content": "Label Placements", - "objectID": "3acd9f10-b558-4f6c-9ccf-b5739a55524a", + "objectID": "92f186a9-2f23-4ea3-bd82-d7774929b6a8", "type": "lvl3", "url": "/docs/components/select#label-placements", "hierarchy": { @@ -4027,7 +4327,7 @@ }, { "content": "Start Content", - "objectID": "b19208c1-7619-4217-92a9-7c623b3a5aaf", + "objectID": "0e16d95e-16f4-4ea6-a756-e49e13fbf7b8", "type": "lvl3", "url": "/docs/components/select#start-content", "hierarchy": { @@ -4037,30 +4337,30 @@ } }, { - "content": "Item Start Content", - "objectID": "d73a46fa-55d7-4030-9cb4-952fe0c629ac", + "content": "Item Start & End Content", + "objectID": "d469780e-9723-492c-886f-06f65433380a", "type": "lvl3", - "url": "/docs/components/select#item-start-content", + "url": "/docs/components/select#item-start--end-content", "hierarchy": { "lvl1": "Select", "lvl2": "Start Content", - "lvl3": "Item Start Content" + "lvl3": "Item Start & End Content" } }, { "content": "Custom Selector Icon", - "objectID": "46fc64cf-905f-4677-ad9c-abc650abf09d", + "objectID": "197e25cf-5662-4f76-81df-cd53472cf7d8", "type": "lvl3", "url": "/docs/components/select#custom-selector-icon", "hierarchy": { "lvl1": "Select", - "lvl2": "Item Start Content", + "lvl2": "Item Start & End Content", "lvl3": "Custom Selector Icon" } }, { "content": "Without Scroll Shadow", - "objectID": "cd1156ea-30f0-4bb7-b12c-a235e38a8a30", + "objectID": "4a238fd1-2121-403b-9235-2de155e68391", "type": "lvl3", "url": "/docs/components/select#without-scroll-shadow", "hierarchy": { @@ -4071,7 +4371,7 @@ }, { "content": "With Description", - "objectID": "5c9a85aa-1d87-4af0-9370-6fb91d63161d", + "objectID": "19190326-bf40-4f8e-be21-134c966a164d", "type": "lvl3", "url": "/docs/components/select#with-description", "hierarchy": { @@ -4082,7 +4382,7 @@ }, { "content": "With Error Message", - "objectID": "a03900ef-1cb9-4f81-8880-12c113d9f494", + "objectID": "965ba293-0f72-45ad-bccf-fcd57e673aec", "type": "lvl3", "url": "/docs/components/select#with-error-message", "hierarchy": { @@ -4093,7 +4393,7 @@ }, { "content": "Controlled", - "objectID": "31278cab-6dc6-4702-9f0e-e62fe0e15b57", + "objectID": "fe74c549-45f0-4d2c-baa0-ab00c8d36c1e", "type": "lvl3", "url": "/docs/components/select#controlled", "hierarchy": { @@ -4104,7 +4404,7 @@ }, { "content": "Controlling the open state", - "objectID": "01bb49db-41af-489b-8dd3-d5cda1d22412", + "objectID": "978cdbfb-7bba-425d-a81b-e053269e6a5d", "type": "lvl3", "url": "/docs/components/select#controlling-the-open-state", "hierarchy": { @@ -4115,7 +4415,7 @@ }, { "content": "Custom Items", - "objectID": "0451dce2-13f8-4f51-badf-3dbe8a833c6b", + "objectID": "2c3a3e8a-521e-4b3e-bc9c-8a854f925606", "type": "lvl3", "url": "/docs/components/select#custom-items", "hierarchy": { @@ -4126,7 +4426,7 @@ }, { "content": "Custom Render Value", - "objectID": "db178ac1-b1de-4f58-bce3-c45fa326bf1c", + "objectID": "3fbe4b7c-9669-4e20-b193-720240c83412", "type": "lvl3", "url": "/docs/components/select#custom-render-value", "hierarchy": { @@ -4137,7 +4437,7 @@ }, { "content": "With Sections", - "objectID": "8c0ae1ed-35a5-4924-b471-044408ff2c9c", + "objectID": "b7e51d20-bc31-407c-a835-7c0fb3a796f7", "type": "lvl3", "url": "/docs/components/select#with-sections", "hierarchy": { @@ -4148,7 +4448,7 @@ }, { "content": "Custom Sections Style", - "objectID": "f40fa32a-4cab-447d-99e8-98de4c9e7fde", + "objectID": "258ff264-0dba-4449-9215-5b204876bb1d", "type": "lvl3", "url": "/docs/components/select#custom-sections-style", "hierarchy": { @@ -4158,30 +4458,30 @@ } }, { - "content": "Asyncronous Loading", - "objectID": "48b9b247-b70b-493b-a548-29e5d57d3174", + "content": "Asynchronous Loading", + "objectID": "32f28c91-cf1d-4568-9bd5-ae331c6c68fa", "type": "lvl3", - "url": "/docs/components/select#asyncronous-loading", + "url": "/docs/components/select#asynchronous-loading", "hierarchy": { "lvl1": "Select", "lvl2": "Custom Sections Style", - "lvl3": "Asyncronous Loading" + "lvl3": "Asynchronous Loading" } }, { "content": "Multiple Select", - "objectID": "aa4bb469-b301-4e04-873a-bbbbd9b3cfac", + "objectID": "6f388f67-d92e-429f-b068-de7c3753166a", "type": "lvl3", "url": "/docs/components/select#multiple-select", "hierarchy": { "lvl1": "Select", - "lvl2": "Asyncronous Loading", + "lvl2": "Asynchronous Loading", "lvl3": "Multiple Select" } }, { "content": "Multiple Select Controlled", - "objectID": "c50aed7a-8439-4a4f-9820-f8df45fa5ee7", + "objectID": "c2d1fef4-a21d-470c-bd4f-435f95bcf81c", "type": "lvl3", "url": "/docs/components/select#multiple-select-controlled", "hierarchy": { @@ -4191,65 +4491,65 @@ } }, { - "content": "Mutliple With Chips", - "objectID": "78d2078e-d8e4-4876-93bf-dcf9d1921f1a", + "content": "Multiple With Chips", + "objectID": "9ae2022d-93af-4153-ae0e-8f3d1d981d4d", "type": "lvl3", - "url": "/docs/components/select#mutliple-with-chips", + "url": "/docs/components/select#multiple-with-chips", "hierarchy": { "lvl1": "Select", "lvl2": "Multiple Select Controlled", - "lvl3": "Mutliple With Chips" + "lvl3": "Multiple With Chips" } }, { "content": "Customizing the select", - "objectID": "2ee5b87f-d867-4e0c-8a7a-3cb4f838ff03", + "objectID": "08b013c6-3e85-4142-89ff-cc57e778dc52", "type": "lvl3", "url": "/docs/components/select#customizing-the-select", "hierarchy": { "lvl1": "Select", - "lvl2": "Mutliple With Chips", + "lvl2": "Multiple With Chips", "lvl3": "Customizing the select" } }, { "content": "Slots", - "objectID": "e1ec50b4-dbff-43af-9f39-6a8084dca8ae", + "objectID": "09a43686-7d62-400c-98b5-d1fd7112f0e8", "type": "lvl2", "url": "/docs/components/select#slots", "hierarchy": { "lvl1": "Select", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "b81655e8-4e80-4b14-9b78-6e75183d7739", + "objectID": "356efff3-1d4f-45fb-a2a1-c49c1976b1c0", "type": "lvl2", "url": "/docs/components/select#data-attributes", "hierarchy": { "lvl1": "Select", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "b3fa4a73-a899-4e9b-93ec-590be3682fed", + "objectID": "c8da2635-8903-4f02-a719-596a6f0839d0", "type": "lvl2", "url": "/docs/components/select#accessibility", "hierarchy": { "lvl1": "Select", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "115975fe-5e75-42e7-8235-171dbba10487", + "objectID": "06e7910e-faed-4285-a0ae-92d6f08c4e40", "type": "lvl2", "url": "/docs/components/select#api", "hierarchy": { "lvl1": "Select", "lvl2": "API", "lvl3": null } }, { "content": "Select Props", - "objectID": "2a55fc22-0aaf-4202-9133-e850f19afcde", + "objectID": "133bef7a-c2c7-49a9-813e-4d3ecc754724", "type": "lvl3", "url": "/docs/components/select#select-props", "hierarchy": { "lvl1": "Select", "lvl2": "API", "lvl3": "Select Props" } }, { "content": "Select Events", - "objectID": "9d0b0617-2897-4617-a5fe-47518e68819c", + "objectID": "11027cb8-f11a-4b4a-86f6-ecc26a4f2d38", "type": "lvl3", "url": "/docs/components/select#select-events", "hierarchy": { @@ -4260,7 +4560,7 @@ }, { "content": "SelectItem Props", - "objectID": "c83f7842-eb94-4541-87ce-72f9ff6c5fa9", + "objectID": "22fecdb0-146d-4c36-8e24-0843850df4fe", "type": "lvl3", "url": "/docs/components/select#selectitem-props", "hierarchy": { @@ -4271,7 +4571,7 @@ }, { "content": "SelectItem Events", - "objectID": "c7081064-c9a8-4beb-852c-5f20fed36c24", + "objectID": "df1efb21-8e17-456b-b328-74322c031272", "type": "lvl3", "url": "/docs/components/select#selectitem-events", "hierarchy": { @@ -4282,7 +4582,7 @@ }, { "content": "SelectSection Props", - "objectID": "2c1c4e8d-9479-4c5c-b93c-50cddca218b3", + "objectID": "4bd6d8e5-be8c-4e0b-9b80-7a53a3b5264e", "type": "lvl3", "url": "/docs/components/select#selectsection-props", "hierarchy": { @@ -4293,7 +4593,7 @@ }, { "content": "Types", - "objectID": "fe0d258c-980f-45dc-b9eb-9dcb6a61e470", + "objectID": "f0eab4eb-b3ce-4ce4-a4e2-c4742b0e3195", "type": "lvl3", "url": "/docs/components/select#types", "hierarchy": { @@ -4304,42 +4604,42 @@ }, { "content": "Render Value Function", - "objectID": "11141889-ebde-4f32-bbc9-d4c27240e4d1", + "objectID": "a5950e16-231d-4c9c-8bf6-69516884be2e", "type": "lvl4", "url": "/docs/components/select#render-value-function", "hierarchy": { "lvl1": "Select", "lvl2": "Types", "lvl3": null } }, { "content": "Skeleton", - "objectID": "cfb86d4b-b8ff-4c41-aabd-0f62872788fc", + "objectID": "960dfb78-c15e-438b-b9c2-016a717a30a0", "type": "lvl1", "url": "/docs/components/skeleton", "hierarchy": { "lvl1": "Skeleton" } }, { "content": "Import", - "objectID": "0da439a7-8cc1-4c4c-b62b-f1c5b4114496", + "objectID": "d585583e-c526-46f1-8bda-a1b1acf88b98", "type": "lvl2", "url": "/docs/components/skeleton#import", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "46b5aa10-d3a9-4282-9664-225c3e6bf12c", + "objectID": "d63216a3-78e5-488a-bfb1-0fe4cf15cf3c", "type": "lvl2", "url": "/docs/components/skeleton#usage", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Usage", "lvl3": null } }, { "content": "Standalone", - "objectID": "cd378f5b-78f5-4f39-9e43-6a8de77d1e37", + "objectID": "a8306d0a-4a41-4a2e-a0dc-34cb9467649d", "type": "lvl3", "url": "/docs/components/skeleton#standalone", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Usage", "lvl3": "Standalone" } }, { "content": "Loaded State", - "objectID": "40535138-0385-4be5-8d8f-df2d14d60e4f", + "objectID": "e6a66768-ac8e-4cea-b09b-3895a8f97cf3", "type": "lvl3", "url": "/docs/components/skeleton#loaded-state", "hierarchy": { @@ -4350,77 +4650,409 @@ }, { "content": "Slots", - "objectID": "d98b5137-867a-4653-98a1-0aa4ece4c168", + "objectID": "c3625f34-ba30-4fa5-a578-92cde6e3641e", "type": "lvl2", "url": "/docs/components/skeleton#slots", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "37d992e0-d128-4489-8e73-886c690abb8b", + "objectID": "598d9550-c53e-459d-8f65-42aee958bc93", "type": "lvl2", "url": "/docs/components/skeleton#data-attributes", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "0d064df0-a412-4256-ac43-a1cbc203d15d", + "objectID": "f8272281-0ab7-43a3-89fc-69190d1e39b7", "type": "lvl2", "url": "/docs/components/skeleton#api", "hierarchy": { "lvl1": "Skeleton", "lvl2": "API", "lvl3": null } }, { "content": "Skeleton Props", - "objectID": "589ebdba-7826-46da-8aaf-0e94c32bc49a", + "objectID": "6c3740df-67f4-4c5f-b769-ceaba4c5f5eb", "type": "lvl3", "url": "/docs/components/skeleton#skeleton-props", "hierarchy": { "lvl1": "Skeleton", "lvl2": "API", "lvl3": "Skeleton Props" } }, + { + "content": "Slider", + "objectID": "c0e2963f-78bd-4336-a28d-067e55d4a723", + "type": "lvl1", + "url": "/docs/components/slider", + "hierarchy": { "lvl1": "Slider" } + }, + { + "content": "Import", + "objectID": "56033b7e-35e7-45ac-95a2-d7508387dc0c", + "type": "lvl2", + "url": "/docs/components/slider#import", + "hierarchy": { "lvl1": "Slider", "lvl2": "Import", "lvl3": null } + }, + { + "content": "Usage", + "objectID": "5647f602-c5b9-4537-b9a5-c981fffa97eb", + "type": "lvl2", + "url": "/docs/components/slider#usage", + "hierarchy": { "lvl1": "Slider", "lvl2": "Usage", "lvl3": null } + }, + { + "content": "Disabled", + "objectID": "76b2c072-d10e-4efe-9088-f485e4f80500", + "type": "lvl3", + "url": "/docs/components/slider#disabled", + "hierarchy": { "lvl1": "Slider", "lvl2": "Usage", "lvl3": "Disabled" } + }, + { + "content": "Sizes", + "objectID": "8c083ecb-206c-4523-bdf3-2aa9655a57fb", + "type": "lvl3", + "url": "/docs/components/slider#sizes", + "hierarchy": { "lvl1": "Slider", "lvl2": "Disabled", "lvl3": "Sizes" } + }, + { + "content": "Radius", + "objectID": "585a91fb-2f66-4bf3-a3aa-4c8d25b39831", + "type": "lvl3", + "url": "/docs/components/slider#radius", + "hierarchy": { "lvl1": "Slider", "lvl2": "Sizes", "lvl3": "Radius" } + }, + { + "content": "Colors", + "objectID": "0bac1658-8b94-4c65-bb0e-9f033f44ed65", + "type": "lvl3", + "url": "/docs/components/slider#colors", + "hierarchy": { "lvl1": "Slider", "lvl2": "Radius", "lvl3": "Colors" } + }, + { + "content": "Vertical Slider", + "objectID": "340b863f-8484-45ac-b091-5026b9a614ec", + "type": "lvl3", + "url": "/docs/components/slider#vertical-slider", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Colors", + "lvl3": "Vertical Slider" + } + }, + { + "content": "With Visible Steps", + "objectID": "43f804a0-7c19-45a8-aad4-4015dbc44185", + "type": "lvl3", + "url": "/docs/components/slider#with-visible-steps", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Vertical Slider", + "lvl3": "With Visible Steps" + } + }, + { + "content": "With Marks", + "objectID": "538116ea-d97c-480b-81f0-c6eb211f85f6", + "type": "lvl3", + "url": "/docs/components/slider#with-marks", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "With Visible Steps", + "lvl3": "With Marks" + } + }, + { + "content": "Range Slider", + "objectID": "9c7fad3c-3178-40e5-be4b-5914be9b1449", + "type": "lvl3", + "url": "/docs/components/slider#range-slider", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "With Marks", + "lvl3": "Range Slider" + } + }, + { + "content": "Fill Offset", + "objectID": "ef390f35-591a-4ea3-9546-67e3ce4cb9f1", + "type": "lvl3", + "url": "/docs/components/slider#fill-offset", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Range Slider", + "lvl3": "Fill Offset" + } + }, + { + "content": "With Tooltip", + "objectID": "0ab4a136-cad1-4973-899e-ccf7e4626e6b", + "type": "lvl3", + "url": "/docs/components/slider#with-tooltip", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Fill Offset", + "lvl3": "With Tooltip" + } + }, + { + "content": "With Outline", + "objectID": "7e7f6660-91e9-4074-9259-d92fa0f45d21", + "type": "lvl3", + "url": "/docs/components/slider#with-outline", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "With Tooltip", + "lvl3": "With Outline" + } + }, + { + "content": "Start & End Content", + "objectID": "a2e3738a-4fb1-4652-bca5-2418b778d258", + "type": "lvl3", + "url": "/docs/components/slider#start--end-content", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "With Outline", + "lvl3": "Start & End Content" + } + }, + { + "content": "Value Formatting", + "objectID": "855729f1-0ba9-44c2-a6a5-0c005c3a202a", + "type": "lvl3", + "url": "/docs/components/slider#value-formatting", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Start & End Content", + "lvl3": "Value Formatting" + } + }, + { + "content": "Hiding the Value", + "objectID": "a3ef1cc9-b19c-440f-9481-c406b1a5a827", + "type": "lvl3", + "url": "/docs/components/slider#hiding-the-value", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Value Formatting", + "lvl3": "Hiding the Value" + } + }, + { + "content": "Hiding the Thumbs", + "objectID": "159dc83f-3375-4be8-bc98-7d976de7b78c", + "type": "lvl3", + "url": "/docs/components/slider#hiding-the-thumbs", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Hiding the Value", + "lvl3": "Hiding the Thumbs" + } + }, + { + "content": "Controlled", + "objectID": "edad4617-296c-4d20-a96e-b3e87586d104", + "type": "lvl3", + "url": "/docs/components/slider#controlled", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Hiding the Thumbs", + "lvl3": "Controlled" + } + }, + { + "content": "Controlled Range", + "objectID": "ae617f75-6400-4abc-a562-21581e3b9809", + "type": "lvl3", + "url": "/docs/components/slider#controlled-range", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Controlled", + "lvl3": "Controlled Range" + } + }, + { + "content": "Custom Thumb", + "objectID": "debc876a-9e39-44a3-9afe-fe1e807b652a", + "type": "lvl3", + "url": "/docs/components/slider#custom-thumb", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Controlled Range", + "lvl3": "Custom Thumb" + } + }, + { + "content": "Custom Range Thumbs", + "objectID": "61b9aaf4-ae5a-4bf1-9775-449828567068", + "type": "lvl3", + "url": "/docs/components/slider#custom-range-thumbs", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Custom Thumb", + "lvl3": "Custom Range Thumbs" + } + }, + { + "content": "Custom Label", + "objectID": "9415e7f9-32b5-4a2d-a5b9-8d29a5035ee1", + "type": "lvl3", + "url": "/docs/components/slider#custom-label", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Custom Range Thumbs", + "lvl3": "Custom Label" + } + }, + { + "content": "Custom Value", + "objectID": "ade3abc5-5630-45e6-976a-bba1727e7cb9", + "type": "lvl3", + "url": "/docs/components/slider#custom-value", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Custom Label", + "lvl3": "Custom Value" + } + }, + { + "content": "Disabling Thumb Scale", + "objectID": "95679d43-a701-492c-bdd5-df9199060ebd", + "type": "lvl3", + "url": "/docs/components/slider#disabling-thumb-scale", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Custom Value", + "lvl3": "Disabling Thumb Scale" + } + }, + { + "content": "Slots", + "objectID": "80c6710d-7d0a-407a-b7eb-7e69f3016af7", + "type": "lvl2", + "url": "/docs/components/slider#slots", + "hierarchy": { "lvl1": "Slider", "lvl2": "Slots", "lvl3": null } + }, + { + "content": "Custom Styles", + "objectID": "d7ee4ff2-ee16-478e-9eb4-e23abeaaa886", + "type": "lvl3", + "url": "/docs/components/slider#custom-styles", + "hierarchy": { "lvl1": "Slider", "lvl2": "Slots", "lvl3": "Custom Styles" } + }, + { + "content": "Data Attributes", + "objectID": "41d37a7f-38fb-4e0d-a2e2-a7ffa7ecbbff", + "type": "lvl2", + "url": "/docs/components/slider#data-attributes", + "hierarchy": { "lvl1": "Slider", "lvl2": "Data Attributes", "lvl3": null } + }, + { + "content": "Accessibility", + "objectID": "fab56240-d59e-4977-8f7c-273517e57dd9", + "type": "lvl2", + "url": "/docs/components/slider#accessibility", + "hierarchy": { "lvl1": "Slider", "lvl2": "Accessibility", "lvl3": null } + }, + { + "content": "API", + "objectID": "cd049333-3964-43ec-a0fd-1e3768506850", + "type": "lvl2", + "url": "/docs/components/slider#api", + "hierarchy": { "lvl1": "Slider", "lvl2": "API", "lvl3": null } + }, + { + "content": "Slider Props", + "objectID": "125efe16-e231-461c-b162-0ee531778294", + "type": "lvl3", + "url": "/docs/components/slider#slider-props", + "hierarchy": { "lvl1": "Slider", "lvl2": "API", "lvl3": "Slider Props" } + }, + { + "content": "Slider Functions", + "objectID": "b33a87f3-2fda-4972-81a0-93416370f44f", + "type": "lvl3", + "url": "/docs/components/slider#slider-functions", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Slider Props", + "lvl3": "Slider Functions" + } + }, + { + "content": "Slider Events", + "objectID": "c5c99077-1485-4a97-830d-da7da927efaa", + "type": "lvl3", + "url": "/docs/components/slider#slider-events", + "hierarchy": { + "lvl1": "Slider", + "lvl2": "Slider Functions", + "lvl3": "Slider Events" + } + }, + { + "content": "Types", + "objectID": "844537f1-fcab-4180-999d-c4779606b969", + "type": "lvl3", + "url": "/docs/components/slider#types", + "hierarchy": { "lvl1": "Slider", "lvl2": "Slider Events", "lvl3": "Types" } + }, + { + "content": "Slider Value", + "objectID": "27eb940a-e934-4d7d-924b-c3c5dd204881", + "type": "lvl4", + "url": "/docs/components/slider#slider-value", + "hierarchy": { "lvl1": "Slider", "lvl2": "Types", "lvl3": null } + }, + { + "content": "Slider Step Marks", + "objectID": "6e683e7e-0b3d-415d-9ab0-54d49223c32d", + "type": "lvl4", + "url": "/docs/components/slider#slider-step-marks", + "hierarchy": { "lvl1": "Slider", "lvl2": "Slider Value", "lvl3": null } + }, { "content": "Snippet", - "objectID": "327dc0d5-def3-483e-91d3-4aa80e4d8a64", + "objectID": "8c06fde5-bfe5-43ac-87d5-b930eb17387f", "type": "lvl1", "url": "/docs/components/snippet", "hierarchy": { "lvl1": "Snippet" } }, { "content": "Import", - "objectID": "58090233-981e-4e47-b6f8-4460419ebe22", + "objectID": "d9226100-ef34-41a4-b2d1-8df89d72bf52", "type": "lvl2", "url": "/docs/components/snippet#import", "hierarchy": { "lvl1": "Snippet", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "94ea39cc-16f4-458e-b894-1f4d4c5c0cd5", + "objectID": "f5386270-1a59-4b45-973b-def478bd8bb6", "type": "lvl2", "url": "/docs/components/snippet#usage", "hierarchy": { "lvl1": "Snippet", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "983ea1b8-786a-4f3d-a42d-295b69730367", + "objectID": "c8d4f18b-057f-4994-b9f9-51492a667744", "type": "lvl3", "url": "/docs/components/snippet#sizes", "hierarchy": { "lvl1": "Snippet", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "6b7d1710-8101-4870-9487-670892cb8103", + "objectID": "86eb2a4a-3134-4b80-ab98-8a5495855173", "type": "lvl3", "url": "/docs/components/snippet#colors", "hierarchy": { "lvl1": "Snippet", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "ce61d806-504d-49ea-8695-54daff2896eb", + "objectID": "be0c2b35-c45a-49e5-9cdf-3d6fa8bbb643", "type": "lvl3", "url": "/docs/components/snippet#variants", "hierarchy": { "lvl1": "Snippet", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Custom Symbol", - "objectID": "a2450658-d761-4d38-91d7-d177ad725105", + "objectID": "b9080b42-0c68-4eda-868b-4fc49f4ef1aa", "type": "lvl3", "url": "/docs/components/snippet#custom-symbol", "hierarchy": { @@ -4431,7 +5063,7 @@ }, { "content": "Without Copy", - "objectID": "badb4c5e-3f3e-4ca3-8cfe-77cfa340319e", + "objectID": "5d1e6ddc-6f9a-4b07-8d58-4f127e1004b8", "type": "lvl3", "url": "/docs/components/snippet#without-copy", "hierarchy": { @@ -4442,7 +5074,7 @@ }, { "content": "Custom Tooltip", - "objectID": "9772e7e2-ad9d-4b2d-8bd2-98d016348e51", + "objectID": "a0698925-0e39-48a8-9665-24c555f52659", "type": "lvl3", "url": "/docs/components/snippet#custom-tooltip", "hierarchy": { @@ -4453,7 +5085,7 @@ }, { "content": "Multiline", - "objectID": "7aae5cd3-1936-43e7-bbbc-4193d7ebbcf3", + "objectID": "6080aaf9-5046-400a-9038-6c0cf4972bda", "type": "lvl3", "url": "/docs/components/snippet#multiline", "hierarchy": { @@ -4464,7 +5096,7 @@ }, { "content": "Custom Icons", - "objectID": "b6e2f3a2-80e7-4f35-ba24-c7274301d607", + "objectID": "f05d2b16-fe77-4c98-91a7-3fb4cf43bd03", "type": "lvl3", "url": "/docs/components/snippet#custom-icons", "hierarchy": { @@ -4475,28 +5107,28 @@ }, { "content": "Slots", - "objectID": "507fabff-a5c4-4e04-b95e-ba7a8e159330", + "objectID": "e3e8d971-f0a9-4c2d-a1c7-e8cdade69b20", "type": "lvl2", "url": "/docs/components/snippet#slots", "hierarchy": { "lvl1": "Snippet", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "fa789bf2-a4d2-466d-a72d-90a86cb406f8", + "objectID": "6b8a6af9-5a47-4798-a044-a3143dde9664", "type": "lvl2", "url": "/docs/components/snippet#api", "hierarchy": { "lvl1": "Snippet", "lvl2": "API", "lvl3": null } }, { "content": "Snippet Props", - "objectID": "816c3bb8-055e-4d3e-a501-2e52f7f07774", + "objectID": "ddbb05a7-c411-4f2d-9bc5-e5585b66454d", "type": "lvl3", "url": "/docs/components/snippet#snippet-props", "hierarchy": { "lvl1": "Snippet", "lvl2": "API", "lvl3": "Snippet Props" } }, { "content": "Snippet Events", - "objectID": "0f26aaac-acbd-4c1f-a956-d0ee7ab3d832", + "objectID": "4b2b5583-157b-427d-b4ec-1b31fbead937", "type": "lvl3", "url": "/docs/components/snippet#snippet-events", "hierarchy": { @@ -4507,91 +5139,91 @@ }, { "content": "Spacer", - "objectID": "06a828c6-335d-45de-a81b-a0b8b6e0ad98", + "objectID": "fb757b71-97d5-4c4a-9a2d-c53a8c77be35", "type": "lvl1", "url": "/docs/components/spacer", "hierarchy": { "lvl1": "Spacer" } }, { "content": "Import", - "objectID": "83fef1f4-9218-4fe0-ad7b-fb9fd82f3fc2", + "objectID": "868c3af6-1547-483c-b586-6360237de5ca", "type": "lvl2", "url": "/docs/components/spacer#import", "hierarchy": { "lvl1": "Spacer", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "99e41c06-846d-4b00-81e6-4fa3886041b2", + "objectID": "4f395c7e-7a4b-4eaf-9eb2-859cd74cf8b8", "type": "lvl2", "url": "/docs/components/spacer#usage", "hierarchy": { "lvl1": "Spacer", "lvl2": "Usage", "lvl3": null } }, { "content": "API", - "objectID": "f5a6ee79-7ec0-4f34-8a0b-3f4ec499914d", + "objectID": "8299ccaa-c0bc-4303-95b9-ec8a4c02d247", "type": "lvl2", "url": "/docs/components/spacer#api", "hierarchy": { "lvl1": "Spacer", "lvl2": "API", "lvl3": null } }, { "content": "Spacer Props", - "objectID": "068c6077-bd76-4c4d-8107-b1058b9ef410", + "objectID": "61c6cfff-62f1-4406-89b0-4fc5ac92b8e9", "type": "lvl3", "url": "/docs/components/spacer#spacer-props", "hierarchy": { "lvl1": "Spacer", "lvl2": "API", "lvl3": "Spacer Props" } }, { "content": "Spaces", - "objectID": "2d19832e-fd36-4099-ba11-2c2b7041cd25", + "objectID": "55ab1a37-3d83-4b69-861e-8d3eecc8eff9", "type": "lvl3", "url": "/docs/components/spacer#spaces", "hierarchy": { "lvl1": "Spacer", "lvl2": "Spacer Props", "lvl3": "Spaces" } }, { "content": "Spinner", - "objectID": "52c9add7-f6e2-4a83-b907-b8c49c09c8c2", + "objectID": "e1143f05-fa57-4054-a17d-b43bf30dfc93", "type": "lvl1", "url": "/docs/components/spinner", "hierarchy": { "lvl1": "Spinner" } }, { "content": "Import", - "objectID": "ad5c5a27-408c-41dc-8f5c-d14d2c3018d9", + "objectID": "e4860c94-30da-4b79-8cc2-6351ae091472", "type": "lvl2", "url": "/docs/components/spinner#import", "hierarchy": { "lvl1": "Spinner", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7a1a2dea-b551-46a5-9972-371b8913100b", + "objectID": "897b8be9-61f7-4a84-8004-fbd9ea6b06ff", "type": "lvl2", "url": "/docs/components/spinner#usage", "hierarchy": { "lvl1": "Spinner", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "fbebba82-e90d-41ca-bc0d-ad8453a2c82f", + "objectID": "cf29dd0e-59af-4a76-9e7c-db1fcf03c6fc", "type": "lvl3", "url": "/docs/components/spinner#sizes", "hierarchy": { "lvl1": "Spinner", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "98bdc3b2-7152-4f77-9067-17dad18c01e1", + "objectID": "3e1ef1eb-4f15-40ae-8260-f700eca0f104", "type": "lvl3", "url": "/docs/components/spinner#colors", "hierarchy": { "lvl1": "Spinner", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "With Label", - "objectID": "b10bf6b4-fb58-41b6-a7d2-06ad90cc4ffd", + "objectID": "6445165b-575c-4625-9d2f-cb729e55f97f", "type": "lvl3", "url": "/docs/components/spinner#with-label", "hierarchy": { "lvl1": "Spinner", "lvl2": "Colors", "lvl3": "With Label" } }, { "content": "Label colors", - "objectID": "817986a0-8f61-4ae0-95dd-f40a6bcbdb13", + "objectID": "eeeb620d-b853-4cc8-b62c-51ee1f30b56d", "type": "lvl3", "url": "/docs/components/spinner#label-colors", "hierarchy": { @@ -4602,21 +5234,21 @@ }, { "content": "Slots", - "objectID": "17bcd44a-e3ad-40c8-80f4-075c45208c0b", + "objectID": "dde3363f-2b8b-412d-bd2a-060de6e7a21f", "type": "lvl2", "url": "/docs/components/spinner#slots", "hierarchy": { "lvl1": "Spinner", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "ba3ca7e3-80ac-4ed8-aa6a-cb8db4e94920", + "objectID": "05c5470d-9f2b-4c5d-99fc-2d6ebc7c8331", "type": "lvl2", "url": "/docs/components/spinner#api", "hierarchy": { "lvl1": "Spinner", "lvl2": "API", "lvl3": null } }, { "content": "Circular Progress Props", - "objectID": "bc8a177e-cefc-445e-ac0a-d72964f4a3e0", + "objectID": "14644577-2696-457d-b7e6-104162730d75", "type": "lvl3", "url": "/docs/components/spinner#circular-progress-props", "hierarchy": { @@ -4627,56 +5259,56 @@ }, { "content": "Switch", - "objectID": "4c45bdd0-4ec1-4030-93d2-d933f44553f8", + "objectID": "1e773372-27eb-4cbd-a738-a6ec838fa056", "type": "lvl1", "url": "/docs/components/switch", "hierarchy": { "lvl1": "Switch" } }, { "content": "Import", - "objectID": "69d3861c-0229-43ef-a16d-e5caa93bdc06", + "objectID": "1d337d20-3cfd-4104-bf97-35f368acf217", "type": "lvl2", "url": "/docs/components/switch#import", "hierarchy": { "lvl1": "Switch", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "ba05e909-6982-484e-b533-cfe624deb4a2", + "objectID": "24b93ce2-eff7-4559-beef-021a29bdd7bf", "type": "lvl2", "url": "/docs/components/switch#usage", "hierarchy": { "lvl1": "Switch", "lvl2": "Usage", "lvl3": null } }, { "content": "With Label", - "objectID": "3347a20c-8b58-40fd-b0d7-86317e5a5357", + "objectID": "47ef5458-f717-44ae-a79a-16ee421f9e22", "type": "lvl3", "url": "/docs/components/switch#with-label", "hierarchy": { "lvl1": "Switch", "lvl2": "Usage", "lvl3": "With Label" } }, { "content": "Disabled", - "objectID": "f3685c98-e3fe-4383-bdee-a40ff046479e", + "objectID": "5cbd3362-e1ae-45d7-85f2-b8ae0d64cdea", "type": "lvl3", "url": "/docs/components/switch#disabled", "hierarchy": { "lvl1": "Switch", "lvl2": "With Label", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "7985128e-1044-4164-b7d6-e18d3caac31d", + "objectID": "8c2e969b-2760-44f7-a562-8c9a983bba40", "type": "lvl3", "url": "/docs/components/switch#sizes", "hierarchy": { "lvl1": "Switch", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "3e334412-fd69-45e0-9656-78ec6248cb3a", + "objectID": "a927092a-8c9f-4cb9-983c-8d5df3601c82", "type": "lvl3", "url": "/docs/components/switch#colors", "hierarchy": { "lvl1": "Switch", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "With Thumb Icon", - "objectID": "6744608a-44af-4ef7-8724-6005278f2413", + "objectID": "b8bf1b02-5449-46f4-bb18-3a731f60ef17", "type": "lvl3", "url": "/docs/components/switch#with-thumb-icon", "hierarchy": { @@ -4687,7 +5319,7 @@ }, { "content": "With Icons", - "objectID": "969c121f-94ac-4ea9-9740-409c2397d1f4", + "objectID": "1a29cc48-ec06-4f9e-bfa3-8e04a8696f5d", "type": "lvl3", "url": "/docs/components/switch#with-icons", "hierarchy": { @@ -4698,7 +5330,7 @@ }, { "content": "Controlled", - "objectID": "f466ac2d-b4f6-4061-82fc-691544d20d26", + "objectID": "688d2293-9c34-40fe-8833-5e463985eb5a", "type": "lvl3", "url": "/docs/components/switch#controlled", "hierarchy": { @@ -4709,21 +5341,21 @@ }, { "content": "Slots", - "objectID": "8149d7f5-509d-4c87-b660-4a911a102c2f", + "objectID": "f3704ca5-de21-4ac4-80f8-25a0e4a4eb69", "type": "lvl2", "url": "/docs/components/switch#slots", "hierarchy": { "lvl1": "Switch", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "5df73a11-01f9-4b8d-9329-034217991569", + "objectID": "03945f14-5c46-47ff-aaf1-4df772e66232", "type": "lvl3", "url": "/docs/components/switch#custom-styles", "hierarchy": { "lvl1": "Switch", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "c5ae4e65-f4c0-4920-afe4-9e1957e33dab", + "objectID": "9b77eddc-57fc-408a-8b1c-1a715e9ab91d", "type": "lvl3", "url": "/docs/components/switch#custom-implementation", "hierarchy": { @@ -4734,35 +5366,35 @@ }, { "content": "Data Attributes", - "objectID": "030b65b1-4b51-4685-8782-786ef9ae8afd", + "objectID": "b905f156-29fd-4f71-8c15-80fa7362c93e", "type": "lvl2", "url": "/docs/components/switch#data-attributes", "hierarchy": { "lvl1": "Switch", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "d5f8adb5-5685-4a93-bc80-b56169362c4b", + "objectID": "3ec8ca8b-0f14-4f78-ae0c-49283011030e", "type": "lvl2", "url": "/docs/components/switch#accessibility", "hierarchy": { "lvl1": "Switch", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "4149b51f-dfee-4cbe-835f-66542f0c3e03", + "objectID": "2978a7ef-c6f7-4918-b87a-6d658d91c803", "type": "lvl2", "url": "/docs/components/switch#api", "hierarchy": { "lvl1": "Switch", "lvl2": "API", "lvl3": null } }, { "content": "Switch Props", - "objectID": "c048ff70-f3ee-4955-a9ea-f64b7dee87f9", + "objectID": "8ccb88e5-60d4-4889-a811-8a9fca929638", "type": "lvl3", "url": "/docs/components/switch#switch-props", "hierarchy": { "lvl1": "Switch", "lvl2": "API", "lvl3": "Switch Props" } }, { "content": "Switch Events", - "objectID": "64b71f4b-83fe-4efe-a598-4589a15e7141", + "objectID": "01870f7c-20e2-4471-94c9-a884e5e99a83", "type": "lvl3", "url": "/docs/components/switch#switch-events", "hierarchy": { @@ -4773,56 +5405,56 @@ }, { "content": "Types", - "objectID": "7f4ec848-c557-4f25-9ee6-d562e92225ec", + "objectID": "a8756bc8-3ba3-4f92-bbb8-3299064ccdaa", "type": "lvl3", "url": "/docs/components/switch#types", "hierarchy": { "lvl1": "Switch", "lvl2": "Switch Events", "lvl3": "Types" } }, { "content": "Switch Icon Props", - "objectID": "9b33b7a1-e5c7-4d07-9b3d-4d12dc32ffa7", + "objectID": "9512f032-4c0a-4adf-84c3-f0255c13cda8", "type": "lvl4", "url": "/docs/components/switch#switch-icon-props", "hierarchy": { "lvl1": "Switch", "lvl2": "Types", "lvl3": null } }, { "content": "Table", - "objectID": "3b062498-831b-4576-9d53-3879c4c0e288", + "objectID": "9aecb595-1b9e-4080-8302-b59958e8a5dd", "type": "lvl1", "url": "/docs/components/table", "hierarchy": { "lvl1": "Table" } }, { "content": "Import", - "objectID": "bb9416bc-5f79-49c6-9638-3fe069059fd8", + "objectID": "2881fbca-3458-4aed-9070-5d848d39a783", "type": "lvl2", "url": "/docs/components/table#import", "hierarchy": { "lvl1": "Table", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "eade1ac7-3fa3-416c-b0dc-c5f0c6e0cdc1", + "objectID": "824dafa0-b991-4e68-aedb-026f3bcc836e", "type": "lvl2", "url": "/docs/components/table#usage", "hierarchy": { "lvl1": "Table", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic", - "objectID": "03835f59-d673-4786-8d21-2a0b023437fb", + "objectID": "0906c668-662c-4993-b000-cad846d660d6", "type": "lvl3", "url": "/docs/components/table#dynamic", "hierarchy": { "lvl1": "Table", "lvl2": "Usage", "lvl3": "Dynamic" } }, { "content": "Why not array map?", - "objectID": "e3842784-3733-46fe-b9f6-793b3baaa681", + "objectID": "e94e1eb9-233f-44e7-815d-76369dc04646", "type": "lvl4", "url": "/docs/components/table#why-not-array-map", "hierarchy": { "lvl1": "Table", "lvl2": "Dynamic", "lvl3": null } }, { "content": "Empty State", - "objectID": "c21f45f5-6397-4815-951a-6f32f2493dc4", + "objectID": "20b2a7a7-f0f8-4a13-8b60-f7c76e94829b", "type": "lvl3", "url": "/docs/components/table#empty-state", "hierarchy": { @@ -4833,7 +5465,7 @@ }, { "content": "Without Header", - "objectID": "44b28061-73d8-4d88-b9ff-66c83206358f", + "objectID": "30a26aa9-e18e-4185-bbf2-030eb0021ed4", "type": "lvl3", "url": "/docs/components/table#without-header", "hierarchy": { @@ -4844,7 +5476,7 @@ }, { "content": "Without Wrapper", - "objectID": "5d4661e6-b69e-4a02-a4f0-3dc5ba2fb452", + "objectID": "9aa1d2e6-8bb3-42f5-bbbf-858a1cd9bbc8", "type": "lvl3", "url": "/docs/components/table#without-wrapper", "hierarchy": { @@ -4855,7 +5487,7 @@ }, { "content": "Custom Cells", - "objectID": "1b05a452-7cff-4f30-beee-41e7b92acc02", + "objectID": "0d8cc37b-67b0-40da-bfa0-4cfcd1cb574f", "type": "lvl3", "url": "/docs/components/table#custom-cells", "hierarchy": { @@ -4866,7 +5498,7 @@ }, { "content": "Striped Rows", - "objectID": "6bf6df60-e1c3-4d91-8996-fdd454a05e84", + "objectID": "94072ef9-7be7-4179-a0f4-c1c076ae3597", "type": "lvl3", "url": "/docs/components/table#striped-rows", "hierarchy": { @@ -4877,7 +5509,7 @@ }, { "content": "Single Row Selection", - "objectID": "88b0a774-f7aa-4ae3-a4da-2801b1c3662d", + "objectID": "5a950680-3a8a-4764-9107-8590593711a2", "type": "lvl3", "url": "/docs/components/table#single-row-selection", "hierarchy": { @@ -4888,7 +5520,7 @@ }, { "content": "Multiple Row Selection", - "objectID": "4647702d-cf0a-47b6-bc5d-c59b51a4f0d0", + "objectID": "1357443d-b25a-4221-be89-f74ccf7decea", "type": "lvl3", "url": "/docs/components/table#multiple-row-selection", "hierarchy": { @@ -4899,7 +5531,7 @@ }, { "content": "Disallow Empty Selection", - "objectID": "0ed1a196-5ef2-4fcb-8a4d-4490d7f97cbf", + "objectID": "286bf403-480e-469a-be40-db83926129f2", "type": "lvl3", "url": "/docs/components/table#disallow-empty-selection", "hierarchy": { @@ -4910,7 +5542,7 @@ }, { "content": "Controlled Selection", - "objectID": "d1d5fa52-e433-4329-bc01-da696f63ff80", + "objectID": "39a5eee5-0053-4df2-964f-940783807303", "type": "lvl3", "url": "/docs/components/table#controlled-selection", "hierarchy": { @@ -4921,7 +5553,7 @@ }, { "content": "Disabled Rows", - "objectID": "c19b07ee-9636-429f-a3ca-1e2a2afb1ab0", + "objectID": "44b1d021-4c87-4d6a-b2cb-9ab7508bd167", "type": "lvl3", "url": "/docs/components/table#disabled-rows", "hierarchy": { @@ -4932,7 +5564,7 @@ }, { "content": "Selection Behavior", - "objectID": "989d5b2c-f98f-41aa-b00c-8398f7dfb0d5", + "objectID": "62b995e5-1538-4877-a207-3bccf9a34721", "type": "lvl3", "url": "/docs/components/table#selection-behavior", "hierarchy": { @@ -4943,7 +5575,7 @@ }, { "content": "Rows Actions", - "objectID": "b6e3c0ac-78ba-4031-93c0-8635aca5afc8", + "objectID": "a6609dce-6662-4339-90a5-bc6608f3a6d0", "type": "lvl3", "url": "/docs/components/table#rows-actions", "hierarchy": { @@ -4954,7 +5586,7 @@ }, { "content": "Sorting Rows", - "objectID": "561f2fd8-98e8-4264-9ac9-3afd7ef47935", + "objectID": "2d033d15-7530-4234-b206-32941e694c40", "type": "lvl3", "url": "/docs/components/table#sorting-rows", "hierarchy": { @@ -4965,7 +5597,7 @@ }, { "content": "Loading more data", - "objectID": "f1c70562-2c24-46e1-b532-dbc538578ebf", + "objectID": "dfe581ed-6f87-449a-b475-3fa17ffc7694", "type": "lvl3", "url": "/docs/components/table#loading-more-data", "hierarchy": { @@ -4976,7 +5608,7 @@ }, { "content": "Paginated Table", - "objectID": "0a93c2eb-d7e3-4e3e-957a-ded86091bd1a", + "objectID": "0ce4ce1a-5144-4e16-af34-2a4afd65b91c", "type": "lvl3", "url": "/docs/components/table#paginated-table", "hierarchy": { @@ -4987,7 +5619,7 @@ }, { "content": "Async Pagination", - "objectID": "8150d819-e7f4-4dae-8280-a1a3095041ed", + "objectID": "e5ba4bf1-182e-499b-8bdf-90e37da4f225", "type": "lvl3", "url": "/docs/components/table#async-pagination", "hierarchy": { @@ -4998,7 +5630,7 @@ }, { "content": "Infinite Pagination", - "objectID": "b3f80f16-4b3e-4299-ba87-0687488e5262", + "objectID": "95812e0b-19db-4019-88b0-31bbb270a797", "type": "lvl3", "url": "/docs/components/table#infinite-pagination", "hierarchy": { @@ -5009,7 +5641,7 @@ }, { "content": "Use Case Example", - "objectID": "bdc51307-1116-4111-aa09-1562c04f5008", + "objectID": "c1640e45-d8e0-4e79-ac7e-6b18ef887041", "type": "lvl3", "url": "/docs/components/table#use-case-example", "hierarchy": { @@ -5020,49 +5652,49 @@ }, { "content": "Slots", - "objectID": "e04fc621-c91f-4e4d-89da-e487ee1e13ce", + "objectID": "a59b0869-cca2-46ca-a7c9-1365598a952a", "type": "lvl2", "url": "/docs/components/table#slots", "hierarchy": { "lvl1": "Table", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "be77dae3-28f2-4983-89b1-0c9118439cd5", + "objectID": "8adb05e1-e295-47c5-b366-2af99cd484c7", "type": "lvl3", "url": "/docs/components/table#custom-styles", "hierarchy": { "lvl1": "Table", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "56cf74a5-12da-4d32-a86a-e7db0ef1f831", + "objectID": "0a5be779-6acd-4716-9002-7d77ba4c3120", "type": "lvl2", "url": "/docs/components/table#data-attributes", "hierarchy": { "lvl1": "Table", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "f3670568-6945-4ff5-bb22-e57f6098a020", + "objectID": "e558f95b-cb9f-4fb3-a8e5-fd684e2e4527", "type": "lvl2", "url": "/docs/components/table#accessibility", "hierarchy": { "lvl1": "Table", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "a08a6e12-46d6-416c-8bab-9152d00a7d85", + "objectID": "f98f54e4-be40-4d64-92cc-a548db733c8d", "type": "lvl2", "url": "/docs/components/table#api", "hierarchy": { "lvl1": "Table", "lvl2": "API", "lvl3": null } }, { "content": "Table Props", - "objectID": "647c8f48-cd3f-4c41-972a-3560edec4e6e", + "objectID": "f0d9e600-adc7-46a4-bbac-8c5a697d8e1c", "type": "lvl3", "url": "/docs/components/table#table-props", "hierarchy": { "lvl1": "Table", "lvl2": "API", "lvl3": "Table Props" } }, { "content": "Table Events", - "objectID": "ec4247e0-a75e-4b5e-84c1-fee83b18ac03", + "objectID": "20a93728-1b73-4693-9110-10fea2a0c529", "type": "lvl3", "url": "/docs/components/table#table-events", "hierarchy": { @@ -5073,28 +5705,28 @@ }, { "content": "TableHeader Props", - "objectID": "9fbe35f2-3c4a-4d8c-961a-2feac8cf5ab7", + "objectID": "a25d5cfe-4563-411e-8f5e-8335078b7fef", "type": "lvl4", "url": "/docs/components/table#tableheader-props", "hierarchy": { "lvl1": "Table", "lvl2": "Table Events", "lvl3": null } }, { "content": "TableColumn Props", - "objectID": "6cadaf35-e199-43b8-838a-92372a78793b", + "objectID": "c1685fc8-90b0-4dd9-bb0b-d47ee26130e2", "type": "lvl4", "url": "/docs/components/table#tablecolumn-props", "hierarchy": { "lvl1": "Table", "lvl2": "TableHeader Props", "lvl3": null } }, { "content": "TableBody Props", - "objectID": "871c95ca-3f2a-4af4-a319-7120f0e53e0e", + "objectID": "99c0c2cc-e84b-461c-ac74-e7698768993f", "type": "lvl4", "url": "/docs/components/table#tablebody-props", "hierarchy": { "lvl1": "Table", "lvl2": "TableColumn Props", "lvl3": null } }, { "content": "TableBody Events", - "objectID": "17d500bb-749a-4906-a591-3ec83e3514e0", + "objectID": "582b5f40-5d57-4c55-b23a-702372aadc49", "type": "lvl3", "url": "/docs/components/table#tablebody-events", "hierarchy": { @@ -5105,21 +5737,21 @@ }, { "content": "TableRow Props", - "objectID": "43162a4b-2410-4818-ae8c-cadf94794525", + "objectID": "04915a67-d466-4a40-b243-57a1777da031", "type": "lvl4", "url": "/docs/components/table#tablerow-props", "hierarchy": { "lvl1": "Table", "lvl2": "TableBody Events", "lvl3": null } }, { "content": "TableCell Props", - "objectID": "f7411efe-66d4-404e-8f4b-7d032e116cfe", + "objectID": "8611b69d-a3ff-49cf-a127-3a53f90911dc", "type": "lvl4", "url": "/docs/components/table#tablecell-props", "hierarchy": { "lvl1": "Table", "lvl2": "TableRow Props", "lvl3": null } }, { "content": "Table types", - "objectID": "408eb6c0-cdbf-4577-b731-9c1a575a16f5", + "objectID": "c0473dcc-a936-4ee4-bcd5-17b4ee31b7b5", "type": "lvl3", "url": "/docs/components/table#table-types", "hierarchy": { @@ -5130,238 +5762,259 @@ }, { "content": "Sort descriptor", - "objectID": "f68eac8d-d630-4a8f-a52d-430f289ecc50", + "objectID": "f5dd7612-61ae-473d-a9c7-e7e8ea29fb93", "type": "lvl4", "url": "/docs/components/table#sort-descriptor", "hierarchy": { "lvl1": "Table", "lvl2": "Table types", "lvl3": null } }, { "content": "Selection", - "objectID": "70699095-923f-4665-8993-d44b33f4caf2", + "objectID": "dc44cbec-99af-4800-9f65-c229d5bd4cd9", "type": "lvl4", "url": "/docs/components/table#selection", "hierarchy": { "lvl1": "Table", "lvl2": "Sort descriptor", "lvl3": null } }, { "content": "Loading state", - "objectID": "ae26a5d6-4002-4d1f-bb47-1d044f28f4b2", + "objectID": "b96dd32a-43ae-4be9-9377-dea810fe5c96", "type": "lvl4", "url": "/docs/components/table#loading-state", "hierarchy": { "lvl1": "Table", "lvl2": "Selection", "lvl3": null } }, { "content": "Tabs", - "objectID": "91022829-cce5-44c6-8215-02585885a489", + "objectID": "9f1e8e6c-5439-4a12-acc7-fb5c8bd8e816", "type": "lvl1", "url": "/docs/components/tabs", "hierarchy": { "lvl1": "Tabs" } }, { "content": "Import", - "objectID": "f8d4a6ac-e5b6-41ce-b53c-b18a05752da8", + "objectID": "40e753a4-ed31-46eb-801a-8d0299108899", "type": "lvl2", "url": "/docs/components/tabs#import", "hierarchy": { "lvl1": "Tabs", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "6c184822-f191-4479-9e68-99f4f1926a0f", + "objectID": "e6901bb3-6a27-4670-bcfb-d540f01d012f", "type": "lvl2", "url": "/docs/components/tabs#usage", "hierarchy": { "lvl1": "Tabs", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic", - "objectID": "d8f484b4-ca94-4888-8d93-bfdb72c72e7e", + "objectID": "d080dcd5-75fc-4a48-9994-b4d8a8937eae", "type": "lvl3", "url": "/docs/components/tabs#dynamic", "hierarchy": { "lvl1": "Tabs", "lvl2": "Usage", "lvl3": "Dynamic" } }, { "content": "Disabled", - "objectID": "e2983908-0e9e-40e0-84b2-d78a15dc074c", + "objectID": "37209a3c-4c5b-4e65-a69a-a7fd4c031917", "type": "lvl3", "url": "/docs/components/tabs#disabled", "hierarchy": { "lvl1": "Tabs", "lvl2": "Dynamic", "lvl3": "Disabled" } }, { "content": "Disabled Item", - "objectID": "ab031977-c229-496e-9abf-0d7ea9e4bc16", + "objectID": "8c25e5c6-1fa8-4f71-be65-abd138e6a9dc", "type": "lvl3", "url": "/docs/components/tabs#disabled-item", "hierarchy": { "lvl1": "Tabs", "lvl2": "Disabled", "lvl3": "Disabled Item" } }, { "content": "Sizes", - "objectID": "da7ec732-ca72-4446-bb7b-7d3fefc15824", + "objectID": "db7739a0-30a8-4c84-af7d-1770ff8cc65a", "type": "lvl3", "url": "/docs/components/tabs#sizes", "hierarchy": { "lvl1": "Tabs", "lvl2": "Disabled Item", "lvl3": "Sizes" } }, { "content": "Radius", - "objectID": "58e00dfe-8d99-4404-a872-35a0f9e0ab62", + "objectID": "e1c14048-c4f4-4d80-98f0-b280000ef10a", "type": "lvl3", "url": "/docs/components/tabs#radius", "hierarchy": { "lvl1": "Tabs", "lvl2": "Sizes", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "f161f3b7-d71f-4657-b338-06593e423400", + "objectID": "46f4fb77-71a3-49a1-b16f-7df07154fa21", "type": "lvl3", "url": "/docs/components/tabs#colors", "hierarchy": { "lvl1": "Tabs", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "81b70f6a-7725-410b-9977-aef960b7cd99", + "objectID": "64e2b5e4-30e1-420e-b63a-bc5fa53a8539", "type": "lvl3", "url": "/docs/components/tabs#variants", "hierarchy": { "lvl1": "Tabs", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "With Icons", - "objectID": "26311991-6b3c-4141-a060-debc05155bef", + "objectID": "a60e76fc-d562-444f-9f12-6b95e62b0854", "type": "lvl3", "url": "/docs/components/tabs#with-icons", "hierarchy": { "lvl1": "Tabs", "lvl2": "Variants", "lvl3": "With Icons" } }, { "content": "Controlled", - "objectID": "0c12a765-7007-4fa6-8b07-f8fb22c40733", + "objectID": "b9090dbc-e7df-4913-830a-218de5782114", "type": "lvl3", "url": "/docs/components/tabs#controlled", "hierarchy": { "lvl1": "Tabs", "lvl2": "With Icons", "lvl3": "Controlled" } }, + { + "content": "Links", + "objectID": "3cfbe39f-252c-48b2-8b81-8f714b3731dd", + "type": "lvl3", + "url": "/docs/components/tabs#links", + "hierarchy": { "lvl1": "Tabs", "lvl2": "Controlled", "lvl3": "Links" } + }, + { + "content": "Next.js", + "objectID": "05551436-9a5f-4f5e-997c-bdda2b72c28b", + "type": "lvl4", + "url": "/docs/components/tabs#nextjs", + "hierarchy": { "lvl1": "Tabs", "lvl2": "Links", "lvl3": null } + }, + { + "content": "React Router", + "objectID": "10b63983-8d0c-44e2-a9a2-3bfb4bcb90da", + "type": "lvl4", + "url": "/docs/components/tabs#react-router", + "hierarchy": { "lvl1": "Tabs", "lvl2": "Next.js", "lvl3": null } + }, { "content": "With Form", - "objectID": "37298d05-04d6-42c7-935a-a687553226de", + "objectID": "3b622fa1-c6b4-4a40-9149-c9b06e8a76ed", "type": "lvl3", "url": "/docs/components/tabs#with-form", - "hierarchy": { "lvl1": "Tabs", "lvl2": "Controlled", "lvl3": "With Form" } + "hierarchy": { "lvl1": "Tabs", "lvl2": "React Router", "lvl3": "With Form" } }, { "content": "Slots", - "objectID": "e0a33007-6ebf-4562-8584-9790ea5b70d2", + "objectID": "3667f8ea-df6a-4156-a61b-a7195d08fc94", "type": "lvl2", "url": "/docs/components/tabs#slots", "hierarchy": { "lvl1": "Tabs", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "54405e25-4859-4f41-ab22-c115a3435495", + "objectID": "94697247-aedb-4615-8f68-1b0278b674c0", "type": "lvl3", "url": "/docs/components/tabs#custom-styles", "hierarchy": { "lvl1": "Tabs", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "98e570b0-44b6-4a2d-a163-e31ad90e2f09", + "objectID": "482a69ee-f10c-463a-a14b-2e5201af9ccb", "type": "lvl2", "url": "/docs/components/tabs#data-attributes", "hierarchy": { "lvl1": "Tabs", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "076471e7-ab0a-4910-aead-8561c44719ca", + "objectID": "b00ea341-10ee-408a-ad28-89d728f2729f", "type": "lvl2", "url": "/docs/components/tabs#accessibility", "hierarchy": { "lvl1": "Tabs", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "cc3f46ef-8683-4536-9699-3e277d815f72", + "objectID": "e10f01d1-7f1b-4075-8741-b0d7c98afc4d", "type": "lvl2", "url": "/docs/components/tabs#api", "hierarchy": { "lvl1": "Tabs", "lvl2": "API", "lvl3": null } }, { "content": "Tabs Props", - "objectID": "e26f67a8-a2e6-413f-95fe-b511f0e438e4", + "objectID": "566862a2-bedf-45ff-abcf-af4baee6401a", "type": "lvl3", "url": "/docs/components/tabs#tabs-props", "hierarchy": { "lvl1": "Tabs", "lvl2": "API", "lvl3": "Tabs Props" } }, { "content": "Tabs Events", - "objectID": "90b6163e-7235-4b9f-a7f1-0b41eb2ca642", + "objectID": "036ca090-fd64-4e55-bb11-7393fea113fc", "type": "lvl3", "url": "/docs/components/tabs#tabs-events", "hierarchy": { "lvl1": "Tabs", "lvl2": "Tabs Props", "lvl3": "Tabs Events" } }, { "content": "Tab Props", - "objectID": "57988951-209c-44f1-866e-4e1964f71bfa", + "objectID": "53008400-809d-446d-a3ca-802abf56b21f", "type": "lvl3", "url": "/docs/components/tabs#tab-props", "hierarchy": { "lvl1": "Tabs", "lvl2": "Tabs Events", "lvl3": "Tab Props" } }, { "content": "Motion Props", - "objectID": "b2fbe9ef-a4b5-489a-bedf-eef182c1c3bf", + "objectID": "7e0f439f-9f7e-48fc-9271-00579ea70fa4", "type": "lvl4", "url": "/docs/components/tabs#motion-props", "hierarchy": { "lvl1": "Tabs", "lvl2": "Tab Props", "lvl3": null } }, { "content": "Textarea", - "objectID": "139b5073-4669-47f5-afbc-8b3eff72b780", + "objectID": "3288e349-6fba-4e0f-9431-c499a8ebfd07", "type": "lvl1", "url": "/docs/components/textarea", "hierarchy": { "lvl1": "Textarea" } }, { "content": "Import", - "objectID": "975087bd-6b49-430d-ba63-938a873f00fb", + "objectID": "c0d54278-bc96-4697-806a-49d5decb62f5", "type": "lvl2", "url": "/docs/components/textarea#import", "hierarchy": { "lvl1": "Textarea", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "d220c99d-ed03-452c-8d75-de6b69bee2ee", + "objectID": "b7099625-46f1-4f77-acbc-4bbe2900b570", "type": "lvl2", "url": "/docs/components/textarea#usage", "hierarchy": { "lvl1": "Textarea", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "83c74239-d573-43c4-aa59-c757e572b205", + "objectID": "8c1740ec-25e7-4c3e-9ddb-a954a296a6c5", "type": "lvl3", "url": "/docs/components/textarea#disabled", "hierarchy": { "lvl1": "Textarea", "lvl2": "Usage", "lvl3": "Disabled" } }, { - "content": "Readonly", - "objectID": "5fa380d0-b442-491b-ac0f-6000d536bf80", + "content": "Read Only", + "objectID": "a9e4ec02-94bc-4256-9fa6-083372556a21", "type": "lvl3", - "url": "/docs/components/textarea#readonly", - "hierarchy": { "lvl1": "Textarea", "lvl2": "Disabled", "lvl3": "Readonly" } + "url": "/docs/components/textarea#read-only", + "hierarchy": { "lvl1": "Textarea", "lvl2": "Disabled", "lvl3": "Read Only" } }, { "content": "Required", - "objectID": "3ff09857-4a19-4e18-81cf-2b84cbe16a6d", + "objectID": "0264f43d-63ee-4ae1-a383-79081902e501", "type": "lvl3", "url": "/docs/components/textarea#required", - "hierarchy": { "lvl1": "Textarea", "lvl2": "Readonly", "lvl3": "Required" } + "hierarchy": { "lvl1": "Textarea", "lvl2": "Read Only", "lvl3": "Required" } }, { "content": "Autosize", - "objectID": "6a2d250f-bb0e-4f3c-8911-1472afc7cd14", + "objectID": "7d1e518e-d2e6-4183-b648-0ea84593b050", "type": "lvl3", "url": "/docs/components/textarea#autosize", "hierarchy": { "lvl1": "Textarea", "lvl2": "Required", "lvl3": "Autosize" } }, { "content": "Variants", - "objectID": "2e36f4b5-e5f0-43c7-9de1-1bbb040d7a89", + "objectID": "f620b15e-e39a-448c-b5b8-887b38d5f842", "type": "lvl3", "url": "/docs/components/textarea#variants", "hierarchy": { "lvl1": "Textarea", "lvl2": "Autosize", "lvl3": "Variants" } }, { "content": "With Error Message", - "objectID": "36c0495b-c97c-4ad3-90c6-5f5cc0cc8f82", + "objectID": "9e7cca03-cdcf-4917-ae30-29c26bc68170", "type": "lvl3", "url": "/docs/components/textarea#with-error-message", "hierarchy": { @@ -5372,7 +6025,7 @@ }, { "content": "Description", - "objectID": "16e988ea-30c0-426c-9058-b96106def872", + "objectID": "8f711f19-cec5-4f8c-8bc5-6f0b29a993cd", "type": "lvl3", "url": "/docs/components/textarea#description", "hierarchy": { @@ -5383,7 +6036,7 @@ }, { "content": "Controlled", - "objectID": "d082f72f-7bed-4f55-a1a5-c5b9bcd27310", + "objectID": "57859d04-aedf-4598-888b-0e0437961e6f", "type": "lvl3", "url": "/docs/components/textarea#controlled", "hierarchy": { @@ -5394,42 +6047,42 @@ }, { "content": "Slots", - "objectID": "773cc5d7-37e0-416d-82ba-2c3839646409", + "objectID": "526a7973-1208-4360-9c66-6f222fa63191", "type": "lvl2", "url": "/docs/components/textarea#slots", "hierarchy": { "lvl1": "Textarea", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "6b0d6765-7a04-4dca-beae-cb367eaa2419", + "objectID": "90859ff3-db08-40d1-b858-f95029ab6f17", "type": "lvl2", "url": "/docs/components/textarea#data-attributes", "hierarchy": { "lvl1": "Textarea", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "254e435f-1512-4bf6-839e-2fda1121765c", + "objectID": "50871a5d-b9b4-49e3-b6e6-5550cb16dab3", "type": "lvl2", "url": "/docs/components/textarea#accessibility", "hierarchy": { "lvl1": "Textarea", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "083ce40f-0207-44c2-85e7-16b705885a62", + "objectID": "1a20ff0c-ae85-4302-9687-61cbfc21ac7b", "type": "lvl2", "url": "/docs/components/textarea#api", "hierarchy": { "lvl1": "Textarea", "lvl2": "API", "lvl3": null } }, { "content": "Textarea Props", - "objectID": "e1d1cbf6-757f-4b7f-84f5-f312a99bf091", + "objectID": "ed019f47-fea9-4094-b90f-6b8ef4c824e2", "type": "lvl3", "url": "/docs/components/textarea#textarea-props", "hierarchy": { "lvl1": "Textarea", "lvl2": "API", "lvl3": "Textarea Props" } }, { "content": "Input Events", - "objectID": "a359b6de-478f-4823-87e6-d39c02049a3c", + "objectID": "9c162978-7646-4b45-b200-9e630e9fae9b", "type": "lvl3", "url": "/docs/components/textarea#input-events", "hierarchy": { @@ -5440,63 +6093,63 @@ }, { "content": "Tooltip", - "objectID": "694ab657-0cfc-44e0-bcd1-24f9a5d9643f", + "objectID": "bccc44ce-e290-420c-b78c-d24185271b22", "type": "lvl1", "url": "/docs/components/tooltip", "hierarchy": { "lvl1": "Tooltip" } }, { "content": "Import", - "objectID": "953adc18-a78b-453c-94be-78b4aedc4284", + "objectID": "0f9994cf-bcd8-4e5a-aa84-7b63cb84f815", "type": "lvl2", "url": "/docs/components/tooltip#import", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "8044d415-604d-483a-8963-d203c197e039", + "objectID": "f81ada1a-34f2-403f-8208-365ee713be61", "type": "lvl2", "url": "/docs/components/tooltip#usage", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Usage", "lvl3": null } }, { "content": "With Arrow", - "objectID": "ca3135a0-e827-4820-968c-b44230a7d8b1", + "objectID": "7e4db166-5012-43b7-ada6-9e244832f726", "type": "lvl3", "url": "/docs/components/tooltip#with-arrow", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Usage", "lvl3": "With Arrow" } }, { "content": "Colors", - "objectID": "317b7574-2095-4a83-b212-7272c9894abc", + "objectID": "cd9f761b-2f04-45ce-ba5f-a2fc0f780008", "type": "lvl3", "url": "/docs/components/tooltip#colors", "hierarchy": { "lvl1": "Tooltip", "lvl2": "With Arrow", "lvl3": "Colors" } }, { "content": "Placements", - "objectID": "68cd940a-9d9a-4f5e-ae41-7a5557d85be2", + "objectID": "5d04f426-986c-408f-8366-3d01c16210a3", "type": "lvl3", "url": "/docs/components/tooltip#placements", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Colors", "lvl3": "Placements" } }, { "content": "Offset", - "objectID": "d9c919bc-029b-4248-b7f7-95dba5c9d5d9", + "objectID": "82c3d4f4-689f-425d-a8d3-b3e3d0bc29f5", "type": "lvl3", "url": "/docs/components/tooltip#offset", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Placements", "lvl3": "Offset" } }, { "content": "Controlled", - "objectID": "faa8231f-910a-4564-8f17-2e68b5a5a45c", + "objectID": "f4331a32-c523-4c4e-a0d3-15fbf5a2b506", "type": "lvl3", "url": "/docs/components/tooltip#controlled", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Offset", "lvl3": "Controlled" } }, { "content": "With Delay", - "objectID": "ede611d4-b31a-437e-8c0a-31c1467ca9a8", + "objectID": "841f915a-f1d8-4fa7-ab38-6076cc14bfa6", "type": "lvl3", "url": "/docs/components/tooltip#with-delay", "hierarchy": { @@ -5507,7 +6160,7 @@ }, { "content": "Custom Content", - "objectID": "d1eb90e9-167b-479a-9086-4b1b09ae7a0c", + "objectID": "42273108-7561-4a47-ae60-e4a29e28a403", "type": "lvl3", "url": "/docs/components/tooltip#custom-content", "hierarchy": { @@ -5518,7 +6171,7 @@ }, { "content": "Custom Motion", - "objectID": "84aecc54-59d9-44d2-9b71-278c0451617e", + "objectID": "3fb8cfd8-c9ab-4ab4-b4a8-a2e89c5fd8f1", "type": "lvl3", "url": "/docs/components/tooltip#custom-motion", "hierarchy": { @@ -5529,49 +6182,49 @@ }, { "content": "Slots", - "objectID": "899589cf-7fc7-4200-be90-f61b2572f05b", + "objectID": "4565eec7-74d6-4366-a350-a345afaf6d7d", "type": "lvl2", "url": "/docs/components/tooltip#slots", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "9536c7c1-373c-4a7b-88f7-c12a63837a4c", + "objectID": "10db5480-7f52-4013-be77-2335316a60de", "type": "lvl3", "url": "/docs/components/tooltip#custom-styles", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "6fdff807-8633-4f94-91e1-c080e3e32782", + "objectID": "8ba98674-119f-4d00-be19-554f8e729e51", "type": "lvl2", "url": "/docs/components/tooltip#data-attributes", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "9206f704-3a0b-4d54-812c-83b2b822ab1c", + "objectID": "1b0a4896-0c42-4b9e-a908-c2bf1582c119", "type": "lvl2", "url": "/docs/components/tooltip#accessibility", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "198ad4a5-e125-4c56-8578-900b601f4212", + "objectID": "a90ec4a8-5c8c-49bb-897f-f5b86f0d6bc2", "type": "lvl2", "url": "/docs/components/tooltip#api", "hierarchy": { "lvl1": "Tooltip", "lvl2": "API", "lvl3": null } }, { "content": "Tooltip Props", - "objectID": "eaa1e936-2eb5-404c-ab46-7661057c759f", + "objectID": "53e960ba-01ad-4056-aaa3-30db1946a617", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-props", "hierarchy": { "lvl1": "Tooltip", "lvl2": "API", "lvl3": "Tooltip Props" } }, { "content": "Tooltip Events", - "objectID": "75de4326-ab59-492e-99c6-130e9c229ae7", + "objectID": "5b1aab02-74e1-47f1-802b-9918bd04951e", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-events", "hierarchy": { @@ -5582,7 +6235,7 @@ }, { "content": "Tooltip types", - "objectID": "209134fe-e02c-4e6c-bd9a-f941b1cca03b", + "objectID": "0758efc4-3984-44e5-bbfc-8899afe98855", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-types", "hierarchy": { @@ -5593,14 +6246,14 @@ }, { "content": "Tooltip Placement", - "objectID": "b29f6fec-3582-49cc-a2ab-65e8acd43eeb", + "objectID": "3e654a95-86d8-4044-88eb-3b1efb4d54ee", "type": "lvl4", "url": "/docs/components/tooltip#tooltip-placement", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Tooltip types", "lvl3": null } }, { "content": "Motion Props", - "objectID": "5da6560e-2a50-4a4e-ae95-c9cc401c391a", + "objectID": "23099ae1-67c3-466b-ab27-e7e0f3e48f2c", "type": "lvl4", "url": "/docs/components/tooltip#motion-props", "hierarchy": { @@ -5611,77 +6264,77 @@ }, { "content": "User", - "objectID": "edae20cd-36d9-49df-93fd-b41a99a6f836", + "objectID": "5445a366-f67a-48f9-8d19-3df0b2e4d462", "type": "lvl1", "url": "/docs/components/user", "hierarchy": { "lvl1": "User" } }, { "content": "Import", - "objectID": "32946011-a4ee-46cd-9ff9-343a5a94e7e0", + "objectID": "6077d6b0-de30-4a53-8904-d3f1684b2fa2", "type": "lvl2", "url": "/docs/components/user#import", "hierarchy": { "lvl1": "User", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "d4cb30db-e499-4008-9e5b-61ddc7944861", + "objectID": "35ee4780-0447-4b61-9df8-d750861e6376", "type": "lvl2", "url": "/docs/components/user#usage", "hierarchy": { "lvl1": "User", "lvl2": "Usage", "lvl3": null } }, { "content": "Link Description", - "objectID": "9d42888a-3c39-4a40-9d40-d33d97689e17", + "objectID": "cf2f889d-f41e-4fda-9623-a59de9b78467", "type": "lvl3", "url": "/docs/components/user#link-description", "hierarchy": { "lvl1": "User", "lvl2": "Usage", "lvl3": "Link Description" } }, { "content": "Slots", - "objectID": "1518fdfc-fc70-458b-9ef4-87f19519d249", + "objectID": "ca3b5f2b-4e1b-40c0-bdef-19e0ea6444a7", "type": "lvl2", "url": "/docs/components/user#slots", "hierarchy": { "lvl1": "User", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "4b303057-b99d-414b-a647-5edf0c51dc27", + "objectID": "87c12198-6d94-4342-a083-4840d70f6bfe", "type": "lvl2", "url": "/docs/components/user#data-attributes", "hierarchy": { "lvl1": "User", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "65fe570a-ef4e-4efd-a81c-0f641cd42435", + "objectID": "e94640aa-f4b2-4aba-ada4-c17b852a3fb7", "type": "lvl2", "url": "/docs/components/user#api", "hierarchy": { "lvl1": "User", "lvl2": "API", "lvl3": null } }, { "content": "User Props", - "objectID": "1fd96ec4-0a44-4d6b-b18e-e0d12be3f6cb", + "objectID": "c97f5727-582e-454e-ac8a-528212e2cae6", "type": "lvl3", "url": "/docs/components/user#user-props", "hierarchy": { "lvl1": "User", "lvl2": "API", "lvl3": "User Props" } }, { "content": "Colors", - "objectID": "54e5999c-3ec0-410c-b98d-5478fa62b646", + "objectID": "085d32b1-3a0e-4576-93a4-45d132575ed6", "type": "lvl1", "url": "/docs/customization/colors", "hierarchy": { "lvl1": "Colors" } }, { "content": "Default Colors", - "objectID": "61da51bf-9e92-4531-a243-c36e7e0ea36d", + "objectID": "7352825a-28c6-4824-9ad0-6baf59611cf9", "type": "lvl2", "url": "/docs/customization/colors#default-colors", "hierarchy": { "lvl1": "Colors", "lvl2": "Default Colors", "lvl3": null } }, { "content": "Common Colors", - "objectID": "6a81c168-6f42-476c-9ef1-439147fb3205", + "objectID": "38cc208e-faa9-43f6-a052-9ab40e640fe3", "type": "lvl3", "url": "/docs/customization/colors#common-colors", "hierarchy": { @@ -5692,7 +6345,7 @@ }, { "content": "Semantic Colors", - "objectID": "3b561cdd-684f-406d-a5fb-a665c8235e84", + "objectID": "f445b16d-e54f-42e6-a90c-f74df0b1a020", "type": "lvl3", "url": "/docs/customization/colors#semantic-colors", "hierarchy": { @@ -5703,7 +6356,7 @@ }, { "content": "Using Semantic Colors", - "objectID": "762a3c1c-39c3-4b09-8e0f-bf5ae4544410", + "objectID": "793a109a-f2c7-46a0-a370-221bf0aed8d4", "type": "lvl3", "url": "/docs/customization/colors#using-semantic-colors", "hierarchy": { @@ -5714,7 +6367,7 @@ }, { "content": "Javascript Variables", - "objectID": "dd39b0dd-7d50-46d3-ac6a-f184cec773fe", + "objectID": "8d6afb4a-a1b8-4a3e-bdf7-d1d62470cd7b", "type": "lvl3", "url": "/docs/customization/colors#javascript-variables", "hierarchy": { @@ -5725,7 +6378,7 @@ }, { "content": "CSS Variables", - "objectID": "3806d7fa-f017-41cf-9442-e22314f606d3", + "objectID": "50233ad2-d2a3-40d7-8290-ce9a6b5aacbf", "type": "lvl3", "url": "/docs/customization/colors#css-variables", "hierarchy": { @@ -5736,14 +6389,14 @@ }, { "content": "Create theme", - "objectID": "5cd6d624-8b6f-422a-a04e-01aa763d31b3", + "objectID": "35469b8c-b5f5-43c0-8170-010afafcfe4a", "type": "lvl1", "url": "/docs/customization/create-theme", "hierarchy": { "lvl1": "Create theme" } }, { "content": "Add the new theme to the plugin", - "objectID": "f48753c4-4533-4c24-90f3-38a9aa997561", + "objectID": "351643a3-6d41-41f7-a1e3-fba0d7b1b475", "type": "lvl3", "url": "/docs/customization/create-theme#add-the-new-theme-to-the-plugin", "hierarchy": { @@ -5754,7 +6407,7 @@ }, { "content": "Apply the new theme", - "objectID": "b2ccb7a8-bddd-4c43-9166-3ecb3ddc8bdd", + "objectID": "210c3351-1b6d-4012-9c61-2fcc1b041640", "type": "lvl3", "url": "/docs/customization/create-theme#apply-the-new-theme", "hierarchy": { @@ -5765,7 +6418,7 @@ }, { "content": "Use the new theme", - "objectID": "8a91844c-e123-4fcc-9149-506e928cf2d4", + "objectID": "3b5149fb-a113-45b9-8b70-f4cba59d4dd2", "type": "lvl3", "url": "/docs/customization/create-theme#use-the-new-theme", "hierarchy": { @@ -5776,14 +6429,14 @@ }, { "content": "Custom Variants", - "objectID": "32e9cbb0-01b5-4b5b-acc4-81f8e9fa7930", + "objectID": "44a6772b-3193-41da-92a6-908e2ed23d1f", "type": "lvl1", "url": "/docs/customization/custom-variants", "hierarchy": { "lvl1": "Custom Variants" } }, { "content": "Creating new variants for non-slots components", - "objectID": "35015175-227f-46d9-a151-d35ada05f7e5", + "objectID": "0df7da09-4179-42c8-8b1a-017f231b7d20", "type": "lvl2", "url": "/docs/customization/custom-variants#creating-new-variants-for-non-slots-components", "hierarchy": { @@ -5794,7 +6447,7 @@ }, { "content": "Extend the original component variants", - "objectID": "592f9df2-77cd-4566-b568-f60b452bc3a3", + "objectID": "3f5bddd0-ed85-4ba5-9098-525c77899817", "type": "lvl3", "url": "/docs/customization/custom-variants#extend-the-original-component-variants", "hierarchy": { @@ -5805,7 +6458,7 @@ }, { "content": "Use your custom component in your application", - "objectID": "f353b781-8729-424a-b616-ca2258cc44c1", + "objectID": "a25c6616-e2ee-4ecd-8ca5-35ee7376d82c", "type": "lvl3", "url": "/docs/customization/custom-variants#use-your-custom-component-in-your-application", "hierarchy": { @@ -5816,7 +6469,7 @@ }, { "content": "Creating new variants for slots components", - "objectID": "ed00830f-c56f-4275-9b91-5f633702c560", + "objectID": "962c1324-0fc5-4f55-92eb-003f2dcdd564", "type": "lvl2", "url": "/docs/customization/custom-variants#creating-new-variants-for-slots-components", "hierarchy": { @@ -5827,7 +6480,7 @@ }, { "content": "Extend the original component variants", - "objectID": "2d089ade-d644-4454-9715-e4940ffeb2d6", + "objectID": "16fbe09e-df42-4333-9939-93a43d25ab01", "type": "lvl3", "url": "/docs/customization/custom-variants#extend-the-original-component-variants-1", "hierarchy": { @@ -5838,7 +6491,7 @@ }, { "content": "Use your custom component in your application", - "objectID": "afd5f829-3079-475c-b2c6-c74bc1e20d19", + "objectID": "70d76cf7-e945-410a-a8fa-afb02520835f", "type": "lvl3", "url": "/docs/customization/custom-variants#use-your-custom-component-in-your-application-1", "hierarchy": { @@ -5849,7 +6502,7 @@ }, { "content": "Types", - "objectID": "0e581d34-f314-40c3-a37b-70495f998653", + "objectID": "520aeace-4c8b-4ba6-ba3f-5a64c7613ce4", "type": "lvl3", "url": "/docs/customization/custom-variants#types", "hierarchy": { @@ -5860,7 +6513,7 @@ }, { "content": "Main Function", - "objectID": "5c1f524d-04c9-4525-a01a-e0d9f03505bb", + "objectID": "dafc6094-4658-4e8e-a283-2d7f78ca8cbd", "type": "lvl3", "url": "/docs/customization/custom-variants#main-function", "hierarchy": { @@ -5871,7 +6524,7 @@ }, { "content": "Options", - "objectID": "f4da5f45-6663-40b9-a350-e36c2db49acd", + "objectID": "4088544d-cbe1-4fec-a2b9-cf3c3538d951", "type": "lvl3", "url": "/docs/customization/custom-variants#options", "hierarchy": { @@ -5882,7 +6535,7 @@ }, { "content": "Config", - "objectID": "ab781b97-50aa-4721-b052-f0e148584e8d", + "objectID": "6fc1c0bc-d9bf-4c1a-b26f-3dd86673c021", "type": "lvl3", "url": "/docs/customization/custom-variants#config", "hierarchy": { @@ -5893,14 +6546,14 @@ }, { "content": "Customize theme", - "objectID": "29936f63-d9a0-4d4d-bfbf-5edd92d25866", + "objectID": "f1f41a23-4e8f-47a2-b9a8-1d801b4f560b", "type": "lvl1", "url": "/docs/customization/customize-theme", "hierarchy": { "lvl1": "Customize theme" } }, { "content": "Customizing Layout", - "objectID": "dc5e4ab1-3824-4178-a149-6cfdc17c29f0", + "objectID": "44740ee1-699b-4caa-a439-5469051eb544", "type": "lvl2", "url": "/docs/customization/customize-theme#customizing-layout", "hierarchy": { @@ -5911,7 +6564,7 @@ }, { "content": "Global Layout Customization", - "objectID": "952b10a8-a857-44b8-a20d-e633f0096f1c", + "objectID": "5b0951b8-d32d-457d-9659-e62987289dfe", "type": "lvl3", "url": "/docs/customization/customize-theme#global-layout-customization", "hierarchy": { @@ -5922,7 +6575,7 @@ }, { "content": "Customizing Colors", - "objectID": "c7b546e7-cecf-41ba-b01b-13f9d53ef8de", + "objectID": "f8a97c0f-e686-4a57-83c0-17ee00b5caad", "type": "lvl3", "url": "/docs/customization/customize-theme#customizing-colors", "hierarchy": { @@ -5933,14 +6586,14 @@ }, { "content": "Dark mode", - "objectID": "b43730fc-bfbd-4478-b726-97f732371a67", + "objectID": "1a1e252b-71e4-432d-950d-62b7ac5e974f", "type": "lvl1", "url": "/docs/customization/dark-mode", "hierarchy": { "lvl1": "Dark mode" } }, { "content": "Using next-themes", - "objectID": "acd6a77a-db89-4412-ae6c-b667a5fd0e24", + "objectID": "edbd3d7d-4dd9-42eb-9e4c-c2a16808c571", "type": "lvl2", "url": "/docs/customization/dark-mode#using-next-themes", "hierarchy": { @@ -5951,7 +6604,7 @@ }, { "content": "Next.js App Directory Setup", - "objectID": "fd8ab8df-291c-4d48-bd28-3891ec1fd2bb", + "objectID": "e638f369-36bf-47b4-bc30-e8ba19b5a17c", "type": "lvl3", "url": "/docs/customization/dark-mode#nextjs-app-directory-setup", "hierarchy": { @@ -5962,7 +6615,7 @@ }, { "content": "Install next-themes", - "objectID": "efba2f61-fb01-4af5-bc7e-04cd39ccd8e7", + "objectID": "d99761b0-c339-42a4-89a5-2b50d7c4c493", "type": "lvl3", "url": "/docs/customization/dark-mode#install-next-themes", "hierarchy": { @@ -5973,7 +6626,7 @@ }, { "content": "Add next-themes provider", - "objectID": "9fe4616b-bcc3-4b1b-8f04-759504cae8d5", + "objectID": "c85ccbc4-7f6e-4149-b951-bd3411c1e65c", "type": "lvl3", "url": "/docs/customization/dark-mode#add-next-themes-provider", "hierarchy": { @@ -5984,7 +6637,7 @@ }, { "content": "Add the theme switcher", - "objectID": "f03177c4-1912-4b8e-b84c-c2627bb106f3", + "objectID": "2544fc13-3292-4efb-9033-bfdc1ab4fa61", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher", "hierarchy": { @@ -5995,7 +6648,7 @@ }, { "content": "Next.js Pages Directory Setup", - "objectID": "4687f8ca-51d4-4cb6-9c1f-5d970c1e9cf4", + "objectID": "b48f62fd-060c-4423-9b9b-152c2136ee2c", "type": "lvl3", "url": "/docs/customization/dark-mode#nextjs-pages-directory-setup", "hierarchy": { @@ -6006,7 +6659,7 @@ }, { "content": "Install next-themes", - "objectID": "41a535ca-ade6-4e1a-9fc3-9200c9b54d90", + "objectID": "54e931d8-ff4d-4079-9c31-2f3f04117bc7", "type": "lvl3", "url": "/docs/customization/dark-mode#install-next-themes-1", "hierarchy": { @@ -6017,7 +6670,7 @@ }, { "content": "Add next-themes provider", - "objectID": "19ddbdd6-1b40-4a5d-b170-132c9777fb6c", + "objectID": "d5534ca7-fe1c-4b3b-b28c-480140e98505", "type": "lvl3", "url": "/docs/customization/dark-mode#add-next-themes-provider-1", "hierarchy": { @@ -6028,7 +6681,7 @@ }, { "content": "Add the theme switcher", - "objectID": "2c35911d-39b5-43de-aa45-3046cb8e61b9", + "objectID": "d56ad722-6880-466f-aeae-a81cb057eb78", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher-1", "hierarchy": { @@ -6039,7 +6692,7 @@ }, { "content": "Using use-dark-mode hook", - "objectID": "537af24a-033f-40c3-bf3e-42e68d9955be", + "objectID": "a827e867-701a-41ec-a599-59c70682e35f", "type": "lvl2", "url": "/docs/customization/dark-mode#using-use-dark-mode-hook", "hierarchy": { @@ -6050,7 +6703,7 @@ }, { "content": "Install use-dark-mode", - "objectID": "01298d69-885e-4145-ade4-c93a1bf2a790", + "objectID": "0d2368f1-f993-450c-a278-ef990c2e6c54", "type": "lvl3", "url": "/docs/customization/dark-mode#install-use-dark-mode", "hierarchy": { @@ -6061,7 +6714,7 @@ }, { "content": "Add the current theme to the main element", - "objectID": "9f0483cf-a1a0-40a6-9567-965f37d51f70", + "objectID": "23874dcf-4282-4ce5-a265-a81d1426b30e", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-current-theme-to-the-main-element", "hierarchy": { @@ -6072,7 +6725,7 @@ }, { "content": "Add the theme switcher", - "objectID": "b2e055d1-3d0b-4f47-b325-8c5387d3e063", + "objectID": "41b471e8-1392-46fb-b94f-06ee8db83b67", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher-2", "hierarchy": { @@ -6083,35 +6736,35 @@ }, { "content": "Layout", - "objectID": "8d73d687-2303-432d-809d-75512e97b63c", + "objectID": "4c075f4f-245c-4247-94f9-823386191c23", "type": "lvl1", "url": "/docs/customization/layout", "hierarchy": { "lvl1": "Layout" } }, { "content": "Default Layout", - "objectID": "60036050-5b61-4988-9ef6-59503040d85f", + "objectID": "b3318e6d-66ff-4b38-b035-fa16a97959df", "type": "lvl2", "url": "/docs/customization/layout#default-layout", "hierarchy": { "lvl1": "Layout", "lvl2": "Default Layout", "lvl3": null } }, { "content": "Units", - "objectID": "2dcb91fa-e24a-43d3-b3a8-dbf1e40832e7", + "objectID": "acfe4d60-a762-4971-815b-3ab1a89a226e", "type": "lvl2", "url": "/docs/customization/layout#units", "hierarchy": { "lvl1": "Layout", "lvl2": "Units", "lvl3": null } }, { "content": "Using Units", - "objectID": "5a632208-588b-450c-a869-b13ae91eeafd", + "objectID": "cb55d350-bea8-4b13-9e6e-e181aff22b5d", "type": "lvl3", "url": "/docs/customization/layout#using-units", "hierarchy": { "lvl1": "Layout", "lvl2": "Units", "lvl3": "Using Units" } }, { "content": "CSS Variables", - "objectID": "98748682-34f8-4190-95ec-ce6c37dbcc61", + "objectID": "79c3ecf2-e79a-4ba5-9d8f-35e15fca7fa8", "type": "lvl3", "url": "/docs/customization/layout#css-variables", "hierarchy": { @@ -6122,35 +6775,35 @@ }, { "content": "API Reference", - "objectID": "3976a63d-f772-40b2-859b-adcecf344f2d", + "objectID": "f6e58651-fcef-4fef-b476-446f8274cc20", "type": "lvl4", "url": "/docs/customization/layout#api-reference", "hierarchy": { "lvl1": "Layout", "lvl2": "CSS Variables", "lvl3": null } }, { "content": "BaseThemeUnit", - "objectID": "2563cb9f-4265-4ed5-910d-f4956b1d39e1", + "objectID": "9d5fe7f5-401d-4e0f-ae65-f8b75d5db271", "type": "lvl4", "url": "/docs/customization/layout#basethemeunit", "hierarchy": { "lvl1": "Layout", "lvl2": "API Reference", "lvl3": null } }, { "content": "FontThemeUnit", - "objectID": "4ea8e19f-0312-4c1f-9a70-cab49266a8a0", + "objectID": "74c14203-659d-4293-ba40-cb71ecab6470", "type": "lvl4", "url": "/docs/customization/layout#fontthemeunit", "hierarchy": { "lvl1": "Layout", "lvl2": "BaseThemeUnit", "lvl3": null } }, { "content": "Override styles", - "objectID": "78fce88c-887e-4dc6-86c9-2aeaa849ab75", + "objectID": "d2e613a8-4dbe-4775-b6aa-f2ebd042f953", "type": "lvl1", "url": "/docs/customization/override-styles", "hierarchy": { "lvl1": "Override styles" } }, { "content": "What's is a Slot?", - "objectID": "a52d4bdc-e88f-4364-8008-6d57bc84e2f0", + "objectID": "33fcc151-5e83-4420-ad7a-a6616f66e86c", "type": "lvl3", "url": "/docs/customization/override-styles#whats-is-a-slot", "hierarchy": { @@ -6161,7 +6814,7 @@ }, { "content": "Overriding a component", - "objectID": "7555c243-ff4c-4945-82e9-3763fde6058f", + "objectID": "b0bdd17e-659d-43a7-a047-71a95ccf63fa", "type": "lvl3", "url": "/docs/customization/override-styles#overriding-a-component", "hierarchy": { @@ -6172,7 +6825,7 @@ }, { "content": "Components with slots", - "objectID": "54a933a7-ba5f-4d3c-9356-ace5dfd3dc40", + "objectID": "55c793ca-1dda-4ae4-a37d-df1b217565fe", "type": "lvl3", "url": "/docs/customization/override-styles#components-with-slots", "hierarchy": { @@ -6183,7 +6836,7 @@ }, { "content": "CSS Modules", - "objectID": "30f4022a-dd69-4958-ad0e-ad0ea1ffabe8", + "objectID": "9403cb46-aff5-460b-8951-5459fdde17a9", "type": "lvl3", "url": "/docs/customization/override-styles#css-modules", "hierarchy": { @@ -6194,7 +6847,7 @@ }, { "content": "CSS-in-JS", - "objectID": "f922912d-24ac-4ec7-a84e-76be421dcafa", + "objectID": "e545fd26-98a5-460a-abf6-8531bb01b0f1", "type": "lvl3", "url": "/docs/customization/override-styles#css-in-js", "hierarchy": { @@ -6205,35 +6858,35 @@ }, { "content": "Theme", - "objectID": "44e2076f-bb51-4e40-a4ba-fc52eb19c30a", + "objectID": "e59aae18-9f1d-48bd-b06b-e5dd93f0d43f", "type": "lvl1", "url": "/docs/customization/theme", "hierarchy": { "lvl1": "Theme" } }, { "content": "What is a Theme?", - "objectID": "de0e7ff8-a216-45c7-b6cb-605e2a5790ab", + "objectID": "54e8327b-b46f-4b9f-9ee2-2f0575c70de9", "type": "lvl2", "url": "/docs/customization/theme#what-is-a-theme", "hierarchy": { "lvl1": "Theme", "lvl2": "What is a Theme?", "lvl3": null } }, { "content": "Setup", - "objectID": "63334a3f-4040-42c3-894a-0eb3c5bba929", + "objectID": "efcfe162-f483-4db4-a423-afcd51a1c594", "type": "lvl2", "url": "/docs/customization/theme#setup", "hierarchy": { "lvl1": "Theme", "lvl2": "Setup", "lvl3": null } }, { "content": "Usage", - "objectID": "87682a10-81d4-48e9-9403-78bd8557c9b5", + "objectID": "9d87e117-0b7b-4ea3-81a0-2ac435805044", "type": "lvl3", "url": "/docs/customization/theme#usage", "hierarchy": { "lvl1": "Theme", "lvl2": "Setup", "lvl3": "Usage" } }, { "content": "Default Plugin Options", - "objectID": "8e517118-b82f-4341-90d0-d7a3709733ef", + "objectID": "10c46678-ddbf-4ecc-91dc-437ac0fd02bb", "type": "lvl3", "url": "/docs/customization/theme#default-plugin-options", "hierarchy": { @@ -6244,7 +6897,7 @@ }, { "content": "Themes Options", - "objectID": "f6660fe0-3199-4a34-89f5-f8f8fc913aa6", + "objectID": "502d77dd-b49a-48a3-98be-9a01ff3937dc", "type": "lvl3", "url": "/docs/customization/theme#themes-options", "hierarchy": { @@ -6255,7 +6908,7 @@ }, { "content": "Nested themes", - "objectID": "f89776a0-828a-4c73-9824-9a138a9d8474", + "objectID": "a6587dd1-b9c8-42cf-8aa7-113dd36ed17f", "type": "lvl3", "url": "/docs/customization/theme#nested-themes", "hierarchy": { @@ -6266,7 +6919,7 @@ }, { "content": "Theme based variants", - "objectID": "3d9d3345-5981-4782-991d-1e352f27df4c", + "objectID": "a1db50eb-671a-40f0-acb7-30e615dd21b9", "type": "lvl3", "url": "/docs/customization/theme#theme-based-variants", "hierarchy": { @@ -6277,7 +6930,7 @@ }, { "content": "API Reference", - "objectID": "00936aa2-9508-4631-bc45-b3d8b16bf9b3", + "objectID": "500da472-6358-4c31-b6e5-67900bb69f9e", "type": "lvl3", "url": "/docs/customization/theme#api-reference", "hierarchy": { @@ -6288,49 +6941,49 @@ }, { "content": "Types", - "objectID": "a7e1938f-edb2-4891-957d-a32d09255928", + "objectID": "18e309b3-7182-4d02-8d29-07ceb79a2fb6", "type": "lvl3", "url": "/docs/customization/theme#types", "hierarchy": { "lvl1": "Theme", "lvl2": "API Reference", "lvl3": "Types" } }, { "content": "ConfigThemes", - "objectID": "2e2e4884-46cb-4c2f-9e2f-26c56d00ee7a", + "objectID": "a964750e-4e32-43fb-a19d-7f80d59f671d", "type": "lvl4", "url": "/docs/customization/theme#configthemes", "hierarchy": { "lvl1": "Theme", "lvl2": "Types", "lvl3": null } }, { "content": "LayoutTheme", - "objectID": "6e9f12a6-7f38-46af-bf2f-3cca3ed38e41", + "objectID": "11543afc-eca4-407d-954f-a0eebd9f1007", "type": "lvl4", "url": "/docs/customization/theme#layouttheme", "hierarchy": { "lvl1": "Theme", "lvl2": "ConfigThemes", "lvl3": null } }, { "content": "ThemeColors", - "objectID": "b9663175-d484-4d9a-90a2-642b2f9b8ce4", + "objectID": "fd5a94dc-bdcc-49d1-8c44-161c9482fdf7", "type": "lvl4", "url": "/docs/customization/theme#themecolors", "hierarchy": { "lvl1": "Theme", "lvl2": "LayoutTheme", "lvl3": null } }, { "content": "Astro", - "objectID": "e0263a22-9e3d-471c-b615-9ab90817a23b", + "objectID": "6605824b-66d5-4b83-8f9b-d3df96e83fa8", "type": "lvl1", "url": "/docs/frameworks/astro", "hierarchy": { "lvl1": "Astro" } }, { "content": "Installation", - "objectID": "bd895592-326c-4b5a-a75a-a88161b92f3c", + "objectID": "938e7dbc-c479-47b8-8fa2-6cc8d6a0e44d", "type": "lvl3", "url": "/docs/frameworks/astro#installation", "hierarchy": { "lvl1": "Astro", "lvl2": "Astro", "lvl3": "Installation" } }, { "content": "Tailwind CSS Setup", - "objectID": "78c358ef-b0aa-421b-927b-dba749803219", + "objectID": "d043c98b-2a53-49a2-8592-88a3b4f0ae70", "type": "lvl3", "url": "/docs/frameworks/astro#tailwind-css-setup", "hierarchy": { @@ -6341,7 +6994,7 @@ }, { "content": "Usage", - "objectID": "b87f2ceb-7b44-44d6-a0e6-822b36253641", + "objectID": "dc142049-67a5-491a-8632-17867b2f1fa1", "type": "lvl3", "url": "/docs/frameworks/astro#usage", "hierarchy": { @@ -6352,7 +7005,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "e3244d78-77bf-41a3-b66b-ecee9f6cbbb7", + "objectID": "d6742648-f2a4-4fd1-a3db-6244d75c4091", "type": "lvl3", "url": "/docs/frameworks/astro#setup-pnpm-optional", "hierarchy": { @@ -6363,14 +7016,14 @@ }, { "content": "Next.js", - "objectID": "ad2fd4a7-868e-481d-a8b3-9c61bec136b5", + "objectID": "82764892-0493-4780-a78d-6ed16702fc07", "type": "lvl1", "url": "/docs/frameworks/nextjs", "hierarchy": { "lvl1": "Next.js" } }, { "content": "App directory Setup", - "objectID": "a5595fc9-45b8-4721-a197-5b063f942020", + "objectID": "27e3ab8a-8eb7-4cba-b2fa-ef7454f50fdf", "type": "lvl2", "url": "/docs/frameworks/nextjs#app-directory-setup", "hierarchy": { @@ -6381,7 +7034,7 @@ }, { "content": "create-next-app", - "objectID": "e8ecd261-a999-4ae4-9293-5d4e84c533e7", + "objectID": "af52ef04-1b93-4076-9595-501d7061d971", "type": "lvl3", "url": "/docs/frameworks/nextjs#create-next-app", "hierarchy": { @@ -6392,7 +7045,7 @@ }, { "content": "Manual Installation", - "objectID": "34d915cc-39c5-448b-9b68-3a45661fd0c5", + "objectID": "4a9dde2a-afad-4cd1-b26e-0493706e7f0c", "type": "lvl3", "url": "/docs/frameworks/nextjs#manual-installation", "hierarchy": { @@ -6403,7 +7056,7 @@ }, { "content": "Add dependencies", - "objectID": "627bd72a-6b85-46ce-9b71-01153c49e026", + "objectID": "a75f7fc8-35e1-4555-93c0-acde868a4c35", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-dependencies", "hierarchy": { @@ -6414,7 +7067,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "3a405d77-0a60-4864-83ab-d513d35012c3", + "objectID": "dcbf792c-0ae3-44b4-a12e-3116b4ddaa83", "type": "lvl3", "url": "/docs/frameworks/nextjs#tailwind-css-setup", "hierarchy": { @@ -6425,7 +7078,7 @@ }, { "content": "Setup Provider", - "objectID": "c147e56e-49a8-4514-9356-6317a267b63b", + "objectID": "71d3a5e9-2be7-4850-8cc0-0a7cccd771a9", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-provider", "hierarchy": { @@ -6436,7 +7089,7 @@ }, { "content": "Add Provider to Root", - "objectID": "adfef09f-eec5-4f85-afe9-38019c41e12e", + "objectID": "10951c47-d3bb-4e98-a270-b63dbaaca61c", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-provider-to-root", "hierarchy": { @@ -6447,7 +7100,7 @@ }, { "content": "Use NextUI Components", - "objectID": "e0949577-9796-47c0-8efb-9289758a8999", + "objectID": "900338fd-e36e-4656-8e3d-def4424e5811", "type": "lvl3", "url": "/docs/frameworks/nextjs#use-nextui-components", "hierarchy": { @@ -6458,7 +7111,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "f8248ee8-fbdd-4037-92eb-4e5484dea55d", + "objectID": "12af2b0a-0b74-4804-85bc-86d7af5487b3", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-pnpm-optional", "hierarchy": { @@ -6469,7 +7122,7 @@ }, { "content": "Pages Directory Setup", - "objectID": "a9a872c8-82c7-45e8-a22c-b6486478a1da", + "objectID": "fa274cdb-54e0-4a9f-bd49-983d142570fb", "type": "lvl2", "url": "/docs/frameworks/nextjs#pages-directory-setup", "hierarchy": { @@ -6480,7 +7133,7 @@ }, { "content": "create-next-app", - "objectID": "1b6394f1-a490-4bf0-9b8c-6e343bb8bb08", + "objectID": "5e1f863b-3934-4e98-8893-bf3e68b833a4", "type": "lvl3", "url": "/docs/frameworks/nextjs#create-next-app-1", "hierarchy": { @@ -6491,7 +7144,7 @@ }, { "content": "Manual Installation", - "objectID": "17b8cf4d-0de9-44b9-ae9b-646f53394324", + "objectID": "f96ff5ed-4794-4a7e-8e32-f1caa6690571", "type": "lvl3", "url": "/docs/frameworks/nextjs#manual-installation-1", "hierarchy": { @@ -6502,7 +7155,7 @@ }, { "content": "Add dependencies", - "objectID": "6c12c71f-0960-4fa4-8cfa-8385e2d6a1d2", + "objectID": "1ce97dda-2fd2-4c25-a28b-39085db6b80b", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-dependencies-1", "hierarchy": { @@ -6513,7 +7166,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "da922c47-88b8-439b-8f1b-7d5ed908662f", + "objectID": "ecb44845-8811-4be7-90fe-c551615bee35", "type": "lvl3", "url": "/docs/frameworks/nextjs#tailwind-css-setup-1", "hierarchy": { @@ -6524,7 +7177,7 @@ }, { "content": "Setup Provider", - "objectID": "2db8db72-0da2-4e06-a01f-28f5376703c6", + "objectID": "61cef40a-596b-4883-bd15-2880dedf11e2", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-provider-1", "hierarchy": { @@ -6535,7 +7188,7 @@ }, { "content": "Use NextUI Components", - "objectID": "dc9cdbf3-32fd-4126-846e-84153a3fb3eb", + "objectID": "5fe90d5b-d85d-45ac-884e-55e4b83536f0", "type": "lvl3", "url": "/docs/frameworks/nextjs#use-nextui-components-1", "hierarchy": { @@ -6546,7 +7199,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "a35d0b3a-97f9-44ac-b333-3493a4c25545", + "objectID": "a7c2939f-b30d-455a-8f86-f32e02eb9ad0", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-pnpm-optional-1", "hierarchy": { @@ -6557,21 +7210,21 @@ }, { "content": "Remix", - "objectID": "c193a138-9363-4b66-9a8f-d6cfa0804adc", + "objectID": "bb3ef7e0-c35c-49cc-8ddc-bce4f82c256f", "type": "lvl1", "url": "/docs/frameworks/remix", "hierarchy": { "lvl1": "Remix" } }, { "content": "Installation", - "objectID": "8cd4233b-6d93-4bfb-a88f-7a3add063131", + "objectID": "91d4a586-bfa2-4ed7-b149-cba985440ad3", "type": "lvl3", "url": "/docs/frameworks/remix#installation", "hierarchy": { "lvl1": "Remix", "lvl2": "Remix", "lvl3": "Installation" } }, { "content": "Tailwind CSS Setup", - "objectID": "ca6b7734-e984-46c4-bb82-11f685a3a789", + "objectID": "2dd2d72e-c1b8-4cf6-84e9-8d9102d6854e", "type": "lvl3", "url": "/docs/frameworks/remix#tailwind-css-setup", "hierarchy": { @@ -6582,7 +7235,7 @@ }, { "content": "Provider Setup", - "objectID": "4d7914ba-f3d0-4460-84d6-bf4f271987df", + "objectID": "e462b1ef-eb99-459c-90c4-0e3f208817fd", "type": "lvl3", "url": "/docs/frameworks/remix#provider-setup", "hierarchy": { @@ -6593,7 +7246,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "4d61583c-eb0b-4608-b826-fadbe8fcfd11", + "objectID": "b8b3fcf5-d66c-4dce-b688-4ea617536df8", "type": "lvl3", "url": "/docs/frameworks/remix#setup-pnpm-optional", "hierarchy": { @@ -6604,21 +7257,21 @@ }, { "content": "Vite", - "objectID": "5162e479-1d0d-4444-b336-522ebcaadceb", + "objectID": "35d2e283-658a-4557-80fc-00afa346875f", "type": "lvl1", "url": "/docs/frameworks/vite", "hierarchy": { "lvl1": "Vite" } }, { "content": "Installation", - "objectID": "d349f665-a5ac-4da6-bc4d-42b01bffc604", + "objectID": "0327074c-99d6-4a4f-bde6-e95d490fe287", "type": "lvl3", "url": "/docs/frameworks/vite#installation", "hierarchy": { "lvl1": "Vite", "lvl2": "Vite", "lvl3": "Installation" } }, { "content": "Tailwind CSS Setup", - "objectID": "8f6838f0-a260-42a3-9076-fb477f244912", + "objectID": "b161143d-8edb-41b7-8f91-2dc6559af7fc", "type": "lvl3", "url": "/docs/frameworks/vite#tailwind-css-setup", "hierarchy": { @@ -6629,7 +7282,7 @@ }, { "content": "Provider Setup", - "objectID": "6b0c446d-a99a-43f7-b1ae-fad3e3b4b164", + "objectID": "ec551fd7-db34-4cfb-b0c4-2c836dbeef16", "type": "lvl3", "url": "/docs/frameworks/vite#provider-setup", "hierarchy": { @@ -6640,7 +7293,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "e97f1959-f130-4abd-8130-82f2447e26da", + "objectID": "de3a61ba-9db4-4f0e-8621-48123a3dfa72", "type": "lvl3", "url": "/docs/frameworks/vite#setup-pnpm-optional", "hierarchy": { @@ -6651,14 +7304,14 @@ }, { "content": "Design Principles", - "objectID": "26800598-46e1-45fe-b1b3-0625e751ae50", + "objectID": "ccc93df9-407f-45f3-a2e7-a24530cb9ad4", "type": "lvl1", "url": "/docs/guide/design-principles", "hierarchy": { "lvl1": "Design Principles" } }, { "content": "Simplicity and Usability", - "objectID": "0468e0fc-3594-4de8-930a-c84a75359108", + "objectID": "9d243f50-fc61-4412-ba71-205d9c24d1ee", "type": "lvl3", "url": "/docs/guide/design-principles#simplicity-and-usability", "hierarchy": { @@ -6669,7 +7322,7 @@ }, { "content": "Modular Design", - "objectID": "86b07bd7-51f2-4700-a63b-d883ed99c52b", + "objectID": "b4439167-20e3-44fa-9161-205e31909531", "type": "lvl3", "url": "/docs/guide/design-principles#modular-design", "hierarchy": { @@ -6680,7 +7333,7 @@ }, { "content": "Customization and Flexibility", - "objectID": "adc6e026-3cf2-49d2-a8b9-4be8a295a07f", + "objectID": "b9ff071c-b4e2-4cdc-83fc-bffddd26b350", "type": "lvl3", "url": "/docs/guide/design-principles#customization-and-flexibility", "hierarchy": { @@ -6691,7 +7344,7 @@ }, { "content": "Consistent API", - "objectID": "1d69e2bf-a5e7-403d-a457-8472b081d3f8", + "objectID": "5d6b6ba0-e5a1-4948-a5ab-c8936758c8bc", "type": "lvl3", "url": "/docs/guide/design-principles#consistent-api", "hierarchy": { @@ -6702,7 +7355,7 @@ }, { "content": "Accessibility", - "objectID": "e8e6cc0d-7a6b-4f79-9612-9e8422c0dae0", + "objectID": "c120517b-8b7b-49c3-9e39-5363770207ef", "type": "lvl3", "url": "/docs/guide/design-principles#accessibility", "hierarchy": { @@ -6713,7 +7366,7 @@ }, { "content": "Component Slots", - "objectID": "b6f7a011-a992-4f0d-af4c-701e9d423bb7", + "objectID": "a8df4cb5-7ab2-4613-9851-323fe44f4e3b", "type": "lvl3", "url": "/docs/guide/design-principles#component-slots", "hierarchy": { @@ -6724,14 +7377,14 @@ }, { "content": "Installation", - "objectID": "cae95dc3-8657-4363-b758-b01c88d5508e", + "objectID": "0dbe8d28-febe-43af-9f04-9789412ca497", "type": "lvl1", "url": "/docs/guide/installation", "hierarchy": { "lvl1": "Installation" } }, { "content": "Global Installation", - "objectID": "6a42e410-192a-4bea-91f0-d84f51b803a8", + "objectID": "0d73d196-86f7-4ae6-81d6-f51efe319acc", "type": "lvl2", "url": "/docs/guide/installation#global-installation", "hierarchy": { @@ -6742,7 +7395,7 @@ }, { "content": "Install Packages", - "objectID": "10f43351-e649-4a9c-843f-27cf85227bf8", + "objectID": "e225bc15-3695-4057-9f30-125b443ccf3d", "type": "lvl3", "url": "/docs/guide/installation#install-packages", "hierarchy": { @@ -6753,7 +7406,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "8139a9aa-ac77-4aab-871d-1485a2afa103", + "objectID": "3bfad85f-9df7-4fa1-913c-ee5a66683d79", "type": "lvl3", "url": "/docs/guide/installation#tailwind-css-setup", "hierarchy": { @@ -6764,7 +7417,7 @@ }, { "content": "Provider Setup", - "objectID": "8d3d552a-aec2-41f7-98c2-1a7edda554cc", + "objectID": "8dddfa5c-305f-48c2-8aaa-53651546d653", "type": "lvl3", "url": "/docs/guide/installation#provider-setup", "hierarchy": { @@ -6775,7 +7428,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "d5ae90c2-7979-4bef-a8ef-df13fde8b921", + "objectID": "8e2feeda-b1da-4e10-b21d-e8611512c781", "type": "lvl3", "url": "/docs/guide/installation#setup-pnpm-optional", "hierarchy": { @@ -6786,7 +7439,7 @@ }, { "content": "Individual Installation", - "objectID": "98a9db76-7446-460b-bd79-1cb20acf4b3e", + "objectID": "6a4a04c0-2256-4cd7-ad35-663ffa58eaf2", "type": "lvl2", "url": "/docs/guide/installation#individual-installation", "hierarchy": { @@ -6797,7 +7450,7 @@ }, { "content": "Install Core Packages", - "objectID": "2b6d3ba4-74a1-4e64-a23a-0c4124624336", + "objectID": "63011637-ad86-429f-b99c-ffb3938bce35", "type": "lvl3", "url": "/docs/guide/installation#install-core-packages", "hierarchy": { @@ -6808,7 +7461,7 @@ }, { "content": "Install Component", - "objectID": "3691f23c-8763-4116-bf47-f1c329c6e82b", + "objectID": "348e8298-5094-4dd3-b4f4-2edc42a4dd1e", "type": "lvl3", "url": "/docs/guide/installation#install-component", "hierarchy": { @@ -6819,7 +7472,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "d57f355a-dd27-424a-aad4-53cf0a81e90e", + "objectID": "c536bc4b-dc91-4521-9ce9-5c597cf0cad6", "type": "lvl3", "url": "/docs/guide/installation#tailwind-css-setup-1", "hierarchy": { @@ -6830,7 +7483,7 @@ }, { "content": "Provider Setup", - "objectID": "62f31c5c-c9aa-47b1-9f6f-fe4eabfec624", + "objectID": "fd9ee4aa-37bb-4589-84e8-36042cc3276e", "type": "lvl3", "url": "/docs/guide/installation#provider-setup-1", "hierarchy": { @@ -6841,7 +7494,7 @@ }, { "content": "Use the Component", - "objectID": "32967958-5a23-41bd-85f1-5531cf228a75", + "objectID": "915538a9-5eca-440c-b40a-e41b0025d181", "type": "lvl3", "url": "/docs/guide/installation#use-the-component", "hierarchy": { @@ -6852,7 +7505,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "f8678e09-2d93-434e-afed-ed82baf89a05", + "objectID": "3c6ca40b-e3c4-4902-82b2-2077cc155591", "type": "lvl3", "url": "/docs/guide/installation#setup-pnpm-optional-1", "hierarchy": { @@ -6863,7 +7516,7 @@ }, { "content": "Framework Guides", - "objectID": "8aa6cf5e-eb2f-4e41-a22c-aeaf2170cdd5", + "objectID": "24a3a976-89f7-4bef-8a65-99a2e28dda4c", "type": "lvl2", "url": "/docs/guide/installation#framework-guides", "hierarchy": { @@ -6874,14 +7527,14 @@ }, { "content": "Introduction", - "objectID": "9f183348-cf85-4bc3-935c-a581cfadf6d7", + "objectID": "20089a46-8c2b-4a0c-b786-7bb0782baa96", "type": "lvl1", "url": "/docs/guide/introduction", "hierarchy": { "lvl1": "Introduction" } }, { "content": "What is NextUI?", - "objectID": "1bbc8f64-d2bd-4952-821c-89915640fb01", + "objectID": "fcde5dd5-d81f-4244-a609-5da9e1640061", "type": "lvl2", "url": "/docs/guide/introduction#what-is-nextui", "hierarchy": { @@ -6892,14 +7545,14 @@ }, { "content": "FAQ", - "objectID": "a8e4e723-fcf5-4b3b-9b4e-4ff0473b1856", + "objectID": "5932866a-791b-43f6-9bb4-d700f284e92a", "type": "lvl2", "url": "/docs/guide/introduction#faq", "hierarchy": { "lvl1": "Introduction", "lvl2": "FAQ", "lvl3": null } }, { "content": "Is NextUI a Vercel related project?", - "objectID": "dc54a36d-60b8-49c0-a36f-cef46f288258", + "objectID": "693cfb29-ca90-49b7-968e-9cd3a06edc80", "type": "lvl3", "url": "/docs/guide/introduction#is-nextui-a-vercel-related-project", "hierarchy": { @@ -6910,7 +7563,7 @@ }, { "content": "How is NextUI different from TailwindCSS?", - "objectID": "9f31b950-4c3a-416b-b6a1-30b8cdd53d9c", + "objectID": "6c59d333-19ae-408e-bc73-beda0756f652", "type": "lvl3", "url": "/docs/guide/introduction#how-is-nextui-different-from-tailwindcss", "hierarchy": { @@ -6921,7 +7574,7 @@ }, { "content": "How is NextUI different from TailwindCSS components libraries?", - "objectID": "6ea844e3-8cb7-4ad9-a506-10e2156ec8f4", + "objectID": "07ac5f4f-89d2-4972-add1-91a5527fe7ee", "type": "lvl3", "url": "/docs/guide/introduction#how-is-nextui-different-from-tailwindcss-components-libraries", "hierarchy": { @@ -6932,7 +7585,7 @@ }, { "content": "How NextUI deals with TailwindCSS classes conflicts?", - "objectID": "af802ffa-e5d1-4de5-adc9-5ea7f387effc", + "objectID": "db2058cd-cbda-4d92-97a9-3bbd10108c02", "type": "lvl3", "url": "/docs/guide/introduction#how-nextui-deals-with-tailwindcss-classes-conflicts", "hierarchy": { @@ -6943,7 +7596,7 @@ }, { "content": "Does NextUI use runtime CSS?", - "objectID": "085cda04-86aa-40ba-9dc9-3e57c2da0ed5", + "objectID": "f32ece83-a2ec-4da8-8423-0882d2af192f", "type": "lvl3", "url": "/docs/guide/introduction#does-nextui-use-runtime-css", "hierarchy": { @@ -6954,7 +7607,7 @@ }, { "content": "Does NextUI support TypeScript?", - "objectID": "04f27fe5-7591-43d4-9af1-ac7fcfd533b5", + "objectID": "ab00f33d-b6d0-4676-9b0a-ce3de6409834", "type": "lvl3", "url": "/docs/guide/introduction#does-nextui-support-typescript", "hierarchy": { @@ -6965,7 +7618,7 @@ }, { "content": "Can I use NextUI with other front-end frameworks or libraries, such as Vue or Angular?", - "objectID": "c3d38831-38bb-4e1a-a253-5885e37b67a4", + "objectID": "6d144945-d4d9-4413-9b97-f1ff64aaf0c6", "type": "lvl3", "url": "/docs/guide/introduction#can-i-use-nextui-with-other-front-end-frameworks-or-libraries-such-as-vue-or-angular", "hierarchy": { @@ -6976,7 +7629,7 @@ }, { "content": "Why NextUI uses Framer Motion?", - "objectID": "476fc5dd-c51f-4306-9032-4cba4cd355f0", + "objectID": "102400f7-7272-463e-a437-91925b27b331", "type": "lvl3", "url": "/docs/guide/introduction#why-nextui-uses-framer-motion", "hierarchy": { @@ -6987,14 +7640,14 @@ }, { "content": "Community", - "objectID": "99c947ef-49b1-4371-87e2-02daaaad8d9b", + "objectID": "072c1d90-8d9c-4395-8cd5-6c4d76914289", "type": "lvl2", "url": "/docs/guide/introduction#community", "hierarchy": { "lvl1": "Introduction", "lvl2": "Community", "lvl3": null } }, { "content": "Contributing", - "objectID": "2ac50352-2dd5-495e-8afe-41c8b7896d11", + "objectID": "83656666-fc15-42c0-8b04-157935cb5377", "type": "lvl2", "url": "/docs/guide/introduction#contributing", "hierarchy": { @@ -7003,16 +7656,117 @@ "lvl3": null } }, + { + "content": "Routing", + "objectID": "d234d1e2-d753-48c4-9a21-e07b32a16ec7", + "type": "lvl1", + "url": "/docs/guide/routing", + "hierarchy": { "lvl1": "Routing" } + }, + { + "content": "Introduction", + "objectID": "1d313640-77b6-481b-8209-0fec360d5e5d", + "type": "lvl2", + "url": "/docs/guide/routing#introduction", + "hierarchy": { "lvl1": "Routing", "lvl2": "Introduction", "lvl3": null } + }, + { + "content": "NextUIProvider Setup", + "objectID": "159fd741-9e9c-4e40-8e7a-abab746612ff", + "type": "lvl3", + "url": "/docs/guide/routing#nextuiprovider-setup", + "hierarchy": { + "lvl1": "Routing", + "lvl2": "Introduction", + "lvl3": "NextUIProvider Setup" + } + }, + { + "content": "Next.js", + "objectID": "ff60303a-f63c-41fe-bd23-f168442c5e22", + "type": "lvl3", + "url": "/docs/guide/routing#nextjs", + "hierarchy": { + "lvl1": "Routing", + "lvl2": "NextUIProvider Setup", + "lvl3": "Next.js" + } + }, + { + "content": "App Router", + "objectID": "b8cdf799-2d9a-44f4-9486-150d2dd945d9", + "type": "lvl4", + "url": "/docs/guide/routing#app-router", + "hierarchy": { "lvl1": "Routing", "lvl2": "Next.js", "lvl3": null } + }, + { + "content": "Add the `useRouter`", + "objectID": "00a1f8fa-3da3-497b-832e-d119d6eb6b57", + "type": "lvl4", + "url": "/docs/guide/routing#add-the-userouter", + "hierarchy": { "lvl1": "Routing", "lvl2": "App Router", "lvl3": null } + }, + { + "content": "Add Provider to Root", + "objectID": "8b72dcf5-5e4c-4203-9046-e7ec4223530f", + "type": "lvl4", + "url": "/docs/guide/routing#add-provider-to-root", + "hierarchy": { + "lvl1": "Routing", + "lvl2": "Add the `useRouter`", + "lvl3": null + } + }, + { + "content": "Pages Router", + "objectID": "b4895263-4c4b-41f6-83ff-b517e0c3da6e", + "type": "lvl4", + "url": "/docs/guide/routing#pages-router", + "hierarchy": { + "lvl1": "Routing", + "lvl2": "Add Provider to Root", + "lvl3": null + } + }, + { + "content": "React Router", + "objectID": "cb8c3053-8368-41d9-b405-33b0e4885825", + "type": "lvl3", + "url": "/docs/guide/routing#react-router", + "hierarchy": { + "lvl1": "Routing", + "lvl2": "Pages Router", + "lvl3": "React Router" + } + }, + { + "content": "Remix", + "objectID": "28d1768b-9772-4c92-8b8b-9c831dbf48f3", + "type": "lvl3", + "url": "/docs/guide/routing#remix", + "hierarchy": { "lvl1": "Routing", "lvl2": "React Router", "lvl3": "Remix" } + }, + { + "content": "Usage examples", + "objectID": "f4f94973-6634-48a8-8acf-d737a735a86b", + "type": "lvl3", + "url": "/docs/guide/routing#usage-examples", + "hierarchy": { + "lvl1": "Routing", + "lvl2": "Remix", + "lvl3": "Usage examples" + } + }, { "content": "Upgrade to v2", - "objectID": "cb5c100c-a74a-447f-8c9f-271ae984e577", + "objectID": "8adc0016-e326-4d8c-9bc3-2bc8dc84fc81", "type": "lvl1", "url": "/docs/guide/upgrade-to-v2", "hierarchy": { "lvl1": "Upgrade to v2" } }, { "content": "Next.js upgrade steps", - "objectID": "61f13922-c2cb-446d-bbc3-26254133cb55", + "objectID": "f09b4d04-9151-460f-8036-bcbb7062b593", "type": "lvl2", "url": "/docs/guide/upgrade-to-v2#nextjs-upgrade-steps", "hierarchy": { @@ -7023,7 +7777,7 @@ }, { "content": "App directory Setup", - "objectID": "2bbfb463-0f7e-4c10-924a-5023a27226f5", + "objectID": "a02786dd-7a85-4b63-9b5b-e8c77b766436", "type": "lvl2", "url": "/docs/guide/upgrade-to-v2#app-directory-setup", "hierarchy": { @@ -7034,7 +7788,7 @@ }, { "content": "Installation", - "objectID": "6c50bd98-781b-4b9e-8bbb-5d27f39ae4ad", + "objectID": "f4ef9676-1276-454c-80ca-0113d992f6ed", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#installation", "hierarchy": { @@ -7045,7 +7799,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "96a32674-07a6-486f-8899-177ae526f339", + "objectID": "5aad6501-acd8-4fa4-969d-f5c89a7295fc", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#tailwind-css-setup", "hierarchy": { @@ -7056,7 +7810,7 @@ }, { "content": "Setup Provider", - "objectID": "e7911170-223d-4476-8e80-a6b63e43c85d", + "objectID": "e2a885c5-6f73-47bb-9e39-d7fdbff5b990", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-provider", "hierarchy": { @@ -7067,7 +7821,7 @@ }, { "content": "Add Provider to Root", - "objectID": "e93f2b6a-2f7b-4809-90e6-cd8855107dae", + "objectID": "b2e78f45-f295-437b-886b-ad77dc1c2213", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#add-provider-to-root", "hierarchy": { @@ -7078,7 +7832,7 @@ }, { "content": "Use NextUI Components", - "objectID": "228710bd-3687-4a9f-b17b-92a558caa392", + "objectID": "3c5ea9a6-3181-4933-b105-b5b777e1cd67", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#use-nextui-components", "hierarchy": { @@ -7089,7 +7843,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "cb4bcb27-8662-4a76-ba28-a97ab9cda4cf", + "objectID": "5399f79f-f57e-4a2e-b8ae-f96c6e91e9f8", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional", "hierarchy": { @@ -7100,7 +7854,7 @@ }, { "content": "Pages Directory Setup", - "objectID": "4f49afdc-5640-4637-ab76-4fdb30183cff", + "objectID": "5ed13ea1-3167-47a8-ac44-4454a616484c", "type": "lvl2", "url": "/docs/guide/upgrade-to-v2#pages-directory-setup", "hierarchy": { @@ -7111,7 +7865,7 @@ }, { "content": "Installation", - "objectID": "23f1cb2a-6a25-4f4d-9607-e1a1066f1ed0", + "objectID": "f5c3cf33-87c2-4d12-b1c1-7bfaa51ab0b8", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#installation-1", "hierarchy": { @@ -7122,7 +7876,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "ebbb2176-cf74-4c44-9a07-484de32bcda9", + "objectID": "7dad5bab-1607-4020-a331-2e2c102a2028", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#tailwind-css-setup-1", "hierarchy": { @@ -7133,7 +7887,7 @@ }, { "content": "Setup Provider", - "objectID": "c6bca180-889e-403a-a2fc-8c3f721fb545", + "objectID": "0dab49f3-3bdb-4a6f-8a46-50497e071963", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-provider-1", "hierarchy": { @@ -7144,7 +7898,7 @@ }, { "content": "Use NextUI Components", - "objectID": "30c498c0-0e1c-4d00-babb-0e18677fb2bd", + "objectID": "f4b1527c-961e-43d3-9f62-28204417be95", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#use-nextui-components-1", "hierarchy": { @@ -7155,7 +7909,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "9c853ddb-a96f-441b-9c1f-13e19d2b9037", + "objectID": "0480e75e-7a1e-4ae8-b587-e6caecb9dcdd", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional-1", "hierarchy": { @@ -7166,7 +7920,7 @@ }, { "content": "React upgrade steps", - "objectID": "e3dbe369-04f0-4cd4-a3bc-70cd0ca45cd4", + "objectID": "753e32b4-d77f-4857-bab2-850aa48d9bba", "type": "lvl2", "url": "/docs/guide/upgrade-to-v2#react-upgrade-steps", "hierarchy": { @@ -7177,7 +7931,7 @@ }, { "content": "Upgrade React version", - "objectID": "432da48d-f13c-4ec7-98be-8faffa512ae6", + "objectID": "4b58224a-3705-4b1e-8870-1a1ca021fbc8", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#upgrade-react-version", "hierarchy": { @@ -7188,7 +7942,7 @@ }, { "content": "Install Framer motion", - "objectID": "801aaac6-b32e-4995-946a-b048db2fdd9c", + "objectID": "5df40ee3-3ee4-443a-8916-cd0b2063e97f", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#install-framer-motion", "hierarchy": { @@ -7199,7 +7953,7 @@ }, { "content": "TailwindCSS Setup", - "objectID": "8bcc9b03-1b8c-4f0f-bc5a-e7d193679b12", + "objectID": "40ea96df-fafa-4131-bd19-493f027c101f", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#tailwindcss-setup", "hierarchy": { @@ -7210,7 +7964,7 @@ }, { "content": "Provider Setup", - "objectID": "dd844ac5-e239-49f5-8091-05f691560b1f", + "objectID": "5e7ad8b3-f288-4e4e-9d6e-66516920b39c", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#provider-setup", "hierarchy": { @@ -7221,7 +7975,7 @@ }, { "content": "Use NextUI Components", - "objectID": "4a596596-943b-4834-989c-d67312b09a74", + "objectID": "de39d414-344b-4e19-a5f9-e18f0f878ffc", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#use-nextui-components-2", "hierarchy": { @@ -7232,7 +7986,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "f1aceb10-f037-4e06-8edf-aa533e686b33", + "objectID": "4e7d2382-bb3b-45c6-8707-ffd095e0debb", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional-2", "hierarchy": { diff --git a/apps/docs/content/blog/v2.2.0.mdx b/apps/docs/content/blog/v2.2.0.mdx new file mode 100644 index 000000000..6777a0034 --- /dev/null +++ b/apps/docs/content/blog/v2.2.0.mdx @@ -0,0 +1,167 @@ +--- +title: "Introducing v2.2.0 🚀" +description: "NextUI v2.2.0 is here with Client side router support, 3 new components including the Autocomplete, and more." +date: "2023-11-03" +image: "/blog/v2.2.0.jpg" +tags: ["nextui", "autocomplete", "breadcrumbs", "client side router", "slider"] +author: + name: "Junior Garcia" + username: "@jrgarciadev" + link: "https://twitter.com/jrgarciadev" + avatar: "/avatars/junior-garcia.jpeg" +--- + +import {selectContent} from "@/content/components/select"; +import {listboxContent} from "@/content/components/listbox"; +import {scrollShadowContent} from "@/content/components/scroll-shadow"; + + +NextUI v2 + +We are thrilled to announce the latest update to NextUI, version **2.1.0**! This release introduces some game-changing +additions that many of you have eagerly been waiting for. + +First on the list is the highly-anticipated **Select** component. Fully customizable and beautifully designed, supports both single and +multi-select modes and is accessible out of the box. + +But that's not all. We're also rolling out two more incredible components **Listbox** and **ScrollShadow**. The new +**Listbox** allows you to make list manipulations more efficient and visually appealing. Meanwhile, the +**ScrollShadow** component adds an elegant shadow effect to scrollable areas, enhancing the UI aesthetics while +also improving usability. + +## Select + +Creating a select component that is both accessible and customizable is a challenging task. We've spent a lot of time +researching and testing different approaches to come up with a solution that works for everyone. The result is a +component that is easy to use, fully accessible, and highly customizable. + +The new **Select** component includes: + +- Support for selecting a single option. +- Support for selecting multiple options. +- Support for disabled options. +- Support for sections. +- Labeling support for accessibility. +- Exposed to assistive technology as a button with a listbox popup using ARIA (combined with [Listbox](/docs/components/listbox)). +- Support for description and error message help text linked to the input via ARIA. +- Support for mouse, touch, and keyboard interactions. +- Tab stop focus management. +- Asynchronous options loading. +- Keyboard support for opening the listbox using the arrow keys, including automatically focusing the first or last item accordingly. +- Typeahead to allow selecting options by typing text, even without opening the listbox. +- Browser autofill integration via a hidden native ` { + const v = e.target.value; + + setInputValue(v); + }} + onKeyDown={(e) => { + if (e.key === "Enter" && !isNaN(Number(inputValue))) { + setValue(Number(inputValue)); + } + }} + /> + + + )} + value={value} + onChange={handleChange} + /> + ); +}`; + +const AppTs = `import {Slider, SliderValue} from "@nextui-org/react"; + +export default function App() { + const [value, setValue] = React.useState(0.2); + const [inputValue, setInputValue] = React.useState("0.2"); + + const handleChange = (value: SliderValue) => { + if (isNaN(Number(value))) return; + + setValue(value); + setInputValue(value.toString()); + }; + + return ( + ( + + + ) => { + const v = e.target.value; + + setInputValue(v); + }} + onKeyDown={(e: React.KeyboardEvent) => { + if (e.key === "Enter" && !isNaN(Number(inputValue))) { + setValue(Number(inputValue)); + } + }} + /> + + + )} + value={value} + onChange={handleChange} + /> + ); +}`; + +const react = { + "/App.jsx": App, +}; + +const reactTs = { + "/App.tsx": AppTs, +}; + +export default { + ...react, + ...reactTs, +}; diff --git a/apps/docs/content/components/slider/sizes.ts b/apps/docs/content/components/slider/sizes.ts new file mode 100644 index 000000000..83741c655 --- /dev/null +++ b/apps/docs/content/components/slider/sizes.ts @@ -0,0 +1,43 @@ +const App = `import {Slider} from "@nextui-org/react"; + +export default function App() { + return ( +
+ + + +
+ ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/slider/start-end-content.ts b/apps/docs/content/components/slider/start-end-content.ts new file mode 100644 index 000000000..f478eea06 --- /dev/null +++ b/apps/docs/content/components/slider/start-end-content.ts @@ -0,0 +1,75 @@ +const VolumeHighIcon = `export const VolumeHighIcon = (props) => ( + +);`; + +const VolumeLowIcon = `export const VolumeLowIcon = (props) => ( + +);`; + +const App = `import {Slider} from "@nextui-org/react"; +import {VolumeLowIcon} from "./VolumeLowIcon"; +import {VolumeHighIcon} from "./VolumeHighIcon"; + +export default function App() { + return ( + } + endContent={} + className="max-w-md" + defaultValue={40} + /> + ); +}`; + +const react = { + "/App.jsx": App, + "/VolumeHighIcon.jsx": VolumeHighIcon, + "/VolumeLowIcon.jsx": VolumeLowIcon, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/slider/tooltip.ts b/apps/docs/content/components/slider/tooltip.ts new file mode 100644 index 000000000..bd9752998 --- /dev/null +++ b/apps/docs/content/components/slider/tooltip.ts @@ -0,0 +1,38 @@ +const App = `import {Slider} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/slider/usage.ts b/apps/docs/content/components/slider/usage.ts new file mode 100644 index 000000000..9d2e81ac2 --- /dev/null +++ b/apps/docs/content/components/slider/usage.ts @@ -0,0 +1,22 @@ +const App = `import {Slider} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/slider/value-formatting.ts b/apps/docs/content/components/slider/value-formatting.ts new file mode 100644 index 000000000..096dd9947 --- /dev/null +++ b/apps/docs/content/components/slider/value-formatting.ts @@ -0,0 +1,22 @@ +const App = `import {Slider} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/slider/vertical.ts b/apps/docs/content/components/slider/vertical.ts new file mode 100644 index 000000000..f3f7799b1 --- /dev/null +++ b/apps/docs/content/components/slider/vertical.ts @@ -0,0 +1,43 @@ +const App = `import {Slider} from "@nextui-org/react"; + +export default function App() { + return ( +
+ + + +
+ ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/slider/visible-steps.ts b/apps/docs/content/components/slider/visible-steps.ts new file mode 100644 index 000000000..132b6ce78 --- /dev/null +++ b/apps/docs/content/components/slider/visible-steps.ts @@ -0,0 +1,46 @@ +const App = `import {Slider} from "@nextui-org/react"; + +export default function App() { + return ( +
+ + + +
+ ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/textarea/autosize.ts b/apps/docs/content/components/textarea/autosize.ts index aed299064..55cb2402b 100644 --- a/apps/docs/content/components/textarea/autosize.ts +++ b/apps/docs/content/components/textarea/autosize.ts @@ -5,19 +5,16 @@ export default function App() {