diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 1df248eb29..0000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "mode": "pre", - "tag": "beta", - "initialVersions": { - "@heroui/docs": "2.0.0", - "@heroui/accordion": "2.2.16", - "@heroui/alert": "2.2.19", - "@heroui/autocomplete": "2.3.20", - "@heroui/avatar": "2.2.15", - "@heroui/badge": "2.2.12", - "@heroui/breadcrumbs": "2.2.15", - "@heroui/button": "2.2.19", - "@heroui/calendar": "2.2.19", - "@heroui/card": "2.2.18", - "@heroui/checkbox": "2.3.18", - "@heroui/chip": "2.2.15", - "@heroui/code": "2.2.14", - "@heroui/date-input": "2.3.18", - "@heroui/date-picker": "2.3.19", - "@heroui/divider": "2.2.13", - "@heroui/drawer": "2.2.16", - "@heroui/dropdown": "2.3.19", - "@heroui/form": "2.1.18", - "@heroui/image": "2.2.12", - "@heroui/input": "2.4.19", - "@heroui/input-otp": "2.1.18", - "@heroui/kbd": "2.2.15", - "@heroui/link": "2.2.16", - "@heroui/listbox": "2.3.18", - "@heroui/menu": "2.2.18", - "@heroui/modal": "2.2.16", - "@heroui/navbar": "2.2.17", - "@heroui/number-input": "2.0.9", - "@heroui/pagination": "2.2.17", - "@heroui/popover": "2.3.19", - "@heroui/progress": "2.2.15", - "@heroui/radio": "2.3.18", - "@heroui/ripple": "2.2.14", - "@heroui/scroll-shadow": "2.3.13", - "@heroui/select": "2.4.19", - "@heroui/skeleton": "2.2.12", - "@heroui/slider": "2.4.16", - "@heroui/snippet": "2.2.20", - "@heroui/spacer": "2.2.14", - "@heroui/spinner": "2.2.16", - "@heroui/switch": "2.2.17", - "@heroui/table": "2.2.18", - "@heroui/tabs": "2.2.16", - "@heroui/toast": "2.0.9", - "@heroui/tooltip": "2.2.16", - "@heroui/user": "2.2.15", - "@heroui/react": "2.7.8", - "@heroui/system": "2.4.15", - "@heroui/system-rsc": "2.3.13", - "@heroui/theme": "2.4.15", - "@heroui/use-aria-accordion": "2.2.11", - "@heroui/use-aria-accordion-item": "2.2.11", - "@heroui/use-aria-button": "2.2.13", - "@heroui/use-aria-link": "2.2.14", - "@heroui/use-aria-modal-overlay": "2.2.12", - "@heroui/use-aria-multiselect": "2.4.12", - "@heroui/use-callback-ref": "2.1.7", - "@heroui/use-clipboard": "2.1.8", - "@heroui/use-data-scroll-overflow": "2.2.10", - "@heroui/use-disclosure": "2.2.11", - "@heroui/use-draggable": "2.1.11", - "@heroui/use-image": "2.1.9", - "@heroui/use-infinite-scroll": "2.2.9", - "@heroui/use-intersection-observer": "2.2.11", - "@heroui/use-is-mobile": "2.2.9", - "@heroui/use-is-mounted": "2.1.7", - "@heroui/use-measure": "2.1.7", - "@heroui/use-pagination": "2.2.12", - "@heroui/use-real-shape": "2.1.10", - "@heroui/use-ref-state": "2.1.7", - "@heroui/use-resize": "2.1.7", - "@heroui/use-safe-layout-effect": "2.1.7", - "@heroui/use-scroll-position": "2.1.7", - "@heroui/use-ssr": "2.1.7", - "@heroui/use-theme": "2.1.8", - "@heroui/use-update-effect": "2.1.7", - "@heroui/storybook": "2.0.0", - "@heroui/aria-utils": "2.2.16", - "@heroui/dom-animation": "2.1.8", - "@heroui/framer-utils": "2.1.15", - "@heroui/react-rsc-utils": "2.1.7", - "@heroui/react-utils": "2.1.10", - "@heroui/shared-icons": "2.1.7", - "@heroui/shared-utils": "2.1.9", - "@heroui/stories-utils": "2.1.7", - "@heroui/test-utils": "2.1.7", - "@heroui/use-aria-overlay": "2.0.0" - }, - "changesets": [ - "kind-icons-talk", - "light-cups-melt", - "poor-experts-leave", - "quiet-colts-add", - "slimy-beers-invent", - "slimy-lobsters-peel", - "strange-coats-carry", - "sweet-radios-brake", - "tidy-mails-sing" - ] -} diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 1d9e12786e..0000000000 --- a/.eslintignore +++ /dev/null @@ -1,25 +0,0 @@ -.now/* -.next/* -*.css -.changeset -dist -esm/* -public/* -tests/* -scripts/* -*.config.js -.DS_Store -node_modules -coverage -.next -build -!.storybook -/**/.storybook/** -!.commitlintrc.cjs -!.lintstagedrc.cjs -!jest.config.js -!plopfile.js -!react-shim.js -!tsup.config.ts -apps/docs/preinstall.js -apps/docs/next-redirect.js diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index ad84de361e..0000000000 --- a/.eslintrc.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/eslintrc.json", - "env": { - "browser": false, - "es2021": true, - "node": true - }, - "extends": [ - "plugin:react/recommended", - "plugin:prettier/recommended", - "plugin:react-hooks/recommended", - "plugin:jsx-a11y/recommended" - ], - "plugins": ["react", "unused-imports", "import", "@typescript-eslint", "jsx-a11y", "prettier"], - "parser": "@typescript-eslint/parser", - "parserOptions": { - "ecmaFeatures": { - "jsx": true - }, - "ecmaVersion": 12, - "sourceType": "module" - }, - "settings": { - "react": { - "version": "detect" - } - }, - "rules": { - "no-console": "warn", - "react/prop-types": "off", - "react/jsx-uses-react": "off", - "react/react-in-jsx-scope": "off", - "react-hooks/exhaustive-deps": "off", - "jsx-a11y/click-events-have-key-events": "warn", - "jsx-a11y/interactive-supports-focus": "warn", - "prettier/prettier": "warn", - "no-unused-vars": "off", - "unused-imports/no-unused-vars": "off", - "unused-imports/no-unused-imports": "warn", - "@typescript-eslint/no-unused-vars": [ - "warn", - { - "args": "after-used", - "ignoreRestSiblings": false, - "argsIgnorePattern": "^_.*?$" - } - ], - "import/order": [ - "warn", - { - "groups": [ - "type", - "builtin", - "object", - "external", - "internal", - "parent", - "sibling", - "index" - ], - "pathGroups": [ - { - "pattern": "~/**", - "group": "external", - "position": "after" - } - ], - "newlines-between": "always" - } - ], - "react/self-closing-comp": "warn", - "react/jsx-sort-props": [ - "warn", - { - "callbacksLast": true, - "shorthandFirst": true, - "noSortAlphabetically": false, - "reservedFirst": true - } - ], - "padding-line-between-statements": [ - "warn", - {"blankLine": "always", "prev": "*", "next": "return"}, - {"blankLine": "always", "prev": ["const", "let", "var"], "next": "*"}, - { - "blankLine": "any", - "prev": ["const", "let", "var"], - "next": ["const", "let", "var"] - } - ], - "import/consistent-type-specifier-style": ["error", "prefer-top-level"] - } -} diff --git a/.lintstagedrc.cjs b/.lintstagedrc.cjs index 5662ef011d..e5e9758047 100644 --- a/.lintstagedrc.cjs +++ b/.lintstagedrc.cjs @@ -16,7 +16,7 @@ module.exports = { "**/*.{js,ts,jsx,tsx}": async (files) => { const filesToLint = await removeIgnoredFiles(files); - return [`eslint -c .eslintrc.json --max-warnings=0 --fix ${filesToLint}`]; + return [`eslint --max-warnings=0 --fix ${filesToLint}`]; }, "**/*.css": async (files) => { const filesToLint = await removeIgnoredFiles(files); diff --git a/apps/docs/app/examples/autocomplete/async-filtering/page.tsx b/apps/docs/app/examples/autocomplete/async-filtering/page.tsx index 466dd856cd..8e79b7f87d 100644 --- a/apps/docs/app/examples/autocomplete/async-filtering/page.tsx +++ b/apps/docs/app/examples/autocomplete/async-filtering/page.tsx @@ -1,4 +1,3 @@ -/* eslint-disable no-console */ "use client"; import * as React from "react"; diff --git a/apps/docs/app/examples/table/custom-styles/page.tsx b/apps/docs/app/examples/table/custom-styles/page.tsx index 6a8d5302e5..c5076a6a0b 100644 --- a/apps/docs/app/examples/table/custom-styles/page.tsx +++ b/apps/docs/app/examples/table/custom-styles/page.tsx @@ -1,4 +1,3 @@ -/* eslint-disable jsx-a11y/no-onchange */ "use client"; import { diff --git a/apps/docs/app/examples/table/use-case/page.tsx b/apps/docs/app/examples/table/use-case/page.tsx index dee92a92eb..35c40c8c44 100644 --- a/apps/docs/app/examples/table/use-case/page.tsx +++ b/apps/docs/app/examples/table/use-case/page.tsx @@ -1,4 +1,3 @@ -/* eslint-disable jsx-a11y/no-onchange */ "use client"; import { diff --git a/apps/docs/app/layout.tsx b/apps/docs/app/layout.tsx index e31a5b79b4..a870dedb48 100644 --- a/apps/docs/app/layout.tsx +++ b/apps/docs/app/layout.tsx @@ -12,7 +12,7 @@ import {siteConfig} from "@/config/site"; import {fonts} from "@/config/fonts"; import {Navbar} from "@/components/navbar"; import {Footer} from "@/components/footer"; -import {ProBanner} from "@/components/pro-banner"; +import {HeroUIChatBanner} from "@/components/heroui-chat-banner"; export const metadata: Metadata = { title: { @@ -75,14 +75,14 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
- + {children} diff --git a/apps/docs/components/ads/carbon-ad/carbon-ad.tsx b/apps/docs/components/ads/carbon-ad/carbon-ad.tsx index 727872c334..6ebcbd91f6 100644 --- a/apps/docs/components/ads/carbon-ad/carbon-ad.tsx +++ b/apps/docs/components/ads/carbon-ad/carbon-ad.tsx @@ -11,12 +11,13 @@ import {useIsMounted} from "@/hooks/use-is-mounted"; import {__PROD__, __ENABLE_ADS__} from "@/utils"; const EA_PROVIDER_RATIO = 0.85; -const PRODUCT_HUNT_ENABLED = false; +const INTERNAL_AD_ENABLED = true; -const PH_INFO = { - description: "Join the conversation and help us get #1 Product of the Week! ↗", - title: "We're live on Product Hunt! (30% OFF)", - url: "https://ph.heroui.chat?utm_source=heroui.chat&utm_medium=banner", +const INTERNAL_AD_INFO = { + description: "Join our hackathon, $6k in prizes + 3 months of HeroUI Chat Pro! ↗", + title: "Hackathon #HeroHack", + img: "https://heroui-chat-assets.nyc3.cdn.digitaloceanspaces.com/herohack.png", + url: "https://hack.heroui.chat/twitter?utm_source=heroui.com&utm_medium=ad-banner", }; export const CarbonAd: React.FC = () => { @@ -49,7 +50,7 @@ export const CarbonAd: React.FC = () => { }, []); useEffect(() => { - if (PRODUCT_HUNT_ENABLED) return; + if (INTERNAL_AD_ENABLED) return; const shouldShowEthicalAds = Math.random() < EA_PROVIDER_RATIO; @@ -91,7 +92,7 @@ export const CarbonAd: React.FC = () => { setShowEthicalAds(true); } }); - } catch (error) { + } catch { loadCarbonAds(); } } else { @@ -106,25 +107,28 @@ export const CarbonAd: React.FC = () => { }; }, [isMounted]); - if (PRODUCT_HUNT_ENABLED) { + if (INTERNAL_AD_ENABLED) { return ( diff --git a/apps/docs/components/ads/carbon-ad/carbon-optimize.js b/apps/docs/components/ads/carbon-ad/carbon-optimize.js index 4020f7a345..717be3ff14 100644 --- a/apps/docs/components/ads/carbon-ad/carbon-optimize.js +++ b/apps/docs/components/ads/carbon-ad/carbon-optimize.js @@ -47,7 +47,6 @@ export default { if (!document.hidden) { if (typeof _carbonads !== "undefined" && isElementInViewport("#carbonads")) { - // eslint-disable-next-line no-undef _carbonads.refresh(); } } diff --git a/apps/docs/components/blog/video-in-view.tsx b/apps/docs/components/blog/video-in-view.tsx index ef9ed9c16f..760902a910 100644 --- a/apps/docs/components/blog/video-in-view.tsx +++ b/apps/docs/components/blog/video-in-view.tsx @@ -1,4 +1,3 @@ -/* eslint-disable jsx-a11y/media-has-caption */ "use client"; import {useInView} from "framer-motion"; diff --git a/apps/docs/components/cmdk.tsx b/apps/docs/components/cmdk.tsx index 1103f5ca61..221aaf942a 100644 --- a/apps/docs/components/cmdk.tsx +++ b/apps/docs/components/cmdk.tsx @@ -210,7 +210,7 @@ export const Cmdk: FC<{}> = () => { [query], ); - const items = !isEmpty(results) ? results : recentSearches ?? []; + const items = !isEmpty(results) ? results : (recentSearches ?? []); // Toggle the menu when ⌘K / CTRL K is pressed useEffect(() => { 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 2a451b5a55..a8e0e2ceba 100644 --- a/apps/docs/components/docs/components/code-demo/code-demo.tsx +++ b/apps/docs/components/docs/components/code-demo/code-demo.tsx @@ -19,14 +19,14 @@ const DynamicReactLiveDemo = dynamic( () => import("./react-live-demo").then((m) => m.ReactLiveDemo), { ssr: false, - // eslint-disable-next-line react/display-name + loading: () => , }, ); const DynamicSandpack = dynamic(() => import("../../../sandpack").then((m) => m.Sandpack), { ssr: false, - // eslint-disable-next-line react/display-name + loading: () => , }); diff --git a/apps/docs/components/marketing/a11y-otb.tsx b/apps/docs/components/marketing/a11y-otb.tsx index eddafb2c12..6a830aa30c 100644 --- a/apps/docs/components/marketing/a11y-otb.tsx +++ b/apps/docs/components/marketing/a11y-otb.tsx @@ -1,6 +1,5 @@ "use client"; -/* eslint-disable react/display-name */ import { Button, Image, diff --git a/apps/docs/components/marketing/custom-themes/custom-themes.tsx b/apps/docs/components/marketing/custom-themes/custom-themes.tsx index d8874310ed..f61c2651ab 100644 --- a/apps/docs/components/marketing/custom-themes/custom-themes.tsx +++ b/apps/docs/components/marketing/custom-themes/custom-themes.tsx @@ -1,6 +1,5 @@ "use client"; -/* eslint-disable react/display-name */ import {useMemo, useState} from "react"; import {Tabs, Tab, Card, CardBody, Image, Button, RadioGroup, Radio} from "@heroui/react"; import NextLink from "next/link"; diff --git a/apps/docs/components/marketing/customization.tsx b/apps/docs/components/marketing/customization.tsx index d195ff49b2..d6a4ce01f7 100644 --- a/apps/docs/components/marketing/customization.tsx +++ b/apps/docs/components/marketing/customization.tsx @@ -1,6 +1,5 @@ "use client"; -/* eslint-disable react/display-name */ import {Button, Link} from "@heroui/react"; import NextLink from "next/link"; diff --git a/apps/docs/components/marketing/dark-mode.tsx b/apps/docs/components/marketing/dark-mode.tsx index 6daf34cb50..d0bf2e7229 100644 --- a/apps/docs/components/marketing/dark-mode.tsx +++ b/apps/docs/components/marketing/dark-mode.tsx @@ -1,6 +1,5 @@ "use client"; -/* eslint-disable react/display-name */ import {Code, Button, Tooltip} from "@heroui/react"; import {useState} from "react"; import NextLink from "next/link"; diff --git a/apps/docs/components/marketing/last-but-not-least.tsx b/apps/docs/components/marketing/last-but-not-least.tsx index 7b19e43850..ac6c68ba0b 100644 --- a/apps/docs/components/marketing/last-but-not-least.tsx +++ b/apps/docs/components/marketing/last-but-not-least.tsx @@ -1,5 +1,3 @@ -/* eslint-disable react/display-name */ - import {title, subtitle, titleWrapper, sectionWrapper} from "@/components/primitives"; import {FeaturesGrid} from "@/components/marketing/features-grid"; import landingContent from "@/content/landing"; diff --git a/apps/docs/components/marketing/support.tsx b/apps/docs/components/marketing/support.tsx index ee47a9cae3..07a22e446b 100644 --- a/apps/docs/components/marketing/support.tsx +++ b/apps/docs/components/marketing/support.tsx @@ -9,7 +9,7 @@ async function getData() { return { sponsors, }; - } catch (error) { + } catch { throw new Error("Failed to fetch data"); } } diff --git a/apps/docs/components/mdx-components.tsx b/apps/docs/components/mdx-components.tsx index ca2f4f041a..a62875fbd3 100644 --- a/apps/docs/components/mdx-components.tsx +++ b/apps/docs/components/mdx-components.tsx @@ -1,4 +1,3 @@ -/* eslint-disable react/display-name */ import {clsx} from "@heroui/shared-utils"; import * as Components from "@heroui/react"; import {Language} from "prism-react-renderer"; diff --git a/apps/docs/components/sandpack/use-sandpack.ts b/apps/docs/components/sandpack/use-sandpack.ts index 943e31628d..23ee5cfd9f 100644 --- a/apps/docs/components/sandpack/use-sandpack.ts +++ b/apps/docs/components/sandpack/use-sandpack.ts @@ -79,7 +79,7 @@ export const useSandpack = ({ }, {}); let dependencies = { - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "@heroui/react": "latest", }; @@ -152,7 +152,7 @@ export const useSandpack = ({ // const dependencies = useMemo(() => { // let deps = { - // "framer-motion": "11.9.0", + // "framer-motion": "11.18.2", // }; // if (hasComponents) { diff --git a/apps/docs/config/github-info.json b/apps/docs/config/github-info.json index c9d8db6423..2d56aba9b1 100644 --- a/apps/docs/config/github-info.json +++ b/apps/docs/config/github-info.json @@ -1,6 +1,6 @@ { - "stars": { "raw": 23646, "formatted": "23.6K" }, - "forks": 1706, + "stars": { "raw": 24238, "formatted": "24.2K" }, + "forks": 1769, "subscribers": 88, - "openIssues": 324 + "openIssues": 346 } diff --git a/apps/docs/config/search-meta.json b/apps/docs/config/search-meta.json index c579a8e089..284d328a4f 100644 --- a/apps/docs/config/search-meta.json +++ b/apps/docs/config/search-meta.json @@ -1,84 +1,84 @@ [ { "content": "HeroUI CLI", - "objectID": "01b6eb8a-457b-44f3-b9c4-2d49552e8b8c", + "objectID": "45423b5b-5104-4aec-a7df-b4c8d48dcd2f", "type": "lvl1", "url": "/docs/api-references/cli-api", "hierarchy": { "lvl1": "HeroUI CLI" } }, { "content": "Commands", - "objectID": "6d698ec0-9b6d-4b8e-a3b8-48eda5923351", + "objectID": "35922972-5312-4aa6-899b-3163ca97ec1b", "type": "lvl2", "url": "/docs/api-references/cli-api#commands", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Commands", "lvl3": null } }, { "content": "Init", - "objectID": "3429c301-a3d8-43d8-b41e-1795584c906d", + "objectID": "227f29d8-fe48-460a-868c-8a97fdbe8f94", "type": "lvl3", "url": "/docs/api-references/cli-api#init", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Commands", "lvl3": "Init" } }, { "content": "Init Options", - "objectID": "70924e7b-2bd8-44fa-8a97-7db28c5eceb3", + "objectID": "10cd1e8d-4970-4299-a33e-c41d69730809", "type": "lvl4", "url": "/docs/api-references/cli-api#init-options", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Init", "lvl3": null } }, { "content": "Example", - "objectID": "e1e37444-d899-4dcb-87e3-ae191f7d1c4f", + "objectID": "cf508092-c14a-4503-b37e-aa0db0cea5e3", "type": "lvl5", "url": "/docs/api-references/cli-api#example", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Init Options", "lvl3": null } }, { "content": "Add", - "objectID": "491102f6-1cf3-4759-b27e-d5a29483084a", + "objectID": "a37b9de4-4ce2-4cb5-bb6c-10518a9582a2", "type": "lvl3", "url": "/docs/api-references/cli-api#add", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Example", "lvl3": "Add" } }, { "content": "Features", - "objectID": "6dfb89cd-af65-4513-81f2-a005d081ac50", + "objectID": "35c6b7e3-f774-4f88-8ec0-e897b7128814", "type": "lvl4", "url": "/docs/api-references/cli-api#features", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Add", "lvl3": null } }, { "content": "Add Options", - "objectID": "448f9c4b-1ce6-4477-9819-b468f4b9da89", + "objectID": "3e13746c-fd59-43ea-9373-53935b18ed42", "type": "lvl4", "url": "/docs/api-references/cli-api#add-options", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Features", "lvl3": null } }, { "content": "Example", - "objectID": "acaac6a6-5e03-482b-9d72-dd707abb3a3e", + "objectID": "30a0188e-f66e-474c-a699-559f0d17b5a1", "type": "lvl5", "url": "/docs/api-references/cli-api#example-1", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Add Options", "lvl3": null } }, { "content": "Upgrade", - "objectID": "76309afe-cd7d-465c-82bf-50ff9dad064e", + "objectID": "31345f28-46ab-466b-ab8d-d7c0d8cab7fd", "type": "lvl3", "url": "/docs/api-references/cli-api#upgrade", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Example", "lvl3": "Upgrade" } }, { "content": "Upgrade Options", - "objectID": "e3c84f0c-2e75-4657-a69d-6de9293d6940", + "objectID": "37f8f1b5-a883-4046-8b7c-1bb9c19ee1f0", "type": "lvl4", "url": "/docs/api-references/cli-api#upgrade-options", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Upgrade", "lvl3": null } }, { "content": "Example", - "objectID": "1398eb9f-f881-47f7-8c88-28c9f7905261", + "objectID": "c88f39ff-029a-4f9e-9929-c3967d75f8fa", "type": "lvl5", "url": "/docs/api-references/cli-api#example-2", "hierarchy": { @@ -89,21 +89,21 @@ }, { "content": "Remove", - "objectID": "3dfb97f3-9378-46ac-a905-9791ae61c897", + "objectID": "46812aae-2be4-485e-b67a-9b3cda8cd6ef", "type": "lvl3", "url": "/docs/api-references/cli-api#remove", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Example", "lvl3": "Remove" } }, { "content": "Remove Options", - "objectID": "dc07aa32-c84a-4af2-9792-d7a61f941e35", + "objectID": "6466ae11-b06a-4cc8-8301-f303f4a013cc", "type": "lvl4", "url": "/docs/api-references/cli-api#remove-options", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Remove", "lvl3": null } }, { "content": "Example", - "objectID": "e298d667-8fce-4fb5-8fee-284b6b9eefe8", + "objectID": "a2f298f4-a0b9-4911-8eb4-e4353bec6f14", "type": "lvl5", "url": "/docs/api-references/cli-api#example-3", "hierarchy": { @@ -114,49 +114,49 @@ }, { "content": "List", - "objectID": "39e320f1-d9e9-494c-a776-3a2531426087", + "objectID": "bc6a4438-50fe-4c92-a4a3-cb4afb45bab6", "type": "lvl3", "url": "/docs/api-references/cli-api#list", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Example", "lvl3": "List" } }, { "content": "List Options", - "objectID": "9839e123-405c-49ed-926b-6a9d7056c248", + "objectID": "856ec2bc-a91c-41cb-bdd7-a7cd7d690701", "type": "lvl4", "url": "/docs/api-references/cli-api#list-options", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "List", "lvl3": null } }, { "content": "Example", - "objectID": "cf9c55a9-e248-4110-a471-e778ae05836f", + "objectID": "ea8cd859-3a5b-4d95-823c-bafd8b2e940f", "type": "lvl5", "url": "/docs/api-references/cli-api#example-4", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "List Options", "lvl3": null } }, { "content": "Doctor", - "objectID": "4693e209-bab7-4084-bc64-5bf7506886f3", + "objectID": "5595143e-cc91-4d86-8c51-d2465ce698b1", "type": "lvl3", "url": "/docs/api-references/cli-api#doctor", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Example", "lvl3": "Doctor" } }, { "content": "Features", - "objectID": "f1679c94-f484-40ee-993c-aeb52a6dec87", + "objectID": "86c61de7-0853-44f3-99ab-0539c1d0bf34", "type": "lvl3", "url": "/docs/api-references/cli-api#features-1", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Doctor", "lvl3": "Features" } }, { "content": "Doctor Options", - "objectID": "f6e4072e-1a78-41d5-87d6-06c66393c54a", + "objectID": "13743005-950e-4f9d-ac81-242e15e891b7", "type": "lvl4", "url": "/docs/api-references/cli-api#doctor-options", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Features", "lvl3": null } }, { "content": "Example", - "objectID": "1a463dd5-330f-4056-bd1d-52fc8e77ac95", + "objectID": "0ef9c254-dd36-44be-914f-8cbb3c800c50", "type": "lvl4", "url": "/docs/api-references/cli-api#example-5", "hierarchy": { @@ -167,63 +167,63 @@ }, { "content": "Env", - "objectID": "81d4b073-8744-45c0-a9b4-be38e00d2565", + "objectID": "314ed9f4-f57c-4700-bc64-994392f60842", "type": "lvl3", "url": "/docs/api-references/cli-api#env", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Example", "lvl3": "Env" } }, { "content": "Env Options", - "objectID": "b736126d-1f5f-4915-8f44-8bb3f9fd5f38", + "objectID": "6dbd0906-26ba-445a-9b9d-334d5fb2acfb", "type": "lvl4", "url": "/docs/api-references/cli-api#env-options", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Env", "lvl3": null } }, { "content": "Example", - "objectID": "9ff11fb5-801c-4038-908a-65d32e1fe5cc", + "objectID": "b293873c-228b-4036-8999-267e8f07057a", "type": "lvl4", "url": "/docs/api-references/cli-api#example-6", "hierarchy": { "lvl1": "HeroUI CLI", "lvl2": "Env Options", "lvl3": null } }, { "content": "HeroUI Provider", - "objectID": "6f0afe1c-9e36-43cc-8c4a-5a7258cdeb8d", + "objectID": "a085b9e4-b71c-47d1-baed-fc1a8ffd930d", "type": "lvl1", "url": "/docs/api-references/heroui-provider", "hierarchy": { "lvl1": "HeroUI Provider" } }, { "content": "Import", - "objectID": "39289635-5f44-41be-b116-ebaa930bf5cf", + "objectID": "f6e65605-0948-4cce-8295-7f7fe48dac42", "type": "lvl2", "url": "/docs/api-references/heroui-provider#import", "hierarchy": { "lvl1": "HeroUI Provider", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "004e3d20-5caf-4609-9817-1ba6c53f0899", + "objectID": "ed00a9d6-a523-4138-9365-794c4afa9895", "type": "lvl2", "url": "/docs/api-references/heroui-provider#usage", "hierarchy": { "lvl1": "HeroUI Provider", "lvl2": "Usage", "lvl3": null } }, { "content": "Props", - "objectID": "ef997f39-92e1-424c-ad5f-725df7c1dd4c", + "objectID": "6e7d234a-94f1-4aa4-876b-c22b10ee3297", "type": "lvl2", "url": "/docs/api-references/heroui-provider#props", "hierarchy": { "lvl1": "HeroUI Provider", "lvl2": "Props", "lvl3": null } }, { "content": "Types", - "objectID": "f9ca4dae-1da6-444d-abee-53598a30e34a", + "objectID": "cf0f3736-9810-425c-96c5-7a0f72f1454d", "type": "lvl2", "url": "/docs/api-references/heroui-provider#types", "hierarchy": { "lvl1": "HeroUI Provider", "lvl2": "Types", "lvl3": null } }, { "content": "SupportedCalendars", - "objectID": "9e534099-41a0-4cb0-ae55-dc73e95ee3b8", + "objectID": "b566b4f2-9008-4891-b846-a406317cfc59", "type": "lvl3", "url": "/docs/api-references/heroui-provider#supportedcalendars", "hierarchy": { @@ -234,35 +234,35 @@ }, { "content": "Accordion", - "objectID": "211692e1-d7b1-43d3-8361-8225576a0e56", + "objectID": "8aacd614-445a-4f05-9501-7b8ca614ea2a", "type": "lvl1", "url": "/docs/components/accordion", "hierarchy": { "lvl1": "Accordion" } }, { "content": "Installation", - "objectID": "f21f8361-2d84-4c42-bb2f-dcbdbb190463", + "objectID": "d26de930-96bc-4aac-9fd6-a94d2fe9db8f", "type": "lvl2", "url": "/docs/components/accordion#installation", "hierarchy": { "lvl1": "Accordion", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "cc6139be-20d7-41ee-a27d-df36ac99e4a3", + "objectID": "53ca3013-ed6e-405f-8768-c48e8bf7bb90", "type": "lvl2", "url": "/docs/components/accordion#import", "hierarchy": { "lvl1": "Accordion", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7cbbf6aa-1942-4c70-8d8d-5d82ae3bcdc9", + "objectID": "09f7f3c9-0aed-4bbd-aded-4433c80e5203", "type": "lvl2", "url": "/docs/components/accordion#usage", "hierarchy": { "lvl1": "Accordion", "lvl2": "Usage", "lvl3": null } }, { "content": "With Subtitle", - "objectID": "05567da6-4ba3-449a-beaa-e41c8b667cfd", + "objectID": "5ee985ad-c936-4de2-a00d-4253bc6dae15", "type": "lvl3", "url": "/docs/components/accordion#with-subtitle", "hierarchy": { @@ -273,7 +273,7 @@ }, { "content": "Expand multiple items", - "objectID": "af59b51f-6c03-4d2f-8c74-a875b1fc402b", + "objectID": "7d61e8e1-fc14-479d-9d9d-60c31a47a51f", "type": "lvl3", "url": "/docs/components/accordion#expand-multiple-items", "hierarchy": { @@ -284,7 +284,7 @@ }, { "content": "Compact", - "objectID": "2b08f879-3d58-4663-811c-e31432b33c7e", + "objectID": "af1e22a6-d44c-46a9-a4eb-69e3bbee2bfc", "type": "lvl3", "url": "/docs/components/accordion#compact", "hierarchy": { @@ -295,35 +295,35 @@ }, { "content": "Variants", - "objectID": "718f5afc-f462-48e6-843b-dca3ec57b1f1", + "objectID": "6df067f5-6243-4a16-ac66-221be57453c2", "type": "lvl3", "url": "/docs/components/accordion#variants", "hierarchy": { "lvl1": "Accordion", "lvl2": "Compact", "lvl3": "Variants" } }, { "content": "Light variant", - "objectID": "2328d017-0450-47f2-9014-03a054793ee5", + "objectID": "8bb03bcf-e1d3-4c2e-9af6-b692e0b6bf8c", "type": "lvl4", "url": "/docs/components/accordion#light-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Variants", "lvl3": null } }, { "content": "Shadow variant", - "objectID": "40f23f69-e4e4-4201-b47f-0b750f678f31", + "objectID": "aaef4483-c662-4972-af08-c254a732cd4e", "type": "lvl4", "url": "/docs/components/accordion#shadow-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Light variant", "lvl3": null } }, { "content": "Bordered variant", - "objectID": "c3c833b3-182e-4941-bede-aa44537da5ca", + "objectID": "f9bd0f81-bdfd-4282-b7d6-cd8113ebe8d2", "type": "lvl4", "url": "/docs/components/accordion#bordered-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Shadow variant", "lvl3": null } }, { "content": "Splitted variant", - "objectID": "7deb4bae-be4b-42c5-9dc8-09be2540bacd", + "objectID": "c156f464-d15f-4534-a37d-2c7cd3bc7207", "type": "lvl4", "url": "/docs/components/accordion#splitted-variant", "hierarchy": { @@ -334,7 +334,7 @@ }, { "content": "Default expanded keys", - "objectID": "4f1b45fb-b7bf-4ffa-a67e-980ac663dc82", + "objectID": "fcb53a90-3236-4413-98ee-8e9368a843ee", "type": "lvl3", "url": "/docs/components/accordion#default-expanded-keys", "hierarchy": { @@ -345,7 +345,7 @@ }, { "content": "Disabled keys", - "objectID": "7b797046-9c63-4474-bc42-1f3a80375635", + "objectID": "2e6a6c95-ea9a-4d24-b8c9-a994e28d8f62", "type": "lvl3", "url": "/docs/components/accordion#disabled-keys", "hierarchy": { @@ -356,7 +356,7 @@ }, { "content": "Start content", - "objectID": "fb17e96e-68d9-4674-82fc-ae2ab99b65b8", + "objectID": "0cc5bfbf-f1b9-4fb6-804b-fdf313fd3b25", "type": "lvl3", "url": "/docs/components/accordion#start-content", "hierarchy": { @@ -367,7 +367,7 @@ }, { "content": "Custom Indicator", - "objectID": "c1be975a-46c8-49c7-a59d-43db028ee007", + "objectID": "15ac45c0-30ec-4e66-85ad-ec70c427c88f", "type": "lvl3", "url": "/docs/components/accordion#custom-indicator", "hierarchy": { @@ -378,7 +378,7 @@ }, { "content": "Custom Motion", - "objectID": "25d3f3d3-3be3-4050-be19-103ecc619cc2", + "objectID": "7d35ff36-f35b-45f6-b0f2-24b62c345de1", "type": "lvl3", "url": "/docs/components/accordion#custom-motion", "hierarchy": { @@ -389,7 +389,7 @@ }, { "content": "Controlled", - "objectID": "fff811e5-c1a6-4a4b-bbde-e3fc2782ff17", + "objectID": "413ce790-0e2a-4c8e-b6ac-8040f12d9a0e", "type": "lvl3", "url": "/docs/components/accordion#controlled", "hierarchy": { @@ -400,7 +400,7 @@ }, { "content": "Accordion Item Slots", - "objectID": "18905368-300f-4c11-9406-cba74968c1e2", + "objectID": "f1beaabe-710f-4c67-8f13-faf957c15035", "type": "lvl2", "url": "/docs/components/accordion#accordion-item-slots", "hierarchy": { @@ -411,7 +411,7 @@ }, { "content": "Custom Accordion Styles", - "objectID": "e21f6122-37ca-4399-b5ff-b319f1f4e695", + "objectID": "597d3ceb-fe77-4c75-bbbe-4da7ffd20cc9", "type": "lvl3", "url": "/docs/components/accordion#custom-accordion-styles", "hierarchy": { @@ -422,7 +422,7 @@ }, { "content": "Data Attributes", - "objectID": "3a848e28-8a74-4d9d-aba2-66cd56f4578a", + "objectID": "4389d550-b03b-42b3-87f3-6feb7dd18562", "type": "lvl2", "url": "/docs/components/accordion#data-attributes", "hierarchy": { @@ -433,21 +433,21 @@ }, { "content": "Accessibility", - "objectID": "dded00ec-6268-4906-a5d5-04815b0f4a58", + "objectID": "16992844-87d0-421c-ad46-e80ce84a0c2e", "type": "lvl2", "url": "/docs/components/accordion#accessibility", "hierarchy": { "lvl1": "Accordion", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "1797af5b-d668-4757-b113-464856e0ad49", + "objectID": "348e9ce1-37c9-4bf3-a9f7-9b17720b7ba1", "type": "lvl2", "url": "/docs/components/accordion#api", "hierarchy": { "lvl1": "Accordion", "lvl2": "API", "lvl3": null } }, { "content": "Accordion Props", - "objectID": "f1347fc3-0a82-4aa2-aa69-98f6baa39176", + "objectID": "31c2da2f-c5b1-44b9-8608-9348769dbbce", "type": "lvl3", "url": "/docs/components/accordion#accordion-props", "hierarchy": { @@ -458,7 +458,7 @@ }, { "content": "Accordion Events", - "objectID": "70ba8a26-5785-46ed-9952-e96b5e13953a", + "objectID": "8d9382aa-a96f-4dcd-949a-debef68be8b6", "type": "lvl3", "url": "/docs/components/accordion#accordion-events", "hierarchy": { @@ -469,7 +469,7 @@ }, { "content": "Accordion Item Props", - "objectID": "35cf7346-b0df-44ad-8b20-0d4b911d9c6e", + "objectID": "bd361778-e97d-454c-8263-41b898529696", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-props", "hierarchy": { @@ -480,7 +480,7 @@ }, { "content": "Accordion Item Events", - "objectID": "4b9dd6af-5450-46b9-b059-9fd10cc5ad1b", + "objectID": "2acb6a1c-4197-4c58-84fd-22fa4b0074e8", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-events", "hierarchy": { @@ -491,7 +491,7 @@ }, { "content": "Types", - "objectID": "9f183b73-3b58-4bb7-b31c-e1864f673e92", + "objectID": "f4bb2985-42a2-400d-a31f-e59b25ae7c62", "type": "lvl3", "url": "/docs/components/accordion#types", "hierarchy": { @@ -502,14 +502,14 @@ }, { "content": "Accordion Item Indicator Props", - "objectID": "d5940f2b-4897-428a-aa5c-7ef166cdaaa5", + "objectID": "13d0905f-5dd9-400d-bd23-bbde6eea3d52", "type": "lvl4", "url": "/docs/components/accordion#accordion-item-indicator-props", "hierarchy": { "lvl1": "Accordion", "lvl2": "Types", "lvl3": null } }, { "content": "Accordion Item classNames", - "objectID": "a0746520-96fa-4ded-9c9e-262d6b4fa494", + "objectID": "f9724b74-a142-4aa7-8dd8-ab6a26004fe5", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-classnames", "hierarchy": { @@ -520,7 +520,7 @@ }, { "content": "Motion Props", - "objectID": "8152d5ac-83d5-41b6-9513-080dd9b66969", + "objectID": "31031549-0e9e-445f-b272-edc1768a11d2", "type": "lvl4", "url": "/docs/components/accordion#motion-props", "hierarchy": { @@ -531,63 +531,63 @@ }, { "content": "Alert", - "objectID": "44db15d2-1361-41de-afd0-09c3fd414733", + "objectID": "f91a89c8-6d35-4c07-9648-510c9ca02ead", "type": "lvl1", "url": "/docs/components/alert", "hierarchy": { "lvl1": "Alert" } }, { "content": "Installation", - "objectID": "94dd5e1e-d860-4857-8828-3f837c102a48", + "objectID": "96bf944a-af2e-41c7-8089-ecc6557f4a45", "type": "lvl2", "url": "/docs/components/alert#installation", "hierarchy": { "lvl1": "Alert", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "21548adc-c966-4b64-957f-5c57a454ba57", + "objectID": "30126bb0-43d4-4594-98e0-5eaeb2b63f10", "type": "lvl2", "url": "/docs/components/alert#import", "hierarchy": { "lvl1": "Alert", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "065b31bc-c81b-4c75-8b2f-eb9fcc07c26e", + "objectID": "d1a252f2-9bb7-46c3-a046-094ce554b9b3", "type": "lvl2", "url": "/docs/components/alert#usage", "hierarchy": { "lvl1": "Alert", "lvl2": "Usage", "lvl3": null } }, { "content": "Colors", - "objectID": "ad5c07b4-76da-46b2-81c8-dbb28d44d688", + "objectID": "a3bbda7d-2d1a-429e-8585-4da1eb1b729b", "type": "lvl3", "url": "/docs/components/alert#colors", "hierarchy": { "lvl1": "Alert", "lvl2": "Usage", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "396a66c3-c5b0-4eef-84d1-5cf17604a965", + "objectID": "927bf3e1-34e7-4fc8-9e9f-369c8f2fc391", "type": "lvl3", "url": "/docs/components/alert#variants", "hierarchy": { "lvl1": "Alert", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Radius", - "objectID": "60300c09-c687-42a1-94fb-7bb66f3c9203", + "objectID": "1243d9d5-94d1-4e42-9a4f-737353339deb", "type": "lvl3", "url": "/docs/components/alert#radius", "hierarchy": { "lvl1": "Alert", "lvl2": "Variants", "lvl3": "Radius" } }, { "content": "Custom Icon", - "objectID": "bd4aa0b0-2b00-4340-819a-4f63f4e13e38", + "objectID": "d94fc95d-f8d9-448b-a943-a0deef65f984", "type": "lvl3", "url": "/docs/components/alert#custom-icon", "hierarchy": { "lvl1": "Alert", "lvl2": "Radius", "lvl3": "Custom Icon" } }, { "content": "Without Icon", - "objectID": "90b6d8d8-40c0-42e8-83d9-d81149bc9168", + "objectID": "694776ea-b933-4853-b0c2-a1bac4c6a8b5", "type": "lvl3", "url": "/docs/components/alert#without-icon", "hierarchy": { @@ -598,7 +598,7 @@ }, { "content": "Without Icon Wrapper", - "objectID": "1c1dccc0-7c16-4bdb-9474-08e65b7876f7", + "objectID": "944fb3ee-838f-4342-8849-553f63f54003", "type": "lvl3", "url": "/docs/components/alert#without-icon-wrapper", "hierarchy": { @@ -609,7 +609,7 @@ }, { "content": "With Action", - "objectID": "4c9670b4-9993-4ed0-bed5-368f46826d85", + "objectID": "628d65a0-dc54-4f7e-9027-07eebad10bc7", "type": "lvl3", "url": "/docs/components/alert#with-action", "hierarchy": { @@ -620,7 +620,7 @@ }, { "content": "Controlled Visibility", - "objectID": "5bd42dfa-2d46-4c62-b241-adcde0837890", + "objectID": "268ae0ec-d69e-4866-a05b-1776757ce2c6", "type": "lvl3", "url": "/docs/components/alert#controlled-visibility", "hierarchy": { @@ -631,7 +631,7 @@ }, { "content": "Custom Styles", - "objectID": "5a943645-3795-4ecd-9244-82e1ce876125", + "objectID": "f3fd633c-8e20-41ab-95c0-3ff2a70a2b26", "type": "lvl3", "url": "/docs/components/alert#custom-styles", "hierarchy": { @@ -642,7 +642,7 @@ }, { "content": "Custom Implementation", - "objectID": "b7118172-8990-4df2-b279-f279b92ad9c5", + "objectID": "4388be62-fcc3-408d-828a-4e4d9e5bcbab", "type": "lvl3", "url": "/docs/components/alert#custom-implementation", "hierarchy": { @@ -653,42 +653,42 @@ }, { "content": "Data Attributes", - "objectID": "0158e8b6-e338-4197-b778-b60fcba12d9d", + "objectID": "ebd3237c-180f-4307-963f-f0e2c60d848a", "type": "lvl2", "url": "/docs/components/alert#data-attributes", "hierarchy": { "lvl1": "Alert", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Slots", - "objectID": "a3d919a8-c5dd-4aee-b204-1351c29f589b", + "objectID": "2bcdeea8-5549-42b6-8fd5-48b266e2dc0a", "type": "lvl3", "url": "/docs/components/alert#slots", "hierarchy": { "lvl1": "Alert", "lvl2": "Data Attributes", "lvl3": "Slots" } }, { "content": "Accessibility", - "objectID": "c8a330df-1698-4b88-9cbc-598ef892908e", + "objectID": "44f43f0f-43f6-4d4b-aaac-8b5c9cae965c", "type": "lvl2", "url": "/docs/components/alert#accessibility", "hierarchy": { "lvl1": "Alert", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "bc27de40-d016-44ac-87f3-93d06fd3b09a", + "objectID": "74692ce3-2d31-43c2-bb8f-d1f1c53dba9b", "type": "lvl2", "url": "/docs/components/alert#api", "hierarchy": { "lvl1": "Alert", "lvl2": "API", "lvl3": null } }, { "content": "Alert Props", - "objectID": "8b5f76e1-dba5-49c7-a578-c3f33231fc70", + "objectID": "031d445f-ea36-4736-bcd9-86270d10b631", "type": "lvl3", "url": "/docs/components/alert#alert-props", "hierarchy": { "lvl1": "Alert", "lvl2": "API", "lvl3": "Alert Props" } }, { "content": "Alert Events", - "objectID": "a7f5c60e-596d-4cb9-ad40-47126b83516c", + "objectID": "b4b16313-a852-4ea9-a624-e5f6f63140dc", "type": "lvl3", "url": "/docs/components/alert#alert-events", "hierarchy": { @@ -699,14 +699,14 @@ }, { "content": "Autocomplete", - "objectID": "bebdff2d-b966-439a-8a36-22709798b68a", + "objectID": "c4196293-6df9-4157-86cf-e7fffd2bbe7c", "type": "lvl1", "url": "/docs/components/autocomplete", "hierarchy": { "lvl1": "Autocomplete" } }, { "content": "Installation", - "objectID": "c1351f2b-c454-4eab-a13d-d84d51de45e7", + "objectID": "d67d3d0e-6541-42dc-bfc4-8f6cfdb14977", "type": "lvl2", "url": "/docs/components/autocomplete#installation", "hierarchy": { @@ -717,21 +717,21 @@ }, { "content": "Import", - "objectID": "d59ebf39-4e45-45eb-9590-2fb53b5e8d6b", + "objectID": "736127f1-7827-4643-8264-717adb59d316", "type": "lvl2", "url": "/docs/components/autocomplete#import", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "1d74244e-7b90-4f63-804f-1ca986263865", + "objectID": "e03dce54-e2a6-4dc8-a125-49e656bffab7", "type": "lvl2", "url": "/docs/components/autocomplete#usage", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "f9d73234-c4c0-4145-a689-584111097613", + "objectID": "34bba7e3-deb1-4dc2-bbf3-18007c5151c4", "type": "lvl3", "url": "/docs/components/autocomplete#dynamic-items", "hierarchy": { @@ -742,7 +742,7 @@ }, { "content": "Disabled", - "objectID": "fea874e0-1afb-487e-8ac6-f31604030676", + "objectID": "d2608324-6d53-4383-83b0-b5dc8517da7f", "type": "lvl3", "url": "/docs/components/autocomplete#disabled", "hierarchy": { @@ -753,7 +753,7 @@ }, { "content": "Disabled Items", - "objectID": "8504f94f-7248-42c0-8802-f2fb280d5a18", + "objectID": "d6df8607-f3ac-4824-83c0-ec999e594162", "type": "lvl3", "url": "/docs/components/autocomplete#disabled-items", "hierarchy": { @@ -764,7 +764,7 @@ }, { "content": "Required", - "objectID": "ed813869-1b15-4aec-aa4f-86ecd72f04cc", + "objectID": "2943908e-3bdd-4519-863e-c8495fd7df59", "type": "lvl3", "url": "/docs/components/autocomplete#required", "hierarchy": { @@ -775,7 +775,7 @@ }, { "content": "Read Only", - "objectID": "137fc837-c7ec-4393-849b-2f029b6b9375", + "objectID": "b64dc86b-117d-4a22-84f0-257c0493842d", "type": "lvl3", "url": "/docs/components/autocomplete#read-only", "hierarchy": { @@ -786,7 +786,7 @@ }, { "content": "Sizes", - "objectID": "64ca03b8-65fa-4c63-bbd3-4b386119cc87", + "objectID": "d7adff0a-0e09-466e-8a7e-2679a8f2ea02", "type": "lvl3", "url": "/docs/components/autocomplete#sizes", "hierarchy": { @@ -797,14 +797,14 @@ }, { "content": "Colors", - "objectID": "f1beabed-1f20-4b13-827a-1ae36cbbde0c", + "objectID": "566222a9-3aa0-49ad-a48d-18d610e7eeb3", "type": "lvl3", "url": "/docs/components/autocomplete#colors", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "e950267b-f5e3-4373-8cbf-80c0eb3344bd", + "objectID": "0c816396-33a8-4a61-9470-eca7ac3aeec2", "type": "lvl3", "url": "/docs/components/autocomplete#variants", "hierarchy": { @@ -815,7 +815,7 @@ }, { "content": "Label Placements", - "objectID": "5fa36775-dc49-4c4e-a110-f5a391b71622", + "objectID": "ae88cb4f-5fbe-495e-9240-f5a666d4e333", "type": "lvl3", "url": "/docs/components/autocomplete#label-placements", "hierarchy": { @@ -826,7 +826,7 @@ }, { "content": "Start Content", - "objectID": "468322d9-f938-4bad-8202-9a8d3283352a", + "objectID": "5c283342-d4b1-4fb7-90ba-a0fa717e6701", "type": "lvl3", "url": "/docs/components/autocomplete#start-content", "hierarchy": { @@ -837,7 +837,7 @@ }, { "content": "Item Start & End Content", - "objectID": "59348837-0e08-4a90-965c-a93f494d7a0a", + "objectID": "efc2569f-d4a5-428b-b6ba-aa97d2dfa563", "type": "lvl3", "url": "/docs/components/autocomplete#item-start--end-content", "hierarchy": { @@ -848,7 +848,7 @@ }, { "content": "Custom Value", - "objectID": "ca014cc4-5a24-472a-a2d8-2a5a5241fb09", + "objectID": "e57865a2-836f-425a-802d-a9d5f94bc52a", "type": "lvl3", "url": "/docs/components/autocomplete#custom-value", "hierarchy": { @@ -859,7 +859,7 @@ }, { "content": "Custom Selector Icon", - "objectID": "d6ca18b9-04ea-485b-adf3-aaaebd51e4f4", + "objectID": "2894e4fa-0202-4ab5-9543-66b251454b80", "type": "lvl3", "url": "/docs/components/autocomplete#custom-selector-icon", "hierarchy": { @@ -870,7 +870,7 @@ }, { "content": "Without Scroll Shadow", - "objectID": "64c25b40-d1a0-44bc-ae12-de3695c0c6ec", + "objectID": "30de11e8-e3c8-4c7b-8827-757e4ef46e07", "type": "lvl3", "url": "/docs/components/autocomplete#without-scroll-shadow", "hierarchy": { @@ -881,7 +881,7 @@ }, { "content": "With Description", - "objectID": "e38d5633-c4a0-4ab8-b61b-1a9cb52d28ce", + "objectID": "0991831b-7cda-4b6a-985b-a2669c8420d4", "type": "lvl3", "url": "/docs/components/autocomplete#with-description", "hierarchy": { @@ -892,7 +892,7 @@ }, { "content": "With Error Message", - "objectID": "359cf5be-1d13-46fd-b095-88d9de43d196", + "objectID": "b6f8032c-e44f-4543-a019-29f25c687707", "type": "lvl3", "url": "/docs/components/autocomplete#with-error-message", "hierarchy": { @@ -903,7 +903,7 @@ }, { "content": "Events", - "objectID": "b280ee7a-0271-4b59-9d99-9ce85469215c", + "objectID": "6e5c8918-7785-4b69-bbdc-e4262e7c2dec", "type": "lvl3", "url": "/docs/components/autocomplete#events", "hierarchy": { @@ -914,7 +914,7 @@ }, { "content": "Controlled", - "objectID": "1a681e6a-c262-46ee-82c4-3919632ae3a0", + "objectID": "3d7ac27b-74f5-497f-bfc9-b04dd14f5c7b", "type": "lvl3", "url": "/docs/components/autocomplete#controlled", "hierarchy": { @@ -925,7 +925,7 @@ }, { "content": "Fully Controlled", - "objectID": "5cf17110-342a-4963-8bdf-bf087ab2cc42", + "objectID": "427256b7-e880-4fcf-85ab-d37f9ef54a19", "type": "lvl3", "url": "/docs/components/autocomplete#fully-controlled", "hierarchy": { @@ -936,7 +936,7 @@ }, { "content": "Custom Items", - "objectID": "fbcc78a2-9175-4730-a55e-0a19baa8abbe", + "objectID": "2a9b8842-61c1-47fb-948d-1a2c03523efd", "type": "lvl3", "url": "/docs/components/autocomplete#custom-items", "hierarchy": { @@ -947,7 +947,7 @@ }, { "content": "Custom Empty Content Message", - "objectID": "76c577d0-fefb-4f87-87dd-3b5141a088aa", + "objectID": "8fa4caca-60f8-4d3a-9dff-f5616ce0e08e", "type": "lvl3", "url": "/docs/components/autocomplete#custom-empty-content-message", "hierarchy": { @@ -958,7 +958,7 @@ }, { "content": "Custom Filtering", - "objectID": "4662ec0a-84d3-4183-949b-9229a0646f0e", + "objectID": "89a384dd-8896-44f3-9431-1ca06b4b1aae", "type": "lvl3", "url": "/docs/components/autocomplete#custom-filtering", "hierarchy": { @@ -969,7 +969,7 @@ }, { "content": "Asynchronous Filtering", - "objectID": "85f37abe-f058-4922-912c-799d4c5ad1a4", + "objectID": "a6d97e47-3cf7-45a2-8df9-9101f09b2795", "type": "lvl3", "url": "/docs/components/autocomplete#asynchronous-filtering", "hierarchy": { @@ -980,7 +980,7 @@ }, { "content": "Asynchronous Loading", - "objectID": "1bfc5431-58c8-48da-9210-6e700dd7cd93", + "objectID": "33585707-cd38-443b-aa4a-898de51e3872", "type": "lvl3", "url": "/docs/components/autocomplete#asynchronous-loading", "hierarchy": { @@ -991,7 +991,7 @@ }, { "content": "Virtualization", - "objectID": "31ece853-b474-44e2-9ad9-cc5ba28d5f00", + "objectID": "048d12f4-534b-42a2-bffb-7f3a0b5bdc6d", "type": "lvl3", "url": "/docs/components/autocomplete#virtualization", "hierarchy": { @@ -1002,7 +1002,7 @@ }, { "content": "Ten Thousand Items", - "objectID": "91fd8140-7582-4843-881a-e32361ce2bd8", + "objectID": "3ebe7317-c787-42ba-9fc1-6869b603ef08", "type": "lvl4", "url": "/docs/components/autocomplete#ten-thousand-items", "hierarchy": { @@ -1013,7 +1013,7 @@ }, { "content": "Max Listbox Height", - "objectID": "bfc18572-ec64-42b8-bcdb-37cad886906d", + "objectID": "004cd5bf-416a-40d0-bd7f-17d863a82fbf", "type": "lvl4", "url": "/docs/components/autocomplete#max-listbox-height", "hierarchy": { @@ -1024,7 +1024,7 @@ }, { "content": "Custom Item Height", - "objectID": "b1c88b10-176d-4bba-9220-1fc85a0d9d7c", + "objectID": "abeaa86a-fe58-4ef4-a606-319e522594d3", "type": "lvl4", "url": "/docs/components/autocomplete#custom-item-height", "hierarchy": { @@ -1035,7 +1035,7 @@ }, { "content": "With Sections", - "objectID": "5b5fac68-0d06-4177-a092-27ba07b88cad", + "objectID": "894606ba-55fd-484a-8896-862a72b6f722", "type": "lvl3", "url": "/docs/components/autocomplete#with-sections", "hierarchy": { @@ -1046,7 +1046,7 @@ }, { "content": "Custom Sections Style", - "objectID": "27b761ba-cce1-4c76-ab81-d300567cafa0", + "objectID": "a677c4da-c6c4-4503-9e20-d967cbb40cf3", "type": "lvl3", "url": "/docs/components/autocomplete#custom-sections-style", "hierarchy": { @@ -1057,7 +1057,7 @@ }, { "content": "Customizing the Autocomplete", - "objectID": "7a388177-f090-4474-ac7d-16a8d5616405", + "objectID": "9e9702ad-d411-4175-b08c-39277cc03215", "type": "lvl3", "url": "/docs/components/autocomplete#customizing-the-autocomplete", "hierarchy": { @@ -1068,14 +1068,14 @@ }, { "content": "Slots", - "objectID": "9a99c93c-638d-40c0-8bee-ed8e557df81f", + "objectID": "480a500f-1192-4caa-9e09-f3f957eaed98", "type": "lvl2", "url": "/docs/components/autocomplete#slots", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "16a6947e-0306-404e-a42c-333bab2a441f", + "objectID": "9fb403ef-20db-484b-ba3a-3bdba2c6df44", "type": "lvl2", "url": "/docs/components/autocomplete#data-attributes", "hierarchy": { @@ -1086,7 +1086,7 @@ }, { "content": "Accessibility", - "objectID": "7e4c8f81-513d-4895-9264-1cbd3be27a7d", + "objectID": "c0bba139-6cff-4740-9b0b-d5f9ea12bb08", "type": "lvl2", "url": "/docs/components/autocomplete#accessibility", "hierarchy": { @@ -1097,14 +1097,14 @@ }, { "content": "API", - "objectID": "e2a7a25e-1504-44f9-8ca6-3cd02536c9e6", + "objectID": "4276205b-42d3-4b81-b3bb-d7f6121fa505", "type": "lvl2", "url": "/docs/components/autocomplete#api", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "API", "lvl3": null } }, { "content": "Autocomplete Props", - "objectID": "e749daaf-3d33-4f1b-bd76-77088c3187f1", + "objectID": "1e333bc8-3857-41fd-94ed-d3bee615aff4", "type": "lvl3", "url": "/docs/components/autocomplete#autocomplete-props", "hierarchy": { @@ -1115,7 +1115,7 @@ }, { "content": "Autocomplete Events", - "objectID": "3be09b7f-9678-40d8-a3ce-63c38703cf81", + "objectID": "7e48b0bf-c788-499a-9567-dd32a18e3174", "type": "lvl3", "url": "/docs/components/autocomplete#autocomplete-events", "hierarchy": { @@ -1126,7 +1126,7 @@ }, { "content": "AutocompleteItem Props", - "objectID": "819d1d0b-475e-459f-919d-c6e368cdf85f", + "objectID": "336b9f11-de6d-4d7f-9b70-b3a89a8bb213", "type": "lvl3", "url": "/docs/components/autocomplete#autocompleteitem-props", "hierarchy": { @@ -1137,7 +1137,7 @@ }, { "content": "AutocompleteItem Events", - "objectID": "00279e11-469e-4f42-a198-0e272ef000aa", + "objectID": "7d8a4167-0207-470a-9477-0be28b36e778", "type": "lvl3", "url": "/docs/components/autocomplete#autocompleteitem-events", "hierarchy": { @@ -1148,7 +1148,7 @@ }, { "content": "AutocompleteSection Props", - "objectID": "3f866263-0052-4e75-aa1f-8068c14f8fca", + "objectID": "10842da5-855c-4099-8a78-33455a508368", "type": "lvl3", "url": "/docs/components/autocomplete#autocompletesection-props", "hierarchy": { @@ -1159,7 +1159,7 @@ }, { "content": "Types", - "objectID": "2b8091c2-5714-45ef-90b1-98aee609cdf8", + "objectID": "d3b6a73e-809b-46bc-a905-cdf05de63e59", "type": "lvl3", "url": "/docs/components/autocomplete#types", "hierarchy": { @@ -1170,77 +1170,77 @@ }, { "content": "Menu Trigger Action", - "objectID": "90741e0a-0091-4c42-af04-7988d6c6af69", + "objectID": "64b1314d-06ea-4db4-bc39-da7a1ca08635", "type": "lvl4", "url": "/docs/components/autocomplete#menu-trigger-action", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Types", "lvl3": null } }, { "content": "Avatar", - "objectID": "05efa517-e5d2-41c8-b7e0-74ef92d88b90", + "objectID": "39ed6d9b-d852-4959-b97d-df86dedbf2ba", "type": "lvl1", "url": "/docs/components/avatar", "hierarchy": { "lvl1": "Avatar" } }, { "content": "Installation", - "objectID": "7cb566e4-8d20-4738-9ecc-b7733efcded2", + "objectID": "6c883174-0231-42de-9f13-ab1ad789209c", "type": "lvl2", "url": "/docs/components/avatar#installation", "hierarchy": { "lvl1": "Avatar", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "3c9d15c4-fd17-40b2-823c-23264a5f8e3e", + "objectID": "ce5833db-190f-4b37-9525-c9ca55e5cedf", "type": "lvl2", "url": "/docs/components/avatar#import", "hierarchy": { "lvl1": "Avatar", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "1e98057e-9179-4307-a07e-fa0704982788", + "objectID": "44f596ce-059b-4f81-8089-be70ecc84bdc", "type": "lvl2", "url": "/docs/components/avatar#usage", "hierarchy": { "lvl1": "Avatar", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "9aafd98c-cbfa-42b0-9b3a-f8f2a8532240", + "objectID": "841dd06e-f323-4bd4-a101-4fdf56365d6a", "type": "lvl3", "url": "/docs/components/avatar#sizes", "hierarchy": { "lvl1": "Avatar", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Disabled", - "objectID": "c9979a12-20ed-400f-a298-ea9316e9cdab", + "objectID": "3452fbb2-12ad-44c8-b3a8-48eb1ae37cf3", "type": "lvl3", "url": "/docs/components/avatar#disabled", "hierarchy": { "lvl1": "Avatar", "lvl2": "Sizes", "lvl3": "Disabled" } }, { "content": "Bordered", - "objectID": "e99d8b35-8a2b-4191-b46d-8b272efeea15", + "objectID": "922cb008-5ab1-4bdb-8329-d2f2b794c3a7", "type": "lvl3", "url": "/docs/components/avatar#bordered", "hierarchy": { "lvl1": "Avatar", "lvl2": "Disabled", "lvl3": "Bordered" } }, { "content": "Radius", - "objectID": "80060783-1a67-4144-b337-504e1bd552da", + "objectID": "98b7ad78-cfb6-4371-bd8b-78b9ead6b576", "type": "lvl3", "url": "/docs/components/avatar#radius", "hierarchy": { "lvl1": "Avatar", "lvl2": "Bordered", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "bdd43193-54da-4865-9dda-767ce8501a1d", + "objectID": "1ee0aeec-d700-4f3b-af58-449acc7c6881", "type": "lvl3", "url": "/docs/components/avatar#colors", "hierarchy": { "lvl1": "Avatar", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Avatar Fallbacks", - "objectID": "f74b1801-7fe6-4ff1-9e87-820fb59eacb0", + "objectID": "d0ded66d-1988-4704-8ae3-d6e597fed3e9", "type": "lvl3", "url": "/docs/components/avatar#avatar-fallbacks", "hierarchy": { @@ -1251,7 +1251,7 @@ }, { "content": "Custom Fallback", - "objectID": "7474450d-7fa2-467e-8b71-3f361e4dd4bc", + "objectID": "1897c49f-3b80-4a5c-96f6-9a43b0340dc1", "type": "lvl3", "url": "/docs/components/avatar#custom-fallback", "hierarchy": { @@ -1262,7 +1262,7 @@ }, { "content": "Custom Implementation", - "objectID": "b8a5c1dd-72be-4a93-9391-ef2b19c1471a", + "objectID": "09f90263-99b6-4892-a583-32d76f6a490f", "type": "lvl3", "url": "/docs/components/avatar#custom-implementation", "hierarchy": { @@ -1273,7 +1273,7 @@ }, { "content": "Custom initials logic", - "objectID": "00654ef5-4d1c-467b-abda-563c54d3b584", + "objectID": "52891de9-a6cc-46a8-b5ad-3e7825c5e705", "type": "lvl3", "url": "/docs/components/avatar#custom-initials-logic", "hierarchy": { @@ -1284,14 +1284,14 @@ }, { "content": "Avatar Group", - "objectID": "e3e9660f-ac26-475d-9360-a8e1e7a4e1e7", + "objectID": "d1b8ce7a-e5a5-4eb3-a2e5-609c7a13dc90", "type": "lvl2", "url": "/docs/components/avatar#avatar-group", "hierarchy": { "lvl1": "Avatar", "lvl2": "Avatar Group", "lvl3": null } }, { "content": "Group Disabled", - "objectID": "f69deda4-ee9f-4cc2-b359-0491b24da969", + "objectID": "7aa8b3e0-0740-4ea5-b5d8-c397a08f09e4", "type": "lvl3", "url": "/docs/components/avatar#group-disabled", "hierarchy": { @@ -1302,7 +1302,7 @@ }, { "content": "Group Max Count", - "objectID": "9a08715c-f7a8-4e6a-8957-e55e84d35d2c", + "objectID": "18514704-1a1d-47be-8d9e-db4460071f8e", "type": "lvl3", "url": "/docs/components/avatar#group-max-count", "hierarchy": { @@ -1313,7 +1313,7 @@ }, { "content": "Group Total Count", - "objectID": "bc81a42c-e879-4d47-aa27-4591736d54f0", + "objectID": "0947e70a-0eaf-458e-afcf-7a916a7f4b26", "type": "lvl3", "url": "/docs/components/avatar#group-total-count", "hierarchy": { @@ -1324,7 +1324,7 @@ }, { "content": "Group Custom count", - "objectID": "fb9f3986-cda5-4588-8403-df7e75e1dde2", + "objectID": "fab90f02-5443-468d-b9ae-309b2215f296", "type": "lvl3", "url": "/docs/components/avatar#group-custom-count", "hierarchy": { @@ -1335,7 +1335,7 @@ }, { "content": "Group Grid", - "objectID": "df2123e2-df63-4563-9e36-bddbb6b17fa3", + "objectID": "fe303043-72cd-456e-ad20-61ff38ae9481", "type": "lvl3", "url": "/docs/components/avatar#group-grid", "hierarchy": { @@ -1346,7 +1346,7 @@ }, { "content": "Group Custom Implementation", - "objectID": "f79efb37-1b88-4b9f-bec9-240c39c51c02", + "objectID": "19bc484c-cd3d-44c4-a679-315f623ff985", "type": "lvl3", "url": "/docs/components/avatar#group-custom-implementation", "hierarchy": { @@ -1357,14 +1357,14 @@ }, { "content": "Slots", - "objectID": "dc7fdb99-63c2-4edb-9376-6a60b107278a", + "objectID": "494bfd41-2303-4e6f-9677-f01a969b85a1", "type": "lvl2", "url": "/docs/components/avatar#slots", "hierarchy": { "lvl1": "Avatar", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Avatar Styles", - "objectID": "cac76fcb-9263-4667-bad5-b11fb4d97d36", + "objectID": "b1ff8c8a-f7e3-49fd-a1bf-ce021724088c", "type": "lvl3", "url": "/docs/components/avatar#custom-avatar-styles", "hierarchy": { @@ -1375,28 +1375,28 @@ }, { "content": "Data Attributes", - "objectID": "e65ee326-9523-48ec-9f72-e082ec07df14", + "objectID": "520bf987-6aff-4da5-86c9-1e9b67f0cf97", "type": "lvl2", "url": "/docs/components/avatar#data-attributes", "hierarchy": { "lvl1": "Avatar", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "9bbbae92-e7f6-4139-b264-342849e078d8", + "objectID": "be32c6af-f1e2-4952-b5d3-21557829ec57", "type": "lvl2", "url": "/docs/components/avatar#api", "hierarchy": { "lvl1": "Avatar", "lvl2": "API", "lvl3": null } }, { "content": "Avatar Props", - "objectID": "b9979d7d-3536-4f7a-86b2-ec99a7c8c439", + "objectID": "8c3e2022-dc8f-44b3-94e7-23081536a964", "type": "lvl3", "url": "/docs/components/avatar#avatar-props", "hierarchy": { "lvl1": "Avatar", "lvl2": "API", "lvl3": "Avatar Props" } }, { "content": "Avatar Group Props", - "objectID": "4b033c24-4ece-4412-a06c-dcbaaebf431b", + "objectID": "0dc4eb57-8ce5-4a3c-a430-90ad7d01e862", "type": "lvl3", "url": "/docs/components/avatar#avatar-group-props", "hierarchy": { @@ -1407,70 +1407,70 @@ }, { "content": "Badge", - "objectID": "44f48425-4498-4d3b-ab36-4bb8bb3591fa", + "objectID": "abf3d801-3558-42d9-a8b4-f29e25be3846", "type": "lvl1", "url": "/docs/components/badge", "hierarchy": { "lvl1": "Badge" } }, { "content": "Installation", - "objectID": "bd560041-9316-401e-a8d8-45603914b2f6", + "objectID": "7489a7b0-bc40-4b41-9f46-72ab261cbbc7", "type": "lvl2", "url": "/docs/components/badge#installation", "hierarchy": { "lvl1": "Badge", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "1c4d2f74-3813-4f83-a0b9-ccee28aacd91", + "objectID": "860e9dd1-7c08-448d-80b4-d7f9409df006", "type": "lvl2", "url": "/docs/components/badge#import", "hierarchy": { "lvl1": "Badge", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "73109f4c-1f14-4757-807c-a21d57038b55", + "objectID": "ff11ac12-dff3-41f5-8ac6-3d567dcac056", "type": "lvl2", "url": "/docs/components/badge#usage", "hierarchy": { "lvl1": "Badge", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "df09d312-1518-400a-8ec5-59bf5d272307", + "objectID": "6c0edfba-7a4a-4bcf-950c-c95c877bf848", "type": "lvl3", "url": "/docs/components/badge#sizes", "hierarchy": { "lvl1": "Badge", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "2ce491bb-ba11-44f9-9b16-d9493db22b1c", + "objectID": "c1b5629b-5741-4d5a-9315-44ff84529b3f", "type": "lvl3", "url": "/docs/components/badge#colors", "hierarchy": { "lvl1": "Badge", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "ae240264-c387-47c9-bd18-cadcfb44e915", + "objectID": "68d75056-9e49-406c-b0a8-129ffcafd4ba", "type": "lvl3", "url": "/docs/components/badge#variants", "hierarchy": { "lvl1": "Badge", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Placements", - "objectID": "f3af5777-9c2d-4757-a9d1-739deed2853b", + "objectID": "705f6292-1b03-40f3-9506-f590232c5518", "type": "lvl3", "url": "/docs/components/badge#placements", "hierarchy": { "lvl1": "Badge", "lvl2": "Variants", "lvl3": "Placements" } }, { "content": "Shapes", - "objectID": "c72b2cd1-cd29-4df7-b04b-1dc3add98d51", + "objectID": "182d3216-8d84-4190-9ebf-1e77c68a2572", "type": "lvl3", "url": "/docs/components/badge#shapes", "hierarchy": { "lvl1": "Badge", "lvl2": "Placements", "lvl3": "Shapes" } }, { "content": "Badge Visibility", - "objectID": "0c536793-126a-482b-8561-203492c0ec13", + "objectID": "44de9ae6-fc7e-4fb5-93e3-1d1a1c301c8e", "type": "lvl3", "url": "/docs/components/badge#badge-visibility", "hierarchy": { @@ -1481,7 +1481,7 @@ }, { "content": "Content Examples", - "objectID": "54ffde42-1a02-405f-a863-698f5e866e1e", + "objectID": "b93629a1-3245-4b8f-adf2-33cc6ee8dc87", "type": "lvl3", "url": "/docs/components/badge#content-examples", "hierarchy": { @@ -1492,7 +1492,7 @@ }, { "content": "Disable Outline", - "objectID": "e45cf479-be22-44f8-b1c0-632c43e35915", + "objectID": "940479d9-ef23-4d88-af71-05d34185bf18", "type": "lvl3", "url": "/docs/components/badge#disable-outline", "hierarchy": { @@ -1503,7 +1503,7 @@ }, { "content": "Accessibility", - "objectID": "36fa73ee-e4cb-4cc7-b073-e1ed6afdf4a0", + "objectID": "296f8657-81cf-4082-b418-3e30e5125e38", "type": "lvl3", "url": "/docs/components/badge#accessibility", "hierarchy": { @@ -1514,84 +1514,84 @@ }, { "content": "Slots", - "objectID": "f30dbc4b-b5df-418f-a596-258e40b253d5", + "objectID": "126d22d0-cbdf-4f82-9dbe-0655f025edbd", "type": "lvl2", "url": "/docs/components/badge#slots", "hierarchy": { "lvl1": "Badge", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "0d9f0e10-9115-4ce9-9e1f-a56be13a5eb0", + "objectID": "33ffe18e-a8c0-4283-ac74-69c80df82eb5", "type": "lvl2", "url": "/docs/components/badge#api", "hierarchy": { "lvl1": "Badge", "lvl2": "API", "lvl3": null } }, { "content": "Badge Props", - "objectID": "f31f773b-91e7-44f5-b5b1-c7cb183cc055", + "objectID": "13a96051-c27f-4ea5-a7bc-aba80889918b", "type": "lvl3", "url": "/docs/components/badge#badge-props", "hierarchy": { "lvl1": "Badge", "lvl2": "API", "lvl3": "Badge Props" } }, { "content": "Breadcrumbs", - "objectID": "35fc4821-7381-42d9-aa45-28204790afcc", + "objectID": "78b31374-149b-4a7e-9392-4b894673a0d6", "type": "lvl1", "url": "/docs/components/breadcrumbs", "hierarchy": { "lvl1": "Breadcrumbs" } }, { "content": "Installation", - "objectID": "d08ea71d-1cec-4199-9591-c2d4da58a058", + "objectID": "c719334a-0812-41a4-8694-4a75d46aaf7e", "type": "lvl2", "url": "/docs/components/breadcrumbs#installation", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "fbf7d2e0-4491-46c9-b0fb-8ceb4ee46e9f", + "objectID": "b5271eba-1882-4f42-abea-ac98ca577842", "type": "lvl2", "url": "/docs/components/breadcrumbs#import", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "c6e571c6-87d4-4034-a644-eabbd9600f03", + "objectID": "aee5f830-b46d-4115-9a22-fbf94c8fdd34", "type": "lvl2", "url": "/docs/components/breadcrumbs#usage", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "72bd8b50-68e9-47a3-a516-9112fce058f7", + "objectID": "dd66423b-80c8-43d9-a6f2-7487139a6504", "type": "lvl3", "url": "/docs/components/breadcrumbs#disabled", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "2ee05e4b-ec31-46b9-afb2-9ddd7713fc6d", + "objectID": "3a9fffa5-5045-4224-9a28-3b0b1b32a4ff", "type": "lvl3", "url": "/docs/components/breadcrumbs#sizes", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "581b0d58-f6b7-4976-8865-15d0b6a9d7a6", + "objectID": "cb454e8a-9581-4043-90c4-945644c00c2c", "type": "lvl3", "url": "/docs/components/breadcrumbs#colors", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "0e465e64-c34c-4267-a06b-61170f8b364f", + "objectID": "7f7f1cd1-9314-4970-8215-824059f7f788", "type": "lvl3", "url": "/docs/components/breadcrumbs#variants", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Underlines", - "objectID": "2c55d889-2980-45dd-9f51-e12e4387f53e", + "objectID": "3d1d24ea-5d50-4586-a389-03dd5d4490cd", "type": "lvl3", "url": "/docs/components/breadcrumbs#underlines", "hierarchy": { @@ -1602,7 +1602,7 @@ }, { "content": "Radius", - "objectID": "a6cc6dc1-66cf-43a0-ac0f-cc0031add48a", + "objectID": "e93d4d71-d446-4346-85f8-73ef177eaa4c", "type": "lvl3", "url": "/docs/components/breadcrumbs#radius", "hierarchy": { @@ -1613,14 +1613,14 @@ }, { "content": "Routing", - "objectID": "4d143184-2b07-445a-93c5-456b60b3d02e", + "objectID": "08cc6bb8-ccb8-4351-be5c-02ab69b44b3f", "type": "lvl3", "url": "/docs/components/breadcrumbs#routing", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Radius", "lvl3": "Routing" } }, { "content": "Controlled", - "objectID": "47803419-e77e-4f93-a8fc-770d795d4b5f", + "objectID": "fb687f52-a1bb-4e5e-8731-63e0847804b9", "type": "lvl3", "url": "/docs/components/breadcrumbs#controlled", "hierarchy": { @@ -1631,7 +1631,7 @@ }, { "content": "Menu Type", - "objectID": "b6b7fd4f-e309-419f-9dfc-14b88b0fbcb8", + "objectID": "f45b9c30-8713-4cf7-9996-a0dbc00ee057", "type": "lvl3", "url": "/docs/components/breadcrumbs#menu-type", "hierarchy": { @@ -1642,7 +1642,7 @@ }, { "content": "Start & End Content", - "objectID": "4632a062-51f7-4695-9ecd-cd47bf45d0d1", + "objectID": "b7e0320a-67e0-4e8e-b59b-88f95a762bb4", "type": "lvl3", "url": "/docs/components/breadcrumbs#start--end-content", "hierarchy": { @@ -1653,7 +1653,7 @@ }, { "content": "Custom Separator", - "objectID": "4c71351a-f582-4fed-ad84-b1b7b6364b23", + "objectID": "6c0ffd01-25a3-4a96-aae0-870383ad7489", "type": "lvl3", "url": "/docs/components/breadcrumbs#custom-separator", "hierarchy": { @@ -1664,7 +1664,7 @@ }, { "content": "Custom Items", - "objectID": "4b8cc624-1989-4618-af07-9ba7a9479499", + "objectID": "5035b377-ac89-4c27-846a-8f7f01e3d501", "type": "lvl3", "url": "/docs/components/breadcrumbs#custom-items", "hierarchy": { @@ -1675,7 +1675,7 @@ }, { "content": "Collapsing Items", - "objectID": "4381a0b8-e815-45c4-bd3a-a16229650b46", + "objectID": "0b7ed149-3dc9-473d-9548-8a65b4f5073f", "type": "lvl3", "url": "/docs/components/breadcrumbs#collapsing-items", "hierarchy": { @@ -1686,7 +1686,7 @@ }, { "content": "Customizing the Ellipsis Item", - "objectID": "b5676fea-3e96-4b49-a4f8-e6c07ce11da8", + "objectID": "eec398a8-41e1-4ee6-a00c-884fc51751fd", "type": "lvl3", "url": "/docs/components/breadcrumbs#customizing-the-ellipsis-item", "hierarchy": { @@ -1697,14 +1697,14 @@ }, { "content": "Slots", - "objectID": "9be7f534-9c05-4012-90a4-1780cade4dbf", + "objectID": "2e847fd5-c384-40c5-96d8-107beda54256", "type": "lvl2", "url": "/docs/components/breadcrumbs#slots", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Slots", "lvl3": null } }, { "content": "Customizing the Breadcrumbs Styles", - "objectID": "1ebf3b9f-db46-4b59-ae88-437dd895e695", + "objectID": "e9b04a0d-fbec-4469-84cb-e4a740d1c32f", "type": "lvl3", "url": "/docs/components/breadcrumbs#customizing-the-breadcrumbs-styles", "hierarchy": { @@ -1715,7 +1715,7 @@ }, { "content": "Data Attributes", - "objectID": "00a94d0a-8692-462d-943d-ad48625aba99", + "objectID": "de3d6550-cbe5-4d7c-b5a0-d49991af6f5d", "type": "lvl2", "url": "/docs/components/breadcrumbs#data-attributes", "hierarchy": { @@ -1726,7 +1726,7 @@ }, { "content": "Accessibility", - "objectID": "00bbde59-4229-423c-b87b-b41556ef0392", + "objectID": "84ee2a78-3cb7-41d5-9c07-6929d45140e4", "type": "lvl2", "url": "/docs/components/breadcrumbs#accessibility", "hierarchy": { @@ -1737,14 +1737,14 @@ }, { "content": "API", - "objectID": "86273101-f887-4eae-a0a9-3bd5130280e6", + "objectID": "104b3b04-011d-45a6-833e-ec718e891c08", "type": "lvl2", "url": "/docs/components/breadcrumbs#api", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "API", "lvl3": null } }, { "content": "Breadcrumbs Props", - "objectID": "ca3c7542-c4ef-42a8-ae48-abf9112a0514", + "objectID": "e46a3660-739e-4f73-a801-be96dd80667b", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbs-props", "hierarchy": { @@ -1755,7 +1755,7 @@ }, { "content": "Breadcrumbs Events", - "objectID": "80717303-eea5-46ad-8d29-6b65f16d0c36", + "objectID": "50e01b36-1a0f-4f11-a1e9-2ffef22a23a1", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbs-events", "hierarchy": { @@ -1766,7 +1766,7 @@ }, { "content": "BreadcrumbItem Props", - "objectID": "70bdf777-5964-467f-b66e-a7c41140aca0", + "objectID": "94142148-cd6e-462f-997b-3d7f24e52dad", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbitem-props", "hierarchy": { @@ -1777,7 +1777,7 @@ }, { "content": "BreadcrumbItem Events", - "objectID": "cc1943be-3ae9-48b0-baa5-b2094575d26e", + "objectID": "50a377e5-eb67-44f8-9924-671c303aa738", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbitem-events", "hierarchy": { @@ -1788,7 +1788,7 @@ }, { "content": "Types", - "objectID": "48746a87-eac6-4fbb-a700-5d06f84ca38a", + "objectID": "9ca22a8c-d11a-4393-8d99-3c183686d505", "type": "lvl3", "url": "/docs/components/breadcrumbs#types", "hierarchy": { @@ -1799,98 +1799,98 @@ }, { "content": "Render Ellipsis Function", - "objectID": "d2ed4890-06c0-40c7-b1fd-b661fdaf0613", + "objectID": "381cd008-e715-44ff-8e37-aacfd884446d", "type": "lvl4", "url": "/docs/components/breadcrumbs#render-ellipsis-function", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Types", "lvl3": null } }, { "content": "Button", - "objectID": "3aa4e19f-39d4-48f5-bb69-75295748f750", + "objectID": "389f703f-0aff-48d5-97eb-99e8532ebd57", "type": "lvl1", "url": "/docs/components/button", "hierarchy": { "lvl1": "Button" } }, { "content": "Installation", - "objectID": "0af639cb-2cad-415f-b376-5245f13790d9", + "objectID": "7e9dcb68-f47a-47c4-b1c9-3ee0b6c23b3b", "type": "lvl2", "url": "/docs/components/button#installation", "hierarchy": { "lvl1": "Button", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "e0faf0c5-64c5-4183-aa71-336abb45c9cd", + "objectID": "5645d281-2775-4407-81a6-aa626bcef560", "type": "lvl2", "url": "/docs/components/button#import", "hierarchy": { "lvl1": "Button", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "ebadfb52-9b7f-42b3-81f0-988cac370673", + "objectID": "3c843030-472c-4ffd-bfec-5b189c331564", "type": "lvl2", "url": "/docs/components/button#usage", "hierarchy": { "lvl1": "Button", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "aa8d2b88-935a-4cd7-9918-2408c58c7d65", + "objectID": "8c536741-0f4a-41d0-81e5-2e6959733163", "type": "lvl3", "url": "/docs/components/button#disabled", "hierarchy": { "lvl1": "Button", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "ca50943d-d209-4832-97fb-ced879af0f3b", + "objectID": "b7b662eb-e9b7-4184-8c2f-36d0c792d1ee", "type": "lvl3", "url": "/docs/components/button#sizes", "hierarchy": { "lvl1": "Button", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Radius", - "objectID": "ec32aa3e-08cf-471e-abe3-ec1b06154eb1", + "objectID": "59040556-7908-4a6e-b10c-0aeef2b150ca", "type": "lvl3", "url": "/docs/components/button#radius", "hierarchy": { "lvl1": "Button", "lvl2": "Sizes", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "cde91b29-303c-4b6f-8c3a-0a7186182f63", + "objectID": "331e70f2-3b63-40c4-b0d5-7dee9a914ff1", "type": "lvl3", "url": "/docs/components/button#colors", "hierarchy": { "lvl1": "Button", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "1a24c157-662a-46ba-adec-b6221f4f4e0b", + "objectID": "979bd288-244c-498a-b961-25e785da5b37", "type": "lvl3", "url": "/docs/components/button#variants", "hierarchy": { "lvl1": "Button", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Loading", - "objectID": "eee61536-5ea6-47d2-bde3-30331ede7ba9", + "objectID": "44573bd6-7ac5-4fcc-b04a-1b4d74bfe7e8", "type": "lvl3", "url": "/docs/components/button#loading", "hierarchy": { "lvl1": "Button", "lvl2": "Variants", "lvl3": "Loading" } }, { "content": "With Icons", - "objectID": "1481d35f-1a3c-4afa-bd13-6759f4551c70", + "objectID": "5a6ca556-c258-442f-9ad4-73938c687473", "type": "lvl3", "url": "/docs/components/button#with-icons", "hierarchy": { "lvl1": "Button", "lvl2": "Loading", "lvl3": "With Icons" } }, { "content": "Icon Only", - "objectID": "c3f4ba06-75a5-4b87-adbc-d026cc3196b4", + "objectID": "de54c2d6-954f-4d46-ac4a-f0c9b3fd8b5a", "type": "lvl3", "url": "/docs/components/button#icon-only", "hierarchy": { "lvl1": "Button", "lvl2": "With Icons", "lvl3": "Icon Only" } }, { "content": "Custom Styles", - "objectID": "6447a0a6-ed0c-4a86-967a-ddb67579b3f4", + "objectID": "a58e2fdc-8882-491d-863a-78fd0e3a35d0", "type": "lvl3", "url": "/docs/components/button#custom-styles", "hierarchy": { @@ -1901,7 +1901,7 @@ }, { "content": "Custom Implementation", - "objectID": "ec40c257-e8e1-4006-890b-4aaa971dcfad", + "objectID": "4d4e30cb-459d-4f89-b881-57f8e3870459", "type": "lvl3", "url": "/docs/components/button#custom-implementation", "hierarchy": { @@ -1912,14 +1912,14 @@ }, { "content": "Button Group", - "objectID": "94ce8c04-4c8b-4b18-80e1-2d696682aa57", + "objectID": "40318d7f-3379-4e53-85d4-295f80345f83", "type": "lvl2", "url": "/docs/components/button#button-group", "hierarchy": { "lvl1": "Button", "lvl2": "Button Group", "lvl3": null } }, { "content": "Group Disabled", - "objectID": "9d9c2193-a884-4f51-aaa8-7e1cbd8fa642", + "objectID": "c924bcfe-594d-4915-8757-92bcc923e772", "type": "lvl3", "url": "/docs/components/button#group-disabled", "hierarchy": { @@ -1930,7 +1930,7 @@ }, { "content": "Group Use case", - "objectID": "d51f7ec8-a484-4af6-b28c-675a3ecd067c", + "objectID": "90b6ee58-3ca8-4df8-accb-779e97e3c947", "type": "lvl3", "url": "/docs/components/button#group-use-case", "hierarchy": { @@ -1941,35 +1941,35 @@ }, { "content": "Data Attributes", - "objectID": "bc23efaf-5de3-4037-9803-b246ca4f04f4", + "objectID": "d0400acd-baa2-4eb3-95e1-1d2ef249e2eb", "type": "lvl2", "url": "/docs/components/button#data-attributes", "hierarchy": { "lvl1": "Button", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "39a8d2df-db04-448b-8dc1-a4de0f093be2", + "objectID": "db68114e-1439-46e8-ab5f-71ccb90c80f5", "type": "lvl2", "url": "/docs/components/button#accessibility", "hierarchy": { "lvl1": "Button", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "7fe25df2-9173-4e80-91bd-2ecd3de18bac", + "objectID": "02272276-bac4-4b8b-9421-37da1cd8e1e0", "type": "lvl2", "url": "/docs/components/button#api", "hierarchy": { "lvl1": "Button", "lvl2": "API", "lvl3": null } }, { "content": "Button Props", - "objectID": "b782a605-57f5-4625-8372-4c52d33f48db", + "objectID": "8cc78746-9343-488a-88ab-b722caf23839", "type": "lvl3", "url": "/docs/components/button#button-props", "hierarchy": { "lvl1": "Button", "lvl2": "API", "lvl3": "Button Props" } }, { "content": "Button Events", - "objectID": "454fe185-6c62-4bcb-b780-f3e536320e52", + "objectID": "7cceef7b-e7ae-467f-b402-65121b4bdff2", "type": "lvl3", "url": "/docs/components/button#button-events", "hierarchy": { @@ -1980,7 +1980,7 @@ }, { "content": "Button Group Props", - "objectID": "bd7a0453-e91f-4be9-bb8b-d4b536582034", + "objectID": "3e808609-3697-4009-8859-8b948896ec5a", "type": "lvl3", "url": "/docs/components/button#button-group-props", "hierarchy": { @@ -1991,49 +1991,49 @@ }, { "content": "Calendar", - "objectID": "fc7fc6d9-063e-41ee-9767-6d338c0c47ce", + "objectID": "5ba7ed75-91c1-4718-b241-1e661172bf97", "type": "lvl1", "url": "/docs/components/calendar", "hierarchy": { "lvl1": "Calendar" } }, { "content": "Installation", - "objectID": "cd02f435-3f46-4c5d-8aea-1f220632519a", + "objectID": "31aa4f86-c65b-4abe-8392-7af0ab01e3f0", "type": "lvl2", "url": "/docs/components/calendar#installation", "hierarchy": { "lvl1": "Calendar", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "af3b9187-bcae-4425-9ff5-1b107cb2cf89", + "objectID": "6b06ebc3-a637-4489-8f90-c1b80e956a8c", "type": "lvl2", "url": "/docs/components/calendar#import", "hierarchy": { "lvl1": "Calendar", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "34a01dcb-0488-40fc-a018-318e5e148078", + "objectID": "32dc97aa-961a-404e-a569-aab4b21833ce", "type": "lvl2", "url": "/docs/components/calendar#usage", "hierarchy": { "lvl1": "Calendar", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "f445a9e6-d6e3-42b4-8f44-6e169ca3e5b0", + "objectID": "2d837b88-9ce8-4dc8-9878-19100f8adfeb", "type": "lvl3", "url": "/docs/components/calendar#disabled", "hierarchy": { "lvl1": "Calendar", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Read Only", - "objectID": "9e6536f1-8266-4ca4-9f31-a6b654c8788f", + "objectID": "8b154d96-556b-483d-b677-8b4acb6af95b", "type": "lvl3", "url": "/docs/components/calendar#read-only", "hierarchy": { "lvl1": "Calendar", "lvl2": "Disabled", "lvl3": "Read Only" } }, { "content": "Controlled", - "objectID": "128e4085-f61e-43f5-874e-9de4cb268c74", + "objectID": "9d7e9e2a-4f30-4d7a-be5f-646305b2d8ca", "type": "lvl3", "url": "/docs/components/calendar#controlled", "hierarchy": { @@ -2044,7 +2044,7 @@ }, { "content": "Min Date Value", - "objectID": "61a2661e-83ae-4943-9fa9-27011d7a88b7", + "objectID": "f2eea752-436d-407f-a856-98516c6de1da", "type": "lvl3", "url": "/docs/components/calendar#min-date-value", "hierarchy": { @@ -2055,7 +2055,7 @@ }, { "content": "Max Date Value", - "objectID": "3270288b-95c7-4a57-bca6-ffc4ece821f9", + "objectID": "9044d333-69a8-40ef-9f73-112e313a14a0", "type": "lvl3", "url": "/docs/components/calendar#max-date-value", "hierarchy": { @@ -2066,7 +2066,7 @@ }, { "content": "Unavailable Dates", - "objectID": "afae9176-875f-40f9-a297-53dede6fbc8d", + "objectID": "8d7623b1-65c0-4393-8ff2-57060948fd75", "type": "lvl3", "url": "/docs/components/calendar#unavailable-dates", "hierarchy": { @@ -2077,7 +2077,7 @@ }, { "content": "Controlled Focused Value", - "objectID": "d5f3561d-599f-44ef-b314-0635d900bba8", + "objectID": "2024080c-3f2c-43dc-b607-066c25ff3592", "type": "lvl3", "url": "/docs/components/calendar#controlled-focused-value", "hierarchy": { @@ -2088,7 +2088,7 @@ }, { "content": "Invalid Date", - "objectID": "3236cbc2-7062-48a2-bdc2-b3160183da3f", + "objectID": "7da5d618-c61b-4ead-95d3-b50ceba7094d", "type": "lvl3", "url": "/docs/components/calendar#invalid-date", "hierarchy": { @@ -2099,7 +2099,7 @@ }, { "content": "With Month And Year Picker", - "objectID": "021fa058-3805-4779-a6db-b3668bcb8163", + "objectID": "843a7536-41a5-4e63-aa59-cdf853d235d7", "type": "lvl3", "url": "/docs/components/calendar#with-month-and-year-picker", "hierarchy": { @@ -2110,7 +2110,7 @@ }, { "content": "International Calendars", - "objectID": "5beb24c6-44bf-425f-bb83-991e6d08a2d7", + "objectID": "9d45601c-ee3e-458f-8639-daae395ba889", "type": "lvl3", "url": "/docs/components/calendar#international-calendars", "hierarchy": { @@ -2121,7 +2121,7 @@ }, { "content": "Visible Months", - "objectID": "e7797d86-56d7-41ca-9db7-277e3ad9cb16", + "objectID": "d6359f2a-fab7-4653-8b4b-1fbae84c1eec", "type": "lvl3", "url": "/docs/components/calendar#visible-months", "hierarchy": { @@ -2130,20 +2130,31 @@ "lvl3": "Visible Months" } }, + { + "content": "Custom first day of week", + "objectID": "4e0b8b76-80a0-432c-8734-8dbb472bb0ef", + "type": "lvl3", + "url": "/docs/components/calendar#custom-first-day-of-week", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Visible Months", + "lvl3": "Custom first day of week" + } + }, { "content": "Page Behaviour", - "objectID": "866cf473-81d1-4e8d-accd-ae913f0eac8b", + "objectID": "0d266aa7-8684-41bb-a7c8-9b1766420ecf", "type": "lvl3", "url": "/docs/components/calendar#page-behaviour", "hierarchy": { "lvl1": "Calendar", - "lvl2": "Visible Months", + "lvl2": "Custom first day of week", "lvl3": "Page Behaviour" } }, { "content": "Presets", - "objectID": "09ea87bf-2d57-4270-bc9a-7804afc1fa90", + "objectID": "98bced27-79c9-44de-9eed-fad7a75cb959", "type": "lvl3", "url": "/docs/components/calendar#presets", "hierarchy": { @@ -2154,42 +2165,42 @@ }, { "content": "Slots", - "objectID": "730ccd2f-2e79-4ffa-be84-ea57704e739b", + "objectID": "7884bcd5-9d65-4b36-af8d-abf896bc5949", "type": "lvl2", "url": "/docs/components/calendar#slots", "hierarchy": { "lvl1": "Calendar", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "6740c80c-d0a3-40bb-99f9-c4ac5959746e", + "objectID": "c80ab794-666e-4de1-a699-272f382a8792", "type": "lvl2", "url": "/docs/components/calendar#data-attributes", "hierarchy": { "lvl1": "Calendar", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "692fd859-1b33-422b-bbe3-1208cbf0dbf5", + "objectID": "6126e102-bfb2-410b-a0ee-f46580eddea3", "type": "lvl2", "url": "/docs/components/calendar#accessibility", "hierarchy": { "lvl1": "Calendar", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "e8289b92-5333-485e-a237-eaaac1448161", + "objectID": "e5421b13-aab7-4923-8f25-360e0e559df0", "type": "lvl2", "url": "/docs/components/calendar#api", "hierarchy": { "lvl1": "Calendar", "lvl2": "API", "lvl3": null } }, { "content": "Calendar Props", - "objectID": "f5509b48-9147-4f56-8b17-fe95d5ba19ab", + "objectID": "ca587cef-0884-44c3-83ef-9683ef792732", "type": "lvl3", "url": "/docs/components/calendar#calendar-props", "hierarchy": { "lvl1": "Calendar", "lvl2": "API", "lvl3": "Calendar Props" } }, { "content": "Calendar Events", - "objectID": "06ecf10b-8080-4603-864a-d1f33e9e6cf4", + "objectID": "b86091c5-d97c-4507-b6db-6486c104c95c", "type": "lvl3", "url": "/docs/components/calendar#calendar-events", "hierarchy": { @@ -2200,7 +2211,7 @@ }, { "content": "Types", - "objectID": "b482e4ff-cd91-4b75-a5f3-c168b7647262", + "objectID": "dc8d872d-864b-4d59-aebe-b337c3d249f4", "type": "lvl3", "url": "/docs/components/calendar#types", "hierarchy": { @@ -2211,49 +2222,49 @@ }, { "content": "Supported Calendars", - "objectID": "03ae8daa-ce9b-45c5-88f4-4584df8946d5", + "objectID": "ffc8c5bd-a0c7-4ace-8f7d-5dfa5a1eee95", "type": "lvl4", "url": "/docs/components/calendar#supported-calendars", "hierarchy": { "lvl1": "Calendar", "lvl2": "Types", "lvl3": null } }, { "content": "Card", - "objectID": "b793e798-673c-4c86-9210-498d3e5cd084", + "objectID": "b66e13de-09dd-409a-aa2b-043a42ee4c51", "type": "lvl1", "url": "/docs/components/card", "hierarchy": { "lvl1": "Card" } }, { "content": "Installation", - "objectID": "2a0cf642-afe1-411f-8518-8cc3fbb52f1d", + "objectID": "fda265f3-2a23-4504-a391-d218b211c490", "type": "lvl2", "url": "/docs/components/card#installation", "hierarchy": { "lvl1": "Card", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "06cf5f64-4907-44a1-9d5c-520efa43605b", + "objectID": "9e649acb-63b3-4950-867d-1e215ff87e65", "type": "lvl2", "url": "/docs/components/card#import", "hierarchy": { "lvl1": "Card", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "e1ed3488-4847-423b-875d-a7cb5d0d66e3", + "objectID": "04ef9532-4478-4cc8-8a24-8e5a63db5d76", "type": "lvl2", "url": "/docs/components/card#usage", "hierarchy": { "lvl1": "Card", "lvl2": "Usage", "lvl3": null } }, { "content": "With Divider", - "objectID": "bc0f6e3b-8b3e-4fc8-8990-f27a4a97dfc8", + "objectID": "70535b3b-bada-4e84-856e-e337a120fb02", "type": "lvl3", "url": "/docs/components/card#with-divider", "hierarchy": { "lvl1": "Card", "lvl2": "Usage", "lvl3": "With Divider" } }, { "content": "With Image", - "objectID": "2c939348-7e1e-4872-9fdf-bdf73511adb3", + "objectID": "3f227856-ba2a-44d6-8613-82ff2a4e6f00", "type": "lvl3", "url": "/docs/components/card#with-image", "hierarchy": { @@ -2264,7 +2275,7 @@ }, { "content": "Blurred Footer", - "objectID": "be0621b3-8ef0-4fb2-afa9-955b9f0f4b74", + "objectID": "88b69a71-0d0c-4b62-bc82-e08b7fbccc48", "type": "lvl3", "url": "/docs/components/card#blurred-footer", "hierarchy": { @@ -2275,7 +2286,7 @@ }, { "content": "Composition", - "objectID": "a64f1655-c09c-4b12-a41a-ae0cb61ee160", + "objectID": "50274795-a485-4d9f-81e0-1f7ebbefeb39", "type": "lvl3", "url": "/docs/components/card#composition", "hierarchy": { @@ -2286,7 +2297,7 @@ }, { "content": "Blurred Card", - "objectID": "85dbd419-3c6b-444f-996c-2f4c1ce2a946", + "objectID": "39d4dc74-e2d9-4e34-896b-bb370fedb14e", "type": "lvl3", "url": "/docs/components/card#blurred-card", "hierarchy": { @@ -2297,7 +2308,7 @@ }, { "content": "Primary Action", - "objectID": "2fe3d7b9-c5c4-455e-8638-7a5b53809133", + "objectID": "e02067f9-4bf3-485e-82f9-ad4abeaec223", "type": "lvl3", "url": "/docs/components/card#primary-action", "hierarchy": { @@ -2308,7 +2319,7 @@ }, { "content": "Cover Image", - "objectID": "a2f51cbe-37e0-42bd-b7a3-57eaf972fab0", + "objectID": "7e32eba9-b48f-4db4-a1e8-7c1a947a3432", "type": "lvl3", "url": "/docs/components/card#cover-image", "hierarchy": { @@ -2319,49 +2330,49 @@ }, { "content": "Slots", - "objectID": "4667f73c-6791-4bf3-ac61-1a3593f6eebf", + "objectID": "aa51bca3-8096-4171-85ab-60b6abb9b321", "type": "lvl2", "url": "/docs/components/card#slots", "hierarchy": { "lvl1": "Card", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "7f3bec40-ad80-494d-8c1d-d01164a918c8", + "objectID": "8c022106-152f-41b6-90af-28723d5da288", "type": "lvl2", "url": "/docs/components/card#data-attributes", "hierarchy": { "lvl1": "Card", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "e3d490b3-5001-4957-8f5a-b8fea88909da", + "objectID": "1c8e5788-9236-4513-92d7-9dea65a04e8e", "type": "lvl2", "url": "/docs/components/card#api", "hierarchy": { "lvl1": "Card", "lvl2": "API", "lvl3": null } }, { "content": "Card Props", - "objectID": "2e83e7fd-019d-4c8a-87d2-f815c43c48f1", + "objectID": "5346ae50-37d8-4d9a-aee2-e68ef6baa1e1", "type": "lvl3", "url": "/docs/components/card#card-props", "hierarchy": { "lvl1": "Card", "lvl2": "API", "lvl3": "Card Props" } }, { "content": "Card Events", - "objectID": "c061704f-d77f-4a0a-bfac-8f687c6fc0b0", + "objectID": "708aad80-029c-45af-bb7c-769bf94dabf7", "type": "lvl3", "url": "/docs/components/card#card-events", "hierarchy": { "lvl1": "Card", "lvl2": "Card Props", "lvl3": "Card Events" } }, { "content": "Checkbox Group", - "objectID": "f14c2270-b8e8-4641-b435-14bc8dbe89d4", + "objectID": "29a27823-7736-4ca8-bec5-64c739e8f338", "type": "lvl1", "url": "/docs/components/checkbox-group", "hierarchy": { "lvl1": "Checkbox Group" } }, { "content": "Installation", - "objectID": "c0db30c3-a30b-4667-9581-dcc00caa23b7", + "objectID": "2fcc3ecc-b602-487a-8bbf-0d1265e4aeb0", "type": "lvl2", "url": "/docs/components/checkbox-group#installation", "hierarchy": { @@ -2372,21 +2383,21 @@ }, { "content": "Import", - "objectID": "cee2d784-7dbb-46ea-8f82-10654b61c049", + "objectID": "06849d55-3706-4fec-929b-f1f3dd3b4700", "type": "lvl2", "url": "/docs/components/checkbox-group#import", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "04342106-6ff8-4b25-ae7d-42075f7acd26", + "objectID": "eec88e59-0730-4427-bad7-730721a947f5", "type": "lvl2", "url": "/docs/components/checkbox-group#usage", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "1383852f-9eb8-4c8a-8060-dd835df50bf9", + "objectID": "91466f34-217a-452f-89e1-b407cef690d8", "type": "lvl3", "url": "/docs/components/checkbox-group#disabled", "hierarchy": { @@ -2397,7 +2408,7 @@ }, { "content": "Horizontal", - "objectID": "b45b904e-7ea8-43cb-938a-da3853cbe76e", + "objectID": "3a63d1a6-cca9-411c-999e-2034ec519b3d", "type": "lvl3", "url": "/docs/components/checkbox-group#horizontal", "hierarchy": { @@ -2408,7 +2419,7 @@ }, { "content": "Controlled", - "objectID": "d320476f-18cf-4fee-ad01-58c1c6cda3e1", + "objectID": "5506eb62-5cbb-4967-8ad0-b5527ca9e0f3", "type": "lvl3", "url": "/docs/components/checkbox-group#controlled", "hierarchy": { @@ -2419,7 +2430,7 @@ }, { "content": "Invalid", - "objectID": "b77aa281-89cf-4438-8715-717a07a855cf", + "objectID": "2227b850-3ea2-48a0-88c7-941372a8d2f9", "type": "lvl3", "url": "/docs/components/checkbox-group#invalid", "hierarchy": { @@ -2430,14 +2441,14 @@ }, { "content": "Slots", - "objectID": "5f8ca976-f298-41b7-ab97-ecd111cc3e21", + "objectID": "a945ff90-302d-4524-815b-2479c1b10f77", "type": "lvl2", "url": "/docs/components/checkbox-group#slots", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "09d766aa-901a-4070-b0d6-a78029d7eae8", + "objectID": "3194e77a-427b-4ff0-bea4-d70c8fd52745", "type": "lvl3", "url": "/docs/components/checkbox-group#custom-styles", "hierarchy": { @@ -2448,7 +2459,7 @@ }, { "content": "Custom Implementation", - "objectID": "c1ffa7fb-af5f-4f31-a4e3-eb6c11c36c8b", + "objectID": "8b8c8ae0-c9b7-42df-9ff0-3fc2551fd33f", "type": "lvl3", "url": "/docs/components/checkbox-group#custom-implementation", "hierarchy": { @@ -2459,14 +2470,14 @@ }, { "content": "API", - "objectID": "5f3ae39b-a0fd-4c2e-91ca-5de1e155b2ff", + "objectID": "15af6d07-88c8-4134-b608-c4ef6a3692e0", "type": "lvl2", "url": "/docs/components/checkbox-group#api", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "API", "lvl3": null } }, { "content": "Checkbox Group Props", - "objectID": "e66e7bdc-2adb-497f-bb47-bae76a95d6d1", + "objectID": "9cecd02d-964a-4bcd-b4c0-abbba28ae809", "type": "lvl3", "url": "/docs/components/checkbox-group#checkbox-group-props", "hierarchy": { @@ -2477,7 +2488,7 @@ }, { "content": "Checkbox Group Events", - "objectID": "3e17a1c7-8305-46a2-abc1-2e4e7449f001", + "objectID": "bf0b751d-db4e-4252-a93d-0dcd7dacc0e3", "type": "lvl3", "url": "/docs/components/checkbox-group#checkbox-group-events", "hierarchy": { @@ -2488,63 +2499,63 @@ }, { "content": "Checkbox", - "objectID": "9d86edf4-c092-45ac-bb76-67a658d5828a", + "objectID": "97359fd4-7160-43ca-8d5a-9ccae781d6eb", "type": "lvl1", "url": "/docs/components/checkbox", "hierarchy": { "lvl1": "Checkbox" } }, { "content": "Installation", - "objectID": "a976219d-3ad5-400a-b927-4969aeee072f", + "objectID": "ecbbef87-f2d9-4e32-a3b6-64593f75838d", "type": "lvl2", "url": "/docs/components/checkbox#installation", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "fdc45393-c165-4e42-aa8b-f89bca4cfd8d", + "objectID": "fdce1511-8f6e-46df-90e0-cec7a2dc40ed", "type": "lvl2", "url": "/docs/components/checkbox#import", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7cf60fcf-2e2f-4de5-b07b-20c870c317b1", + "objectID": "12120282-75b0-4eb0-8a82-e0d9e7b48703", "type": "lvl2", "url": "/docs/components/checkbox#usage", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "065c669e-b2b6-46c2-b522-5efa2209a196", + "objectID": "5f74fb0e-99a7-4993-9a16-b620c2930f91", "type": "lvl3", "url": "/docs/components/checkbox#disabled", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "e2d7d41d-1da5-4ed0-a08e-95e60b870f14", + "objectID": "62baa928-56f7-481f-a698-618828040173", "type": "lvl3", "url": "/docs/components/checkbox#sizes", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "92e1ccf1-ec62-4873-bf1e-6f988d645fe4", + "objectID": "db0dfb5e-95e6-4659-8c08-0c330f94cfcd", "type": "lvl3", "url": "/docs/components/checkbox#colors", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Radius", - "objectID": "d620913f-461d-4eb8-98ae-5aae0709e5a6", + "objectID": "b882ff47-b1e9-401b-b34c-692ed009dea8", "type": "lvl3", "url": "/docs/components/checkbox#radius", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Colors", "lvl3": "Radius" } }, { "content": "Indeterminate", - "objectID": "987d5d39-7d1a-4f82-adcf-984436cc387d", + "objectID": "abee1ee4-ee35-4668-aa1c-54acd080591a", "type": "lvl3", "url": "/docs/components/checkbox#indeterminate", "hierarchy": { @@ -2555,7 +2566,7 @@ }, { "content": "Line Through", - "objectID": "7310560b-0257-4f53-8e48-fe029a8cc990", + "objectID": "5ee460b3-5e7d-48fa-97cc-a13fb3bd7d49", "type": "lvl3", "url": "/docs/components/checkbox#line-through", "hierarchy": { @@ -2566,7 +2577,7 @@ }, { "content": "Custom Check Icon", - "objectID": "942db430-46c6-440e-b586-989268d9ab11", + "objectID": "62ba44c4-f498-4790-adb2-8e4d5645fd54", "type": "lvl3", "url": "/docs/components/checkbox#custom-check-icon", "hierarchy": { @@ -2577,7 +2588,7 @@ }, { "content": "Controlled", - "objectID": "0c7d4d70-2187-4e76-9692-85373d5637da", + "objectID": "4ffc352a-f08a-4b69-acf6-d70423a90aad", "type": "lvl3", "url": "/docs/components/checkbox#controlled", "hierarchy": { @@ -2588,14 +2599,14 @@ }, { "content": "Slots", - "objectID": "da8723a4-e4c9-469b-b90d-cf3b8691f879", + "objectID": "a995afcc-3696-42af-9206-552bba2ffbb0", "type": "lvl2", "url": "/docs/components/checkbox#slots", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "b5cec098-1bee-4fff-881e-af0a923a6326", + "objectID": "db954bf9-abc2-4fc0-b847-626c6a7c2648", "type": "lvl3", "url": "/docs/components/checkbox#custom-styles", "hierarchy": { @@ -2606,7 +2617,7 @@ }, { "content": "Custom Implementation", - "objectID": "3792b0f0-efa5-4247-aeb4-0c21d813e5f7", + "objectID": "2e22333a-2d0f-4b96-a7eb-2c4d64dbc4da", "type": "lvl3", "url": "/docs/components/checkbox#custom-implementation", "hierarchy": { @@ -2617,35 +2628,35 @@ }, { "content": "Data Attributes", - "objectID": "d65a405a-4bec-450b-84fd-d4886d62b2b7", + "objectID": "c8d31af0-a23c-465b-beda-e39c71ae2110", "type": "lvl2", "url": "/docs/components/checkbox#data-attributes", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "4825c6d8-c54a-451d-884c-96d02ba03c4a", + "objectID": "c190f064-aeec-4b20-8f08-8b55c426c9c3", "type": "lvl2", "url": "/docs/components/checkbox#accessibility", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "87616d73-e2fb-4b71-a472-7f4b8fd33468", + "objectID": "c85d305a-f718-4870-96fe-bee3dceef77a", "type": "lvl2", "url": "/docs/components/checkbox#api", "hierarchy": { "lvl1": "Checkbox", "lvl2": "API", "lvl3": null } }, { "content": "Checkbox Props", - "objectID": "c8b10d4f-8a8e-4245-a5dd-07ab61d676cd", + "objectID": "75167b7e-ef48-431d-b110-eed805e0268b", "type": "lvl3", "url": "/docs/components/checkbox#checkbox-props", "hierarchy": { "lvl1": "Checkbox", "lvl2": "API", "lvl3": "Checkbox Props" } }, { "content": "Checkbox Events", - "objectID": "a24216a1-a108-4fba-a5af-6c87e264e3b3", + "objectID": "672cb98b-999a-4aab-9510-3f2d45177700", "type": "lvl3", "url": "/docs/components/checkbox#checkbox-events", "hierarchy": { @@ -2656,7 +2667,7 @@ }, { "content": "Types", - "objectID": "22668313-9022-4c5f-879c-e3a7c9baeee9", + "objectID": "8eb0afbc-d85e-4fd7-9824-88c376de0ca4", "type": "lvl3", "url": "/docs/components/checkbox#types", "hierarchy": { @@ -2667,77 +2678,77 @@ }, { "content": "Checkbox Icon Props", - "objectID": "941664cb-c86c-49c7-b23a-a0a57869d317", + "objectID": "b0292b44-aeb2-4c44-973b-40b6e21af966", "type": "lvl4", "url": "/docs/components/checkbox#checkbox-icon-props", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Types", "lvl3": null } }, { "content": "Chip", - "objectID": "4f17171d-49f7-442b-aade-8acd95fa7f15", + "objectID": "17b53576-4f64-4aed-9b02-13e051890087", "type": "lvl1", "url": "/docs/components/chip", "hierarchy": { "lvl1": "Chip" } }, { "content": "Installation", - "objectID": "cdb80edb-570c-49c0-a8c3-d078f0b032bb", + "objectID": "d7fab5dd-78ba-4d65-9ddd-bb544b773ca1", "type": "lvl2", "url": "/docs/components/chip#installation", "hierarchy": { "lvl1": "Chip", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "6a6808ed-09ff-4fd4-872f-d340a18afb65", + "objectID": "0c529c5d-838e-419a-b44f-144febc40981", "type": "lvl2", "url": "/docs/components/chip#import", "hierarchy": { "lvl1": "Chip", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7ef6df2c-6ba8-4ec5-a363-415094f6c9b7", + "objectID": "bdeb6f2b-ada2-48a0-b0e1-26fdd36af98d", "type": "lvl2", "url": "/docs/components/chip#usage", "hierarchy": { "lvl1": "Chip", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "4cfc79dc-9040-4584-ae08-999c05686681", + "objectID": "e71d944f-db72-456b-ad45-d0579b70c189", "type": "lvl3", "url": "/docs/components/chip#disabled", "hierarchy": { "lvl1": "Chip", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "b0412e89-19c9-4555-bbaa-16ff629c34ae", + "objectID": "4a4b8d4a-0f87-4ef1-82b7-8435bd9c7348", "type": "lvl3", "url": "/docs/components/chip#sizes", "hierarchy": { "lvl1": "Chip", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "515be51a-34c8-4554-8eba-7b04c8d3f3d2", + "objectID": "1b567ff3-eca9-4420-ba8d-6283d32ff1de", "type": "lvl3", "url": "/docs/components/chip#colors", "hierarchy": { "lvl1": "Chip", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Radius", - "objectID": "63c0218f-9a07-47fb-bee3-345b56ab4ca4", + "objectID": "1defc0bf-ed0f-4410-81d3-c35e61577915", "type": "lvl3", "url": "/docs/components/chip#radius", "hierarchy": { "lvl1": "Chip", "lvl2": "Colors", "lvl3": "Radius" } }, { "content": "Variants", - "objectID": "407de6c5-121a-47a6-a482-6b2d48b07f71", + "objectID": "7e061682-9e0f-487a-b0b3-b1ed788fb6c4", "type": "lvl3", "url": "/docs/components/chip#variants", "hierarchy": { "lvl1": "Chip", "lvl2": "Radius", "lvl3": "Variants" } }, { "content": "Start & End Content", - "objectID": "e3ed181e-a9eb-4c79-a6f7-12a92a098a39", + "objectID": "1f17d838-ccef-41a6-acec-7968e6eae51a", "type": "lvl3", "url": "/docs/components/chip#start--end-content", "hierarchy": { @@ -2748,7 +2759,7 @@ }, { "content": "With Close Button", - "objectID": "66211c43-f4bd-485a-b5cd-b0821c5457d8", + "objectID": "139aa5bb-b567-43b1-b986-abeea2c16acb", "type": "lvl3", "url": "/docs/components/chip#with-close-button", "hierarchy": { @@ -2759,7 +2770,7 @@ }, { "content": "With Avatar", - "objectID": "eb7ee4cc-5aed-4fb7-b34f-fab725b815d0", + "objectID": "68720204-62b2-48d0-97d3-79328152c144", "type": "lvl3", "url": "/docs/components/chip#with-avatar", "hierarchy": { @@ -2770,7 +2781,7 @@ }, { "content": "List of Chips", - "objectID": "ee233672-5afe-47f1-be6f-7e68c0fec54d", + "objectID": "c09594de-450f-4cc0-b123-940c5791647f", "type": "lvl3", "url": "/docs/components/chip#list-of-chips", "hierarchy": { @@ -2781,49 +2792,49 @@ }, { "content": "Slots", - "objectID": "c7bb2789-3da5-40fa-ad4c-0aad5ba082eb", + "objectID": "927df100-2350-4704-9f3f-4bdd0ac04c3c", "type": "lvl2", "url": "/docs/components/chip#slots", "hierarchy": { "lvl1": "Chip", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "3fe18c7a-aac5-4ad6-924c-11b6c3d959c7", + "objectID": "b60fdaee-d364-4de3-ba91-c0a43d1fabe3", "type": "lvl3", "url": "/docs/components/chip#custom-styles", "hierarchy": { "lvl1": "Chip", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "API", - "objectID": "14eadcb2-41b8-4b92-a1b9-ceb50e2aac6d", + "objectID": "7cdf9566-0f58-4393-acc1-bd0c0263d48f", "type": "lvl2", "url": "/docs/components/chip#api", "hierarchy": { "lvl1": "Chip", "lvl2": "API", "lvl3": null } }, { "content": "Chip Props", - "objectID": "e21f5187-3711-4f0b-871e-20ed63bcdbc2", + "objectID": "3388cdcd-8454-4f3d-a25c-4448afc328db", "type": "lvl3", "url": "/docs/components/chip#chip-props", "hierarchy": { "lvl1": "Chip", "lvl2": "API", "lvl3": "Chip Props" } }, { "content": "Chip Events", - "objectID": "78167ef2-bc22-4ece-910a-19d8581c944a", + "objectID": "31912026-deff-496b-ae13-b4a054518f8e", "type": "lvl3", "url": "/docs/components/chip#chip-events", "hierarchy": { "lvl1": "Chip", "lvl2": "Chip Props", "lvl3": "Chip Events" } }, { "content": "Circular Progress", - "objectID": "6a95dd41-8d7c-453e-bbe1-08cbea84e36f", + "objectID": "3ca51c98-4acf-4c8c-8c27-456d6f9e7106", "type": "lvl1", "url": "/docs/components/circular-progress", "hierarchy": { "lvl1": "Circular Progress" } }, { "content": "Installation", - "objectID": "bbb98bd4-c85a-467a-9840-74a0dcbfbd5e", + "objectID": "4481081b-4745-4c55-9897-7db82004f38a", "type": "lvl2", "url": "/docs/components/circular-progress#installation", "hierarchy": { @@ -2834,21 +2845,21 @@ }, { "content": "Import", - "objectID": "9682dd80-1737-46ad-8a66-a294aaf13ce5", + "objectID": "deef24cd-15dd-4cfc-9352-f21d4bfa77d2", "type": "lvl2", "url": "/docs/components/circular-progress#import", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7ea05ec1-591c-43e8-b4eb-9bd9004ce13e", + "objectID": "f24442f0-3e7f-417b-91f9-b44a675978cf", "type": "lvl2", "url": "/docs/components/circular-progress#usage", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "bcf8e6e1-4d98-4cc9-9c93-7ba540f7c227", + "objectID": "272d57f6-444a-413d-bfc2-5d9924ee912f", "type": "lvl3", "url": "/docs/components/circular-progress#sizes", "hierarchy": { @@ -2859,7 +2870,7 @@ }, { "content": "Colors", - "objectID": "d0da5062-f0d2-418a-a725-3135ff392b87", + "objectID": "dcbba513-6f07-43ed-b8ff-6dcbf89898ae", "type": "lvl3", "url": "/docs/components/circular-progress#colors", "hierarchy": { @@ -2870,7 +2881,7 @@ }, { "content": "With Label", - "objectID": "06ea9b79-4f7f-4845-9c37-1d4b3a4fa305", + "objectID": "ad194dd9-728b-4863-b12c-60b0ce234e2b", "type": "lvl3", "url": "/docs/components/circular-progress#with-label", "hierarchy": { @@ -2881,7 +2892,7 @@ }, { "content": "With Value", - "objectID": "79e8ace7-ba42-409d-b6b9-e56773d93986", + "objectID": "ff88e72b-9747-4b1d-8fe9-f98ad6c36487", "type": "lvl3", "url": "/docs/components/circular-progress#with-value", "hierarchy": { @@ -2892,7 +2903,7 @@ }, { "content": "Value Formatting", - "objectID": "aeb12e9e-6349-4139-9340-c5439c1540af", + "objectID": "6930bddd-9b22-4699-afa7-5f441a5e8de2", "type": "lvl3", "url": "/docs/components/circular-progress#value-formatting", "hierarchy": { @@ -2903,14 +2914,14 @@ }, { "content": "Slots", - "objectID": "0166baed-a625-4b0d-b4ca-a299ac4e61e7", + "objectID": "2b38eb8d-ad28-45bf-9620-e26a60f1889b", "type": "lvl2", "url": "/docs/components/circular-progress#slots", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "890524b8-7c57-47c1-a0b4-3ccb3d64763a", + "objectID": "00fa8a72-6a86-40e8-90cc-3b92a8296f82", "type": "lvl3", "url": "/docs/components/circular-progress#custom-styles", "hierarchy": { @@ -2921,7 +2932,7 @@ }, { "content": "Data Attributes", - "objectID": "342cbe99-dbc5-4e74-bdf0-bb180fcffd92", + "objectID": "1d08f1b2-0f74-4b46-9ea7-48ba92be69d2", "type": "lvl2", "url": "/docs/components/circular-progress#data-attributes", "hierarchy": { @@ -2932,7 +2943,7 @@ }, { "content": "Accessibility", - "objectID": "93d2a102-e6d9-45e0-ab8e-4dcf5d5172f8", + "objectID": "b9f9bd6a-a5e5-4ef3-bcf2-3cc2cfc796f9", "type": "lvl2", "url": "/docs/components/circular-progress#accessibility", "hierarchy": { @@ -2943,14 +2954,14 @@ }, { "content": "API", - "objectID": "a2da03be-886d-4ab6-a12f-4bc71162098a", + "objectID": "8e4f6111-e0d0-44cf-9880-da9fc1009cbb", "type": "lvl2", "url": "/docs/components/circular-progress#api", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "API", "lvl3": null } }, { "content": "Circular Progress Props", - "objectID": "078b5534-6b10-49a3-8773-df81c0e45344", + "objectID": "620a740b-87f5-4342-97c4-df957cc072e4", "type": "lvl3", "url": "/docs/components/circular-progress#circular-progress-props", "hierarchy": { @@ -2961,98 +2972,98 @@ }, { "content": "Code", - "objectID": "026db844-9adb-4cf5-9a9c-0dbb78e00c0c", + "objectID": "9fdb403a-b9b4-451c-a32a-298a4efcd82c", "type": "lvl1", "url": "/docs/components/code", "hierarchy": { "lvl1": "Code" } }, { "content": "Installation", - "objectID": "548aa6b9-8036-4c0a-abce-56fe2e1aae76", + "objectID": "8dda9aaa-077c-4dac-a50d-3bed1bbb47b7", "type": "lvl2", "url": "/docs/components/code#installation", "hierarchy": { "lvl1": "Code", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "162ad618-a30a-477f-95c8-be2c17639383", + "objectID": "9cdd38ab-bcaf-4faf-8085-a1f71c048300", "type": "lvl2", "url": "/docs/components/code#import", "hierarchy": { "lvl1": "Code", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "dddc608d-9436-4af3-9dd7-3db02aecb639", + "objectID": "e56c5fe1-9605-441e-b504-89d5595f6d26", "type": "lvl2", "url": "/docs/components/code#usage", "hierarchy": { "lvl1": "Code", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "33413fb9-db0a-4a37-9718-521a6c0ca418", + "objectID": "22e61192-fe2f-4994-8433-d68f5d43f8e2", "type": "lvl3", "url": "/docs/components/code#sizes", "hierarchy": { "lvl1": "Code", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "7587c66f-eadf-491b-b9f1-6552c0dc865e", + "objectID": "4d4b85c3-4b38-4daf-869c-ff1374d4e7f9", "type": "lvl3", "url": "/docs/components/code#colors", "hierarchy": { "lvl1": "Code", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "API", - "objectID": "af38a71b-0249-405a-a3c3-e59418f0f766", + "objectID": "33439e77-1991-4c74-b230-ad60f350f653", "type": "lvl2", "url": "/docs/components/code#api", "hierarchy": { "lvl1": "Code", "lvl2": "API", "lvl3": null } }, { "content": "Code Props", - "objectID": "44a54aed-cbb5-48a7-9b05-68be0da209eb", + "objectID": "9906f094-005c-4d7e-a886-e8e3840a95f1", "type": "lvl3", "url": "/docs/components/code#code-props", "hierarchy": { "lvl1": "Code", "lvl2": "API", "lvl3": "Code Props" } }, { "content": "DateInput", - "objectID": "b9c20471-873b-4136-9382-0829bc82dc3a", + "objectID": "cea91400-920e-405f-8174-c9f790c34fb1", "type": "lvl1", "url": "/docs/components/date-input", "hierarchy": { "lvl1": "DateInput" } }, { "content": "Installation", - "objectID": "996c9cf2-dc9a-4436-877a-961cf4af5569", + "objectID": "e8bbde88-d237-4b16-95ee-1ad51b50e6ca", "type": "lvl2", "url": "/docs/components/date-input#installation", "hierarchy": { "lvl1": "DateInput", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "28501987-e286-465d-bb2d-ca39760c4937", + "objectID": "67ce019f-003b-4eec-a364-a52336903786", "type": "lvl2", "url": "/docs/components/date-input#import", "hierarchy": { "lvl1": "DateInput", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "035ae91b-5fd1-41b1-9c1e-1408f73be05f", + "objectID": "4155649c-b6b8-44e4-9773-f8ff5fc7f4c9", "type": "lvl2", "url": "/docs/components/date-input#usage", "hierarchy": { "lvl1": "DateInput", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "ada0c4c9-cd9d-4088-ba05-e9d83351f6e8", + "objectID": "aa1a0817-45a0-42d2-8d00-2388ac0c366a", "type": "lvl3", "url": "/docs/components/date-input#disabled", "hierarchy": { "lvl1": "DateInput", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Read Only", - "objectID": "79304b5b-c176-47dd-b7bd-c4fe6776591c", + "objectID": "ddf31604-83bd-48db-8c84-e16a3d5bee6e", "type": "lvl3", "url": "/docs/components/date-input#read-only", "hierarchy": { @@ -3063,7 +3074,7 @@ }, { "content": "Required", - "objectID": "3deaf0ae-be96-4e37-a965-c392c794bb36", + "objectID": "2273b623-1a5d-417c-84f4-72c9b30d0c63", "type": "lvl3", "url": "/docs/components/date-input#required", "hierarchy": { @@ -3074,14 +3085,14 @@ }, { "content": "Variants", - "objectID": "eab7393e-5ddd-4391-b3eb-558c6d4d79fd", + "objectID": "7afc3bea-6315-4133-bf59-5bbdd61c03b2", "type": "lvl3", "url": "/docs/components/date-input#variants", "hierarchy": { "lvl1": "DateInput", "lvl2": "Required", "lvl3": "Variants" } }, { "content": "Label Placements", - "objectID": "05be5e5a-61a1-4c27-9cd5-a9b17bce937f", + "objectID": "c99d62de-53e9-40cb-bbd1-45fd85788060", "type": "lvl3", "url": "/docs/components/date-input#label-placements", "hierarchy": { @@ -3092,7 +3103,7 @@ }, { "content": "Start & End Content", - "objectID": "6156fe13-9cc5-4781-9815-c87e933edb09", + "objectID": "ba8c3111-91c6-4111-b54a-89eaaeccadd2", "type": "lvl3", "url": "/docs/components/date-input#start--end-content", "hierarchy": { @@ -3103,7 +3114,7 @@ }, { "content": "With Description", - "objectID": "236e35ab-2ec6-408c-b072-13195824db88", + "objectID": "fe9f79e9-cbc4-42b1-b06e-0450314a378f", "type": "lvl3", "url": "/docs/components/date-input#with-description", "hierarchy": { @@ -3114,7 +3125,7 @@ }, { "content": "With Error Message", - "objectID": "0976926c-ca81-4c4c-b824-289fde153596", + "objectID": "ba1ede58-51c0-4306-8191-5d29ddd2c59c", "type": "lvl3", "url": "/docs/components/date-input#with-error-message", "hierarchy": { @@ -3125,7 +3136,7 @@ }, { "content": "Controlled", - "objectID": "ef36be8a-6515-4e85-adaa-a67ccb343a0f", + "objectID": "7d529099-89ae-4480-ba03-250d96307ead", "type": "lvl3", "url": "/docs/components/date-input#controlled", "hierarchy": { @@ -3136,7 +3147,7 @@ }, { "content": "Time Zones", - "objectID": "8dbab8b3-3b9f-4682-832a-023bfb968674", + "objectID": "f76fec79-66b6-416c-803f-97af3ca9edb4", "type": "lvl3", "url": "/docs/components/date-input#time-zones", "hierarchy": { @@ -3147,7 +3158,7 @@ }, { "content": "Granularity", - "objectID": "34fa7a9b-c0b7-4359-bdb7-0b1a50215ee8", + "objectID": "480a989f-c7d5-4959-9d91-ea378724302b", "type": "lvl3", "url": "/docs/components/date-input#granularity", "hierarchy": { @@ -3158,7 +3169,7 @@ }, { "content": "Min Date And Max Date", - "objectID": "f09c3d31-0a2c-43ac-b29d-dfe91e5a1851", + "objectID": "eb80e9fd-7756-48d2-8088-057629fa70d1", "type": "lvl3", "url": "/docs/components/date-input#min-date-and-max-date", "hierarchy": { @@ -3169,7 +3180,7 @@ }, { "content": "International Calendar", - "objectID": "ac1bdd4e-ea4b-47b7-b227-f88286439af9", + "objectID": "e5ff22e2-5a35-463d-8562-f34a66d12e70", "type": "lvl3", "url": "/docs/components/date-input#international-calendar", "hierarchy": { @@ -3180,7 +3191,7 @@ }, { "content": "Hide Time Zone", - "objectID": "3d45fb83-82e9-4748-9e05-eb35094683ed", + "objectID": "387e63b4-59d9-4fa9-a3d6-af7752c06dac", "type": "lvl3", "url": "/docs/components/date-input#hide-time-zone", "hierarchy": { @@ -3191,7 +3202,7 @@ }, { "content": "Hourly Cycle", - "objectID": "bfdc8748-bf99-4a82-9d10-02a36c1872db", + "objectID": "979492ac-64c8-4676-bf63-bbaa3cf45b80", "type": "lvl3", "url": "/docs/components/date-input#hourly-cycle", "hierarchy": { @@ -3202,14 +3213,14 @@ }, { "content": "Slots", - "objectID": "30df6609-ab7e-4ba8-bd68-da95afb901fa", + "objectID": "6fbed953-16cd-4932-8020-1fd6f9183de8", "type": "lvl2", "url": "/docs/components/date-input#slots", "hierarchy": { "lvl1": "DateInput", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "3ce82545-6696-4656-a218-ea1587a18f27", + "objectID": "7d8f4e34-ec86-4182-a452-f54f595d7670", "type": "lvl2", "url": "/docs/components/date-input#data-attributes", "hierarchy": { @@ -3220,21 +3231,21 @@ }, { "content": "Accessibility", - "objectID": "39d4ca27-2d83-4918-b231-d67c8130b70f", + "objectID": "6f5cb581-16d3-4ed1-90a1-163cae787329", "type": "lvl2", "url": "/docs/components/date-input#accessibility", "hierarchy": { "lvl1": "DateInput", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "52be4499-a76d-448a-a844-a72161693fe4", + "objectID": "57b32617-5f06-41ed-bd44-b996d30f20a7", "type": "lvl2", "url": "/docs/components/date-input#api", "hierarchy": { "lvl1": "DateInput", "lvl2": "API", "lvl3": null } }, { "content": "DateInput Props", - "objectID": "7b3ebc13-c005-42ee-9e2f-573948912023", + "objectID": "5fd56eda-260e-4d12-8d21-ad40d16c3ba2", "type": "lvl3", "url": "/docs/components/date-input#dateinput-props", "hierarchy": { @@ -3245,7 +3256,7 @@ }, { "content": "DateInput Events", - "objectID": "bae5d862-5b79-46f6-941d-68735b420b89", + "objectID": "fbf39c78-c5a4-4caf-b326-73172527e493", "type": "lvl3", "url": "/docs/components/date-input#dateinput-events", "hierarchy": { @@ -3256,42 +3267,42 @@ }, { "content": "DatePicker", - "objectID": "e3dfbf9b-320b-44e8-a479-aa34ba028c27", + "objectID": "c6d8bb80-47c8-4a44-b7e5-564b332cc947", "type": "lvl1", "url": "/docs/components/date-picker", "hierarchy": { "lvl1": "DatePicker" } }, { "content": "Installation", - "objectID": "86fe8f1c-a7f5-4d84-a06c-8cb754dfc586", + "objectID": "3dc91aa6-8f32-4962-8b8d-0c45c5576d68", "type": "lvl2", "url": "/docs/components/date-picker#installation", "hierarchy": { "lvl1": "DatePicker", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "52f8142a-0eee-45cb-98cb-c86a2916a083", + "objectID": "7180672d-5def-4e05-b705-4c6adfd0da67", "type": "lvl2", "url": "/docs/components/date-picker#import", "hierarchy": { "lvl1": "DatePicker", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "754e34e7-0782-4b7d-a211-0ed1243c4797", + "objectID": "7f1416bb-d1cc-45ef-9494-b105092662f4", "type": "lvl2", "url": "/docs/components/date-picker#usage", "hierarchy": { "lvl1": "DatePicker", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "dab58dc4-b5a1-4be8-a187-bc3d4837f93d", + "objectID": "e2aea23a-4692-4ef3-82d1-c857540a326a", "type": "lvl3", "url": "/docs/components/date-picker#disabled", "hierarchy": { "lvl1": "DatePicker", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Read Only", - "objectID": "966796fa-efec-471d-b40b-9a664ccf690f", + "objectID": "75f0c9b3-a2b2-4b51-9946-49bcf576b36f", "type": "lvl3", "url": "/docs/components/date-picker#read-only", "hierarchy": { @@ -3302,7 +3313,7 @@ }, { "content": "Required", - "objectID": "1551993b-7195-42be-b4f1-48eed3a0ef37", + "objectID": "d70305e8-3b97-421b-a702-642ea11c9871", "type": "lvl3", "url": "/docs/components/date-picker#required", "hierarchy": { @@ -3313,7 +3324,7 @@ }, { "content": "Variants", - "objectID": "b7429534-16fe-4ec5-9078-76a0402ccb36", + "objectID": "0aadaa5b-b8b0-46c0-b48f-24bf26757b06", "type": "lvl3", "url": "/docs/components/date-picker#variants", "hierarchy": { @@ -3324,7 +3335,7 @@ }, { "content": "Label Placements", - "objectID": "61c2b688-024d-4089-b51f-db4d80a0da7c", + "objectID": "fe684555-4f32-426f-b6b5-23a8f588a35a", "type": "lvl3", "url": "/docs/components/date-picker#label-placements", "hierarchy": { @@ -3335,7 +3346,7 @@ }, { "content": "With Description", - "objectID": "f9a75d62-95df-4686-a1ee-16a2028039d2", + "objectID": "673f1623-f2f0-436b-b81d-51ff76e8e1e3", "type": "lvl3", "url": "/docs/components/date-picker#with-description", "hierarchy": { @@ -3346,7 +3357,7 @@ }, { "content": "With Error Message", - "objectID": "289deb7a-1078-4dcc-9ad9-5de3526a3ffa", + "objectID": "772ff7ea-83df-45eb-8c9e-0b5ade78b001", "type": "lvl3", "url": "/docs/components/date-picker#with-error-message", "hierarchy": { @@ -3357,7 +3368,7 @@ }, { "content": "With Month and Year Pickers", - "objectID": "89138e90-cf06-4f46-ba84-cb48f85234c8", + "objectID": "59d680c3-7cd4-4242-a712-b52b7d1ee074", "type": "lvl3", "url": "/docs/components/date-picker#with-month-and-year-pickers", "hierarchy": { @@ -3368,7 +3379,7 @@ }, { "content": "With Time Fields", - "objectID": "f8ef779b-b093-4e45-ac20-eae4cd1f2bd4", + "objectID": "80e4025a-69c2-4830-a781-9e2bb54b4bd2", "type": "lvl3", "url": "/docs/components/date-picker#with-time-fields", "hierarchy": { @@ -3379,7 +3390,7 @@ }, { "content": "Selector Icon", - "objectID": "108bd10b-c8b6-4e8a-940f-ddc12cc8c4c6", + "objectID": "9bc4df30-395f-427f-b2a0-7485aeadf00a", "type": "lvl3", "url": "/docs/components/date-picker#selector-icon", "hierarchy": { @@ -3390,7 +3401,7 @@ }, { "content": "Selector Button Placement", - "objectID": "f9138958-8442-499d-9145-b2dda71ab3d6", + "objectID": "87da7bc8-affc-4cc7-9ae5-754592c6d6c5", "type": "lvl3", "url": "/docs/components/date-picker#selector-button-placement", "hierarchy": { @@ -3401,7 +3412,7 @@ }, { "content": "Controlled", - "objectID": "80c2ccc9-0ed0-490d-999b-5f4e10cd1862", + "objectID": "0eb94e16-a191-4818-a37b-b94210174a80", "type": "lvl3", "url": "/docs/components/date-picker#controlled", "hierarchy": { @@ -3412,7 +3423,7 @@ }, { "content": "Time Zones", - "objectID": "14b6cfb4-ac27-4ae4-997f-37abc223d04f", + "objectID": "a5b60f1b-9e0c-4da4-8392-f1745664a65b", "type": "lvl3", "url": "/docs/components/date-picker#time-zones", "hierarchy": { @@ -3423,7 +3434,7 @@ }, { "content": "Granularity", - "objectID": "0f718926-070e-4c92-ad70-ed7e21d54ac6", + "objectID": "d0993626-3842-4487-8ef3-530635ae294d", "type": "lvl3", "url": "/docs/components/date-picker#granularity", "hierarchy": { @@ -3434,7 +3445,7 @@ }, { "content": "Min Date And Max Date", - "objectID": "6fc558e2-3af2-4cdd-b824-7a5e2859729b", + "objectID": "749043c7-b0ed-4de2-98da-f4c00ea793a9", "type": "lvl3", "url": "/docs/components/date-picker#min-date-and-max-date", "hierarchy": { @@ -3445,7 +3456,7 @@ }, { "content": "International Calendar", - "objectID": "c5ceaf3d-65ec-4713-88d9-3fd1044046d1", + "objectID": "30b1a4de-88af-488d-84fa-6992b37c4906", "type": "lvl3", "url": "/docs/components/date-picker#international-calendar", "hierarchy": { @@ -3456,7 +3467,7 @@ }, { "content": "Unavailable Dates", - "objectID": "2838621d-f3a0-4764-9b01-2d1110b113d9", + "objectID": "8f8fa447-ffa5-4a1c-a79f-59b1d10eeccd", "type": "lvl3", "url": "/docs/components/date-picker#unavailable-dates", "hierarchy": { @@ -3467,7 +3478,7 @@ }, { "content": "Visible Months", - "objectID": "dbfa1603-acf4-4053-ab0b-d72ed13e8660", + "objectID": "cf3b87bb-43ec-4e3f-8a6a-4996db190436", "type": "lvl3", "url": "/docs/components/date-picker#visible-months", "hierarchy": { @@ -3476,20 +3487,31 @@ "lvl3": "Visible Months" } }, + { + "content": "Custom first day of week", + "objectID": "991ae38a-26d5-46d1-87de-a85bd795b265", + "type": "lvl3", + "url": "/docs/components/date-picker#custom-first-day-of-week", + "hierarchy": { + "lvl1": "DatePicker", + "lvl2": "Visible Months", + "lvl3": "Custom first day of week" + } + }, { "content": "Page Behavior", - "objectID": "3c594f9d-c813-4006-b5a0-a076432cb19f", + "objectID": "161b2d70-c659-4b61-a845-80eecbf16745", "type": "lvl3", "url": "/docs/components/date-picker#page-behavior", "hierarchy": { "lvl1": "DatePicker", - "lvl2": "Visible Months", + "lvl2": "Custom first day of week", "lvl3": "Page Behavior" } }, { "content": "Preset", - "objectID": "6a9b412d-1128-41f1-b91a-b59f51be4661", + "objectID": "76bc49a2-79dc-4d5f-933c-0e393e7059d8", "type": "lvl3", "url": "/docs/components/date-picker#preset", "hierarchy": { @@ -3500,14 +3522,14 @@ }, { "content": "Slots", - "objectID": "127275eb-0d11-4106-a3f0-82ae05a11631", + "objectID": "0e308b34-2039-4f8c-ba8a-46d2e50450c8", "type": "lvl2", "url": "/docs/components/date-picker#slots", "hierarchy": { "lvl1": "DatePicker", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "b358ed8b-8a02-4276-a153-1335040436f3", + "objectID": "1778f95e-bea9-4e34-a794-459933534fa1", "type": "lvl2", "url": "/docs/components/date-picker#data-attributes", "hierarchy": { @@ -3518,21 +3540,21 @@ }, { "content": "Accessibility", - "objectID": "72eff019-6955-41a1-be9c-2ee6cb3a7e91", + "objectID": "280e45b6-739c-475c-8288-b46fb3154e9d", "type": "lvl2", "url": "/docs/components/date-picker#accessibility", "hierarchy": { "lvl1": "DatePicker", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "fe513cc1-0cae-4323-9e29-bae65916da8d", + "objectID": "a792fe38-d110-4018-96ff-bcf7a06beb23", "type": "lvl2", "url": "/docs/components/date-picker#api", "hierarchy": { "lvl1": "DatePicker", "lvl2": "API", "lvl3": null } }, { "content": "DatePicker Props", - "objectID": "ffe7113f-03a5-43aa-bf30-7cc8f31aaa8a", + "objectID": "3fc289d1-0f4c-4f6c-b874-d4d4835f698f", "type": "lvl3", "url": "/docs/components/date-picker#datepicker-props", "hierarchy": { @@ -3543,7 +3565,7 @@ }, { "content": "DatePicker Events", - "objectID": "cf1fecf7-b5f9-4327-a5c4-bdddbfed9191", + "objectID": "750be446-cec6-4dd9-8e4b-7c2d746fbf07", "type": "lvl3", "url": "/docs/components/date-picker#datepicker-events", "hierarchy": { @@ -3554,14 +3576,14 @@ }, { "content": "Date Range Picker", - "objectID": "3e9a2637-9e72-44cb-8f50-47dd2ba3a62c", + "objectID": "2f04a63b-c326-497a-8a1c-85f11aa55c18", "type": "lvl1", "url": "/docs/components/date-range-picker", "hierarchy": { "lvl1": "Date Range Picker" } }, { "content": "Installation", - "objectID": "07e3bb6c-f26f-4a07-865f-d5b774dfb010", + "objectID": "1d4c6170-a83a-4998-a6f8-0c890239eff1", "type": "lvl2", "url": "/docs/components/date-range-picker#installation", "hierarchy": { @@ -3572,21 +3594,21 @@ }, { "content": "Import", - "objectID": "d498afb5-d407-4c33-81ee-2f566a41b179", + "objectID": "378b8191-f120-4f27-b9bd-3299eb3f9a2b", "type": "lvl2", "url": "/docs/components/date-range-picker#import", "hierarchy": { "lvl1": "Date Range Picker", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "82b67f8f-85e9-48da-b418-6fdc1a04cff5", + "objectID": "1ef54c6d-f2ce-4c7a-80d1-74d0310f2172", "type": "lvl2", "url": "/docs/components/date-range-picker#usage", "hierarchy": { "lvl1": "Date Range Picker", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "d2d7938c-a093-4f9e-9757-59f6d5bc5503", + "objectID": "7072fc09-54dc-4e18-8940-9dd969db9b0f", "type": "lvl3", "url": "/docs/components/date-range-picker#disabled", "hierarchy": { @@ -3597,7 +3619,7 @@ }, { "content": "Read Only", - "objectID": "5c6839b2-19cf-431d-b6ce-90bdb4983ca9", + "objectID": "192e469b-596c-461c-a517-7341e01527e0", "type": "lvl3", "url": "/docs/components/date-range-picker#read-only", "hierarchy": { @@ -3608,7 +3630,7 @@ }, { "content": "Required", - "objectID": "91a2559a-7d53-4e65-9aa5-90927dedfac5", + "objectID": "8e888212-ca8a-4228-8b49-d601d26fe53a", "type": "lvl3", "url": "/docs/components/date-range-picker#required", "hierarchy": { @@ -3619,7 +3641,7 @@ }, { "content": "Variants", - "objectID": "edda0459-f055-464d-a4e6-1070273f9812", + "objectID": "9ce41496-805f-48eb-a5bc-20b150d95b51", "type": "lvl3", "url": "/docs/components/date-range-picker#variants", "hierarchy": { @@ -3630,7 +3652,7 @@ }, { "content": "Visible Months", - "objectID": "03de7cae-20cf-4b5c-a9b5-7e10b58f286f", + "objectID": "46e4dc7b-19ee-46e6-94f7-cc24817eb2f7", "type": "lvl3", "url": "/docs/components/date-range-picker#visible-months", "hierarchy": { @@ -3639,20 +3661,31 @@ "lvl3": "Visible Months" } }, + { + "content": "Custom first day of week", + "objectID": "c543294b-4bb4-43b7-88ca-a0aaf19fc13b", + "type": "lvl3", + "url": "/docs/components/date-range-picker#custom-first-day-of-week", + "hierarchy": { + "lvl1": "Date Range Picker", + "lvl2": "Visible Months", + "lvl3": "Custom first day of week" + } + }, { "content": "Page Behavior", - "objectID": "eff6d04e-b5a8-4fc2-a518-c18cd6b887d1", + "objectID": "0146b50a-20e4-4b49-8835-649347b1380e", "type": "lvl3", "url": "/docs/components/date-range-picker#page-behavior", "hierarchy": { "lvl1": "Date Range Picker", - "lvl2": "Visible Months", + "lvl2": "Custom first day of week", "lvl3": "Page Behavior" } }, { "content": "Label Placements", - "objectID": "6f1f64a3-6dea-4e8f-ba2b-81b8c6deb534", + "objectID": "195994fe-d65d-409d-894f-9541aab61549", "type": "lvl3", "url": "/docs/components/date-range-picker#label-placements", "hierarchy": { @@ -3663,7 +3696,7 @@ }, { "content": "With Description", - "objectID": "4df1dfa4-b7cb-45e7-973b-aa8d9a6f80cb", + "objectID": "2c96bab9-ee5a-4db5-8149-80e880806e7b", "type": "lvl3", "url": "/docs/components/date-range-picker#with-description", "hierarchy": { @@ -3674,7 +3707,7 @@ }, { "content": "With Error Message", - "objectID": "8cd308c0-c554-4b03-96b4-a4fdda823682", + "objectID": "0289a4ce-782c-4d03-827c-e8ec582942a0", "type": "lvl3", "url": "/docs/components/date-range-picker#with-error-message", "hierarchy": { @@ -3685,7 +3718,7 @@ }, { "content": "With Month and Year Pickers", - "objectID": "49fa70c9-243a-4fa3-aff5-b92a72d25367", + "objectID": "822da5db-343d-49c2-9dfc-3837c345db16", "type": "lvl3", "url": "/docs/components/date-range-picker#with-month-and-year-pickers", "hierarchy": { @@ -3696,7 +3729,7 @@ }, { "content": "With Time Fields", - "objectID": "fae76eee-c162-4db0-b014-918d2b31ff19", + "objectID": "f767f4f8-1d84-4b01-8e98-b75ecc51ca62", "type": "lvl3", "url": "/docs/components/date-range-picker#with-time-fields", "hierarchy": { @@ -3707,7 +3740,7 @@ }, { "content": "Selector Icon", - "objectID": "c7367b47-cd9c-4bcb-a691-13fdd71e2178", + "objectID": "45b535c4-d0a7-4389-8d16-ac7db7a041fa", "type": "lvl3", "url": "/docs/components/date-range-picker#selector-icon", "hierarchy": { @@ -3718,7 +3751,7 @@ }, { "content": "Selector Button Placement", - "objectID": "9ac67684-99b0-438b-a3e5-9cc4c7907e50", + "objectID": "b1d01619-7b7f-42a4-83d2-7cf5c13dd68f", "type": "lvl3", "url": "/docs/components/date-range-picker#selector-button-placement", "hierarchy": { @@ -3729,7 +3762,7 @@ }, { "content": "Controlled", - "objectID": "b6fb6cb4-1e96-4b86-a0dc-43e485ea980e", + "objectID": "4d1799a9-c9b3-40d6-963e-b706f94a29eb", "type": "lvl3", "url": "/docs/components/date-range-picker#controlled", "hierarchy": { @@ -3740,7 +3773,7 @@ }, { "content": "Time Zones", - "objectID": "2fd14f79-8e4c-4bfe-9170-415da90b9c22", + "objectID": "635a9bbd-4fe8-401d-82dd-8ecec4b5eef1", "type": "lvl3", "url": "/docs/components/date-range-picker#time-zones", "hierarchy": { @@ -3751,7 +3784,7 @@ }, { "content": "Granularity", - "objectID": "895932bf-9eb9-4fd0-bbab-1753372afcd6", + "objectID": "6fa1ad79-a7e8-4cc9-8c8e-59b148b1e1b2", "type": "lvl3", "url": "/docs/components/date-range-picker#granularity", "hierarchy": { @@ -3762,7 +3795,7 @@ }, { "content": "Min Date And Max Date", - "objectID": "2ec8b86a-4aba-4f06-b346-0dd566af27e3", + "objectID": "53a36fe6-8102-4310-98a5-153301c7d972", "type": "lvl3", "url": "/docs/components/date-range-picker#min-date-and-max-date", "hierarchy": { @@ -3773,7 +3806,7 @@ }, { "content": "International Calendar", - "objectID": "6b617ff2-b182-4150-a65d-3176dfc02751", + "objectID": "4103da15-3f83-452f-9c19-1f05d47a578c", "type": "lvl3", "url": "/docs/components/date-range-picker#international-calendar", "hierarchy": { @@ -3784,7 +3817,7 @@ }, { "content": "Unavailable Dates", - "objectID": "1fa57ade-30d0-4433-962d-2b4e9107f06d", + "objectID": "4851409c-a7c3-489e-b9b3-f266d54f1c5b", "type": "lvl3", "url": "/docs/components/date-range-picker#unavailable-dates", "hierarchy": { @@ -3795,7 +3828,7 @@ }, { "content": "Non Contiguous", - "objectID": "0c82cf56-a59e-469b-910e-04dbd1edbb57", + "objectID": "90483df0-8fb4-4841-8a20-dc5715773423", "type": "lvl3", "url": "/docs/components/date-range-picker#non-contiguous", "hierarchy": { @@ -3806,7 +3839,7 @@ }, { "content": "Presets", - "objectID": "f8fa0836-0a31-4033-b124-7857ee530871", + "objectID": "0b32a72d-6969-4528-bc58-96ed4324cadb", "type": "lvl3", "url": "/docs/components/date-range-picker#presets", "hierarchy": { @@ -3817,14 +3850,14 @@ }, { "content": "Slots", - "objectID": "41d45bc3-6453-4752-a5eb-3a7b7a15ee7d", + "objectID": "1b366cb2-4482-410e-acd6-f37ac60ad627", "type": "lvl2", "url": "/docs/components/date-range-picker#slots", "hierarchy": { "lvl1": "Date Range Picker", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "413ad230-5b5b-4ab1-aac8-77ced5a4d02d", + "objectID": "dafd91da-43a5-4490-87ae-182fe82a6bd3", "type": "lvl3", "url": "/docs/components/date-range-picker#custom-styles", "hierarchy": { @@ -3835,7 +3868,7 @@ }, { "content": "Data Attributes", - "objectID": "023b5adc-7d85-40df-8a94-7872bdaa7e6e", + "objectID": "6f4ee486-1695-4e33-9834-5e8b763ab907", "type": "lvl2", "url": "/docs/components/date-range-picker#data-attributes", "hierarchy": { @@ -3846,7 +3879,7 @@ }, { "content": "Accessibility", - "objectID": "e9bfa004-05de-44db-8c1e-d7c04e5375cb", + "objectID": "f8d745ad-f249-48d2-9bc3-83eb36606f29", "type": "lvl2", "url": "/docs/components/date-range-picker#accessibility", "hierarchy": { @@ -3857,14 +3890,14 @@ }, { "content": "API", - "objectID": "3360ecf0-5a11-486c-b207-0afe433d5752", + "objectID": "747735db-c7d6-4f70-b82c-2e02f7b0574e", "type": "lvl2", "url": "/docs/components/date-range-picker#api", "hierarchy": { "lvl1": "Date Range Picker", "lvl2": "API", "lvl3": null } }, { "content": "DateRangePicker Props", - "objectID": "50c860d7-c0a8-4311-98a7-2c0f0fb6508e", + "objectID": "d5c8f7da-0790-4a91-bf2c-858108129f7b", "type": "lvl3", "url": "/docs/components/date-range-picker#daterangepicker-props", "hierarchy": { @@ -3875,7 +3908,7 @@ }, { "content": "DateRangePicker Events", - "objectID": "2652222d-5a49-4de8-81c7-c3dd6d5c7fe7", + "objectID": "e867c618-f428-4e8d-baa4-b4f97c812c3b", "type": "lvl3", "url": "/docs/components/date-range-picker#daterangepicker-events", "hierarchy": { @@ -3886,98 +3919,98 @@ }, { "content": "Divider", - "objectID": "81aade8d-02f9-415b-bee6-08125a10eb67", + "objectID": "f3629210-2f61-4c3c-866a-ef2097764d3e", "type": "lvl1", "url": "/docs/components/divider", "hierarchy": { "lvl1": "Divider" } }, { "content": "Installation", - "objectID": "f43c9fa2-35d5-42f2-9a47-35a039cacaa8", + "objectID": "e3e38fcf-bac3-4ba9-a7f2-21044b5a05a3", "type": "lvl2", "url": "/docs/components/divider#installation", "hierarchy": { "lvl1": "Divider", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "33de290b-1b2d-491a-88b6-3209621cfd59", + "objectID": "b66e120c-fd16-491d-aacb-3ab074e5505e", "type": "lvl2", "url": "/docs/components/divider#import", "hierarchy": { "lvl1": "Divider", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "c2cb7554-ca90-4bc0-bd53-ec6d8f90ac52", + "objectID": "76136f64-f476-4b4a-a3f2-85155e7d0de4", "type": "lvl2", "url": "/docs/components/divider#usage", "hierarchy": { "lvl1": "Divider", "lvl2": "Usage", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "50d04055-1f53-4eac-bc40-14fcad9d7b57", + "objectID": "4e646aff-69a1-425e-bc96-22d8f41b0c2e", "type": "lvl2", "url": "/docs/components/divider#data-attributes", "hierarchy": { "lvl1": "Divider", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "c0357e31-398a-4ab2-8264-03df6d167fe6", + "objectID": "fdbcff1f-1c7f-42da-add2-ebae0c9caab4", "type": "lvl2", "url": "/docs/components/divider#accessibility", "hierarchy": { "lvl1": "Divider", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "2942e1be-679c-469c-9bc6-5448211ed98d", + "objectID": "fa5b1719-c47d-479b-8008-1f9f2c641463", "type": "lvl2", "url": "/docs/components/divider#api", "hierarchy": { "lvl1": "Divider", "lvl2": "API", "lvl3": null } }, { "content": "Divider Props", - "objectID": "1eacee28-1eb9-40fd-8261-18d4fd3d3ade", + "objectID": "abd2cd11-af87-45af-997d-bad23b859078", "type": "lvl3", "url": "/docs/components/divider#divider-props", "hierarchy": { "lvl1": "Divider", "lvl2": "API", "lvl3": "Divider Props" } }, { "content": "Drawer", - "objectID": "93948e58-3a16-467c-b8cb-65e7cb7134e3", + "objectID": "3c04f854-5942-4415-9998-da73d471c574", "type": "lvl1", "url": "/docs/components/drawer", "hierarchy": { "lvl1": "Drawer" } }, { "content": "Installation", - "objectID": "e14055e2-0d57-4182-87f1-4571049ea02f", + "objectID": "53e76ac1-1d3d-4f84-bc1b-b32d6ab27357", "type": "lvl2", "url": "/docs/components/drawer#installation", "hierarchy": { "lvl1": "Drawer", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "042aa20e-dce5-4712-84dd-0e52ec5665dc", + "objectID": "a022e93d-bdf7-43aa-b11c-73f09d0a6937", "type": "lvl2", "url": "/docs/components/drawer#import", "hierarchy": { "lvl1": "Drawer", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "b1332a04-99a6-4170-ab2c-483b02f0e213", + "objectID": "f8aba8ef-af86-40e8-bdba-19c742d04754", "type": "lvl2", "url": "/docs/components/drawer#usage", "hierarchy": { "lvl1": "Drawer", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "be13ef09-7d40-4acc-b936-46936934f11b", + "objectID": "ae439a24-b6ca-4c5f-8c1d-f544085941ba", "type": "lvl3", "url": "/docs/components/drawer#sizes", "hierarchy": { "lvl1": "Drawer", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Non-dismissible", - "objectID": "2e31acdc-477f-4c43-ba5d-9586050e3f00", + "objectID": "3abfdce1-703a-4bb3-98c7-a602d3d611e9", "type": "lvl3", "url": "/docs/components/drawer#non-dismissible", "hierarchy": { @@ -3988,7 +4021,7 @@ }, { "content": "Drawer placement", - "objectID": "1bc86fd7-9776-460b-b078-4f5f37e599a1", + "objectID": "21f0e7bc-21e8-4250-a41e-463aa33c78ac", "type": "lvl3", "url": "/docs/components/drawer#drawer-placement", "hierarchy": { @@ -3999,7 +4032,7 @@ }, { "content": "With Form", - "objectID": "9cf591f9-f2f3-4fc4-a1ba-0c028de06112", + "objectID": "bb2652e4-2304-4e8d-ab1a-b4f63dfdb9dc", "type": "lvl3", "url": "/docs/components/drawer#with-form", "hierarchy": { @@ -4010,14 +4043,14 @@ }, { "content": "Backdrop", - "objectID": "2f619dd9-7849-44ec-9956-17f913ad2eee", + "objectID": "5c3adf9e-c159-47e0-b539-1050a3c6d146", "type": "lvl3", "url": "/docs/components/drawer#backdrop", "hierarchy": { "lvl1": "Drawer", "lvl2": "With Form", "lvl3": "Backdrop" } }, { "content": "Custom Motion", - "objectID": "686bd00d-45f5-48ee-834f-4476c35676c1", + "objectID": "22da8e8f-d0ea-4a23-8128-1f530ec2087b", "type": "lvl3", "url": "/docs/components/drawer#custom-motion", "hierarchy": { @@ -4028,7 +4061,7 @@ }, { "content": "Custom Styles", - "objectID": "e5abe2b2-dff3-4c86-bb37-94a8b0bfd396", + "objectID": "3b08b4cc-8a79-493f-9113-964dc3a830d1", "type": "lvl3", "url": "/docs/components/drawer#custom-styles", "hierarchy": { @@ -4039,42 +4072,42 @@ }, { "content": "Slots", - "objectID": "2a976c5c-4e59-41ac-8e77-09d192434694", + "objectID": "ef8c7ba8-4fab-40a9-92e6-f0b7e1024074", "type": "lvl2", "url": "/docs/components/drawer#slots", "hierarchy": { "lvl1": "Drawer", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "672af3e4-d1c0-4c36-82ba-f8806f25d2ac", + "objectID": "15966137-1f95-4d3c-8019-e69d56f9d145", "type": "lvl2", "url": "/docs/components/drawer#data-attributes", "hierarchy": { "lvl1": "Drawer", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "e2ab7a7a-c0c1-4e75-a490-024a6cac309a", + "objectID": "ff04f5a9-9ed7-4a64-96cf-c993bb0583eb", "type": "lvl2", "url": "/docs/components/drawer#accessibility", "hierarchy": { "lvl1": "Drawer", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "6d8f1986-f733-42a0-a30d-2dd6d847ca06", + "objectID": "2c9d366a-7c39-49d6-9d90-9bcd733a11ff", "type": "lvl2", "url": "/docs/components/drawer#api", "hierarchy": { "lvl1": "Drawer", "lvl2": "API", "lvl3": null } }, { "content": "Drawer Props", - "objectID": "2f5dbe44-5860-4997-b84d-40c08140f5bf", + "objectID": "888b775e-9211-4845-922a-12b2be2d5ddd", "type": "lvl3", "url": "/docs/components/drawer#drawer-props", "hierarchy": { "lvl1": "Drawer", "lvl2": "API", "lvl3": "Drawer Props" } }, { "content": "Drawer Events", - "objectID": "0b133038-b675-4149-bb5a-32d6c95d6740", + "objectID": "b4a8b90e-dc1f-493b-818b-4a2fec501242", "type": "lvl3", "url": "/docs/components/drawer#drawer-events", "hierarchy": { @@ -4085,7 +4118,7 @@ }, { "content": "Drawer types", - "objectID": "d4312dc3-5a72-4b57-9f68-84324d9e5d93", + "objectID": "e8085318-1b66-408e-901d-2d0e7ea01337", "type": "lvl3", "url": "/docs/components/drawer#drawer-types", "hierarchy": { @@ -4096,42 +4129,42 @@ }, { "content": "Motion Props", - "objectID": "4edcbdd5-bbde-4395-863c-bc293fa6c904", + "objectID": "88acd106-7347-499a-b422-a53f884d8752", "type": "lvl4", "url": "/docs/components/drawer#motion-props", "hierarchy": { "lvl1": "Drawer", "lvl2": "Drawer types", "lvl3": null } }, { "content": "Dropdown", - "objectID": "5727b953-f594-4791-a14d-e1116d24797b", + "objectID": "9ea576d7-a1b8-40d9-84bc-82267fad2115", "type": "lvl1", "url": "/docs/components/dropdown", "hierarchy": { "lvl1": "Dropdown" } }, { "content": "Installation", - "objectID": "74c2b736-1ba1-4905-a0ef-f26b8cdc6619", + "objectID": "cf93cef5-ba75-443e-bffe-dbb8f7cdc853", "type": "lvl2", "url": "/docs/components/dropdown#installation", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "6f5ea99e-feba-4dc5-a017-fe03a129c766", + "objectID": "d0df942e-0657-4a2b-b82c-4d124befbb7d", "type": "lvl2", "url": "/docs/components/dropdown#import", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "fbb754af-240a-48ac-81bc-3939fbffdf15", + "objectID": "4efcdb92-5a57-4ca1-944e-d1e7aa463034", "type": "lvl2", "url": "/docs/components/dropdown#usage", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "7ed5e4e4-4670-40d0-af8d-f1016d9fb924", + "objectID": "d6fda8ef-de2f-403b-ba3c-3c2892d902d5", "type": "lvl3", "url": "/docs/components/dropdown#dynamic-items", "hierarchy": { @@ -4142,7 +4175,7 @@ }, { "content": "Disabled Keys", - "objectID": "5d5701f0-36e0-420e-bb1c-8da6f070be4b", + "objectID": "b1aa4a46-8a26-4d32-9e05-7664cb3c82dd", "type": "lvl3", "url": "/docs/components/dropdown#disabled-keys", "hierarchy": { @@ -4153,7 +4186,7 @@ }, { "content": "Action event", - "objectID": "5426abc2-ec8c-4557-8fb2-2e6ff4976576", + "objectID": "3a6e24e6-fd0d-43c7-827a-aba32107fbe9", "type": "lvl3", "url": "/docs/components/dropdown#action-event", "hierarchy": { @@ -4164,7 +4197,7 @@ }, { "content": "Variants", - "objectID": "8bbdf2ab-7e62-4f2e-b370-5d46fa84ece7", + "objectID": "0cc942b2-0ae0-4ac3-9ea2-ca6c004cc540", "type": "lvl3", "url": "/docs/components/dropdown#variants", "hierarchy": { @@ -4175,7 +4208,7 @@ }, { "content": "Single Selection", - "objectID": "3011e40f-abc2-4d44-b5af-d2b590dae5bd", + "objectID": "40e722c1-5ba1-4656-a77b-dfaa05d312ef", "type": "lvl3", "url": "/docs/components/dropdown#single-selection", "hierarchy": { @@ -4186,7 +4219,7 @@ }, { "content": "Multiple Selection", - "objectID": "eb915375-f88e-4ede-9e65-ad2f0d1877b8", + "objectID": "e67dc821-1b1f-4d09-89d6-d6d9ff13271a", "type": "lvl3", "url": "/docs/components/dropdown#multiple-selection", "hierarchy": { @@ -4197,7 +4230,7 @@ }, { "content": "With Shortcut", - "objectID": "ccd90d91-4cc8-4786-b1b1-443777dfb032", + "objectID": "3cf37e8c-ffe8-48e5-93ef-19ed6f991e5c", "type": "lvl3", "url": "/docs/components/dropdown#with-shortcut", "hierarchy": { @@ -4208,7 +4241,7 @@ }, { "content": "With Icons", - "objectID": "2b340f41-46d1-4978-96ab-d39185b5eb12", + "objectID": "5a75fa78-2c08-4589-8874-c264ec3d56d7", "type": "lvl3", "url": "/docs/components/dropdown#with-icons", "hierarchy": { @@ -4219,7 +4252,7 @@ }, { "content": "With Description", - "objectID": "0a944384-52d0-4266-b210-07d6dd57cf35", + "objectID": "6c782e8a-7044-4e1f-ab88-1b8d9cec1bef", "type": "lvl3", "url": "/docs/components/dropdown#with-description", "hierarchy": { @@ -4230,7 +4263,7 @@ }, { "content": "With Sections", - "objectID": "87f82c48-af5a-4437-97f3-1a1e27d9d5d5", + "objectID": "39ab0312-e70d-4fca-a6f9-e5311b550d26", "type": "lvl3", "url": "/docs/components/dropdown#with-sections", "hierarchy": { @@ -4241,7 +4274,7 @@ }, { "content": "Custom Trigger", - "objectID": "13c13bc5-0e1b-4004-82f1-ac0d0166ee6a", + "objectID": "3514e98c-0634-4158-9721-1395a64dfe65", "type": "lvl3", "url": "/docs/components/dropdown#custom-trigger", "hierarchy": { @@ -4252,7 +4285,7 @@ }, { "content": "Changing the backdrop", - "objectID": "d437f242-1fdd-407b-aac3-36afa31eabc3", + "objectID": "7ff5a8c5-ebf5-4a18-8f70-35fe093e5977", "type": "lvl3", "url": "/docs/components/dropdown#changing-the-backdrop", "hierarchy": { @@ -4263,7 +4296,7 @@ }, { "content": "Routing", - "objectID": "377d6619-423e-470a-85cb-cc830601529e", + "objectID": "e8cc7c83-fee8-46a5-aad2-1bf276b9bad8", "type": "lvl3", "url": "/docs/components/dropdown#routing", "hierarchy": { @@ -4274,21 +4307,21 @@ }, { "content": "Slots", - "objectID": "7e9c5149-3ec9-49e8-a7ec-37bdd2afc83f", + "objectID": "dd50b2f4-261c-4e3f-8546-fab1571d16ce", "type": "lvl2", "url": "/docs/components/dropdown#slots", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Slots", "lvl3": null } }, { "content": "DropdownMenu", - "objectID": "d94e1ffe-a429-4cb9-9ba3-b1e16c70e28c", + "objectID": "8b822392-3743-486c-b0e7-c76ac91a1cc9", "type": "lvl3", "url": "/docs/components/dropdown#dropdownmenu", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Slots", "lvl3": "DropdownMenu" } }, { "content": "DropdownItem", - "objectID": "640951cf-6857-45f1-bb4c-923cfeb9c621", + "objectID": "355410b1-a381-4e49-957b-a1e4560465f3", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem", "hierarchy": { @@ -4299,7 +4332,7 @@ }, { "content": "DropdownSection", - "objectID": "1ed7c6f3-5836-47a8-97e4-3d19b4c7daf6", + "objectID": "ad491747-196f-4df6-a6b9-2d36406bb460", "type": "lvl3", "url": "/docs/components/dropdown#dropdownsection", "hierarchy": { @@ -4310,7 +4343,7 @@ }, { "content": "Customizing the dropdown popover", - "objectID": "4a85c67e-1434-4c1c-aa73-9f5e5dc91d1b", + "objectID": "4c8d6ce4-e20e-437f-a3d8-f95eaef5d0ad", "type": "lvl3", "url": "/docs/components/dropdown#customizing-the-dropdown-popover", "hierarchy": { @@ -4321,7 +4354,7 @@ }, { "content": "Customizing the dropdown items style", - "objectID": "d774f907-1ead-407e-8dd3-b88af5703ddb", + "objectID": "69725969-b8c2-4d00-a128-79b7a9513591", "type": "lvl3", "url": "/docs/components/dropdown#customizing-the-dropdown-items-style", "hierarchy": { @@ -4332,7 +4365,7 @@ }, { "content": "Keyboard Interactions", - "objectID": "bcd56f1f-f738-43f0-9f32-c7853d991f83", + "objectID": "8a8c7d06-66c2-4d18-ad26-4ef06d39c0c9", "type": "lvl3", "url": "/docs/components/dropdown#keyboard-interactions", "hierarchy": { @@ -4343,35 +4376,35 @@ }, { "content": "Data Attributes", - "objectID": "2452cb2e-255f-4e89-a664-72086d41fec5", + "objectID": "bce5cd24-ecd9-4f94-9ac0-50faed786c5d", "type": "lvl2", "url": "/docs/components/dropdown#data-attributes", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "f2b6b612-0bfb-4519-a0eb-9240d5d00c67", + "objectID": "483fd8d7-0a90-4b06-9839-b8cb182a4221", "type": "lvl2", "url": "/docs/components/dropdown#accessibility", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "421cac83-5dea-43a3-a538-2231ca0c1478", + "objectID": "950c6a97-50a3-44b5-86e5-ea02571a18e8", "type": "lvl2", "url": "/docs/components/dropdown#api", "hierarchy": { "lvl1": "Dropdown", "lvl2": "API", "lvl3": null } }, { "content": "Dropdown Props", - "objectID": "3c27b86a-4723-4eb2-90ae-7e72fb45aaca", + "objectID": "42a974c7-7042-4120-bb66-b2a200a62214", "type": "lvl3", "url": "/docs/components/dropdown#dropdown-props", "hierarchy": { "lvl1": "Dropdown", "lvl2": "API", "lvl3": "Dropdown Props" } }, { "content": "Dropdown Events", - "objectID": "9d87b207-8b4c-4ec3-8e33-4d874aa632f2", + "objectID": "e1cc52a0-35bd-4e8d-b3f9-b42ef1f2991d", "type": "lvl3", "url": "/docs/components/dropdown#dropdown-events", "hierarchy": { @@ -4382,7 +4415,7 @@ }, { "content": "DropdownTrigger Props", - "objectID": "a86f0d04-1925-4337-9d6d-f428ce0cb4b9", + "objectID": "b841dc2c-abde-42be-94df-ec0eb718de65", "type": "lvl3", "url": "/docs/components/dropdown#dropdowntrigger-props", "hierarchy": { @@ -4393,7 +4426,7 @@ }, { "content": "DropdownMenu Props", - "objectID": "2daaf0d4-ddc7-417b-ae55-541737634f0c", + "objectID": "caa2b0d1-b84f-4ef7-bd95-b41cd9983e20", "type": "lvl3", "url": "/docs/components/dropdown#dropdownmenu-props", "hierarchy": { @@ -4404,7 +4437,7 @@ }, { "content": "DropdownMenu Events", - "objectID": "45726ebc-fe1b-472b-a62e-e212ed2ee89d", + "objectID": "908b2ffc-9733-4497-b16a-ea0c0731b5f8", "type": "lvl3", "url": "/docs/components/dropdown#dropdownmenu-events", "hierarchy": { @@ -4415,7 +4448,7 @@ }, { "content": "DropdownSection Props", - "objectID": "cf524d43-89fa-4cd8-a1b5-63608a652030", + "objectID": "986160d7-3725-4af2-84c6-1ac6973cd6d1", "type": "lvl3", "url": "/docs/components/dropdown#dropdownsection-props", "hierarchy": { @@ -4426,7 +4459,7 @@ }, { "content": "DropdownItem Props", - "objectID": "2b7e834c-cae0-4184-99f9-96c64e82c5ce", + "objectID": "29c63d02-5ac5-441c-bc16-2633dbcff241", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem-props", "hierarchy": { @@ -4437,7 +4470,7 @@ }, { "content": "DropdownItem Events", - "objectID": "76892e45-130f-4ee7-af2f-dc907e1fd0c8", + "objectID": "ac18eb41-bcad-4a1f-9c09-f1d057919b42", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem-events", "hierarchy": { @@ -4448,7 +4481,7 @@ }, { "content": "Types", - "objectID": "62937a05-0b3b-486b-91fd-4cf5e6363562", + "objectID": "4a2e6f93-b628-43a9-8865-85fe963e3ea3", "type": "lvl3", "url": "/docs/components/dropdown#types", "hierarchy": { @@ -4459,63 +4492,63 @@ }, { "content": "Dropdown Item Selected Icon Props", - "objectID": "96c8d8c2-e72a-469e-801f-6ab978ea8eda", + "objectID": "85356a86-4b1a-4de7-a128-505ae863e028", "type": "lvl4", "url": "/docs/components/dropdown#dropdown-item-selected-icon-props", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Types", "lvl3": null } }, { "content": "Form", - "objectID": "c0347c9b-7154-4197-9965-74cbf4006488", + "objectID": "8e4340d1-bbbd-467a-a35e-640d56855ce0", "type": "lvl1", "url": "/docs/components/form", "hierarchy": { "lvl1": "Form" } }, { "content": "Installation", - "objectID": "7d54cc27-e366-4209-891a-83405eaddb86", + "objectID": "b816637f-8e1f-4284-af96-df09c11ca0b6", "type": "lvl2", "url": "/docs/components/form#installation", "hierarchy": { "lvl1": "Form", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "b5566234-1340-41e0-aecc-3f999d15e65e", + "objectID": "7c12ea64-81e5-4a29-8662-e12ab0a1b732", "type": "lvl2", "url": "/docs/components/form#import", "hierarchy": { "lvl1": "Form", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "25fdcc71-1542-4268-a761-701ac2468106", + "objectID": "ae537b26-2700-418f-9417-0a12ff783685", "type": "lvl2", "url": "/docs/components/form#usage", "hierarchy": { "lvl1": "Form", "lvl2": "Usage", "lvl3": null } }, { "content": "Anatomy", - "objectID": "47764087-f86a-4b1c-94c4-944e521635ce", + "objectID": "15874a3e-1e29-40e5-93f4-095af2e4c546", "type": "lvl2", "url": "/docs/components/form#anatomy", "hierarchy": { "lvl1": "Form", "lvl2": "Anatomy", "lvl3": null } }, { "content": "Events", - "objectID": "2e015d01-c8b0-4403-b475-ff8ef54a801f", + "objectID": "1b667fbb-9202-421d-bc10-c1e2a76ae9ec", "type": "lvl2", "url": "/docs/components/form#events", "hierarchy": { "lvl1": "Form", "lvl2": "Events", "lvl3": null } }, { "content": "Validation", - "objectID": "622e663d-3680-408f-bf08-93168f3198f9", + "objectID": "ef0656bd-137e-4b08-b937-18f3e44e0222", "type": "lvl2", "url": "/docs/components/form#validation", "hierarchy": { "lvl1": "Form", "lvl2": "Validation", "lvl3": null } }, { "content": "Validation Behavior", - "objectID": "1a58977f-6861-4d26-b07b-c5520a34901e", + "objectID": "6fa05b65-135a-45bd-8446-bbae01c9e472", "type": "lvl3", "url": "/docs/components/form#validation-behavior", "hierarchy": { @@ -4526,70 +4559,70 @@ }, { "content": "Accessibility", - "objectID": "21e2614f-ec56-4335-966e-dc998f9a6660", + "objectID": "e8afdf4e-5a34-47fe-8517-9f0043db5942", "type": "lvl2", "url": "/docs/components/form#accessibility", "hierarchy": { "lvl1": "Form", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "7bfa0ce5-fef5-42f4-8f0e-e790655c77fd", + "objectID": "8cf9546b-8e0b-4b7e-877d-18334bdca4c7", "type": "lvl2", "url": "/docs/components/form#api", "hierarchy": { "lvl1": "Form", "lvl2": "API", "lvl3": null } }, { "content": "Form Props", - "objectID": "9d7415e0-9ac3-4603-bdc9-b31138496e60", + "objectID": "d8481197-4444-4473-8fdc-495b00c6470b", "type": "lvl3", "url": "/docs/components/form#form-props", "hierarchy": { "lvl1": "Form", "lvl2": "API", "lvl3": "Form Props" } }, { "content": "Image", - "objectID": "c95afa12-e7ff-4e9c-8225-86e4ae4bc30e", + "objectID": "b3994901-7d8e-4e8e-b695-bda9f6ad60cb", "type": "lvl1", "url": "/docs/components/image", "hierarchy": { "lvl1": "Image" } }, { "content": "Installation", - "objectID": "0f3f56d5-73ef-40f9-a5ec-b57e095468f7", + "objectID": "b723ddbd-fa58-4b0d-a2b2-88730a46e475", "type": "lvl2", "url": "/docs/components/image#installation", "hierarchy": { "lvl1": "Image", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "854b3df2-fd88-4b4e-8aab-3992d19a220e", + "objectID": "42f336d2-35f9-4cef-b1db-ceed4e914bef", "type": "lvl2", "url": "/docs/components/image#import", "hierarchy": { "lvl1": "Image", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "2d61135c-6a69-4cbd-96b0-3e8862f90726", + "objectID": "691cbf86-47a1-4d2a-9b08-98d4c458b4d0", "type": "lvl2", "url": "/docs/components/image#usage", "hierarchy": { "lvl1": "Image", "lvl2": "Usage", "lvl3": null } }, { "content": "Blurred", - "objectID": "a07b342e-d98b-4fd7-9f82-6aa86d565037", + "objectID": "56657416-38de-4d53-8c1b-0eaa103cc7af", "type": "lvl3", "url": "/docs/components/image#blurred", "hierarchy": { "lvl1": "Image", "lvl2": "Usage", "lvl3": "Blurred" } }, { "content": "Zoomed", - "objectID": "5e9b0a2f-3ce0-4422-b558-bef7ea202555", + "objectID": "c1d681e3-f073-4576-894a-319727f14da4", "type": "lvl3", "url": "/docs/components/image#zoomed", "hierarchy": { "lvl1": "Image", "lvl2": "Blurred", "lvl3": "Zoomed" } }, { "content": "Animated Loading", - "objectID": "89a4f36a-377e-4ee8-a5da-d481e9d0d87c", + "objectID": "edb3e32f-a938-4065-b0bc-16f06098023a", "type": "lvl3", "url": "/docs/components/image#animated-loading", "hierarchy": { @@ -4600,7 +4633,7 @@ }, { "content": "Image with fallback", - "objectID": "3d0e52ee-7b41-4276-b8b8-20db9feac59c", + "objectID": "03d04083-dc17-4bb3-b446-a8c3bea63f45", "type": "lvl3", "url": "/docs/components/image#image-with-fallback", "hierarchy": { @@ -4611,7 +4644,7 @@ }, { "content": "With Next.js Image", - "objectID": "b314c529-bbf8-47fc-ad1c-b4e9a26de2e9", + "objectID": "0f4dffd5-ce0c-4179-98f3-a563d19755e8", "type": "lvl3", "url": "/docs/components/image#with-nextjs-image", "hierarchy": { @@ -4622,28 +4655,28 @@ }, { "content": "Slots", - "objectID": "79102398-046e-4a86-ad2d-50cc2b6169cb", + "objectID": "d7cab76a-a194-4b7d-b2ed-553100358f77", "type": "lvl2", "url": "/docs/components/image#slots", "hierarchy": { "lvl1": "Image", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "297b7ef0-c373-48c6-b300-df69da7f34d6", + "objectID": "8f97c096-5387-4381-a251-624598d829dc", "type": "lvl2", "url": "/docs/components/image#api", "hierarchy": { "lvl1": "Image", "lvl2": "API", "lvl3": null } }, { "content": "Image Props", - "objectID": "366006e5-3df6-4351-8027-4950bb1da67d", + "objectID": "f035d58d-70a3-472f-b38b-aededc797b54", "type": "lvl3", "url": "/docs/components/image#image-props", "hierarchy": { "lvl1": "Image", "lvl2": "API", "lvl3": "Image Props" } }, { "content": "Image Events", - "objectID": "6f56d510-93db-462d-8e33-d8a021e926fa", + "objectID": "8026b092-4273-4735-b3cc-cecd0838a90b", "type": "lvl3", "url": "/docs/components/image#image-events", "hierarchy": { @@ -4654,119 +4687,119 @@ }, { "content": "Input OTP", - "objectID": "960006cf-8c4c-40c1-8432-a13dc692fd6e", + "objectID": "3316bb8d-e726-482f-bf21-a56e17e39992", "type": "lvl1", "url": "/docs/components/input-otp", "hierarchy": { "lvl1": "Input OTP" } }, { "content": "Installation", - "objectID": "ccd0d90f-689c-49d3-a652-dfa9bf7c007d", + "objectID": "ccaf6008-3403-4485-bdae-618c87766895", "type": "lvl2", "url": "/docs/components/input-otp#installation", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "cb513ef9-8797-436f-b566-88984e5054d6", + "objectID": "4343907a-9b56-410b-9d94-5a2f7bf9f18e", "type": "lvl2", "url": "/docs/components/input-otp#import", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "a837a127-b0f6-404e-a4ee-da942af57243", + "objectID": "9d53c0a6-a933-4a6c-8f54-713b2b5b93ad", "type": "lvl2", "url": "/docs/components/input-otp#usage", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "321e5077-4c1c-456f-bd2f-41250c1ea948", + "objectID": "9436304e-840b-40f9-93c7-a7f50f35f20d", "type": "lvl2", "url": "/docs/components/input-otp#disabled", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Disabled", "lvl3": null } }, { "content": "Read Only", - "objectID": "67b68263-e9d9-45e1-a794-c200649fc9e4", + "objectID": "2604a99b-d0f4-4583-89cf-a85fe0c992cc", "type": "lvl2", "url": "/docs/components/input-otp#read-only", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Read Only", "lvl3": null } }, { "content": "Required", - "objectID": "98cf7f47-8f53-44b8-8cb5-5d226eda749e", + "objectID": "2be8c86c-f15c-415c-853f-eedc717c7f18", "type": "lvl2", "url": "/docs/components/input-otp#required", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Required", "lvl3": null } }, { "content": "Sizes", - "objectID": "e4bbd2dd-75df-415c-a7bc-bd82df3f1034", + "objectID": "3542f4a9-5728-4ba8-9631-3e1698d7b95c", "type": "lvl2", "url": "/docs/components/input-otp#sizes", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Sizes", "lvl3": null } }, { "content": "Colors", - "objectID": "b1328ff4-1a94-4491-9a68-181f349aee14", + "objectID": "fa2ffcb5-b2c9-409b-8f6d-30b04e029125", "type": "lvl2", "url": "/docs/components/input-otp#colors", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Colors", "lvl3": null } }, { "content": "Variants", - "objectID": "d933c368-2b21-41a9-97a9-ad5f0b665016", + "objectID": "e0617205-2f56-4dde-8f0f-84365d727af9", "type": "lvl2", "url": "/docs/components/input-otp#variants", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Variants", "lvl3": null } }, { "content": "Radius", - "objectID": "b9bcc91c-7129-47ca-8c6b-121c9b772f0a", + "objectID": "04b37568-cedf-4c0e-b1c6-f818ee91ecae", "type": "lvl2", "url": "/docs/components/input-otp#radius", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Radius", "lvl3": null } }, { "content": "Password", - "objectID": "9deb715e-1913-41ea-b971-d7d4edfa249b", + "objectID": "21f745cf-b81f-490c-88b8-476ee62c62df", "type": "lvl2", "url": "/docs/components/input-otp#password", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Password", "lvl3": null } }, { "content": "Description", - "objectID": "855088f0-d435-4556-a513-ed63ac713049", + "objectID": "ee246f72-0a79-4f14-bca2-3f3495488320", "type": "lvl2", "url": "/docs/components/input-otp#description", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Description", "lvl3": null } }, { "content": "Error Message", - "objectID": "df0565ee-0866-4e64-9c0d-b13faf5e7f0a", + "objectID": "5d346438-b94c-46c8-bb22-95ac33de15c7", "type": "lvl2", "url": "/docs/components/input-otp#error-message", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Error Message", "lvl3": null } }, { "content": "Allowed Keys", - "objectID": "4a4c7a7b-4a9f-441d-a3ec-007c049773d2", + "objectID": "ea8b8c21-d806-4aaf-aaa6-fc73a2432c8e", "type": "lvl2", "url": "/docs/components/input-otp#allowed-keys", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Allowed Keys", "lvl3": null } }, { "content": "Controlled", - "objectID": "a66d0d5f-6e8f-4ec7-9a98-4a2d475f1751", + "objectID": "0380eed4-50f8-446e-a99b-74e3c1f4c0b1", "type": "lvl2", "url": "/docs/components/input-otp#controlled", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Controlled", "lvl3": null } }, { "content": "React Hook Form", - "objectID": "335fe0c6-5770-4ab1-bd78-2f39eb2ae442", + "objectID": "63a03477-01e6-406e-83df-c1416d580ee5", "type": "lvl2", "url": "/docs/components/input-otp#react-hook-form", "hierarchy": { @@ -4777,7 +4810,7 @@ }, { "content": "Different Lengths & Validation", - "objectID": "120d5b8f-1013-44de-93ba-581da4ccfa5a", + "objectID": "0b70d65d-d361-43bd-912e-f3e509bbe993", "type": "lvl2", "url": "/docs/components/input-otp#different-lengths--validation", "hierarchy": { @@ -4788,21 +4821,21 @@ }, { "content": "Custom Styles", - "objectID": "272176c0-a656-4079-96dd-658fe067bbdd", + "objectID": "93c4e20b-f9e0-4cd9-84bb-a9e288ff282d", "type": "lvl2", "url": "/docs/components/input-otp#custom-styles", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Custom Styles", "lvl3": null } }, { "content": "Slots", - "objectID": "7985d2c8-2dc7-41ff-8da2-19015a92d8cd", + "objectID": "c4226da1-3459-4332-95cc-e4c032632764", "type": "lvl2", "url": "/docs/components/input-otp#slots", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "b31b7632-6246-43c0-bd66-e773ba24a9f1", + "objectID": "6d335579-aa93-4e65-ba99-28a9e48cce2f", "type": "lvl2", "url": "/docs/components/input-otp#data-attributes", "hierarchy": { @@ -4813,21 +4846,21 @@ }, { "content": "Accessibility", - "objectID": "2d4753cb-986d-49bf-8eea-d0135ef47e05", + "objectID": "bab4c895-6fb9-4f8c-911f-504a8b3f2755", "type": "lvl2", "url": "/docs/components/input-otp#accessibility", "hierarchy": { "lvl1": "Input OTP", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "71154592-9701-4583-bd1c-9709cfd559de", + "objectID": "0d8d8ac5-cfda-48d9-84db-6730113a4c8f", "type": "lvl2", "url": "/docs/components/input-otp#api", "hierarchy": { "lvl1": "Input OTP", "lvl2": "API", "lvl3": null } }, { "content": "InputOtp Props", - "objectID": "470a7183-e499-4c7f-87c8-e96662f75cdb", + "objectID": "6b5a7b83-a42a-4917-82fc-b658b420d9b7", "type": "lvl3", "url": "/docs/components/input-otp#inputotp-props", "hierarchy": { @@ -4838,7 +4871,7 @@ }, { "content": "InputOtp Events", - "objectID": "64c27e95-004f-4bf2-afb4-d081483fd922", + "objectID": "7e4c9c27-71c6-4080-9468-dd3fcd61d6cf", "type": "lvl3", "url": "/docs/components/input-otp#inputotp-events", "hierarchy": { @@ -4849,84 +4882,84 @@ }, { "content": "Input", - "objectID": "4c092f63-51ce-429d-9d7e-5c82096882ce", + "objectID": "93a431a0-8782-4d6b-9d07-c5ced00fb8e0", "type": "lvl1", "url": "/docs/components/input", "hierarchy": { "lvl1": "Input" } }, { "content": "Installation", - "objectID": "1553aaa8-e75c-4527-8aa5-86b4b4ea3a5b", + "objectID": "05bb4ca1-af00-4515-a6f6-81a541c17d02", "type": "lvl2", "url": "/docs/components/input#installation", "hierarchy": { "lvl1": "Input", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "7ac03b3a-47b9-4977-8c38-dcc25a088570", + "objectID": "c123e4bb-82a1-47fb-b8b3-35dd284c5c02", "type": "lvl2", "url": "/docs/components/input#import", "hierarchy": { "lvl1": "Input", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "8503c57a-d861-414a-ab1b-606737e16535", + "objectID": "ea436ca4-fdce-493c-925a-437a0e77672f", "type": "lvl2", "url": "/docs/components/input#usage", "hierarchy": { "lvl1": "Input", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "e11ca8a3-52be-4139-9f19-7bbbc6ed77aa", + "objectID": "08a5378e-759e-4023-9f8c-ebe243f46ec7", "type": "lvl3", "url": "/docs/components/input#disabled", "hierarchy": { "lvl1": "Input", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Read Only", - "objectID": "4890f963-3a51-4e7d-a156-7f135da5209e", + "objectID": "161807a1-21ff-4836-8b0a-e9af0618b5de", "type": "lvl3", "url": "/docs/components/input#read-only", "hierarchy": { "lvl1": "Input", "lvl2": "Disabled", "lvl3": "Read Only" } }, { "content": "Required", - "objectID": "47b32419-d5dd-43ed-85e6-7118eb26fefd", + "objectID": "a524a9a2-39cb-41b0-ab77-c94a28868efe", "type": "lvl3", "url": "/docs/components/input#required", "hierarchy": { "lvl1": "Input", "lvl2": "Read Only", "lvl3": "Required" } }, { "content": "Sizes", - "objectID": "cadd2830-f950-4f36-87e5-059984328279", + "objectID": "591a487d-bd8e-49b4-a4ed-1ac02c88951a", "type": "lvl3", "url": "/docs/components/input#sizes", "hierarchy": { "lvl1": "Input", "lvl2": "Required", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "961d1fe2-6bf9-4a1d-8cbe-7ec765ffd91c", + "objectID": "b93cfb4c-164b-44ad-996a-44f64cf8b66c", "type": "lvl3", "url": "/docs/components/input#colors", "hierarchy": { "lvl1": "Input", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "eac597d4-bf5c-4d27-9b39-7d881002d1ae", + "objectID": "935bcb11-40e3-400b-a5ca-c7adb7fba30a", "type": "lvl3", "url": "/docs/components/input#variants", "hierarchy": { "lvl1": "Input", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Radius", - "objectID": "fae37ac5-c2df-4fee-9fd6-3842fbe3a7f5", + "objectID": "0c03e0b9-1aa4-45f4-ad84-95af11f987c4", "type": "lvl3", "url": "/docs/components/input#radius", "hierarchy": { "lvl1": "Input", "lvl2": "Variants", "lvl3": "Radius" } }, { "content": "Label Placements", - "objectID": "67cd15fc-f528-430f-ab2d-d2dc807c1c55", + "objectID": "285798a8-44ad-4d2b-97f3-025fc8cc8123", "type": "lvl3", "url": "/docs/components/input#label-placements", "hierarchy": { @@ -4937,7 +4970,7 @@ }, { "content": "Password Input", - "objectID": "eb796b7b-fc4b-454f-a210-4819fa6ed26e", + "objectID": "582bfd94-4b80-447f-b86a-58f0be1ebd12", "type": "lvl3", "url": "/docs/components/input#password-input", "hierarchy": { @@ -4948,7 +4981,7 @@ }, { "content": "Clear Button", - "objectID": "16f4bf31-d0a0-4264-a1f7-c614eb8c00f8", + "objectID": "9069ef9b-02c1-4d6d-bf52-e32a0d30471c", "type": "lvl3", "url": "/docs/components/input#clear-button", "hierarchy": { @@ -4959,7 +4992,7 @@ }, { "content": "Start & End Content", - "objectID": "ad1396d5-e508-46f8-a092-feea81b7a94b", + "objectID": "03597c37-f43d-4822-a571-cb59a8c29f18", "type": "lvl3", "url": "/docs/components/input#start--end-content", "hierarchy": { @@ -4970,7 +5003,7 @@ }, { "content": "With Description", - "objectID": "aeb5b672-9ebb-4469-9e9e-c28232ea7601", + "objectID": "159b4b5e-13c7-4f13-9c4a-983ad35e1bca", "type": "lvl3", "url": "/docs/components/input#with-description", "hierarchy": { @@ -4981,7 +5014,7 @@ }, { "content": "With Error Message", - "objectID": "53eb02cc-4405-4dac-9335-ffeb5c17ae28", + "objectID": "82c66d76-43b7-4cee-ac73-4a17c1762229", "type": "lvl3", "url": "/docs/components/input#with-error-message", "hierarchy": { @@ -4992,7 +5025,7 @@ }, { "content": "Controlled", - "objectID": "8bef244b-4424-4ddb-8a38-7e5b4f8b5d91", + "objectID": "cf16ee24-2037-4f04-999e-e7402a36536c", "type": "lvl3", "url": "/docs/components/input#controlled", "hierarchy": { @@ -5003,21 +5036,21 @@ }, { "content": "With Form", - "objectID": "e0116e89-3028-43de-9825-f0d54373eba1", + "objectID": "450ba4ac-1374-4b19-aaed-ac9b60019ade", "type": "lvl3", "url": "/docs/components/input#with-form", "hierarchy": { "lvl1": "Input", "lvl2": "Controlled", "lvl3": "With Form" } }, { "content": "Built-in Validation", - "objectID": "3a0c05d8-f327-4d08-95a7-9cdc8db559be", + "objectID": "b38fee98-3697-479c-be7e-01af399edfe8", "type": "lvl4", "url": "/docs/components/input#built-in-validation", "hierarchy": { "lvl1": "Input", "lvl2": "With Form", "lvl3": null } }, { "content": "Custom Validation", - "objectID": "56a2fd98-284a-4d70-aee8-7dbb7c01676e", + "objectID": "268e682b-b514-4394-8753-b561eb061171", "type": "lvl4", "url": "/docs/components/input#custom-validation", "hierarchy": { @@ -5028,14 +5061,14 @@ }, { "content": "Realtime Validation", - "objectID": "072dcb62-437b-464e-8a01-312961a49a0a", + "objectID": "cb862774-e386-428d-a425-09bdc7416ffd", "type": "lvl4", "url": "/docs/components/input#realtime-validation", "hierarchy": { "lvl1": "Input", "lvl2": "Custom Validation", "lvl3": null } }, { "content": "Server Validation", - "objectID": "b18f5d6e-9587-4e1c-8dab-2fac7283b620", + "objectID": "82d65c1e-b206-43eb-aa0a-35e9dceabbf8", "type": "lvl4", "url": "/docs/components/input#server-validation", "hierarchy": { @@ -5046,21 +5079,21 @@ }, { "content": "Slots", - "objectID": "da2e6643-032a-43b1-840c-3be7217bf7ae", + "objectID": "78f41fb9-2a07-41b2-9986-6e09f54c280b", "type": "lvl2", "url": "/docs/components/input#slots", "hierarchy": { "lvl1": "Input", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "2c14469d-107a-4a10-8dd2-588ccdd4d499", + "objectID": "1a031f50-178d-4f19-8854-b02f10c854ff", "type": "lvl3", "url": "/docs/components/input#custom-styles", "hierarchy": { "lvl1": "Input", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "6402b67e-f474-4b5b-9667-07a054b25f8f", + "objectID": "8313234f-a285-43f3-b75a-b700f847b843", "type": "lvl3", "url": "/docs/components/input#custom-implementation", "hierarchy": { @@ -5071,35 +5104,35 @@ }, { "content": "Data Attributes", - "objectID": "cc9f090c-cb43-4e54-9276-d4f1daea026b", + "objectID": "aaecba09-717a-4fde-a0c8-0538be065d4a", "type": "lvl2", "url": "/docs/components/input#data-attributes", "hierarchy": { "lvl1": "Input", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "911e9d77-bdfc-42e8-86df-5353d6645ed7", + "objectID": "5daef1a2-1aa3-4c2a-9594-9f6ba38f62a7", "type": "lvl2", "url": "/docs/components/input#accessibility", "hierarchy": { "lvl1": "Input", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "b96662e7-45e4-4411-8a75-81f660f3c475", + "objectID": "98cddefb-5115-4236-9e5e-bc6f8fb4f921", "type": "lvl2", "url": "/docs/components/input#api", "hierarchy": { "lvl1": "Input", "lvl2": "API", "lvl3": null } }, { "content": "Input Props", - "objectID": "94eb8b83-0133-4f39-83fd-0c2e14b973ab", + "objectID": "b6828b2e-be03-4875-a5c8-72f6d0f6dfc9", "type": "lvl3", "url": "/docs/components/input#input-props", "hierarchy": { "lvl1": "Input", "lvl2": "API", "lvl3": "Input Props" } }, { "content": "Input Events", - "objectID": "bdab356a-ffe6-47d1-9d6d-bd4d7c480dd8", + "objectID": "5fb00492-d325-4c7d-bc9a-31f405270fb3", "type": "lvl3", "url": "/docs/components/input#input-events", "hierarchy": { @@ -5110,14 +5143,14 @@ }, { "content": "Keyboard Key", - "objectID": "ddc68f01-60ee-4efd-a157-a6f09357ef70", + "objectID": "c9ade346-4158-4364-a462-bfde4bf439e2", "type": "lvl1", "url": "/docs/components/kbd", "hierarchy": { "lvl1": "Keyboard Key" } }, { "content": "Installation", - "objectID": "cc6d1085-96d6-49f8-87e6-b55a6507f1c8", + "objectID": "e532d759-a5b7-452a-acbd-814bfb70f70a", "type": "lvl2", "url": "/docs/components/kbd#installation", "hierarchy": { @@ -5128,35 +5161,35 @@ }, { "content": "Import", - "objectID": "55ddb7cb-c4b6-42a7-92af-137bb9a891ba", + "objectID": "7c7d8627-cf72-4a97-afb6-7f2fadcb28ad", "type": "lvl2", "url": "/docs/components/kbd#import", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "9b007499-5cfe-464e-be63-1a3de2f27a21", + "objectID": "7c370cc4-6514-4fca-9adc-06b0e5b99ce9", "type": "lvl2", "url": "/docs/components/kbd#usage", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Usage", "lvl3": null } }, { "content": "Keys", - "objectID": "17cb8d0e-f1d7-4eaa-84e4-2f2f35d8f538", + "objectID": "f6278406-bc8c-42ce-ae4e-aaeb4112216b", "type": "lvl3", "url": "/docs/components/kbd#keys", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Usage", "lvl3": "Keys" } }, { "content": "Slots", - "objectID": "f646dd5a-a55a-43c9-a2af-a66d4f3c9525", + "objectID": "707e303a-35ae-4634-9dfd-7ba46f25846c", "type": "lvl2", "url": "/docs/components/kbd#slots", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Slots", "lvl3": null } }, { "content": "Accessibility", - "objectID": "d36d2efe-dd7a-4242-977e-f6c75048b517", + "objectID": "98cfb8a4-0006-4800-a47d-4c92fe6e7951", "type": "lvl2", "url": "/docs/components/kbd#accessibility", "hierarchy": { @@ -5167,14 +5200,14 @@ }, { "content": "API", - "objectID": "0d3135a0-fd4b-4f8e-b030-4f681d294c70", + "objectID": "3f3fd4c8-f400-4310-882f-7dead5832d0e", "type": "lvl2", "url": "/docs/components/kbd#api", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "API", "lvl3": null } }, { "content": "Keyboard Key Props", - "objectID": "4af95d23-3679-45d7-82c1-5c68ce25486f", + "objectID": "28aeab96-20c5-4b5c-804e-c1dee9823548", "type": "lvl3", "url": "/docs/components/kbd#keyboard-key-props", "hierarchy": { @@ -5185,7 +5218,7 @@ }, { "content": "Keyboard Keys", - "objectID": "12da4f7c-2ca5-4ce5-811b-0538153e4076", + "objectID": "d6610002-8654-4af3-afe5-9748ac8008f9", "type": "lvl3", "url": "/docs/components/kbd#keyboard-keys", "hierarchy": { @@ -5196,70 +5229,70 @@ }, { "content": "Link", - "objectID": "8f609bce-7e70-40d9-ace2-8bfaf41bb2e0", + "objectID": "d9330733-8e35-4df5-a0f8-2bfbb0475306", "type": "lvl1", "url": "/docs/components/link", "hierarchy": { "lvl1": "Link" } }, { "content": "Installation", - "objectID": "1d38935d-0202-4b2d-9b5a-396527075948", + "objectID": "03030b51-6726-4623-8678-a9bfc08b1c6e", "type": "lvl2", "url": "/docs/components/link#installation", "hierarchy": { "lvl1": "Link", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "616a7e21-e72c-4458-8972-d7249a40c05f", + "objectID": "2d0d7e02-391d-429c-b1e4-064a9247729f", "type": "lvl2", "url": "/docs/components/link#import", "hierarchy": { "lvl1": "Link", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "d0cd39a6-c925-4a2e-b1ff-457c76eab104", + "objectID": "5e5b4106-28f3-42b4-94a9-644c364d453f", "type": "lvl2", "url": "/docs/components/link#usage", "hierarchy": { "lvl1": "Link", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "a2ab7d70-295a-4f00-bf24-2e9fc3482aee", + "objectID": "60f4b8ce-c212-4e80-8a51-edc6a1b1224b", "type": "lvl3", "url": "/docs/components/link#disabled", "hierarchy": { "lvl1": "Link", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "6f85b636-d1d8-40d4-8cc7-f3344c0d1078", + "objectID": "9ec96f56-24f1-4858-b34b-1c02bf1fbd74", "type": "lvl3", "url": "/docs/components/link#sizes", "hierarchy": { "lvl1": "Link", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "562098d9-8994-49c0-b612-86268f0aeacb", + "objectID": "96ca7231-3471-4ff1-8419-4c3298f375bb", "type": "lvl3", "url": "/docs/components/link#colors", "hierarchy": { "lvl1": "Link", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Underline", - "objectID": "791569f0-5df4-4ddb-acf8-363409dd7c44", + "objectID": "a853d4a8-3936-4d1f-a399-cd0dbfc20966", "type": "lvl3", "url": "/docs/components/link#underline", "hierarchy": { "lvl1": "Link", "lvl2": "Colors", "lvl3": "Underline" } }, { "content": "External", - "objectID": "e4ff3ffa-c693-42bd-b6ac-ca57ece76fe0", + "objectID": "9499a152-e2db-4fd6-9411-dba99c2cf668", "type": "lvl3", "url": "/docs/components/link#external", "hierarchy": { "lvl1": "Link", "lvl2": "Underline", "lvl3": "External" } }, { "content": "Custom Anchor Icon", - "objectID": "f038dfe7-d3a7-454f-bf22-d7d180704ceb", + "objectID": "e7d00925-e1e3-4d6a-8bbf-5f4fd5091fb1", "type": "lvl3", "url": "/docs/components/link#custom-anchor-icon", "hierarchy": { @@ -5270,7 +5303,7 @@ }, { "content": "Block Link", - "objectID": "4df6bac4-8cb9-44be-b2ea-9e953af95a8f", + "objectID": "3091adad-8360-4c33-9a1a-ef154b94a139", "type": "lvl3", "url": "/docs/components/link#block-link", "hierarchy": { @@ -5281,7 +5314,7 @@ }, { "content": "Polymorphic Component", - "objectID": "da3cb5b7-a01b-4e1b-8ec0-ec7ac50547a2", + "objectID": "59a9c953-c998-4e0d-a374-2133448c37d6", "type": "lvl3", "url": "/docs/components/link#polymorphic-component", "hierarchy": { @@ -5292,7 +5325,7 @@ }, { "content": "Routing", - "objectID": "fdf3c1bf-e8d8-494d-98b7-de2147c617be", + "objectID": "534bf141-e39b-4d94-b5cd-f79ebaa582b0", "type": "lvl3", "url": "/docs/components/link#routing", "hierarchy": { @@ -5303,7 +5336,7 @@ }, { "content": "Custom Implementation", - "objectID": "89f9ef6e-c87b-404a-a9fe-70d9b22b551e", + "objectID": "40135076-62b2-45bf-af5c-37db89d16053", "type": "lvl3", "url": "/docs/components/link#custom-implementation", "hierarchy": { @@ -5314,77 +5347,77 @@ }, { "content": "Data Attributes", - "objectID": "9ff6c24c-0cb2-4a40-a89b-3299e2fd1241", + "objectID": "5aaba936-cc11-4656-b21d-a5ccbb71240e", "type": "lvl2", "url": "/docs/components/link#data-attributes", "hierarchy": { "lvl1": "Link", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "d0979de1-3b75-415f-ace2-5aa0abc60b60", + "objectID": "1aaa7896-7ed4-4fba-8145-3daa9a6e20d1", "type": "lvl2", "url": "/docs/components/link#accessibility", "hierarchy": { "lvl1": "Link", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "aca6e941-f698-4c3a-9f09-a03d2196f828", + "objectID": "48a06f6f-3a1f-4bc0-bf73-bc694ab32532", "type": "lvl2", "url": "/docs/components/link#api", "hierarchy": { "lvl1": "Link", "lvl2": "API", "lvl3": null } }, { "content": "Link Props", - "objectID": "e6e30b7d-3452-400e-badb-30a74f826c5a", + "objectID": "bf0e8364-e964-43ce-ba18-5876250a31e4", "type": "lvl3", "url": "/docs/components/link#link-props", "hierarchy": { "lvl1": "Link", "lvl2": "API", "lvl3": "Link Props" } }, { "content": "Link Events", - "objectID": "5f485b5d-565d-4a2c-91b1-a41f83e79d82", + "objectID": "5f65a2d0-a0be-499f-b9a7-26f3c2a36130", "type": "lvl3", "url": "/docs/components/link#link-events", "hierarchy": { "lvl1": "Link", "lvl2": "Link Props", "lvl3": "Link Events" } }, { "content": "Listbox", - "objectID": "3db0d70e-b3fd-4533-817b-ef8c02d1b4d0", + "objectID": "ae59761e-6e98-406e-b620-329ffea3244b", "type": "lvl1", "url": "/docs/components/listbox", "hierarchy": { "lvl1": "Listbox" } }, { "content": "Installation", - "objectID": "e27469f5-2752-4ee0-a8ee-6ebeddc3e1ca", + "objectID": "aecd3c0e-c88e-4acc-8662-f4b830e8f55f", "type": "lvl2", "url": "/docs/components/listbox#installation", "hierarchy": { "lvl1": "Listbox", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "94be6cfc-7acf-4dfa-96bf-c5dd99081465", + "objectID": "f41bd9a0-e960-4fca-b0dd-be9635f02e0e", "type": "lvl2", "url": "/docs/components/listbox#import", "hierarchy": { "lvl1": "Listbox", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "22c18ccd-17f6-4c9c-a4fb-2d2e51512a2c", + "objectID": "60289c50-a5ca-47b1-a6ea-95ee793e733c", "type": "lvl2", "url": "/docs/components/listbox#usage", "hierarchy": { "lvl1": "Listbox", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "3684b01b-6e3b-486e-b911-6cfdf01e6b63", + "objectID": "936e6b40-0d84-428f-b406-453683b4cac3", "type": "lvl3", "url": "/docs/components/listbox#dynamic-items", "hierarchy": { "lvl1": "Listbox", "lvl2": "Usage", "lvl3": "Dynamic items" } }, { "content": "Disabled Keys", - "objectID": "8e7d6381-9f37-4132-ba06-9653835cb461", + "objectID": "8e38cd69-e9b2-4b2d-b5aa-8cd8f15fb674", "type": "lvl3", "url": "/docs/components/listbox#disabled-keys", "hierarchy": { @@ -5395,7 +5428,7 @@ }, { "content": "Variants", - "objectID": "3fccbf06-ccf3-44b3-9bb2-a080654c5659", + "objectID": "75a23ef3-c78f-43c2-9409-71bad70e7fca", "type": "lvl3", "url": "/docs/components/listbox#variants", "hierarchy": { @@ -5406,7 +5439,7 @@ }, { "content": "Single Selection", - "objectID": "8e2eda11-ed37-4d96-9843-207c16df3f5e", + "objectID": "b88ba735-8f80-41d1-b262-141e37888a03", "type": "lvl3", "url": "/docs/components/listbox#single-selection", "hierarchy": { @@ -5417,7 +5450,7 @@ }, { "content": "Multiple Selection", - "objectID": "52e7aa1b-59a1-4646-b839-ae32b9c56a4d", + "objectID": "efa618d2-4ab3-4f3d-8708-280d6843f27e", "type": "lvl3", "url": "/docs/components/listbox#multiple-selection", "hierarchy": { @@ -5428,7 +5461,7 @@ }, { "content": "With Icons", - "objectID": "4d6abe2b-ed85-4dbc-ada2-81a4bfff131e", + "objectID": "fb404ae7-ea46-4720-bd22-8119163a41af", "type": "lvl3", "url": "/docs/components/listbox#with-icons", "hierarchy": { @@ -5439,7 +5472,7 @@ }, { "content": "With Description", - "objectID": "7dedaa73-7219-471f-bcc3-6ca3e7cdcbf0", + "objectID": "10665a8a-1777-4fd7-874f-7b0ed95dab3a", "type": "lvl3", "url": "/docs/components/listbox#with-description", "hierarchy": { @@ -5450,7 +5483,7 @@ }, { "content": "With Top & Bottom Content", - "objectID": "4b115e66-da7a-48c0-86b8-99ee4cb4878c", + "objectID": "2697f152-07c2-4587-8214-bbf4d5639abe", "type": "lvl3", "url": "/docs/components/listbox#with-top--bottom-content", "hierarchy": { @@ -5461,7 +5494,7 @@ }, { "content": "With Sections", - "objectID": "3b72d413-a965-4685-99f7-25030165635d", + "objectID": "d59805f0-1f1e-4836-9e23-acf17720fca5", "type": "lvl3", "url": "/docs/components/listbox#with-sections", "hierarchy": { @@ -5472,7 +5505,7 @@ }, { "content": "Routing", - "objectID": "6e6d5de6-7789-41ec-8238-52cf2163974b", + "objectID": "cb459c37-0fa0-492a-96c0-b3d274232e6d", "type": "lvl3", "url": "/docs/components/listbox#routing", "hierarchy": { @@ -5483,7 +5516,7 @@ }, { "content": "Virtualization", - "objectID": "37d64583-f7ea-4802-8837-fffecd9e751c", + "objectID": "795f95c9-c70f-4435-90b6-58ed6cb055ea", "type": "lvl3", "url": "/docs/components/listbox#virtualization", "hierarchy": { @@ -5494,28 +5527,28 @@ }, { "content": "Ten Thousand Items", - "objectID": "aed32ca7-d9b2-48df-b213-2057d4188d7f", + "objectID": "1f876d5f-97f1-4eff-adb3-521b2171e283", "type": "lvl4", "url": "/docs/components/listbox#ten-thousand-items", "hierarchy": { "lvl1": "Listbox", "lvl2": "Virtualization", "lvl3": null } }, { "content": "Slots", - "objectID": "a9d17211-4bf1-4c30-97b8-3cc0e02edd75", + "objectID": "b502fbe1-a5ac-41f8-86d2-a2df14c47b7a", "type": "lvl2", "url": "/docs/components/listbox#slots", "hierarchy": { "lvl1": "Listbox", "lvl2": "Slots", "lvl3": null } }, { "content": "ListboxItem", - "objectID": "e58668a7-7c9c-4954-aab2-e17512db0dc3", + "objectID": "891beba1-ce4c-495b-9e70-7a39dcb00db8", "type": "lvl3", "url": "/docs/components/listbox#listboxitem", "hierarchy": { "lvl1": "Listbox", "lvl2": "Listbox", "lvl3": "ListboxItem" } }, { "content": "ListboxSection", - "objectID": "a8f794c9-c857-4df2-926f-14f2acd061c3", + "objectID": "d0cbe840-b1ad-44fb-a079-8ce8cfa581ef", "type": "lvl3", "url": "/docs/components/listbox#listboxsection", "hierarchy": { @@ -5526,7 +5559,7 @@ }, { "content": "Customizing the listbox", - "objectID": "925b4898-127f-4776-945c-c40ea65fd206", + "objectID": "1374e554-827c-4d51-9f24-10abc76f964e", "type": "lvl3", "url": "/docs/components/listbox#customizing-the-listbox", "hierarchy": { @@ -5537,7 +5570,7 @@ }, { "content": "Keyboard Interactions", - "objectID": "edb611fa-6e2d-4996-b7e3-e9042ab707f2", + "objectID": "844d3c8a-ef9d-473e-bd7f-918ab3fd76e8", "type": "lvl3", "url": "/docs/components/listbox#keyboard-interactions", "hierarchy": { @@ -5548,35 +5581,35 @@ }, { "content": "Data Attributes", - "objectID": "5a6e7596-8c1c-4a84-a940-2f33e14faf4c", + "objectID": "6e7095e4-fcea-459f-9eae-606a64407c3d", "type": "lvl2", "url": "/docs/components/listbox#data-attributes", "hierarchy": { "lvl1": "Listbox", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "c4d30dec-56f1-43ae-84dd-40ac3a12b7b0", + "objectID": "f84976be-9551-4932-8e01-f1689ad721d4", "type": "lvl2", "url": "/docs/components/listbox#accessibility", "hierarchy": { "lvl1": "Listbox", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "e3444e39-2df7-4bfc-883a-f42bc362785e", + "objectID": "52ed61b6-f080-4672-a800-d9b36a66d75c", "type": "lvl2", "url": "/docs/components/listbox#api", "hierarchy": { "lvl1": "Listbox", "lvl2": "API", "lvl3": null } }, { "content": "Listbox Props", - "objectID": "e05c8bb7-a517-4f91-a843-89f295a2a84a", + "objectID": "eedfa3d6-4ab0-4721-9dc8-ac71e662479e", "type": "lvl3", "url": "/docs/components/listbox#listbox-props", "hierarchy": { "lvl1": "Listbox", "lvl2": "API", "lvl3": "Listbox Props" } }, { "content": "Listbox Events", - "objectID": "9897a511-79c0-4585-ac4f-73b764b3c7c1", + "objectID": "d24351cc-9f77-4042-9715-754c003f5591", "type": "lvl3", "url": "/docs/components/listbox#listbox-events", "hierarchy": { @@ -5587,7 +5620,7 @@ }, { "content": "ListboxSection Props", - "objectID": "1625c43d-18b3-4840-bc17-7bdec8d176f0", + "objectID": "81d0eb27-f088-4e68-a235-2f3da2d2f21a", "type": "lvl3", "url": "/docs/components/listbox#listboxsection-props", "hierarchy": { @@ -5598,7 +5631,7 @@ }, { "content": "ListboxItem Props", - "objectID": "5d30a919-ebc6-4cc3-b899-6d0c07f1d280", + "objectID": "f029b6c1-051a-4a8e-ac70-8fff5b95d148", "type": "lvl3", "url": "/docs/components/listbox#listboxitem-props", "hierarchy": { @@ -5609,7 +5642,7 @@ }, { "content": "ListboxItem Events", - "objectID": "2db85aae-2911-4068-8a77-91e9e2da4d4a", + "objectID": "fabe03f0-ef94-47f4-8e86-49c7f0e0ae9d", "type": "lvl3", "url": "/docs/components/listbox#listboxitem-events", "hierarchy": { @@ -5620,7 +5653,7 @@ }, { "content": "Types", - "objectID": "e5b7e1a4-5d5e-4d83-865c-f6f70ffc6953", + "objectID": "d29712a9-c0f5-47f2-a09b-feb8949610b8", "type": "lvl3", "url": "/docs/components/listbox#types", "hierarchy": { @@ -5631,56 +5664,56 @@ }, { "content": "Listbox Item Selected Icon Props", - "objectID": "0a9d5928-8723-4ece-98e0-8267be7d2fa8", + "objectID": "cfbf1451-c983-4e12-862f-235e79bed9f2", "type": "lvl4", "url": "/docs/components/listbox#listbox-item-selected-icon-props", "hierarchy": { "lvl1": "Listbox", "lvl2": "Types", "lvl3": null } }, { "content": "Modal", - "objectID": "59531728-3e6e-4aed-ba6b-b1688ccdbc43", + "objectID": "5971374b-7828-419a-a338-68d0853cf2a6", "type": "lvl1", "url": "/docs/components/modal", "hierarchy": { "lvl1": "Modal" } }, { "content": "Installation", - "objectID": "daf2da3e-ee10-4557-8adf-0f3d13b3a50e", + "objectID": "d44f07e9-df9a-4d61-8f20-bb504c2293e7", "type": "lvl2", "url": "/docs/components/modal#installation", "hierarchy": { "lvl1": "Modal", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "2f2df9ea-3618-4e73-8938-569d5416a966", + "objectID": "931b0c54-b428-4990-9a63-3688b09a78c5", "type": "lvl2", "url": "/docs/components/modal#import", "hierarchy": { "lvl1": "Modal", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "431b6b3e-a6f0-4519-927e-6d72930553b1", + "objectID": "6fa7b4ff-723d-48c2-ba07-c837b877736d", "type": "lvl2", "url": "/docs/components/modal#usage", "hierarchy": { "lvl1": "Modal", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "14b66715-30e6-4258-9746-79367d5d89a2", + "objectID": "0154225d-07e7-4c3b-a8a5-8f2b985960c2", "type": "lvl3", "url": "/docs/components/modal#sizes", "hierarchy": { "lvl1": "Modal", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Non-dismissible", - "objectID": "b7091bd3-1df8-4a7c-a169-e6651ef6d26b", + "objectID": "96264769-53d1-419a-9347-17c6e0ec8cc4", "type": "lvl3", "url": "/docs/components/modal#non-dismissible", "hierarchy": { "lvl1": "Modal", "lvl2": "Sizes", "lvl3": "Non-dismissible" } }, { "content": "Modal placement", - "objectID": "b9cdb2d5-a231-40d5-ab2f-9f6b2a82e76a", + "objectID": "2cd050b9-f6d0-4872-950f-139c5423cca3", "type": "lvl3", "url": "/docs/components/modal#modal-placement", "hierarchy": { @@ -5691,7 +5724,7 @@ }, { "content": "Overflow scroll", - "objectID": "fd77ead4-44be-4cfe-bbae-3f8ba6c03102", + "objectID": "b6a50c5e-8d47-4b46-a851-d7032edb9d70", "type": "lvl3", "url": "/docs/components/modal#overflow-scroll", "hierarchy": { @@ -5702,7 +5735,7 @@ }, { "content": "With Form", - "objectID": "1e91c106-a2e6-4570-af51-9a1e77f67afe", + "objectID": "f6ff384f-34d5-4b18-91a2-3c7ef776a7b0", "type": "lvl3", "url": "/docs/components/modal#with-form", "hierarchy": { @@ -5713,14 +5746,14 @@ }, { "content": "Backdrop", - "objectID": "2c48ee44-f8d5-499c-a92c-d5ded6ddb90c", + "objectID": "820024d0-d145-4c5e-bb71-e9cca6dd9a45", "type": "lvl3", "url": "/docs/components/modal#backdrop", "hierarchy": { "lvl1": "Modal", "lvl2": "With Form", "lvl3": "Backdrop" } }, { "content": "Custom Backdrop", - "objectID": "ebcfe113-256f-4a37-81eb-89f26f1d07a1", + "objectID": "4e35fafe-435e-4cf4-8dbc-82ef9e8b4474", "type": "lvl3", "url": "/docs/components/modal#custom-backdrop", "hierarchy": { @@ -5731,7 +5764,7 @@ }, { "content": "Custom Motion", - "objectID": "a8db1301-6a26-41fa-a648-ce0fecadb38a", + "objectID": "ae24eff4-4789-4a1e-ab79-103303e15d27", "type": "lvl3", "url": "/docs/components/modal#custom-motion", "hierarchy": { @@ -5742,7 +5775,7 @@ }, { "content": "Draggable", - "objectID": "a29224ae-2abf-40ac-871e-9d2481330cde", + "objectID": "ac9bdf26-8be4-4f53-9b49-5606b1fd2f7b", "type": "lvl3", "url": "/docs/components/modal#draggable", "hierarchy": { @@ -5753,7 +5786,7 @@ }, { "content": "Draggable Overflow", - "objectID": "d80cc5d3-f24a-4812-8106-f4f09d6bbd11", + "objectID": "de844238-3114-4ca3-9bb4-df00567189fa", "type": "lvl3", "url": "/docs/components/modal#draggable-overflow", "hierarchy": { @@ -5764,49 +5797,49 @@ }, { "content": "Slots", - "objectID": "bc1f31b6-77b7-4d58-a674-ee9278185c98", + "objectID": "7520b2c9-f32a-427c-a195-161cfd58da3c", "type": "lvl2", "url": "/docs/components/modal#slots", "hierarchy": { "lvl1": "Modal", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "fd8b87e5-4461-4ca8-a6b6-29736570ed4f", + "objectID": "bf2c8508-21d2-4f28-92ec-d63bea4925d3", "type": "lvl3", "url": "/docs/components/modal#custom-styles", "hierarchy": { "lvl1": "Modal", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "cadb5203-09df-4f55-9bd1-2c5e91e4ca16", + "objectID": "a35028f7-0b35-4737-b126-07395bbbeba0", "type": "lvl2", "url": "/docs/components/modal#data-attributes", "hierarchy": { "lvl1": "Modal", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "6b3624ab-e78f-4e03-bcc8-708fd1619dc7", + "objectID": "a752149e-0c77-497d-ab3f-affae28ebb80", "type": "lvl2", "url": "/docs/components/modal#accessibility", "hierarchy": { "lvl1": "Modal", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "56a277a9-2169-4d4c-a2f1-0ebc8265e96e", + "objectID": "90a11a83-d0b4-4e11-8282-4c0613f6598e", "type": "lvl2", "url": "/docs/components/modal#api", "hierarchy": { "lvl1": "Modal", "lvl2": "API", "lvl3": null } }, { "content": "Modal Props", - "objectID": "4918723d-76db-4a6f-9e8e-3d892a7d8fed", + "objectID": "bfb03625-f9e9-4f64-9d74-7410d8a22cfd", "type": "lvl3", "url": "/docs/components/modal#modal-props", "hierarchy": { "lvl1": "Modal", "lvl2": "API", "lvl3": "Modal Props" } }, { "content": "Modal Events", - "objectID": "73fd30c3-5d80-4cc8-a30a-0b947640dac9", + "objectID": "ca02315e-1f01-4219-92ea-c6b09f18a8f5", "type": "lvl3", "url": "/docs/components/modal#modal-events", "hierarchy": { @@ -5817,7 +5850,7 @@ }, { "content": "Modal types", - "objectID": "ba7ea4f1-0539-4aa3-8985-1b6e77d59474", + "objectID": "281e6013-9ecb-47b4-b9b8-aeacb6ca65ec", "type": "lvl3", "url": "/docs/components/modal#modal-types", "hierarchy": { @@ -5828,49 +5861,49 @@ }, { "content": "Motion Props", - "objectID": "70ba606f-0dba-4923-94d1-0ffeaed8bb8b", + "objectID": "4e4355f4-cb79-48d1-8ddc-c3a68f904f19", "type": "lvl4", "url": "/docs/components/modal#motion-props", "hierarchy": { "lvl1": "Modal", "lvl2": "Modal types", "lvl3": null } }, { "content": "Navbar", - "objectID": "9a3adab3-ee91-4f6a-a3ee-e8933557389c", + "objectID": "88e8772b-7958-495e-9be8-b157880dfc99", "type": "lvl1", "url": "/docs/components/navbar", "hierarchy": { "lvl1": "Navbar" } }, { "content": "Installation", - "objectID": "0bd63cf7-6eca-4f76-8d7c-3db4984c9a73", + "objectID": "dc587f4f-f677-45b7-9d7c-a5e85c0a5059", "type": "lvl2", "url": "/docs/components/navbar#installation", "hierarchy": { "lvl1": "Navbar", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "50a4a74d-b55f-4acf-a668-c06af4578c4c", + "objectID": "a881c74a-6a1e-4e6f-9934-bf93366c9002", "type": "lvl2", "url": "/docs/components/navbar#import", "hierarchy": { "lvl1": "Navbar", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "dc6f7a4e-0520-4f3c-8f4f-54674543535d", + "objectID": "ce0e8d2c-57cd-42fb-a15b-3c5161106124", "type": "lvl2", "url": "/docs/components/navbar#usage", "hierarchy": { "lvl1": "Navbar", "lvl2": "Usage", "lvl3": null } }, { "content": "Static", - "objectID": "eddf9fd4-2502-4779-b1b6-8072126d80b8", + "objectID": "ce52c3ac-26de-413b-80e1-31546b39401c", "type": "lvl3", "url": "/docs/components/navbar#static", "hierarchy": { "lvl1": "Navbar", "lvl2": "Usage", "lvl3": "Static" } }, { "content": "Hide on scroll", - "objectID": "059a872a-ef69-454a-869c-2ed26337b048", + "objectID": "21198f6b-b530-41bf-be86-32fa9100e46b", "type": "lvl3", "url": "/docs/components/navbar#hide-on-scroll", "hierarchy": { @@ -5881,7 +5914,7 @@ }, { "content": "With Menu", - "objectID": "a957f98a-65ae-4575-8842-31eeeae7ac67", + "objectID": "35b09c05-d69d-4e56-aabc-8e93c79e3ec4", "type": "lvl3", "url": "/docs/components/navbar#with-menu", "hierarchy": { @@ -5892,7 +5925,7 @@ }, { "content": "Controlled Menu", - "objectID": "149a502f-79dd-487b-8e70-7541ea44c135", + "objectID": "657ee3ea-6f3d-4dfb-91a9-2fe9356847a3", "type": "lvl3", "url": "/docs/components/navbar#controlled-menu", "hierarchy": { @@ -5903,7 +5936,7 @@ }, { "content": "With Border", - "objectID": "16a4365c-9cd8-40fc-b057-87d25c9eb873", + "objectID": "92ada925-c916-436e-b34e-06c5ec4400b7", "type": "lvl3", "url": "/docs/components/navbar#with-border", "hierarchy": { @@ -5914,7 +5947,7 @@ }, { "content": "Disabling Blur", - "objectID": "6d1a74c3-0c88-4985-a44e-b5fec7e9e653", + "objectID": "e455f431-e6e2-4838-8687-3959fbe70dfa", "type": "lvl3", "url": "/docs/components/navbar#disabling-blur", "hierarchy": { @@ -5925,7 +5958,7 @@ }, { "content": "With Dropdown Menu", - "objectID": "565a5959-d140-4933-b01b-bb84edb11a0b", + "objectID": "cb71b89c-3a0d-4915-9c78-4dd6c333d333", "type": "lvl3", "url": "/docs/components/navbar#with-dropdown-menu", "hierarchy": { @@ -5936,7 +5969,7 @@ }, { "content": "With Avatar", - "objectID": "2f70aaae-8a20-4c3e-9900-0f5fc37f8f1d", + "objectID": "dff2b8ba-1b35-4f60-9a7c-1a3923a4c9db", "type": "lvl3", "url": "/docs/components/navbar#with-avatar", "hierarchy": { @@ -5947,7 +5980,7 @@ }, { "content": "With Search Input", - "objectID": "652e008b-7a95-49ed-9167-09aecd1dbab3", + "objectID": "fce16f67-af6e-456b-bd8e-61245be6de46", "type": "lvl3", "url": "/docs/components/navbar#with-search-input", "hierarchy": { @@ -5958,7 +5991,7 @@ }, { "content": "Customizing the active item", - "objectID": "76c395f4-73e3-4131-b92d-12d63a722a1e", + "objectID": "925fd003-b291-4d55-9924-e068331ec657", "type": "lvl3", "url": "/docs/components/navbar#customizing-the-active-item", "hierarchy": { @@ -5969,35 +6002,35 @@ }, { "content": "Slots", - "objectID": "bdb23fe0-f53c-4d2f-b546-36bb6c4bc019", + "objectID": "5d821bc4-d17e-4af4-a732-07dce8299e0e", "type": "lvl2", "url": "/docs/components/navbar#slots", "hierarchy": { "lvl1": "Navbar", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "81264d55-19f5-4f44-bbe4-4d8c234cbf13", + "objectID": "845f1f6f-bc37-47bc-9942-5ff1a0188b3d", "type": "lvl2", "url": "/docs/components/navbar#data-attributes", "hierarchy": { "lvl1": "Navbar", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "605c52f4-52f0-46ed-8fa5-8b3d91df8ee8", + "objectID": "bfdf0a55-5c4e-491e-9a13-89cfa44cfc91", "type": "lvl2", "url": "/docs/components/navbar#api", "hierarchy": { "lvl1": "Navbar", "lvl2": "API", "lvl3": null } }, { "content": "Navbar Props", - "objectID": "d40688dd-8640-4406-ac22-cf8f65ce8759", + "objectID": "e221ae7b-bd07-477a-be9a-c814e06be61f", "type": "lvl3", "url": "/docs/components/navbar#navbar-props", "hierarchy": { "lvl1": "Navbar", "lvl2": "API", "lvl3": "Navbar Props" } }, { "content": "Navbar Events", - "objectID": "2bc64408-9596-44c2-8e2c-69c1bb875e48", + "objectID": "4675bb28-2496-421d-8154-90bef2dc8ad6", "type": "lvl3", "url": "/docs/components/navbar#navbar-events", "hierarchy": { @@ -6008,7 +6041,7 @@ }, { "content": "NavbarContent Props", - "objectID": "293e936d-3409-47fb-b15c-c40f755fe08b", + "objectID": "9d0bea25-5310-450a-ac97-4dcd52f5ab07", "type": "lvl3", "url": "/docs/components/navbar#navbarcontent-props", "hierarchy": { @@ -6019,7 +6052,7 @@ }, { "content": "NavbarItem Props", - "objectID": "364aabb8-1dca-4616-847a-b61dde816f18", + "objectID": "81e2a798-6128-4c3c-8b35-f6568d1c186e", "type": "lvl3", "url": "/docs/components/navbar#navbaritem-props", "hierarchy": { @@ -6030,7 +6063,7 @@ }, { "content": "NavbarMenuToggle Props", - "objectID": "e17a13f3-bdaa-464f-87f0-8ac34a5d7c75", + "objectID": "d03b353f-59e4-45d5-9a92-beba84139ad9", "type": "lvl3", "url": "/docs/components/navbar#navbarmenutoggle-props", "hierarchy": { @@ -6041,7 +6074,7 @@ }, { "content": "NavbarMenuToggle Events", - "objectID": "7e4eff0c-54df-4d86-b70a-f013fa3a1dd6", + "objectID": "e25e2bde-c486-4df2-9375-a6667d2a5efa", "type": "lvl3", "url": "/docs/components/navbar#navbarmenutoggle-events", "hierarchy": { @@ -6052,7 +6085,7 @@ }, { "content": "NavbarMenu Props", - "objectID": "d9717708-df5a-48e9-baa3-75ed441f601f", + "objectID": "d4e49d0a-0577-4cc6-97a7-7da944ee55d9", "type": "lvl3", "url": "/docs/components/navbar#navbarmenu-props", "hierarchy": { @@ -6063,7 +6096,7 @@ }, { "content": "NavbarMenuItem Props", - "objectID": "fcc2b88b-b7ce-457f-a7b3-d0d5a7b59457", + "objectID": "5ff9583c-6cd0-4d42-bf82-13fac4e41173", "type": "lvl3", "url": "/docs/components/navbar#navbarmenuitem-props", "hierarchy": { @@ -6074,7 +6107,7 @@ }, { "content": "Types", - "objectID": "652c6b47-2321-4c2e-aacd-19ed3762f3bd", + "objectID": "0ced6176-4679-47ea-8773-404b37b2f23d", "type": "lvl3", "url": "/docs/components/navbar#types", "hierarchy": { @@ -6083,65 +6116,396 @@ "lvl3": "Types" } }, + { + "content": "Number Input", + "objectID": "e472b0aa-4b81-4179-996c-a7ea4d783f14", + "type": "lvl1", + "url": "/docs/components/number-input", + "hierarchy": { "lvl1": "Number Input" } + }, + { + "content": "Installation", + "objectID": "3dead6a1-0eed-4b0d-b4ea-188229189ce6", + "type": "lvl2", + "url": "/docs/components/number-input#installation", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Installation", + "lvl3": null + } + }, + { + "content": "Usage", + "objectID": "4326f922-9a80-4a6d-ae24-4427bed93018", + "type": "lvl2", + "url": "/docs/components/number-input#usage", + "hierarchy": { "lvl1": "Number Input", "lvl2": "Usage", "lvl3": null } + }, + { + "content": "Disabled", + "objectID": "496b7dc3-a47b-43fc-9208-9c0a4746dbe5", + "type": "lvl3", + "url": "/docs/components/number-input#disabled", + "hierarchy": { "lvl1": "Number Input", "lvl2": "Usage", "lvl3": "Disabled" } + }, + { + "content": "Read Only", + "objectID": "c8385025-c50b-44e5-87ce-18f775e481de", + "type": "lvl3", + "url": "/docs/components/number-input#read-only", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Disabled", + "lvl3": "Read Only" + } + }, + { + "content": "Required", + "objectID": "3f9e5f9e-7b67-4645-a66f-cb139a9bd4b1", + "type": "lvl3", + "url": "/docs/components/number-input#required", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Read Only", + "lvl3": "Required" + } + }, + { + "content": "Sizes", + "objectID": "6fd564e5-5a0d-4ad4-89b7-41a41d51c347", + "type": "lvl3", + "url": "/docs/components/number-input#sizes", + "hierarchy": { "lvl1": "Number Input", "lvl2": "Required", "lvl3": "Sizes" } + }, + { + "content": "Colors", + "objectID": "d208225b-f72e-451f-a67e-a40b9c64bb96", + "type": "lvl3", + "url": "/docs/components/number-input#colors", + "hierarchy": { "lvl1": "Number Input", "lvl2": "Sizes", "lvl3": "Colors" } + }, + { + "content": "Variants", + "objectID": "38d8f20a-8ef7-4360-ba98-7918330f856b", + "type": "lvl3", + "url": "/docs/components/number-input#variants", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Colors", + "lvl3": "Variants" + } + }, + { + "content": "Radius", + "objectID": "49b7be08-1204-472a-b407-a5b451b6404a", + "type": "lvl3", + "url": "/docs/components/number-input#radius", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Variants", + "lvl3": "Radius" + } + }, + { + "content": "Label Placements", + "objectID": "86edec45-c803-4a05-a214-88fab2eab7c2", + "type": "lvl3", + "url": "/docs/components/number-input#label-placements", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Radius", + "lvl3": "Label Placements" + } + }, + { + "content": "Clear Button", + "objectID": "5aa682a5-862c-4f66-9be5-f3e54b952762", + "type": "lvl3", + "url": "/docs/components/number-input#clear-button", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Label Placements", + "lvl3": "Clear Button" + } + }, + { + "content": "Hide Stepper", + "objectID": "ac0c8549-32dd-4f58-99fe-008b22d6e8d6", + "type": "lvl3", + "url": "/docs/components/number-input#hide-stepper", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Clear Button", + "lvl3": "Hide Stepper" + } + }, + { + "content": "Start & End Content", + "objectID": "0c60f006-0efd-4529-aaaa-55dd833ece7a", + "type": "lvl3", + "url": "/docs/components/number-input#start--end-content", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Hide Stepper", + "lvl3": "Start & End Content" + } + }, + { + "content": "With Label", + "objectID": "6bb772ae-8e30-4209-b013-5c2a20d68e1b", + "type": "lvl3", + "url": "/docs/components/number-input#with-label", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Start & End Content", + "lvl3": "With Label" + } + }, + { + "content": "With Description", + "objectID": "2d174cb0-c375-483f-917a-189ed64f1440", + "type": "lvl3", + "url": "/docs/components/number-input#with-description", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "With Label", + "lvl3": "With Description" + } + }, + { + "content": "With Min Value", + "objectID": "eaba1980-d63c-479d-ae6a-c00302c8c3ec", + "type": "lvl3", + "url": "/docs/components/number-input#with-min-value", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "With Description", + "lvl3": "With Min Value" + } + }, + { + "content": "With Max Value", + "objectID": "a4b6f718-03c7-404e-a658-d4885d5a1c85", + "type": "lvl3", + "url": "/docs/components/number-input#with-max-value", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "With Min Value", + "lvl3": "With Max Value" + } + }, + { + "content": "With Wheel Disabled", + "objectID": "d42e981d-35db-42bc-8c2b-8ebca947d3b2", + "type": "lvl3", + "url": "/docs/components/number-input#with-wheel-disabled", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "With Max Value", + "lvl3": "With Wheel Disabled" + } + }, + { + "content": "With Format Options", + "objectID": "c566a934-bcae-4da3-96b2-f5e5a14d4fb0", + "type": "lvl3", + "url": "/docs/components/number-input#with-format-options", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "With Wheel Disabled", + "lvl3": "With Format Options" + } + }, + { + "content": "With Error Message", + "objectID": "221597bd-6865-400c-89f6-31979cb47aa1", + "type": "lvl3", + "url": "/docs/components/number-input#with-error-message", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "With Format Options", + "lvl3": "With Error Message" + } + }, + { + "content": "Controlled", + "objectID": "638e8e93-4c21-4fff-a8f1-57ec80e4c2be", + "type": "lvl3", + "url": "/docs/components/number-input#controlled", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "With Error Message", + "lvl3": "Controlled" + } + }, + { + "content": "With Form", + "objectID": "b9ea596e-bdb4-4ba6-a4b5-6b8e790cee41", + "type": "lvl3", + "url": "/docs/components/number-input#with-form", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Controlled", + "lvl3": "With Form" + } + }, + { + "content": "Custom Validation", + "objectID": "725b6138-9321-4675-9436-1efd78736905", + "type": "lvl4", + "url": "/docs/components/number-input#custom-validation", + "hierarchy": { "lvl1": "Number Input", "lvl2": "With Form", "lvl3": null } + }, + { + "content": "Realtime Validation", + "objectID": "6569bf1a-ffee-4076-b005-848d96ef5e1a", + "type": "lvl4", + "url": "/docs/components/number-input#realtime-validation", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Custom Validation", + "lvl3": null + } + }, + { + "content": "Server Validation", + "objectID": "13a2fa5b-2847-4036-80e7-6191bbf6206a", + "type": "lvl4", + "url": "/docs/components/number-input#server-validation", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Realtime Validation", + "lvl3": null + } + }, + { + "content": "Slots", + "objectID": "32361de6-925e-4510-a820-135dcce7c93a", + "type": "lvl2", + "url": "/docs/components/number-input#slots", + "hierarchy": { "lvl1": "Number Input", "lvl2": "Slots", "lvl3": null } + }, + { + "content": "Custom Styles", + "objectID": "38c25310-f008-47ef-ae70-67c3e88b7b98", + "type": "lvl3", + "url": "/docs/components/number-input#custom-styles", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Slots", + "lvl3": "Custom Styles" + } + }, + { + "content": "Data Attributes", + "objectID": "934d1fcb-1e13-464d-9c52-574a1bc3789d", + "type": "lvl2", + "url": "/docs/components/number-input#data-attributes", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Data Attributes", + "lvl3": null + } + }, + { + "content": "Accessibility", + "objectID": "dd8cdcfb-70d8-464d-87e6-74cefe9a4eff", + "type": "lvl2", + "url": "/docs/components/number-input#accessibility", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "Accessibility", + "lvl3": null + } + }, + { + "content": "API", + "objectID": "85df0ab3-dbe1-48a6-8a6f-82ce8e59d59f", + "type": "lvl2", + "url": "/docs/components/number-input#api", + "hierarchy": { "lvl1": "Number Input", "lvl2": "API", "lvl3": null } + }, + { + "content": "NumberInput Props", + "objectID": "8bc02be6-37fb-4f13-bf66-75162317dea8", + "type": "lvl3", + "url": "/docs/components/number-input#numberinput-props", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "API", + "lvl3": "NumberInput Props" + } + }, + { + "content": "NumberInput Events", + "objectID": "d6b7d759-8fcf-498b-ba9e-5c81350770d6", + "type": "lvl3", + "url": "/docs/components/number-input#numberinput-events", + "hierarchy": { + "lvl1": "Number Input", + "lvl2": "NumberInput Props", + "lvl3": "NumberInput Events" + } + }, { "content": "Pagination", - "objectID": "8b876b91-e956-47f9-83f3-c1b6ed68187d", + "objectID": "2dffb181-5139-4945-9537-918fc38f38f4", "type": "lvl1", "url": "/docs/components/pagination", "hierarchy": { "lvl1": "Pagination" } }, { "content": "Installation", - "objectID": "b415b7a7-9a93-4b30-9292-aa9924caa7be", + "objectID": "7900733b-790e-49c8-8009-49806a31461d", "type": "lvl2", "url": "/docs/components/pagination#installation", "hierarchy": { "lvl1": "Pagination", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "91a4f5a4-3d0b-4686-87a3-a3f54f5c93ed", + "objectID": "3a2819d0-804f-43e6-a608-c554a4d28fdd", "type": "lvl2", "url": "/docs/components/pagination#import", "hierarchy": { "lvl1": "Pagination", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "f7a19d92-bff2-4c66-93f1-b7c015623a72", + "objectID": "8eaa3f0a-be36-4f78-9e2c-f39fb809f12b", "type": "lvl2", "url": "/docs/components/pagination#usage", "hierarchy": { "lvl1": "Pagination", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "8f2ef73d-c3fa-4203-9ec4-d2e9b83f50c4", + "objectID": "9f9f3851-b704-4447-9d92-30878057bd82", "type": "lvl3", "url": "/docs/components/pagination#disabled", "hierarchy": { "lvl1": "Pagination", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "e4db6ef2-4ac6-4068-9a31-df3ff975493c", + "objectID": "59187b99-ca8c-438c-81ee-901807f380dc", "type": "lvl3", "url": "/docs/components/pagination#sizes", "hierarchy": { "lvl1": "Pagination", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "fa069a31-de74-4676-9c77-f745fa99bf75", + "objectID": "88bfd4da-7619-4d17-ac00-a154bb1922a4", "type": "lvl3", "url": "/docs/components/pagination#colors", "hierarchy": { "lvl1": "Pagination", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "7ed46b6d-9510-4fd9-89c4-51673d28e105", + "objectID": "12032bdc-c49c-49fb-8c50-516d0b16ac51", "type": "lvl3", "url": "/docs/components/pagination#variants", "hierarchy": { "lvl1": "Pagination", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "With Controls", - "objectID": "2a3be3c0-4c0a-4c21-8ddd-4bd42284218f", + "objectID": "e9409c42-7269-457a-88a0-22e402c94973", "type": "lvl3", "url": "/docs/components/pagination#with-controls", "hierarchy": { @@ -6152,7 +6516,7 @@ }, { "content": "Pagination Loop", - "objectID": "9d2c3255-017d-4328-96d3-6b65c4399a9e", + "objectID": "e88cfa60-caa0-4e7f-93e8-5079d33c3cd4", "type": "lvl3", "url": "/docs/components/pagination#pagination-loop", "hierarchy": { @@ -6163,7 +6527,7 @@ }, { "content": "Changing the initial page", - "objectID": "9404dad6-a697-46d6-82d4-d0db167d0bf2", + "objectID": "44672dcb-6cd5-4527-b819-49c9f6f305a3", "type": "lvl3", "url": "/docs/components/pagination#changing-the-initial-page", "hierarchy": { @@ -6174,7 +6538,7 @@ }, { "content": "Compact Pagination", - "objectID": "f1b2281c-1f01-4040-ad22-ed99f8cb0f59", + "objectID": "cfb63ff7-771f-4ae9-bd7c-529e67953bf0", "type": "lvl3", "url": "/docs/components/pagination#compact-pagination", "hierarchy": { @@ -6185,7 +6549,7 @@ }, { "content": "With Shadow", - "objectID": "9f6997a2-189e-4367-a99a-b2746de08845", + "objectID": "ff83ce19-33d1-4515-9f55-9aa1362ede57", "type": "lvl3", "url": "/docs/components/pagination#with-shadow", "hierarchy": { @@ -6196,7 +6560,7 @@ }, { "content": "Controlled", - "objectID": "3d02d239-cea4-4da6-aafc-8e33f3f75831", + "objectID": "c042d08b-38f2-4f26-8fad-481dd835fa5e", "type": "lvl3", "url": "/docs/components/pagination#controlled", "hierarchy": { @@ -6207,7 +6571,7 @@ }, { "content": "Siblings", - "objectID": "78db4e71-430e-4c34-b175-0ee6d4d38bfa", + "objectID": "10240d94-654e-42a2-a5b4-3a8b7145a544", "type": "lvl3", "url": "/docs/components/pagination#siblings", "hierarchy": { @@ -6218,7 +6582,7 @@ }, { "content": "Boundaries", - "objectID": "7cf6a329-e350-4a3d-ad2f-d705ed74cd89", + "objectID": "49936b0f-067c-4754-96f0-a86ea61fa9e7", "type": "lvl3", "url": "/docs/components/pagination#boundaries", "hierarchy": { @@ -6229,7 +6593,7 @@ }, { "content": "Custom items", - "objectID": "f916eb13-24f8-4d64-93e6-c17af1f6de89", + "objectID": "5c0323c6-1654-4e60-8056-f6abf48ea036", "type": "lvl3", "url": "/docs/components/pagination#custom-items", "hierarchy": { @@ -6240,14 +6604,14 @@ }, { "content": "Slots", - "objectID": "bb02bc4f-c2a4-4e0f-9906-fb39cb4cb858", + "objectID": "37d65a64-6c7b-4071-b920-b263515e8a7b", "type": "lvl2", "url": "/docs/components/pagination#slots", "hierarchy": { "lvl1": "Pagination", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "37ea2292-e20f-4bc9-8e83-a47691f817d4", + "objectID": "f6a058d5-d478-439c-a3e6-a08f828b0f71", "type": "lvl3", "url": "/docs/components/pagination#custom-styles", "hierarchy": { @@ -6258,7 +6622,7 @@ }, { "content": "Custom Implementation", - "objectID": "6cac1ffd-60ee-4989-8346-7dd8feebd925", + "objectID": "902120cd-a7b5-4cec-b037-6173c05704a2", "type": "lvl3", "url": "/docs/components/pagination#custom-implementation", "hierarchy": { @@ -6269,7 +6633,7 @@ }, { "content": "Data Attributes", - "objectID": "9524718d-37cb-4622-96f1-1613159664eb", + "objectID": "d970c3e5-2c1a-4e88-9c30-b974ced3ffff", "type": "lvl2", "url": "/docs/components/pagination#data-attributes", "hierarchy": { @@ -6280,21 +6644,21 @@ }, { "content": "Accessibility", - "objectID": "4557d64c-e49b-4921-a490-c829b08e3c41", + "objectID": "c46cd083-3427-48cc-9999-968ac9525d6b", "type": "lvl2", "url": "/docs/components/pagination#accessibility", "hierarchy": { "lvl1": "Pagination", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "f904ed74-340b-4f0d-906d-34d9127141ac", + "objectID": "03b6c7cc-9608-42e5-ac87-8806d08d3166", "type": "lvl2", "url": "/docs/components/pagination#api", "hierarchy": { "lvl1": "Pagination", "lvl2": "API", "lvl3": null } }, { "content": "Pagination Props", - "objectID": "8b90a21e-14de-4df2-a326-3390e9ebba7b", + "objectID": "a781c22a-d3e1-4417-8e04-44f7c8d8c86e", "type": "lvl3", "url": "/docs/components/pagination#pagination-props", "hierarchy": { @@ -6305,7 +6669,7 @@ }, { "content": "Pagination Events", - "objectID": "fbb9ceb0-0c15-4799-bf78-85a451d97fc2", + "objectID": "53839aef-229a-4de2-8638-3b10ebea06f5", "type": "lvl3", "url": "/docs/components/pagination#pagination-events", "hierarchy": { @@ -6316,7 +6680,7 @@ }, { "content": "Types", - "objectID": "7760a9e3-4b53-4d18-86dc-7e00fd48aad0", + "objectID": "9a5b6f65-eed5-4f89-8252-58494cb7d8c7", "type": "lvl3", "url": "/docs/components/pagination#types", "hierarchy": { @@ -6327,77 +6691,77 @@ }, { "content": "Pagination Item Props", - "objectID": "935bdd42-d426-48af-a581-faa359d5f0ab", + "objectID": "49b33744-c04e-424b-a96f-afa26a14d889", "type": "lvl4", "url": "/docs/components/pagination#pagination-item-props", "hierarchy": { "lvl1": "Pagination", "lvl2": "Types", "lvl3": null } }, { "content": "Popover", - "objectID": "90f2c9f7-4f75-420b-80ff-8f8f0015a86d", + "objectID": "2f217f49-affb-42e9-8f9c-6af11c8c7201", "type": "lvl1", "url": "/docs/components/popover", "hierarchy": { "lvl1": "Popover" } }, { "content": "Installation", - "objectID": "1e9ac3d8-7124-44c6-a8a2-ddc0ed58398c", + "objectID": "ba79add2-1dcf-4393-900a-ee0cc64e4b23", "type": "lvl2", "url": "/docs/components/popover#installation", "hierarchy": { "lvl1": "Popover", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "4e556d1e-226e-4ea6-aef6-91e980baeb0d", + "objectID": "87de6231-95ad-4b26-be7e-d81174fb130b", "type": "lvl2", "url": "/docs/components/popover#import", "hierarchy": { "lvl1": "Popover", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "ec959e52-9e45-4143-9aa2-7cf8f3d66c42", + "objectID": "1e46c271-2f11-4cd2-adbd-26dc0ff95baa", "type": "lvl2", "url": "/docs/components/popover#usage", "hierarchy": { "lvl1": "Popover", "lvl2": "Usage", "lvl3": null } }, { "content": "With Arrow", - "objectID": "f6537c82-a824-43c1-9d0f-8fa92b04604d", + "objectID": "99a93075-1f8a-43f5-8436-343500595992", "type": "lvl3", "url": "/docs/components/popover#with-arrow", "hierarchy": { "lvl1": "Popover", "lvl2": "Usage", "lvl3": "With Arrow" } }, { "content": "Colors", - "objectID": "b7e966d9-7d7d-4988-a863-b056fbd34fe9", + "objectID": "6056241f-f090-481e-af56-3491e8dc9127", "type": "lvl3", "url": "/docs/components/popover#colors", "hierarchy": { "lvl1": "Popover", "lvl2": "With Arrow", "lvl3": "Colors" } }, { "content": "Placements", - "objectID": "b512e3ef-534c-4f01-85dd-d4ad93f58e1a", + "objectID": "8430b8d1-3d00-4a13-bed0-6447b6b4354f", "type": "lvl3", "url": "/docs/components/popover#placements", "hierarchy": { "lvl1": "Popover", "lvl2": "Colors", "lvl3": "Placements" } }, { "content": "Offset", - "objectID": "a05c11bc-251f-45cd-96a6-0948dd525cb7", + "objectID": "774ba8fa-6587-46bd-8e14-dffbe0258cf1", "type": "lvl3", "url": "/docs/components/popover#offset", "hierarchy": { "lvl1": "Popover", "lvl2": "Placements", "lvl3": "Offset" } }, { "content": "Controlled", - "objectID": "2bda4770-0af8-4cd2-af66-6d3cba25abd4", + "objectID": "986e5acf-444f-4f36-9fe2-29a004524719", "type": "lvl3", "url": "/docs/components/popover#controlled", "hierarchy": { "lvl1": "Popover", "lvl2": "Offset", "lvl3": "Controlled" } }, { "content": "Title Props", - "objectID": "eb6e0722-d6d5-4425-a4dd-23d472623fbf", + "objectID": "c7f01187-69bb-4ba5-9730-04bb79672889", "type": "lvl3", "url": "/docs/components/popover#title-props", "hierarchy": { @@ -6408,7 +6772,7 @@ }, { "content": "With Form", - "objectID": "3217f08b-d660-458b-8b33-8869c6b766ca", + "objectID": "3b552b2a-ac1d-4e5b-9c3d-d0f826798d3a", "type": "lvl3", "url": "/docs/components/popover#with-form", "hierarchy": { @@ -6419,14 +6783,14 @@ }, { "content": "Backdrop", - "objectID": "20ec3823-062a-4373-bd1b-a978fbeccb2a", + "objectID": "e55ecca9-8301-49e0-a667-96d8626f1fce", "type": "lvl3", "url": "/docs/components/popover#backdrop", "hierarchy": { "lvl1": "Popover", "lvl2": "With Form", "lvl3": "Backdrop" } }, { "content": "Custom Motion", - "objectID": "10f5a4fa-c664-49c5-b1ee-9c87401600d1", + "objectID": "eac5fe01-be6b-4e9d-a010-cc59093c0e70", "type": "lvl3", "url": "/docs/components/popover#custom-motion", "hierarchy": { @@ -6437,7 +6801,7 @@ }, { "content": "Custom Trigger", - "objectID": "77462bd6-10ce-4ad1-a5f0-8c468dddc01e", + "objectID": "04b946d2-cc10-4ad7-8a05-c727f8f2d583", "type": "lvl3", "url": "/docs/components/popover#custom-trigger", "hierarchy": { @@ -6448,49 +6812,49 @@ }, { "content": "Slots", - "objectID": "b031a5a5-0339-4245-9477-aaea21a9f546", + "objectID": "3e5ac934-7583-4555-b629-6fceceb9aa52", "type": "lvl2", "url": "/docs/components/popover#slots", "hierarchy": { "lvl1": "Popover", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "27c1591e-878a-4693-aef2-9809410859f9", + "objectID": "5ad1205a-8b14-4961-bea2-555846de47c9", "type": "lvl3", "url": "/docs/components/popover#custom-styles", "hierarchy": { "lvl1": "Popover", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "bb3e9846-4582-46e0-8a13-89964aaf8e9c", + "objectID": "97ead7f4-f2b9-4ccb-ba49-7f8ada769c66", "type": "lvl2", "url": "/docs/components/popover#data-attributes", "hierarchy": { "lvl1": "Popover", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "8cf5bd0a-db75-44b3-a0d7-790d5ac3f7aa", + "objectID": "6fc0180b-5f49-4547-a631-02ac8efa5257", "type": "lvl2", "url": "/docs/components/popover#accessibility", "hierarchy": { "lvl1": "Popover", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "fdfde9b5-64cb-462f-8524-0cc264f8a42f", + "objectID": "ce101f91-89f7-4812-b060-2cd0dbc0a59a", "type": "lvl2", "url": "/docs/components/popover#api", "hierarchy": { "lvl1": "Popover", "lvl2": "API", "lvl3": null } }, { "content": "Popover Props", - "objectID": "37b0e47b-7cbc-4032-94d1-24b9e84aae19", + "objectID": "6ac582ae-1f23-4d84-aa71-487602b1e60c", "type": "lvl3", "url": "/docs/components/popover#popover-props", "hierarchy": { "lvl1": "Popover", "lvl2": "API", "lvl3": "Popover Props" } }, { "content": "Popover Events", - "objectID": "939293f0-4350-4940-b018-7a119eef0908", + "objectID": "b056fd6d-725f-4b76-909e-4e077da8b283", "type": "lvl3", "url": "/docs/components/popover#popover-events", "hierarchy": { @@ -6501,7 +6865,7 @@ }, { "content": "PopoverTrigger Props", - "objectID": "098a7fe3-9d28-43ee-8912-40e4b57c3b7d", + "objectID": "2a45f98c-6c31-4d88-a140-2959227a432c", "type": "lvl3", "url": "/docs/components/popover#popovertrigger-props", "hierarchy": { @@ -6512,7 +6876,7 @@ }, { "content": "PopoverContent Props", - "objectID": "5cc317b7-a76a-469f-b9d7-b761473c43e2", + "objectID": "c122370d-8532-4eec-80f1-a0de7841fef2", "type": "lvl3", "url": "/docs/components/popover#popovercontent-props", "hierarchy": { @@ -6523,7 +6887,7 @@ }, { "content": "Popover types", - "objectID": "ffd4257c-36d4-4940-bf9a-4f353089a39a", + "objectID": "92fa5861-bb8d-4ef0-9a6d-456a1e047e62", "type": "lvl3", "url": "/docs/components/popover#popover-types", "hierarchy": { @@ -6534,14 +6898,14 @@ }, { "content": "Popover Placement", - "objectID": "3aaa1253-2293-4971-aca1-a0093edb03ac", + "objectID": "fe62d96f-1d96-46fc-9b79-6561565c4c9d", "type": "lvl4", "url": "/docs/components/popover#popover-placement", "hierarchy": { "lvl1": "Popover", "lvl2": "Popover types", "lvl3": null } }, { "content": "Motion Props", - "objectID": "760f557f-1bed-4153-9d50-e75be1e1bf09", + "objectID": "46ed2d61-ab7b-4a1f-aff7-bdb8e29d536a", "type": "lvl4", "url": "/docs/components/popover#motion-props", "hierarchy": { @@ -6552,49 +6916,49 @@ }, { "content": "Progress", - "objectID": "a13e16ad-6b5a-44f9-a5e4-2bafd5abefa9", + "objectID": "9e544eae-74fe-42e2-b7da-a2f2b9987779", "type": "lvl1", "url": "/docs/components/progress", "hierarchy": { "lvl1": "Progress" } }, { "content": "Installation", - "objectID": "a83c4046-a0bf-40b1-adad-c23517d8dce1", + "objectID": "4fd33a20-262d-4351-8e47-dae7eff437dd", "type": "lvl2", "url": "/docs/components/progress#installation", "hierarchy": { "lvl1": "Progress", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "6c4a934e-55cd-4221-8780-04545659d285", + "objectID": "cc729c84-0c04-4568-8a94-e8c8c6267cad", "type": "lvl2", "url": "/docs/components/progress#import", "hierarchy": { "lvl1": "Progress", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "31ed8de8-6a2f-4b84-9b82-0e45f940740c", + "objectID": "1a1724e9-fb15-4192-af49-da727a3d26c5", "type": "lvl2", "url": "/docs/components/progress#usage", "hierarchy": { "lvl1": "Progress", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "5c455f26-a6b8-47bd-9e9f-50dcbfd99b85", + "objectID": "6c624980-3f02-4ad1-811c-d23634726ec1", "type": "lvl3", "url": "/docs/components/progress#sizes", "hierarchy": { "lvl1": "Progress", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "89ea713b-90c9-43dc-ab7d-7ac749c1cd15", + "objectID": "e06ebbba-11d8-4ca7-bcb3-38bf813aae0b", "type": "lvl3", "url": "/docs/components/progress#colors", "hierarchy": { "lvl1": "Progress", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Indeterminate", - "objectID": "d46e211c-86f6-4ecd-8124-cbfb944dc053", + "objectID": "f07db6cb-bb90-46fb-928a-f1e998de563c", "type": "lvl3", "url": "/docs/components/progress#indeterminate", "hierarchy": { @@ -6605,7 +6969,7 @@ }, { "content": "Striped", - "objectID": "48526141-5a96-449a-9f90-016da1da2617", + "objectID": "21cde10c-aab1-4b06-9a04-8970975d1a46", "type": "lvl3", "url": "/docs/components/progress#striped", "hierarchy": { @@ -6616,14 +6980,14 @@ }, { "content": "With Label", - "objectID": "e53a38bc-a84b-4e3e-9660-615470ef9442", + "objectID": "d8c6f80f-8927-4115-adc3-574c2b1c192a", "type": "lvl3", "url": "/docs/components/progress#with-label", "hierarchy": { "lvl1": "Progress", "lvl2": "Striped", "lvl3": "With Label" } }, { "content": "With Value", - "objectID": "10f9403f-2c31-48eb-86d5-92ade0c2ae8a", + "objectID": "ec768b8b-711d-4e6d-a3df-920df88fdf1e", "type": "lvl3", "url": "/docs/components/progress#with-value", "hierarchy": { @@ -6634,7 +6998,7 @@ }, { "content": "Value Formatting", - "objectID": "d5a5e955-4d5d-4457-8d32-9b6003420a6e", + "objectID": "11fa8a1d-ed03-459d-b847-3ad0e2265f09", "type": "lvl3", "url": "/docs/components/progress#value-formatting", "hierarchy": { @@ -6645,14 +7009,14 @@ }, { "content": "Slots", - "objectID": "a832d18d-71a9-4016-8bb2-c51d88d2d901", + "objectID": "268c7aaa-6155-473f-869a-1392dbb51eaf", "type": "lvl2", "url": "/docs/components/progress#slots", "hierarchy": { "lvl1": "Progress", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "422300b4-5225-47dd-848c-1eeb9a4c6413", + "objectID": "0ae84f53-ec99-464f-897a-d9fb65a7d501", "type": "lvl3", "url": "/docs/components/progress#custom-styles", "hierarchy": { @@ -6663,77 +7027,77 @@ }, { "content": "Data Attributes", - "objectID": "1ffac970-4a82-4897-863c-f52ed612362b", + "objectID": "3b50e680-ef7a-4a5f-96e9-258807424a5d", "type": "lvl2", "url": "/docs/components/progress#data-attributes", "hierarchy": { "lvl1": "Progress", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "917efa4e-f276-4ede-a846-6109c0d5eaf8", + "objectID": "d2ee84c7-99c2-4f69-864a-f39f8f5f6a0d", "type": "lvl2", "url": "/docs/components/progress#accessibility", "hierarchy": { "lvl1": "Progress", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "ae87fcd8-c1d9-4ddc-8be4-fc47385cd9d0", + "objectID": "a49b7103-9fbc-4ffb-9aa8-9241a5ee2041", "type": "lvl2", "url": "/docs/components/progress#api", "hierarchy": { "lvl1": "Progress", "lvl2": "API", "lvl3": null } }, { "content": "Progress Props", - "objectID": "6c620f70-7742-44a8-bffb-ee368b7654a2", + "objectID": "2fc9db4b-dbda-44c3-9e51-ce5dd9a6a8d7", "type": "lvl3", "url": "/docs/components/progress#progress-props", "hierarchy": { "lvl1": "Progress", "lvl2": "API", "lvl3": "Progress Props" } }, { "content": "Radio", - "objectID": "1dd0ba7c-1af5-4652-a418-cdb723261d48", + "objectID": "a65115fd-6c6c-4f83-8c6a-28fee30e7a96", "type": "lvl1", "url": "/docs/components/radio-group", "hierarchy": { "lvl1": "Radio" } }, { "content": "Radio group", - "objectID": "9f2bc771-a27c-4028-a3ad-2e9371545655", + "objectID": "b1a99ddf-9e7a-4fd0-ad0f-84b4e15d380a", "type": "lvl1", "url": "/docs/components/radio-group#radio-group", "hierarchy": { "lvl1": "Radio", "lvl2": null, "lvl3": null } }, { "content": "Installation", - "objectID": "b9196346-0195-4a20-972e-476b09737979", + "objectID": "6d747379-a580-4e00-a2eb-62e51748395d", "type": "lvl2", "url": "/docs/components/radio-group#installation", "hierarchy": { "lvl1": "Radio", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "4d130cf8-1e8e-4d1e-b3bd-6a12e505325c", + "objectID": "4a6e8c5b-6110-4583-b95c-e6860d576500", "type": "lvl2", "url": "/docs/components/radio-group#import", "hierarchy": { "lvl1": "Radio", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "3759f339-56fa-45a0-91e8-f97168c23499", + "objectID": "4143234d-f108-46ec-9522-ff7a7ea3485e", "type": "lvl2", "url": "/docs/components/radio-group#usage", "hierarchy": { "lvl1": "Radio", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "917693a2-6c79-4112-b880-f6b10f629a58", + "objectID": "39547b59-b636-4766-9a63-12bcc4b48c63", "type": "lvl3", "url": "/docs/components/radio-group#disabled", "hierarchy": { "lvl1": "Radio", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Default Value", - "objectID": "5514e4fd-68a6-4727-b73d-d8203a30d98f", + "objectID": "92531304-ad4f-4898-90a3-2f7b630d638b", "type": "lvl3", "url": "/docs/components/radio-group#default-value", "hierarchy": { @@ -6744,7 +7108,7 @@ }, { "content": "With Description", - "objectID": "0e8f059d-af65-4537-ab67-5d1536a97a6b", + "objectID": "46386b63-9b07-4db4-9397-7f2a8a5af25b", "type": "lvl3", "url": "/docs/components/radio-group#with-description", "hierarchy": { @@ -6755,7 +7119,7 @@ }, { "content": "Horizontal", - "objectID": "a1f423fa-cb36-4ad6-837f-73cdf1c4cf96", + "objectID": "58faf4bf-9e97-4552-aab2-90601463ba5a", "type": "lvl3", "url": "/docs/components/radio-group#horizontal", "hierarchy": { @@ -6766,35 +7130,35 @@ }, { "content": "Controlled", - "objectID": "c897d82d-6cf5-46bd-8857-bc9e0867df53", + "objectID": "a224bccb-4717-4a8d-94bd-61da1ff03ed1", "type": "lvl3", "url": "/docs/components/radio-group#controlled", "hierarchy": { "lvl1": "Radio", "lvl2": "Horizontal", "lvl3": "Controlled" } }, { "content": "Invalid", - "objectID": "eac29251-7a47-45b0-8502-014e960da6a4", + "objectID": "c1d75a66-7087-400d-bf2f-a54ebefb6cc1", "type": "lvl3", "url": "/docs/components/radio-group#invalid", "hierarchy": { "lvl1": "Radio", "lvl2": "Controlled", "lvl3": "Invalid" } }, { "content": "Slots", - "objectID": "f2a0f85e-9812-4c90-bf06-b753220146cd", + "objectID": "d8168522-32e4-4d45-9b95-5afeeb902c8b", "type": "lvl2", "url": "/docs/components/radio-group#slots", "hierarchy": { "lvl1": "Radio", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "80544f05-050a-4a6d-a4f0-377b9513d70e", + "objectID": "c1b0329b-9b15-4f2e-8f31-c0f17601242e", "type": "lvl3", "url": "/docs/components/radio-group#custom-styles", "hierarchy": { "lvl1": "Radio", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "d6a2e3b5-5f4d-47cd-8a1a-9fcf67045819", + "objectID": "57817049-1dd1-4cd9-822d-6ed0480119d8", "type": "lvl3", "url": "/docs/components/radio-group#custom-implementation", "hierarchy": { @@ -6805,35 +7169,35 @@ }, { "content": "Data Attributes", - "objectID": "49ec1b81-6633-4ef2-a11b-1d3057e02c7b", + "objectID": "e1df4217-26b8-445e-9db4-c83693bd435d", "type": "lvl2", "url": "/docs/components/radio-group#data-attributes", "hierarchy": { "lvl1": "Radio", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "efac0190-d0ee-4faa-ba13-b6099268607d", + "objectID": "f93bd565-f0a3-461d-b7fd-372cc7f0e106", "type": "lvl2", "url": "/docs/components/radio-group#accessibility", "hierarchy": { "lvl1": "Radio", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "c4314f7f-4ac6-48bc-9902-697cf0da3326", + "objectID": "616c7971-01e0-4402-82e8-ab594ef418bd", "type": "lvl2", "url": "/docs/components/radio-group#api", "hierarchy": { "lvl1": "Radio", "lvl2": "API", "lvl3": null } }, { "content": "RadioGroup Props", - "objectID": "922c38c5-1a52-45e3-a5a1-da486df57dfe", + "objectID": "3a5a1f70-563e-461e-b06d-c7322cbcb132", "type": "lvl3", "url": "/docs/components/radio-group#radiogroup-props", "hierarchy": { "lvl1": "Radio", "lvl2": "API", "lvl3": "RadioGroup Props" } }, { "content": "RadioGroup Events", - "objectID": "c8338d14-5cfc-4a42-a5f6-548a190c27e2", + "objectID": "4bb63ef0-23e5-41c6-bd2f-32f86d6da85c", "type": "lvl3", "url": "/docs/components/radio-group#radiogroup-events", "hierarchy": { @@ -6844,7 +7208,7 @@ }, { "content": "Radio Props", - "objectID": "536ffcb5-24c7-45d4-b51c-b07f69fbe1d5", + "objectID": "69109b68-26b7-4d15-b7a1-a0f5cc12c7f0", "type": "lvl3", "url": "/docs/components/radio-group#radio-props", "hierarchy": { @@ -6855,14 +7219,14 @@ }, { "content": "Range Calendar", - "objectID": "eb0fcced-9597-4b27-9d7e-efe51773bc59", + "objectID": "eda9950d-87b9-4505-9bf0-bc26a557df0d", "type": "lvl1", "url": "/docs/components/range-calendar", "hierarchy": { "lvl1": "Range Calendar" } }, { "content": "Installation", - "objectID": "56154443-66c5-4f79-9fb6-8deb0942ae47", + "objectID": "f79158c4-1402-4284-9aeb-033232dedad8", "type": "lvl2", "url": "/docs/components/range-calendar#installation", "hierarchy": { @@ -6873,21 +7237,21 @@ }, { "content": "Import", - "objectID": "384f21a7-8629-48ca-9525-6505fa0662c3", + "objectID": "28c48f5a-c994-4de5-bbf7-7dc3f53134cf", "type": "lvl2", "url": "/docs/components/range-calendar#import", "hierarchy": { "lvl1": "Range Calendar", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "40cc1eba-285b-473c-89a3-0cb216570cd7", + "objectID": "97240356-f21f-4dba-bb4e-d5a2b599f560", "type": "lvl2", "url": "/docs/components/range-calendar#usage", "hierarchy": { "lvl1": "Range Calendar", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "c4498c5c-023d-4d5c-aee9-0b398c610031", + "objectID": "3391004f-44b2-46c2-bfb1-a84ac54e1dd4", "type": "lvl3", "url": "/docs/components/range-calendar#disabled", "hierarchy": { @@ -6898,7 +7262,7 @@ }, { "content": "Read Only", - "objectID": "16c27181-47dd-438b-aa88-4188cd7592f2", + "objectID": "9afa4571-262b-4d5c-b31f-e50c3ea24d47", "type": "lvl3", "url": "/docs/components/range-calendar#read-only", "hierarchy": { @@ -6909,7 +7273,7 @@ }, { "content": "Controlled", - "objectID": "946764f5-e10c-4e71-b314-c10575baff3a", + "objectID": "3137dcd6-f6b2-4080-9395-6664508f3415", "type": "lvl3", "url": "/docs/components/range-calendar#controlled", "hierarchy": { @@ -6920,7 +7284,7 @@ }, { "content": "Min Date Value", - "objectID": "7ce1ec04-8da6-43ef-9918-3ea1c908aba0", + "objectID": "af3cb2f6-73b0-44db-998e-da28c2c1acbf", "type": "lvl3", "url": "/docs/components/range-calendar#min-date-value", "hierarchy": { @@ -6931,7 +7295,7 @@ }, { "content": "Max Date Value", - "objectID": "2ffea1f2-32df-4d6b-b397-8df56c0c85b0", + "objectID": "e78d7265-b0e0-48c1-a543-e23aa3dad588", "type": "lvl3", "url": "/docs/components/range-calendar#max-date-value", "hierarchy": { @@ -6942,7 +7306,7 @@ }, { "content": "Unavailable Dates", - "objectID": "fdd11c20-c782-42ea-bc29-2efe75265ff5", + "objectID": "02613e66-1917-4b27-93ef-9a972465a768", "type": "lvl3", "url": "/docs/components/range-calendar#unavailable-dates", "hierarchy": { @@ -6953,7 +7317,7 @@ }, { "content": "Non-Contiguous Ranges", - "objectID": "97645fc6-c8fa-4a72-ba49-79012970f83a", + "objectID": "7af7c557-1901-4b00-9e83-8cdd54f1a60f", "type": "lvl3", "url": "/docs/components/range-calendar#non-contiguous-ranges", "hierarchy": { @@ -6964,7 +7328,7 @@ }, { "content": "Controlled Focused Value", - "objectID": "d9087555-f3fe-4ae6-929b-2f69dbc7fbba", + "objectID": "a483b928-1651-4964-9efd-b50b138849fa", "type": "lvl3", "url": "/docs/components/range-calendar#controlled-focused-value", "hierarchy": { @@ -6975,7 +7339,7 @@ }, { "content": "Invalid Date", - "objectID": "2c5e102b-fbad-4e5d-b1a5-9b1bb1c285be", + "objectID": "9379bf06-9e0b-43a6-9059-5da76289359b", "type": "lvl3", "url": "/docs/components/range-calendar#invalid-date", "hierarchy": { @@ -6986,7 +7350,7 @@ }, { "content": "With Month And Year Picker", - "objectID": "aab5af9e-8817-4fa5-a24f-fb362e9f8eb3", + "objectID": "ca22e16f-4c71-4459-a0c1-0f0d9fd0ad0b", "type": "lvl3", "url": "/docs/components/range-calendar#with-month-and-year-picker", "hierarchy": { @@ -6997,7 +7361,7 @@ }, { "content": "International Calendars", - "objectID": "f708010f-748e-4a4b-bb50-5b74861f20d3", + "objectID": "d2232046-0631-43e5-8370-db96a213fc59", "type": "lvl3", "url": "/docs/components/range-calendar#international-calendars", "hierarchy": { @@ -7008,7 +7372,7 @@ }, { "content": "Visible Months", - "objectID": "695ab9bb-f383-40cd-b94a-6510751af2c6", + "objectID": "c053944d-978d-4459-b335-7820e9228114", "type": "lvl3", "url": "/docs/components/range-calendar#visible-months", "hierarchy": { @@ -7017,20 +7381,31 @@ "lvl3": "Visible Months" } }, + { + "content": "Custom first day of week", + "objectID": "f4ebf6d0-080a-46f5-bdf5-07b87c2888ce", + "type": "lvl3", + "url": "/docs/components/range-calendar#custom-first-day-of-week", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Visible Months", + "lvl3": "Custom first day of week" + } + }, { "content": "Page Behaviour", - "objectID": "59f24a5e-ad79-41bf-964e-805e2a15ff2c", + "objectID": "0c271410-cd1e-4312-8784-7fa25c7e5e71", "type": "lvl3", "url": "/docs/components/range-calendar#page-behaviour", "hierarchy": { "lvl1": "Range Calendar", - "lvl2": "Visible Months", + "lvl2": "Custom first day of week", "lvl3": "Page Behaviour" } }, { "content": "Presets", - "objectID": "0ba09c4b-3785-45f2-8a35-46cc8581430d", + "objectID": "43276eb1-f3ef-4f30-b1cb-9663d391a718", "type": "lvl3", "url": "/docs/components/range-calendar#presets", "hierarchy": { @@ -7041,14 +7416,14 @@ }, { "content": "Slots", - "objectID": "0a1d6b94-40f8-42ba-97b1-0798bd8fd083", + "objectID": "fcef6b35-fac1-4241-9fca-3378946cc26b", "type": "lvl2", "url": "/docs/components/range-calendar#slots", "hierarchy": { "lvl1": "Range Calendar", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "d72c8390-ea3c-4ba7-9d21-47f549d5a789", + "objectID": "3d8aafa0-38eb-4e7b-9ad4-83e79a7465be", "type": "lvl2", "url": "/docs/components/range-calendar#data-attributes", "hierarchy": { @@ -7059,7 +7434,7 @@ }, { "content": "Accessibility", - "objectID": "dce1a416-8019-4538-906e-d2fb7bde5489", + "objectID": "3d7ac9e3-1290-487d-bb35-cba287a96021", "type": "lvl2", "url": "/docs/components/range-calendar#accessibility", "hierarchy": { @@ -7070,14 +7445,14 @@ }, { "content": "API", - "objectID": "e489be03-7ae6-49c7-aef4-38d6baf87f0d", + "objectID": "e7b1fba1-8a1b-42c1-be58-0110210279f1", "type": "lvl2", "url": "/docs/components/range-calendar#api", "hierarchy": { "lvl1": "Range Calendar", "lvl2": "API", "lvl3": null } }, { "content": "RangeCalendar Props", - "objectID": "6802a4d8-dfbc-4511-9813-50ead96a5c8d", + "objectID": "32642824-5021-4fe1-9e8f-f0d2e2927f20", "type": "lvl3", "url": "/docs/components/range-calendar#rangecalendar-props", "hierarchy": { @@ -7088,7 +7463,7 @@ }, { "content": "RangeCalendar Events", - "objectID": "052bdeaa-4881-42bf-a7cf-fba87a6d56f4", + "objectID": "3dcd4961-a98e-493c-b0e4-b24404e853ae", "type": "lvl3", "url": "/docs/components/range-calendar#rangecalendar-events", "hierarchy": { @@ -7099,7 +7474,7 @@ }, { "content": "Supported Calendars", - "objectID": "48777617-6cc8-46d1-ae68-d4ade3be42a6", + "objectID": "440ce965-19dd-4055-9f04-a41faa0bef78", "type": "lvl4", "url": "/docs/components/range-calendar#supported-calendars", "hierarchy": { @@ -7110,14 +7485,14 @@ }, { "content": "Scroll Shadow", - "objectID": "939c96ef-1583-4717-a7f6-457bd6a9598f", + "objectID": "e6c33aa5-cf07-49f0-8e62-2eb2d04fe1cf", "type": "lvl1", "url": "/docs/components/scroll-shadow", "hierarchy": { "lvl1": "Scroll Shadow" } }, { "content": "Installation", - "objectID": "b03d1ae4-f242-49a6-8a31-a9581d8e7506", + "objectID": "7147bd90-8dbe-43c1-9269-4fb0e3cb1f2d", "type": "lvl2", "url": "/docs/components/scroll-shadow#installation", "hierarchy": { @@ -7128,21 +7503,21 @@ }, { "content": "Import", - "objectID": "9be5be55-4258-41eb-856a-91c094453f33", + "objectID": "9dbee8ac-68f0-4a5d-a2ae-a7e3c3913581", "type": "lvl2", "url": "/docs/components/scroll-shadow#import", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "82f2d9bd-5ac0-4b3c-891a-44909320c6c2", + "objectID": "1d6183b7-03ff-479f-aa97-b255b8913ec2", "type": "lvl2", "url": "/docs/components/scroll-shadow#usage", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Usage", "lvl3": null } }, { "content": "Hide Scrollbar", - "objectID": "30b6d51a-0a7f-41fc-b567-592b97792606", + "objectID": "25549fae-8c12-4458-89dd-c6f5a9b0bd69", "type": "lvl3", "url": "/docs/components/scroll-shadow#hide-scrollbar", "hierarchy": { @@ -7153,7 +7528,7 @@ }, { "content": "Custom Shadow Size", - "objectID": "068e5726-235f-42e8-895c-432d74b5789b", + "objectID": "ef71e44f-cabc-4c46-af5b-e97f30427945", "type": "lvl3", "url": "/docs/components/scroll-shadow#custom-shadow-size", "hierarchy": { @@ -7164,7 +7539,7 @@ }, { "content": "Horizontal Orientation", - "objectID": "03d74ce8-780c-4cd2-879a-b13c0a68c107", + "objectID": "7b271c3d-24ee-4db7-baf8-e0545bf9ea5d", "type": "lvl3", "url": "/docs/components/scroll-shadow#horizontal-orientation", "hierarchy": { @@ -7175,7 +7550,7 @@ }, { "content": "Shadow Offset", - "objectID": "9e873a9c-26e9-4f97-9d0d-21d3b43ebcc8", + "objectID": "dbc5cb13-2bd2-49e2-b601-c18790b5fe46", "type": "lvl3", "url": "/docs/components/scroll-shadow#shadow-offset", "hierarchy": { @@ -7186,14 +7561,14 @@ }, { "content": "API", - "objectID": "4ec9493c-bc1f-438b-b70a-58b5311ce9c1", + "objectID": "ddfb943e-4eff-4b49-940b-02b431600145", "type": "lvl2", "url": "/docs/components/scroll-shadow#api", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "API", "lvl3": null } }, { "content": "ScrollShadow Props", - "objectID": "047b67c5-3958-44b3-a37c-ef62a1469087", + "objectID": "dec89d40-fb0b-42e6-b812-640e6a74f7f7", "type": "lvl3", "url": "/docs/components/scroll-shadow#scrollshadow-props", "hierarchy": { @@ -7204,7 +7579,7 @@ }, { "content": "ScrollShadow Events", - "objectID": "70279478-9fa9-46a5-b735-7cfcf4667a26", + "objectID": "6a1eb785-e3ef-4acf-977e-151be4305cd4", "type": "lvl3", "url": "/docs/components/scroll-shadow#scrollshadow-events", "hierarchy": { @@ -7215,7 +7590,7 @@ }, { "content": "Types", - "objectID": "2ebfb63c-95a9-4d84-855f-727ea383f551", + "objectID": "2feed1eb-fa13-4e0d-b378-be387ed87406", "type": "lvl3", "url": "/docs/components/scroll-shadow#types", "hierarchy": { @@ -7226,49 +7601,49 @@ }, { "content": "Scroll Shadow Visibility", - "objectID": "1961b14c-3fd5-4756-8594-34e3903b2a42", + "objectID": "b14bf825-11c2-493c-a595-117bc2f2a450", "type": "lvl4", "url": "/docs/components/scroll-shadow#scroll-shadow-visibility", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Types", "lvl3": null } }, { "content": "Select", - "objectID": "0749afc7-7e22-4e71-86ec-492b32cb12b7", + "objectID": "52c02c86-3a86-4431-905a-724500b309b6", "type": "lvl1", "url": "/docs/components/select", "hierarchy": { "lvl1": "Select" } }, { "content": "Installation", - "objectID": "755873ee-74b3-432a-a700-e5aa0a447253", + "objectID": "02f30c2b-0946-4db3-827b-a144537ee56e", "type": "lvl2", "url": "/docs/components/select#installation", "hierarchy": { "lvl1": "Select", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "bd6a810f-2435-4fe9-8381-2c9519d2dba6", + "objectID": "42456074-62f8-42d1-a845-bf5c5e321237", "type": "lvl2", "url": "/docs/components/select#import", "hierarchy": { "lvl1": "Select", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "43a913e9-c288-4028-908c-a4f92282dfdb", + "objectID": "9083f576-0485-4305-a7f5-702f0c713010", "type": "lvl2", "url": "/docs/components/select#usage", "hierarchy": { "lvl1": "Select", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "f2001944-9ccf-4fc7-bf63-18ee251fc909", + "objectID": "9a0396c3-eccb-4a3a-9fb8-3c11e3c7fe44", "type": "lvl3", "url": "/docs/components/select#dynamic-items", "hierarchy": { "lvl1": "Select", "lvl2": "Usage", "lvl3": "Dynamic items" } }, { "content": "Multiple Selection", - "objectID": "81ca5fca-bcc4-4457-bf65-13518fde631b", + "objectID": "0c85d5b9-125a-4763-bf8d-320caf9cbd92", "type": "lvl3", "url": "/docs/components/select#multiple-selection", "hierarchy": { @@ -7279,7 +7654,7 @@ }, { "content": "Disabled", - "objectID": "c7d05672-6add-46d0-9c73-ebfaacc67402", + "objectID": "677b3985-78ce-4bcb-a570-e5187440638f", "type": "lvl3", "url": "/docs/components/select#disabled", "hierarchy": { @@ -7290,7 +7665,7 @@ }, { "content": "Disabled Items", - "objectID": "46d01d03-bef9-4030-92c7-88e1c5f67b8d", + "objectID": "57a1f67c-4d95-453e-baaa-9f6f76e1e127", "type": "lvl3", "url": "/docs/components/select#disabled-items", "hierarchy": { @@ -7301,7 +7676,7 @@ }, { "content": "Required", - "objectID": "f7371954-e7d4-4dc3-ace2-514b2cae7f4d", + "objectID": "50e382a9-2cea-476f-8b7f-4b0fa2e41c5e", "type": "lvl3", "url": "/docs/components/select#required", "hierarchy": { @@ -7312,35 +7687,35 @@ }, { "content": "Sizes", - "objectID": "366dcc86-c7b9-414a-81e4-a22700aae9c2", + "objectID": "7f4cdd86-b8ac-41a3-8ee0-7943ab3cacf5", "type": "lvl3", "url": "/docs/components/select#sizes", "hierarchy": { "lvl1": "Select", "lvl2": "Required", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "1bea8b92-a622-40eb-ae0c-df1c475f4057", + "objectID": "13336f84-48b4-4909-9ee8-4cf1e160d8e7", "type": "lvl3", "url": "/docs/components/select#colors", "hierarchy": { "lvl1": "Select", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "40ecd26d-a8c9-479e-92b0-cbe1a4999019", + "objectID": "c0fa7eea-9569-400b-a832-27e985d64e9d", "type": "lvl3", "url": "/docs/components/select#variants", "hierarchy": { "lvl1": "Select", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Radius", - "objectID": "b3e2a336-a52b-4ed5-8d06-34b6d9af7be8", + "objectID": "96fca515-3323-4dab-9ed5-aad69c7b6be5", "type": "lvl3", "url": "/docs/components/select#radius", "hierarchy": { "lvl1": "Select", "lvl2": "Variants", "lvl3": "Radius" } }, { "content": "Label Placements", - "objectID": "2374c70d-ad3d-4fcb-9827-0c4bbcfba796", + "objectID": "5716ccd9-5790-4b3f-b2db-6dab59de5661", "type": "lvl3", "url": "/docs/components/select#label-placements", "hierarchy": { @@ -7351,7 +7726,7 @@ }, { "content": "Start Content", - "objectID": "899358ac-3a0a-4a9d-b499-19987487c340", + "objectID": "486a1ecc-a41d-4783-a9c7-91bffe43658f", "type": "lvl3", "url": "/docs/components/select#start-content", "hierarchy": { @@ -7362,7 +7737,7 @@ }, { "content": "Item Start & End Content", - "objectID": "821507c4-1f0c-4b1c-83e6-21cc7f9578e6", + "objectID": "686f8c08-3261-4028-be23-5cca9dae2077", "type": "lvl3", "url": "/docs/components/select#item-start--end-content", "hierarchy": { @@ -7373,7 +7748,7 @@ }, { "content": "Custom Selector Icon", - "objectID": "3ada488a-c717-4a40-8d52-2ab6d386c01f", + "objectID": "950335bf-19f5-4a45-bdad-c17398784500", "type": "lvl3", "url": "/docs/components/select#custom-selector-icon", "hierarchy": { @@ -7384,7 +7759,7 @@ }, { "content": "Without Scroll Shadow", - "objectID": "8e4fa7cf-ea8c-45ef-8b4b-b544088e9bd8", + "objectID": "ce77b386-d407-46b5-b095-6a8a747a2d0c", "type": "lvl3", "url": "/docs/components/select#without-scroll-shadow", "hierarchy": { @@ -7395,7 +7770,7 @@ }, { "content": "With Description", - "objectID": "c88da05e-8892-40d9-b801-5798fe6daf01", + "objectID": "3bf2e1de-f1c4-4c7b-8dab-8cb4ba52e133", "type": "lvl3", "url": "/docs/components/select#with-description", "hierarchy": { @@ -7406,7 +7781,7 @@ }, { "content": "With Error Message", - "objectID": "3819187d-400c-43f5-b18a-6577eac5063b", + "objectID": "5411e136-0e4f-428a-9f9a-4be13040fd37", "type": "lvl3", "url": "/docs/components/select#with-error-message", "hierarchy": { @@ -7417,7 +7792,7 @@ }, { "content": "Controlled", - "objectID": "b257c25a-858d-45c5-b0ab-2e72a43b6d74", + "objectID": "9f1ba08f-ccd5-4621-8d73-06a60ce76267", "type": "lvl3", "url": "/docs/components/select#controlled", "hierarchy": { @@ -7428,7 +7803,7 @@ }, { "content": "Controlling the open state", - "objectID": "fdd99a87-f4bc-4628-9f0b-126e28070d97", + "objectID": "df22d7aa-87f9-4589-9a3c-750bb0b91e60", "type": "lvl3", "url": "/docs/components/select#controlling-the-open-state", "hierarchy": { @@ -7439,7 +7814,7 @@ }, { "content": "Custom Items", - "objectID": "7da9c64e-27fc-4b97-ad4b-99625d70a840", + "objectID": "7b6e59a6-61e2-4824-a373-c74682c4a2a5", "type": "lvl3", "url": "/docs/components/select#custom-items", "hierarchy": { @@ -7450,7 +7825,7 @@ }, { "content": "Custom Render Value", - "objectID": "238a0206-a289-475c-905d-d00430f66d29", + "objectID": "f04f7894-8e18-496d-94fe-399afb234467", "type": "lvl3", "url": "/docs/components/select#custom-render-value", "hierarchy": { @@ -7461,7 +7836,7 @@ }, { "content": "Asynchronous Loading", - "objectID": "3e978ced-47c4-466e-8749-9b0fdc51d229", + "objectID": "a9a618e4-7d9c-4d1e-a5d6-79657cb2e719", "type": "lvl3", "url": "/docs/components/select#asynchronous-loading", "hierarchy": { @@ -7472,7 +7847,7 @@ }, { "content": "Virtualization", - "objectID": "ad3859c0-ed89-4af2-8699-9cf916ccad9e", + "objectID": "68946bb2-c552-49f5-b73a-f3dc024ad49f", "type": "lvl3", "url": "/docs/components/select#virtualization", "hierarchy": { @@ -7483,14 +7858,14 @@ }, { "content": "Ten Thousand Items", - "objectID": "b150e9cd-6222-4446-b07a-7e6d6509d5c2", + "objectID": "b90a6bd0-5b24-4281-ad06-d8f2e33a57f9", "type": "lvl4", "url": "/docs/components/select#ten-thousand-items", "hierarchy": { "lvl1": "Select", "lvl2": "Virtualization", "lvl3": null } }, { "content": "Max Listbox Height", - "objectID": "2295927e-74f6-41d4-82a7-b564f5e2520d", + "objectID": "45181b20-1db9-4c34-be73-d9a7fd5d46a7", "type": "lvl4", "url": "/docs/components/select#max-listbox-height", "hierarchy": { @@ -7501,7 +7876,7 @@ }, { "content": "Custom Item Height", - "objectID": "0aa65c2d-27f1-4f5d-8b43-065c51fdfce6", + "objectID": "0b0f84d6-e66c-4053-84f8-4d92c371024e", "type": "lvl4", "url": "/docs/components/select#custom-item-height", "hierarchy": { @@ -7512,7 +7887,7 @@ }, { "content": "With Sections", - "objectID": "1f0e06a8-4305-45f2-b2f2-3dd8e6bb15b5", + "objectID": "17f3f1ed-47ed-43e5-94cb-36cad94b2685", "type": "lvl3", "url": "/docs/components/select#with-sections", "hierarchy": { @@ -7523,7 +7898,7 @@ }, { "content": "Custom Sections Style", - "objectID": "d38e3946-5d8b-4df5-b64c-789830edbc94", + "objectID": "da39a2a4-95ad-487f-a84d-18801e0d68a3", "type": "lvl3", "url": "/docs/components/select#custom-sections-style", "hierarchy": { @@ -7534,7 +7909,7 @@ }, { "content": "Multiple Select Controlled", - "objectID": "9a86660a-3a7f-497e-97ee-a725088a7994", + "objectID": "7b9ca732-a2a9-4e3f-a034-5bb961f9bb2e", "type": "lvl3", "url": "/docs/components/select#multiple-select-controlled", "hierarchy": { @@ -7545,7 +7920,7 @@ }, { "content": "Multiple With Chips", - "objectID": "81accc94-40c2-4fd6-a7fb-2abf9560646d", + "objectID": "54dd755c-3fee-476f-b360-6d7838a9b870", "type": "lvl3", "url": "/docs/components/select#multiple-with-chips", "hierarchy": { @@ -7556,7 +7931,7 @@ }, { "content": "Customizing the select", - "objectID": "ecdc806b-7f90-48a1-86e8-ae1e8d397888", + "objectID": "a873b221-64b1-4cd9-8943-c0a03536ea88", "type": "lvl3", "url": "/docs/components/select#customizing-the-select", "hierarchy": { @@ -7567,7 +7942,7 @@ }, { "content": "Using `value` attribute in option", - "objectID": "45535657-6aa3-4440-b4ca-3b0ad1cd9f74", + "objectID": "1a5e315a-1c2a-4ddc-8d2e-5e5f8cb45cc0", "type": "lvl3", "url": "/docs/components/select#using-value-attribute-in-option", "hierarchy": { @@ -7578,42 +7953,42 @@ }, { "content": "Slots", - "objectID": "ebd7877d-d1f6-4df7-a150-223edb10a0bf", + "objectID": "e4b60f17-61ff-41ec-a58c-325884f94962", "type": "lvl2", "url": "/docs/components/select#slots", "hierarchy": { "lvl1": "Select", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "182efdb1-6388-4593-8385-8731c071bbd2", + "objectID": "68b9ccde-6f9d-4ed8-aaa6-04e0bcb86465", "type": "lvl2", "url": "/docs/components/select#data-attributes", "hierarchy": { "lvl1": "Select", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "b4246851-664a-41e0-a7a9-0b7a18dc7915", + "objectID": "c1300676-ce97-4774-853a-6ab60dccb9ac", "type": "lvl2", "url": "/docs/components/select#accessibility", "hierarchy": { "lvl1": "Select", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "57252d87-fd5b-466f-a6ef-03ac4eafe4f7", + "objectID": "cd4e458a-6160-4b25-b7a2-c5c030193d4c", "type": "lvl2", "url": "/docs/components/select#api", "hierarchy": { "lvl1": "Select", "lvl2": "API", "lvl3": null } }, { "content": "Select Props", - "objectID": "5aee5750-c8ca-4794-ab91-f6ee65c4c383", + "objectID": "bc8003c6-4f2e-4178-9705-11d84ef4e862", "type": "lvl3", "url": "/docs/components/select#select-props", "hierarchy": { "lvl1": "Select", "lvl2": "API", "lvl3": "Select Props" } }, { "content": "Select Events", - "objectID": "8e1ec9ca-f973-415d-909d-a2c0a5f99227", + "objectID": "e2708575-e6f7-4c45-8bd4-17cca31d942b", "type": "lvl3", "url": "/docs/components/select#select-events", "hierarchy": { @@ -7624,7 +7999,7 @@ }, { "content": "SelectItem Props", - "objectID": "4ad393b8-f196-4bb7-851f-c1865e4ea1d7", + "objectID": "a811486c-23f1-4fb8-81ca-8ac97c170222", "type": "lvl3", "url": "/docs/components/select#selectitem-props", "hierarchy": { @@ -7635,7 +8010,7 @@ }, { "content": "SelectItem Events", - "objectID": "8a480202-9085-4dec-895f-69b82bdf105f", + "objectID": "83929b97-83c3-4c19-b1f8-12398470ce3b", "type": "lvl3", "url": "/docs/components/select#selectitem-events", "hierarchy": { @@ -7646,7 +8021,7 @@ }, { "content": "SelectSection Props", - "objectID": "371f300d-42cb-4511-969b-0125dbadf572", + "objectID": "25fe0a4e-0100-4657-9683-9f2af5cb7e6c", "type": "lvl3", "url": "/docs/components/select#selectsection-props", "hierarchy": { @@ -7657,7 +8032,7 @@ }, { "content": "Types", - "objectID": "fdf70702-32f1-49e2-9825-8f093b6704d4", + "objectID": "6d466b62-69a6-4df3-8afa-73f18aabc476", "type": "lvl3", "url": "/docs/components/select#types", "hierarchy": { @@ -7668,49 +8043,49 @@ }, { "content": "Render Value Function", - "objectID": "431274b1-fea0-4a92-92e2-b76dffda1d24", + "objectID": "1177b1f5-867d-4717-a683-fd19f8fe75c8", "type": "lvl4", "url": "/docs/components/select#render-value-function", "hierarchy": { "lvl1": "Select", "lvl2": "Types", "lvl3": null } }, { "content": "Skeleton", - "objectID": "0b36e267-a45f-484d-a3d1-ac1de7ee0dee", + "objectID": "11aae996-654b-4998-8c90-1d237a8ad2d6", "type": "lvl1", "url": "/docs/components/skeleton", "hierarchy": { "lvl1": "Skeleton" } }, { "content": "Installation", - "objectID": "9ca9a5b4-7b5f-43d7-837a-fdb8f0ba503d", + "objectID": "00f314d9-5f58-4d98-a0b8-070c5f50dbf3", "type": "lvl2", "url": "/docs/components/skeleton#installation", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "eab5e98a-72f9-4797-ba3d-082cb3da6b04", + "objectID": "fe622693-3487-4050-884f-bca08d21edd0", "type": "lvl2", "url": "/docs/components/skeleton#import", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "fd79b6b9-7c9e-49f1-a10e-1fa0a66044de", + "objectID": "d8916d55-bbda-4c61-beb8-c0aeb7cb41c8", "type": "lvl2", "url": "/docs/components/skeleton#usage", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Usage", "lvl3": null } }, { "content": "Standalone", - "objectID": "49fe3452-d3a6-4173-9ec0-8cbba55ce508", + "objectID": "4e7561c6-6def-41dd-88a2-491d83c13131", "type": "lvl3", "url": "/docs/components/skeleton#standalone", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Usage", "lvl3": "Standalone" } }, { "content": "Loaded State", - "objectID": "17aea907-f98f-4afb-b792-b4c446c2ad99", + "objectID": "50e8552e-1dc4-4fa1-b719-733beadb5f37", "type": "lvl3", "url": "/docs/components/skeleton#loaded-state", "hierarchy": { @@ -7721,91 +8096,91 @@ }, { "content": "Slots", - "objectID": "f890e944-d07f-45ce-bc36-1b5d0a1ffc5f", + "objectID": "412421ed-8c96-41f0-854e-3b9db95846d9", "type": "lvl2", "url": "/docs/components/skeleton#slots", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "a793331b-b3d7-420f-a9b8-e0584ae34de8", + "objectID": "56c87a70-1a44-43ab-a364-99e47be42890", "type": "lvl2", "url": "/docs/components/skeleton#data-attributes", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "7024dd32-6541-4a71-92de-a882086ee604", + "objectID": "043a75f6-fe41-4657-bb04-6a9815ca232a", "type": "lvl2", "url": "/docs/components/skeleton#api", "hierarchy": { "lvl1": "Skeleton", "lvl2": "API", "lvl3": null } }, { "content": "Skeleton Props", - "objectID": "c3be3cbe-3f5a-483a-aea6-b20868d512f4", + "objectID": "3f331ccb-b1e6-4386-8c9c-9be079506397", "type": "lvl3", "url": "/docs/components/skeleton#skeleton-props", "hierarchy": { "lvl1": "Skeleton", "lvl2": "API", "lvl3": "Skeleton Props" } }, { "content": "Slider", - "objectID": "c1032533-d372-4728-ba78-02edf9c52b7f", + "objectID": "e5d71018-3f86-4ce5-b4a6-07aad9930c47", "type": "lvl1", "url": "/docs/components/slider", "hierarchy": { "lvl1": "Slider" } }, { "content": "Installation", - "objectID": "6a3f09b5-10b6-4c6a-94a5-44278a4dac07", + "objectID": "8f14d52e-f45b-446c-bde9-f58e0210dc77", "type": "lvl2", "url": "/docs/components/slider#installation", "hierarchy": { "lvl1": "Slider", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "d40d5410-5c56-43f4-9c9d-d468eb18b4ba", + "objectID": "e4649136-aeb5-40ec-9a93-d6f6830852fa", "type": "lvl2", "url": "/docs/components/slider#import", "hierarchy": { "lvl1": "Slider", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "597fcda8-6ae7-4409-bd23-e710a07c35d8", + "objectID": "758fec8a-b725-402e-8c71-8530765c58c1", "type": "lvl2", "url": "/docs/components/slider#usage", "hierarchy": { "lvl1": "Slider", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "489a37d8-800c-41e8-bbf4-4447759ee142", + "objectID": "8d3ca488-9e60-4be9-87fa-49ecdf93374a", "type": "lvl3", "url": "/docs/components/slider#disabled", "hierarchy": { "lvl1": "Slider", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "a4fe5a91-5c03-4f12-93a5-289d2a6d7ffd", + "objectID": "3e4d0773-24c0-419b-8da1-b9add685b78d", "type": "lvl3", "url": "/docs/components/slider#sizes", "hierarchy": { "lvl1": "Slider", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Radius", - "objectID": "2d8bc41c-36db-4953-96f1-4ed90f2d51cf", + "objectID": "603856fd-f593-48f9-a143-29fcb7a8c642", "type": "lvl3", "url": "/docs/components/slider#radius", "hierarchy": { "lvl1": "Slider", "lvl2": "Sizes", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "cd7b3372-f62e-444f-a9ab-b7addffd5288", + "objectID": "0d9864d8-15e5-4762-9745-6ec1250f3ca7", "type": "lvl3", "url": "/docs/components/slider#colors", "hierarchy": { "lvl1": "Slider", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Vertical Slider", - "objectID": "bf0dd8a1-77ae-4228-852d-630f640797f9", + "objectID": "a4a1e001-4d49-43ab-b8db-cda8b708367d", "type": "lvl3", "url": "/docs/components/slider#vertical-slider", "hierarchy": { @@ -7816,7 +8191,7 @@ }, { "content": "With Visible Steps", - "objectID": "7bf44b7e-3f07-45ff-a746-12fa183a8d8b", + "objectID": "d65046d6-3429-4160-a736-1ec9489f39d6", "type": "lvl3", "url": "/docs/components/slider#with-visible-steps", "hierarchy": { @@ -7827,7 +8202,7 @@ }, { "content": "With Marks", - "objectID": "70c89245-70d6-4ce2-b8bb-3740514361cb", + "objectID": "73a7eaaa-95b5-4748-9e08-7e94d6377bde", "type": "lvl3", "url": "/docs/components/slider#with-marks", "hierarchy": { @@ -7838,7 +8213,7 @@ }, { "content": "Range Slider", - "objectID": "2356e86e-27f3-444f-92d5-2f7cc43527c9", + "objectID": "a23507ef-98d0-43da-b246-22ff29906195", "type": "lvl3", "url": "/docs/components/slider#range-slider", "hierarchy": { @@ -7849,7 +8224,7 @@ }, { "content": "Fill Offset", - "objectID": "033c8e39-e362-48b6-a869-962db36ceff6", + "objectID": "19a38a94-25e7-4434-8a01-f6004e6677d1", "type": "lvl3", "url": "/docs/components/slider#fill-offset", "hierarchy": { @@ -7860,7 +8235,7 @@ }, { "content": "With Tooltip", - "objectID": "b5ad6407-dab2-4876-9b4f-a4ec6937f21b", + "objectID": "abd674d1-8c0d-4007-91da-4bf6f1c45bed", "type": "lvl3", "url": "/docs/components/slider#with-tooltip", "hierarchy": { @@ -7871,7 +8246,7 @@ }, { "content": "With Outline", - "objectID": "b3a85525-b5b8-4f28-a890-b4a9f83735d0", + "objectID": "68ea2d31-a2d5-4bb4-99ed-a16cd438f14a", "type": "lvl3", "url": "/docs/components/slider#with-outline", "hierarchy": { @@ -7882,7 +8257,7 @@ }, { "content": "Start & End Content", - "objectID": "dd17797e-8e64-454a-8878-476fca9b49bb", + "objectID": "14229a22-5fac-4207-ab87-21c7807a54bb", "type": "lvl3", "url": "/docs/components/slider#start--end-content", "hierarchy": { @@ -7893,7 +8268,7 @@ }, { "content": "Value Formatting", - "objectID": "377092cc-1ab0-4899-b7fd-5c24acf28d09", + "objectID": "9193c579-bf79-439f-be86-5c2490d65f56", "type": "lvl3", "url": "/docs/components/slider#value-formatting", "hierarchy": { @@ -7904,7 +8279,7 @@ }, { "content": "Hiding the Value", - "objectID": "7ae68310-f2a0-407a-b53a-60f32d16094f", + "objectID": "1d92dec8-39e2-4454-8295-8a05c9a3848d", "type": "lvl3", "url": "/docs/components/slider#hiding-the-value", "hierarchy": { @@ -7915,7 +8290,7 @@ }, { "content": "Hiding the Thumbs", - "objectID": "8838f840-44ad-4a32-9171-ffc823123001", + "objectID": "16815f89-a574-4794-984f-04d10154a666", "type": "lvl3", "url": "/docs/components/slider#hiding-the-thumbs", "hierarchy": { @@ -7926,7 +8301,7 @@ }, { "content": "Controlled", - "objectID": "abe51b80-39ec-4e69-894b-518930e8974e", + "objectID": "3bb7c135-5d41-4181-917a-8a1af534a1c8", "type": "lvl3", "url": "/docs/components/slider#controlled", "hierarchy": { @@ -7937,7 +8312,7 @@ }, { "content": "Controlled Range", - "objectID": "f7f940e7-c920-4c27-8901-406d9338aba8", + "objectID": "59f017e7-0c76-4500-a820-465d4e025ee5", "type": "lvl3", "url": "/docs/components/slider#controlled-range", "hierarchy": { @@ -7948,7 +8323,7 @@ }, { "content": "Custom Thumb", - "objectID": "3db1c3b4-7f15-4101-8577-c1335323dbdb", + "objectID": "a4b1de3c-b646-4a76-a611-ce65d01e2f17", "type": "lvl3", "url": "/docs/components/slider#custom-thumb", "hierarchy": { @@ -7959,7 +8334,7 @@ }, { "content": "Custom Range Thumbs", - "objectID": "5cf3c4f5-7bf9-4e06-b1b9-59eb04f10ba6", + "objectID": "1fb53124-ebcc-4138-8bf8-1979656895ce", "type": "lvl3", "url": "/docs/components/slider#custom-range-thumbs", "hierarchy": { @@ -7970,7 +8345,7 @@ }, { "content": "Custom Label", - "objectID": "2d592de7-d733-4e7a-b27e-1f3be5711867", + "objectID": "30ae3faf-cb1c-4ffa-8000-7bcfd38a1994", "type": "lvl3", "url": "/docs/components/slider#custom-label", "hierarchy": { @@ -7981,7 +8356,7 @@ }, { "content": "Custom Value", - "objectID": "f409df48-d2cb-4dd0-b051-f2fe87980f6d", + "objectID": "ba5792d5-2c9b-46d7-8ffb-f1d2d7a67d0b", "type": "lvl3", "url": "/docs/components/slider#custom-value", "hierarchy": { @@ -7992,7 +8367,7 @@ }, { "content": "Disabling Thumb Scale", - "objectID": "97929ec6-817b-4a3d-aca1-7873640890fe", + "objectID": "e6c2efb7-7e08-43eb-a531-1b34f986e63f", "type": "lvl3", "url": "/docs/components/slider#disabling-thumb-scale", "hierarchy": { @@ -8003,49 +8378,49 @@ }, { "content": "Slots", - "objectID": "af158349-fded-435b-8573-a8fcc8a8474d", + "objectID": "8b9892b0-bd1b-4626-a04f-a9917c312366", "type": "lvl2", "url": "/docs/components/slider#slots", "hierarchy": { "lvl1": "Slider", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "2f6cb29f-4638-4b93-a880-9e04ce06cb63", + "objectID": "fa0de212-0f41-4b5e-b674-298748b54d30", "type": "lvl3", "url": "/docs/components/slider#custom-styles", "hierarchy": { "lvl1": "Slider", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "7dab613e-a999-4329-a9bc-a5a820dad312", + "objectID": "02c5b117-e3e2-4879-880e-aef3c2614b6b", "type": "lvl2", "url": "/docs/components/slider#data-attributes", "hierarchy": { "lvl1": "Slider", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "333f333b-8b4e-4178-ad81-50fe612e2d6d", + "objectID": "02fafa6c-8d83-4c42-9bed-aa376764bbca", "type": "lvl2", "url": "/docs/components/slider#accessibility", "hierarchy": { "lvl1": "Slider", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "8a775585-edda-449e-8454-32e795a87fe8", + "objectID": "e72bd6f1-e42e-4108-8d35-f2a34aee131d", "type": "lvl2", "url": "/docs/components/slider#api", "hierarchy": { "lvl1": "Slider", "lvl2": "API", "lvl3": null } }, { "content": "Slider Props", - "objectID": "03ae3ca2-2acf-4409-986f-421171e8c02e", + "objectID": "0d020418-9b05-4f65-8838-47305e9f756a", "type": "lvl3", "url": "/docs/components/slider#slider-props", "hierarchy": { "lvl1": "Slider", "lvl2": "API", "lvl3": "Slider Props" } }, { "content": "Slider Functions", - "objectID": "f2a505f7-11fa-44d1-9155-2b1e3d67b437", + "objectID": "5617235c-1fcd-48c8-ad7f-b4aab6f24df2", "type": "lvl3", "url": "/docs/components/slider#slider-functions", "hierarchy": { @@ -8056,7 +8431,7 @@ }, { "content": "Slider Events", - "objectID": "a40a7c11-0591-4c3b-b69e-130179e4d786", + "objectID": "990ffce6-f039-4de2-8582-0a2141e213c4", "type": "lvl3", "url": "/docs/components/slider#slider-events", "hierarchy": { @@ -8067,77 +8442,77 @@ }, { "content": "Types", - "objectID": "3dde1f5c-9f4f-4907-b442-2a879b8df2f1", + "objectID": "4cd45886-0517-48ab-84fb-8662c32364d1", "type": "lvl3", "url": "/docs/components/slider#types", "hierarchy": { "lvl1": "Slider", "lvl2": "Slider Events", "lvl3": "Types" } }, { "content": "Slider Value", - "objectID": "c39584f7-a717-4fdf-83e5-2e14159b7988", + "objectID": "37dfcd20-911f-4392-a8be-a149414c5cbd", "type": "lvl4", "url": "/docs/components/slider#slider-value", "hierarchy": { "lvl1": "Slider", "lvl2": "Types", "lvl3": null } }, { "content": "Slider Step Marks", - "objectID": "a60035ed-2a07-4738-b665-87109b524345", + "objectID": "52961f03-fa99-43ed-93d3-bd089eaaca0f", "type": "lvl4", "url": "/docs/components/slider#slider-step-marks", "hierarchy": { "lvl1": "Slider", "lvl2": "Slider Value", "lvl3": null } }, { "content": "Snippet", - "objectID": "e55f4f54-9da0-4f2f-9bba-0eec3a400023", + "objectID": "b8fe10b9-597d-4eb3-91cc-72fbbb98613e", "type": "lvl1", "url": "/docs/components/snippet", "hierarchy": { "lvl1": "Snippet" } }, { "content": "Installation", - "objectID": "3e16485d-0944-4843-8399-6b1dfaf12dd4", + "objectID": "d416ccdc-27b5-4959-93ab-8ad38f623020", "type": "lvl2", "url": "/docs/components/snippet#installation", "hierarchy": { "lvl1": "Snippet", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "02ea009f-82d5-4d07-901a-6c6673e5d858", + "objectID": "f1655a63-cdab-483d-81a5-6de850ca65b5", "type": "lvl2", "url": "/docs/components/snippet#import", "hierarchy": { "lvl1": "Snippet", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "eb8736e2-65ed-43a8-b48b-821c40e70fbd", + "objectID": "04f902b3-ad18-4c42-9b97-a5503b6e603a", "type": "lvl2", "url": "/docs/components/snippet#usage", "hierarchy": { "lvl1": "Snippet", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "b116c7d7-30dd-4c37-9225-e2b723a8c6c2", + "objectID": "5bcac89f-e700-4182-9cfc-89221bcd6303", "type": "lvl3", "url": "/docs/components/snippet#sizes", "hierarchy": { "lvl1": "Snippet", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "801b853a-b0be-4f41-bc89-372ce6756403", + "objectID": "fdd1ff7e-62fc-4766-9dd5-bc638ce93580", "type": "lvl3", "url": "/docs/components/snippet#colors", "hierarchy": { "lvl1": "Snippet", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "4e23ff49-a074-493b-907a-f010ac37c0e3", + "objectID": "ceac1ac3-2427-487d-ac18-e8bc0f42e580", "type": "lvl3", "url": "/docs/components/snippet#variants", "hierarchy": { "lvl1": "Snippet", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Custom Symbol", - "objectID": "507a66ed-06f6-403c-a12a-08fc59ff6c05", + "objectID": "28491d18-2ef8-4cde-90c3-df5bc6d8e4f4", "type": "lvl3", "url": "/docs/components/snippet#custom-symbol", "hierarchy": { @@ -8148,7 +8523,7 @@ }, { "content": "Without Copy", - "objectID": "f59674eb-b4af-4d1e-a487-a0d8899af919", + "objectID": "d92e287d-ecdb-49ea-ae51-f893b13c96ed", "type": "lvl3", "url": "/docs/components/snippet#without-copy", "hierarchy": { @@ -8159,7 +8534,7 @@ }, { "content": "Custom Tooltip", - "objectID": "21b43485-3bd1-4edb-9826-79c8c91763b2", + "objectID": "906cd3b6-1f56-417a-be93-d086f40d1cd1", "type": "lvl3", "url": "/docs/components/snippet#custom-tooltip", "hierarchy": { @@ -8170,7 +8545,7 @@ }, { "content": "Multiline", - "objectID": "e059afb7-4e34-4a21-99bc-c06e0ccc12c4", + "objectID": "0f62f790-87ab-47e0-934c-5844ce1bab2a", "type": "lvl3", "url": "/docs/components/snippet#multiline", "hierarchy": { @@ -8181,7 +8556,7 @@ }, { "content": "Custom Icons", - "objectID": "5d4e8ce2-88f0-47fe-a4cb-b17256e655f0", + "objectID": "16edf620-be99-4d59-ae3d-fe00caad8b40", "type": "lvl3", "url": "/docs/components/snippet#custom-icons", "hierarchy": { @@ -8192,28 +8567,28 @@ }, { "content": "Slots", - "objectID": "61533caf-c023-4bfb-9dd4-ca0401332855", + "objectID": "0cc9e268-859a-4302-aa20-1265eda2d2a7", "type": "lvl2", "url": "/docs/components/snippet#slots", "hierarchy": { "lvl1": "Snippet", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "165330d3-8ad1-4894-a763-699699d8cfd0", + "objectID": "a0270530-ca2d-4592-81b0-1abab52f5649", "type": "lvl2", "url": "/docs/components/snippet#api", "hierarchy": { "lvl1": "Snippet", "lvl2": "API", "lvl3": null } }, { "content": "Snippet Props", - "objectID": "68ff449e-76c2-4725-b9e8-b6f97ba2f1fd", + "objectID": "5a4c76eb-5a25-4331-b651-30130dfed464", "type": "lvl3", "url": "/docs/components/snippet#snippet-props", "hierarchy": { "lvl1": "Snippet", "lvl2": "API", "lvl3": "Snippet Props" } }, { "content": "Snippet Events", - "objectID": "131b1747-2ef8-4821-96f0-4615e6ecd6b6", + "objectID": "5e2fa699-8b83-4756-a161-ae2f10eb3888", "type": "lvl3", "url": "/docs/components/snippet#snippet-events", "hierarchy": { @@ -8224,105 +8599,105 @@ }, { "content": "Spacer", - "objectID": "5f3c7fb6-d2b6-4319-a07d-55e50b39ab99", + "objectID": "8621bd20-a648-4d24-8ce9-311c65c83c38", "type": "lvl1", "url": "/docs/components/spacer", "hierarchy": { "lvl1": "Spacer" } }, { "content": "Installation", - "objectID": "cf9e62ae-67d8-429e-a2f1-b558d19596eb", + "objectID": "7f7bdb74-753b-4ce8-9703-f8650664e2d5", "type": "lvl2", "url": "/docs/components/spacer#installation", "hierarchy": { "lvl1": "Spacer", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "55c03204-3f40-4fff-9557-484e7a827970", + "objectID": "b1dbe292-1185-4a9a-8c6a-8c6a29c56fa9", "type": "lvl2", "url": "/docs/components/spacer#import", "hierarchy": { "lvl1": "Spacer", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "99d873d4-eabe-4e21-8638-4ad6cef44f0b", + "objectID": "ef0a7385-a82f-4673-b15a-1f0d3655d3b9", "type": "lvl2", "url": "/docs/components/spacer#usage", "hierarchy": { "lvl1": "Spacer", "lvl2": "Usage", "lvl3": null } }, { "content": "API", - "objectID": "9e72607d-ca11-44b9-b728-b6dd4ef254d6", + "objectID": "2952a2ff-461f-4b30-833e-3acf759f3764", "type": "lvl2", "url": "/docs/components/spacer#api", "hierarchy": { "lvl1": "Spacer", "lvl2": "API", "lvl3": null } }, { "content": "Spacer Props", - "objectID": "e3c3fe14-62af-4b8f-b558-f5ac0472e121", + "objectID": "3bd3c04c-e9a3-4152-9ccf-5f926f6a7506", "type": "lvl3", "url": "/docs/components/spacer#spacer-props", "hierarchy": { "lvl1": "Spacer", "lvl2": "API", "lvl3": "Spacer Props" } }, { "content": "Types", - "objectID": "66ce0ba8-9dcd-45ee-b627-08ad52c21963", + "objectID": "8d93e8c2-a8e4-4864-af09-a09dcef27b86", "type": "lvl3", "url": "/docs/components/spacer#types", "hierarchy": { "lvl1": "Spacer", "lvl2": "Spacer Props", "lvl3": "Types" } }, { "content": "Spinner", - "objectID": "b1c72daa-53c8-47d6-a997-1591ef04c3ce", + "objectID": "152ff914-8f33-4386-81a2-4ee2d8a1f4b8", "type": "lvl1", "url": "/docs/components/spinner", "hierarchy": { "lvl1": "Spinner" } }, { "content": "Installation", - "objectID": "283a0c45-3217-45fb-8dbe-1f44602b2ee4", + "objectID": "35c66ffb-52b2-44f2-a8ba-97fb0e6d144f", "type": "lvl2", "url": "/docs/components/spinner#installation", "hierarchy": { "lvl1": "Spinner", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "11115174-8852-4e92-9a74-6da7b6612d07", + "objectID": "bb4621f6-2bff-4f06-abb4-0e7707eda4e3", "type": "lvl2", "url": "/docs/components/spinner#import", "hierarchy": { "lvl1": "Spinner", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "d0b7346c-4e81-41cd-aa41-6fe64b4b35cd", + "objectID": "32f0c398-7d4a-4b54-88fb-afa250815d60", "type": "lvl2", "url": "/docs/components/spinner#usage", "hierarchy": { "lvl1": "Spinner", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "07b8222b-4fc2-4eb6-b882-4671a2a65a4d", + "objectID": "6369fecf-af41-4423-aa07-1618a5dc5ec6", "type": "lvl3", "url": "/docs/components/spinner#sizes", "hierarchy": { "lvl1": "Spinner", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "58593a05-e72d-48e7-b079-d4a9b88bee0b", + "objectID": "6d5b8576-a3ea-4ff2-825e-cfeaf6d238d8", "type": "lvl3", "url": "/docs/components/spinner#colors", "hierarchy": { "lvl1": "Spinner", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "With Label", - "objectID": "7c4256b7-9fdc-42dd-8b3e-92381de893d9", + "objectID": "96b4442d-ff23-4cb0-9cfe-ecae0962dfc1", "type": "lvl3", "url": "/docs/components/spinner#with-label", "hierarchy": { "lvl1": "Spinner", "lvl2": "Colors", "lvl3": "With Label" } }, { "content": "Label colors", - "objectID": "988e306c-951c-44c8-8ae4-c856373e289f", + "objectID": "f76e75ff-5a35-45c4-803d-d89b179305f4", "type": "lvl3", "url": "/docs/components/spinner#label-colors", "hierarchy": { @@ -8333,7 +8708,7 @@ }, { "content": "Variants", - "objectID": "5405db2a-db33-4b46-bab8-360eacb87ca8", + "objectID": "3db6c0e8-d37e-41a3-b31e-661c90108bd9", "type": "lvl3", "url": "/docs/components/spinner#variants", "hierarchy": { @@ -8344,84 +8719,84 @@ }, { "content": "Slots", - "objectID": "81f44aa6-56d3-469e-8468-ea3d25c559ec", + "objectID": "3551afa3-f031-48df-9a84-8b0f7e55d854", "type": "lvl2", "url": "/docs/components/spinner#slots", "hierarchy": { "lvl1": "Spinner", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "261706c7-9cb7-4925-87f5-610986c50278", + "objectID": "0c9230fe-f2d1-409e-b593-ac2b59a6d497", "type": "lvl2", "url": "/docs/components/spinner#api", "hierarchy": { "lvl1": "Spinner", "lvl2": "API", "lvl3": null } }, { "content": "Spinner Props", - "objectID": "75eea6ef-43b6-4a42-a0f4-c0ea4c96d268", + "objectID": "35691fe1-1f89-4f06-a265-68066f70fcf2", "type": "lvl3", "url": "/docs/components/spinner#spinner-props", "hierarchy": { "lvl1": "Spinner", "lvl2": "API", "lvl3": "Spinner Props" } }, { "content": "Switch", - "objectID": "1d69873b-b31b-40bf-bcad-045d7b4be4e2", + "objectID": "4882ad76-4e41-48ea-84c5-d2b9ae4e559e", "type": "lvl1", "url": "/docs/components/switch", "hierarchy": { "lvl1": "Switch" } }, { "content": "Installation", - "objectID": "f29cd1db-14a9-4f52-ab88-6aeca635b508", + "objectID": "ca44be68-eee7-4cc2-9dce-0764e6206d05", "type": "lvl2", "url": "/docs/components/switch#installation", "hierarchy": { "lvl1": "Switch", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "ad7ec067-e833-4d47-b1fa-28c6696e8d4b", + "objectID": "87402596-603e-48a3-9e67-1a907c16106d", "type": "lvl2", "url": "/docs/components/switch#import", "hierarchy": { "lvl1": "Switch", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "8c55f585-0493-4747-b8aa-88a4c8ec99a0", + "objectID": "b5bab0be-9e20-40a2-a892-c7d2edfffbbd", "type": "lvl2", "url": "/docs/components/switch#usage", "hierarchy": { "lvl1": "Switch", "lvl2": "Usage", "lvl3": null } }, { "content": "With Label", - "objectID": "ac5b50c4-31bc-4191-8dd0-92b3c50cad00", + "objectID": "faa8a100-be25-47ca-96a1-c92eebc97162", "type": "lvl3", "url": "/docs/components/switch#with-label", "hierarchy": { "lvl1": "Switch", "lvl2": "Usage", "lvl3": "With Label" } }, { "content": "Disabled", - "objectID": "18e997c5-c08a-4ded-b6da-dd961dc8af8d", + "objectID": "32ca887a-e3ee-4ea6-b11f-740f545aa51b", "type": "lvl3", "url": "/docs/components/switch#disabled", "hierarchy": { "lvl1": "Switch", "lvl2": "With Label", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "5fe07fe8-5853-498b-b5b1-75b324e67564", + "objectID": "3194aed2-a74b-4871-9cb1-10eb14c13dcc", "type": "lvl3", "url": "/docs/components/switch#sizes", "hierarchy": { "lvl1": "Switch", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "2a458d5a-7bf1-4d9d-878b-207996b49153", + "objectID": "ff8da583-ce20-485a-943e-ef29be1de763", "type": "lvl3", "url": "/docs/components/switch#colors", "hierarchy": { "lvl1": "Switch", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "With Thumb Icon", - "objectID": "b7cacb8a-5131-485f-8704-cc8f905e4b01", + "objectID": "6fcf2766-b589-4621-8342-a59441d01699", "type": "lvl3", "url": "/docs/components/switch#with-thumb-icon", "hierarchy": { @@ -8432,7 +8807,7 @@ }, { "content": "With Icons", - "objectID": "ed2caeb1-2cf5-40ab-8abd-b028350191ec", + "objectID": "739f0856-0bae-4406-9b35-c7ba6e4b125a", "type": "lvl3", "url": "/docs/components/switch#with-icons", "hierarchy": { @@ -8443,7 +8818,7 @@ }, { "content": "Controlled", - "objectID": "3f6d01f1-9f71-4a6f-9c46-8b14e9f027ad", + "objectID": "7006e530-fe97-4a0a-aa9f-9d7172186679", "type": "lvl3", "url": "/docs/components/switch#controlled", "hierarchy": { @@ -8454,21 +8829,21 @@ }, { "content": "Slots", - "objectID": "c28a5f0f-294f-4ba2-a2b8-173854d62008", + "objectID": "e14a66c0-c8d6-40a6-a296-7d5b410b1dd9", "type": "lvl2", "url": "/docs/components/switch#slots", "hierarchy": { "lvl1": "Switch", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "b91b9d22-a154-489a-84fc-1f3b2779ce2d", + "objectID": "c5cdcdb5-0d9b-4dff-b07c-2046edf6a162", "type": "lvl3", "url": "/docs/components/switch#custom-styles", "hierarchy": { "lvl1": "Switch", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "b1303e28-a4c9-4a98-8385-9ed810880498", + "objectID": "2da86643-d1af-45aa-bce2-dbbf84439754", "type": "lvl3", "url": "/docs/components/switch#custom-implementation", "hierarchy": { @@ -8479,35 +8854,35 @@ }, { "content": "Data Attributes", - "objectID": "e8189976-dd2c-476f-acda-88864f140773", + "objectID": "535d583e-2d8d-4e83-95c0-9848c8f95db5", "type": "lvl2", "url": "/docs/components/switch#data-attributes", "hierarchy": { "lvl1": "Switch", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "08190c43-3dc7-4cc6-b7fc-4bcbdd08d1e6", + "objectID": "0c37f582-d7ee-4eea-ad28-abc1783df3a9", "type": "lvl2", "url": "/docs/components/switch#accessibility", "hierarchy": { "lvl1": "Switch", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "0b02e0f3-131f-4e0a-b411-f19a08283c3e", + "objectID": "9c1c1925-11b1-4473-81d0-23ae03e81dfe", "type": "lvl2", "url": "/docs/components/switch#api", "hierarchy": { "lvl1": "Switch", "lvl2": "API", "lvl3": null } }, { "content": "Switch Props", - "objectID": "a443d71a-3b08-40b6-a406-25fa7d394ae4", + "objectID": "7f721e7b-5d82-42e6-aab2-9095f5948d6e", "type": "lvl3", "url": "/docs/components/switch#switch-props", "hierarchy": { "lvl1": "Switch", "lvl2": "API", "lvl3": "Switch Props" } }, { "content": "Switch Events", - "objectID": "89ecf4bc-3602-4caa-833a-327b65855bf5", + "objectID": "8fe1e850-3d43-4d52-ae70-593b30a15c66", "type": "lvl3", "url": "/docs/components/switch#switch-events", "hierarchy": { @@ -8518,63 +8893,63 @@ }, { "content": "Types", - "objectID": "e031d59b-b4f9-4b73-9c50-5482cd155358", + "objectID": "504e7920-fe2f-4e0a-9842-dcea8b8708f6", "type": "lvl3", "url": "/docs/components/switch#types", "hierarchy": { "lvl1": "Switch", "lvl2": "Switch Events", "lvl3": "Types" } }, { "content": "Switch Icon Props", - "objectID": "9cec52d0-d67a-44f9-9dc3-cff60729a656", + "objectID": "cd5dd82a-190c-4a73-a0c5-c5bbb4821dc5", "type": "lvl4", "url": "/docs/components/switch#switch-icon-props", "hierarchy": { "lvl1": "Switch", "lvl2": "Types", "lvl3": null } }, { "content": "Table", - "objectID": "f44a6261-d0f1-4f97-8a11-45c2754137c1", + "objectID": "265c2f14-e433-4295-bc30-6f530724f11c", "type": "lvl1", "url": "/docs/components/table", "hierarchy": { "lvl1": "Table" } }, { "content": "Installation", - "objectID": "19188d13-6bfe-4cbe-baa8-e0fcc1bcbea4", + "objectID": "203dbb2c-5f82-452b-95b8-dc7a92747597", "type": "lvl2", "url": "/docs/components/table#installation", "hierarchy": { "lvl1": "Table", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "a48ffb68-3795-4e10-8b09-c42eb9d12113", + "objectID": "56a2bbdb-e6a2-400a-bd2d-ec0b4a723f09", "type": "lvl2", "url": "/docs/components/table#import", "hierarchy": { "lvl1": "Table", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "3940a65a-a236-4f76-aa5f-b23f12395ece", + "objectID": "0fb76cbb-ec84-4b9b-a66e-075d695696d7", "type": "lvl2", "url": "/docs/components/table#usage", "hierarchy": { "lvl1": "Table", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic", - "objectID": "e914a531-6c00-4af4-8b97-bff1515c7ee4", + "objectID": "ed8c5c69-a1a7-4751-a2bb-5f2ffae7fb29", "type": "lvl3", "url": "/docs/components/table#dynamic", "hierarchy": { "lvl1": "Table", "lvl2": "Usage", "lvl3": "Dynamic" } }, { "content": "Why not array map?", - "objectID": "9a3ccb4a-cebe-43b8-bc91-8592ba79f8eb", + "objectID": "64ec8dc1-817f-43fd-bafe-ec8b4d50e132", "type": "lvl4", "url": "/docs/components/table#why-not-array-map", "hierarchy": { "lvl1": "Table", "lvl2": "Dynamic", "lvl3": null } }, { "content": "Empty State", - "objectID": "612b1682-4cb2-4575-933c-969d547e8442", + "objectID": "1f388e2c-24c7-4b06-9950-913c6bad935a", "type": "lvl3", "url": "/docs/components/table#empty-state", "hierarchy": { @@ -8585,7 +8960,7 @@ }, { "content": "Without Header", - "objectID": "76541472-3326-435f-a938-fb632bb17bc5", + "objectID": "fb2e29b8-4c2f-4749-bc07-b51940a97daf", "type": "lvl3", "url": "/docs/components/table#without-header", "hierarchy": { @@ -8596,7 +8971,7 @@ }, { "content": "Without Wrapper", - "objectID": "686898f6-3304-48d1-9015-bbf3cfa0a40b", + "objectID": "ca211052-ca69-4fa7-ba62-bf800340883b", "type": "lvl3", "url": "/docs/components/table#without-wrapper", "hierarchy": { @@ -8607,7 +8982,7 @@ }, { "content": "Custom Cells", - "objectID": "6724be81-b235-4e5e-878c-d77c0c619276", + "objectID": "c075a9c9-6b35-4606-9d96-b559c3eb48b5", "type": "lvl3", "url": "/docs/components/table#custom-cells", "hierarchy": { @@ -8618,7 +8993,7 @@ }, { "content": "Striped Rows", - "objectID": "308187c2-56a2-4fa0-8f2b-634784b9a33b", + "objectID": "a81f1487-bf47-40e4-82c0-7571dd99f157", "type": "lvl3", "url": "/docs/components/table#striped-rows", "hierarchy": { @@ -8629,7 +9004,7 @@ }, { "content": "Single Row Selection", - "objectID": "7c7c4b00-1aa8-416e-a503-5c8dc949f795", + "objectID": "b048ca3e-32e0-4bc8-a9eb-f8a12bd51503", "type": "lvl3", "url": "/docs/components/table#single-row-selection", "hierarchy": { @@ -8640,7 +9015,7 @@ }, { "content": "Multiple Row Selection", - "objectID": "67785d30-fc34-44fe-9951-1582d6f99162", + "objectID": "30815d19-be84-4c81-84a2-c3258ae67578", "type": "lvl3", "url": "/docs/components/table#multiple-row-selection", "hierarchy": { @@ -8651,7 +9026,7 @@ }, { "content": "Disallow Empty Selection", - "objectID": "7c30598d-6f63-469e-9574-b9b98d21450f", + "objectID": "28f174f1-116a-4cfa-9e1a-da808dda7df5", "type": "lvl3", "url": "/docs/components/table#disallow-empty-selection", "hierarchy": { @@ -8662,7 +9037,7 @@ }, { "content": "Controlled Selection", - "objectID": "496e841b-e72f-45dc-b6ef-921efa26fce1", + "objectID": "420a5038-9ae7-4c58-9507-78969a8e205e", "type": "lvl3", "url": "/docs/components/table#controlled-selection", "hierarchy": { @@ -8673,7 +9048,7 @@ }, { "content": "Disabled Rows", - "objectID": "e04aebf9-f7d7-4a88-9305-4f8a7a4bda8a", + "objectID": "077b9fb6-a7c1-4dd9-88ae-b444b87b7c43", "type": "lvl3", "url": "/docs/components/table#disabled-rows", "hierarchy": { @@ -8684,7 +9059,7 @@ }, { "content": "Selection Behavior", - "objectID": "9de73026-267d-4787-97bf-6655e583b9ae", + "objectID": "4ef4edb5-8311-4f8e-b4cb-f87521aa57f4", "type": "lvl3", "url": "/docs/components/table#selection-behavior", "hierarchy": { @@ -8695,7 +9070,7 @@ }, { "content": "Rows Actions", - "objectID": "703afc14-3e84-4c09-b9ff-adf043a7681c", + "objectID": "5cf631ea-bc96-4cfe-b0f9-82c033bf1dd2", "type": "lvl3", "url": "/docs/components/table#rows-actions", "hierarchy": { @@ -8706,7 +9081,7 @@ }, { "content": "Sorting Rows", - "objectID": "df3e94ef-6303-48f2-9c61-b0e7f976d473", + "objectID": "a4c01004-15d6-42a1-b01c-c69f08baf683", "type": "lvl3", "url": "/docs/components/table#sorting-rows", "hierarchy": { @@ -8717,7 +9092,7 @@ }, { "content": "Loading more data", - "objectID": "c7e9a179-a903-4216-bdbf-39a40c3194d2", + "objectID": "7282a04e-e8ae-444f-bffb-2dfe967529cf", "type": "lvl3", "url": "/docs/components/table#loading-more-data", "hierarchy": { @@ -8728,7 +9103,7 @@ }, { "content": "Paginated Table", - "objectID": "a717e9e8-d3f9-42fc-bb69-459a5bfddf92", + "objectID": "31c3a029-2406-498d-9da4-f2aff467636b", "type": "lvl3", "url": "/docs/components/table#paginated-table", "hierarchy": { @@ -8739,7 +9114,7 @@ }, { "content": "Async Pagination", - "objectID": "e7cc0da3-d86f-42c3-98a1-6e9d84a80b84", + "objectID": "7dc3c5eb-726e-42c3-a05f-c9015b1b287d", "type": "lvl3", "url": "/docs/components/table#async-pagination", "hierarchy": { @@ -8750,7 +9125,7 @@ }, { "content": "Infinite Pagination", - "objectID": "e11a02fb-52ec-40f4-b073-e0ad417f5986", + "objectID": "bf1d1113-e14e-4b56-b68c-ad75cb2242a5", "type": "lvl3", "url": "/docs/components/table#infinite-pagination", "hierarchy": { @@ -8761,7 +9136,7 @@ }, { "content": "Virtualization", - "objectID": "7b22af13-5e7d-4d1e-b476-03d4e8b5cf38", + "objectID": "d0b53451-3b1a-47a8-b8d7-fba2cd7d00dc", "type": "lvl3", "url": "/docs/components/table#virtualization", "hierarchy": { @@ -8772,28 +9147,28 @@ }, { "content": "Ten Thousand Items", - "objectID": "0eb91461-4ae2-48ae-826e-b6d837d5631e", + "objectID": "72273363-e461-4577-80fc-c01b2db56d3b", "type": "lvl4", "url": "/docs/components/table#ten-thousand-items", "hierarchy": { "lvl1": "Table", "lvl2": "Virtualization", "lvl3": null } }, { "content": "Max Table Height", - "objectID": "ef3ae985-3ae4-4f4d-bbec-a0c7b3440da1", + "objectID": "cf73640c-2e3e-425d-95c8-0eafcd038cf7", "type": "lvl4", "url": "/docs/components/table#max-table-height", "hierarchy": { "lvl1": "Table", "lvl2": "Ten Thousand Items", "lvl3": null } }, { "content": "Custom Row Height", - "objectID": "5c714746-b2e2-4fd8-94ea-8b812c0f0361", + "objectID": "643c2a56-552d-47ef-8720-538fe59c56e4", "type": "lvl4", "url": "/docs/components/table#custom-row-height", "hierarchy": { "lvl1": "Table", "lvl2": "Max Table Height", "lvl3": null } }, { "content": "Use Case Example", - "objectID": "13af6a4a-dc01-47e2-928e-849617ad70e2", + "objectID": "25435512-be00-4463-933d-8e8ae9b57980", "type": "lvl3", "url": "/docs/components/table#use-case-example", "hierarchy": { @@ -8804,49 +9179,49 @@ }, { "content": "Slots", - "objectID": "85ec4030-b965-4b3e-982d-332b11ae570e", + "objectID": "44cc91ca-bcb3-4d6c-b438-c9d432bb9a6f", "type": "lvl2", "url": "/docs/components/table#slots", "hierarchy": { "lvl1": "Table", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "da767dcd-2528-40a1-929e-0316b14ca788", + "objectID": "b53ac456-b048-4b9c-8320-717e8e346705", "type": "lvl3", "url": "/docs/components/table#custom-styles", "hierarchy": { "lvl1": "Table", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "1da5bc69-0fd5-48f7-a326-fdae93da4bdb", + "objectID": "cb29d0b2-1cae-4aaf-9138-02d8fe2733ca", "type": "lvl2", "url": "/docs/components/table#data-attributes", "hierarchy": { "lvl1": "Table", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "692263a1-eaf6-4224-b679-58b5eea9af34", + "objectID": "ec471c7f-4ff1-413c-98d6-91acde1f8687", "type": "lvl2", "url": "/docs/components/table#accessibility", "hierarchy": { "lvl1": "Table", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "87527648-2597-4d82-b5cb-829a473db564", + "objectID": "51df0d7e-57ca-4a0e-a9a3-9abe39ac278a", "type": "lvl2", "url": "/docs/components/table#api", "hierarchy": { "lvl1": "Table", "lvl2": "API", "lvl3": null } }, { "content": "Table Props", - "objectID": "d6329281-348d-48a2-b968-1997d9220a07", + "objectID": "856bb02f-3691-4bcc-8254-5488d9c39771", "type": "lvl3", "url": "/docs/components/table#table-props", "hierarchy": { "lvl1": "Table", "lvl2": "API", "lvl3": "Table Props" } }, { "content": "Table Events", - "objectID": "dbf113a7-1154-4792-9355-5aa04145d96e", + "objectID": "b821e4dd-3961-4572-83ad-41bbda980221", "type": "lvl3", "url": "/docs/components/table#table-events", "hierarchy": { @@ -8857,7 +9232,7 @@ }, { "content": "TableHeader Props", - "objectID": "0ce98cc4-841b-4109-aede-e4251df235ff", + "objectID": "c6a59b50-30a3-4ca9-824b-ab01f883ee6b", "type": "lvl3", "url": "/docs/components/table#tableheader-props", "hierarchy": { @@ -8868,7 +9243,7 @@ }, { "content": "TableColumn Props", - "objectID": "760b977f-1dcb-4943-9631-4467d1510899", + "objectID": "eefece6f-5c53-442e-8d08-b756ec19eea1", "type": "lvl3", "url": "/docs/components/table#tablecolumn-props", "hierarchy": { @@ -8879,7 +9254,7 @@ }, { "content": "TableBody Props", - "objectID": "7d03b6aa-01a4-4941-af15-f79fee7620c4", + "objectID": "22be2030-1149-40e1-89a0-e9a40c5f25b2", "type": "lvl3", "url": "/docs/components/table#tablebody-props", "hierarchy": { @@ -8890,7 +9265,7 @@ }, { "content": "TableBody Events", - "objectID": "2f2853db-70a6-4698-aaa0-08fbf0f05990", + "objectID": "c8057591-8aaf-43f3-8d6a-5dd13b726bfb", "type": "lvl3", "url": "/docs/components/table#tablebody-events", "hierarchy": { @@ -8901,7 +9276,7 @@ }, { "content": "TableRow Props", - "objectID": "c9bae5fe-d4be-4901-8574-591ecbecee16", + "objectID": "fa795482-35b1-44a7-88f9-c4c11f42c32f", "type": "lvl3", "url": "/docs/components/table#tablerow-props", "hierarchy": { @@ -8912,7 +9287,7 @@ }, { "content": "TableCell Props", - "objectID": "73c38a9f-3c66-4392-8c8b-fd98b1f169d3", + "objectID": "5ccdc76e-f9ed-4cb6-8877-4b23932b63f2", "type": "lvl3", "url": "/docs/components/table#tablecell-props", "hierarchy": { @@ -8923,7 +9298,7 @@ }, { "content": "Table types", - "objectID": "0b9309a9-fbe6-4aeb-9baf-b7887a89446e", + "objectID": "2ac44a3a-193c-4dc9-abda-50161f27481c", "type": "lvl3", "url": "/docs/components/table#table-types", "hierarchy": { @@ -8934,266 +9309,266 @@ }, { "content": "Sort descriptor", - "objectID": "1514efde-d8d3-48b3-a748-852c93943980", + "objectID": "559e341d-df6d-4e5c-8423-1b6637a88cc6", "type": "lvl4", "url": "/docs/components/table#sort-descriptor", "hierarchy": { "lvl1": "Table", "lvl2": "Table types", "lvl3": null } }, { "content": "Selection", - "objectID": "c2e8d8df-2feb-4fdb-b6e2-b5d94ea3afec", + "objectID": "eff0b267-c5fa-4d92-8e90-de20e714e855", "type": "lvl4", "url": "/docs/components/table#selection", "hierarchy": { "lvl1": "Table", "lvl2": "Sort descriptor", "lvl3": null } }, { "content": "Loading state", - "objectID": "7ec3d6c2-a7a7-468e-89e0-fbbfda21e90d", + "objectID": "5595a794-0a92-4e2f-ad43-a525caf70fa4", "type": "lvl4", "url": "/docs/components/table#loading-state", "hierarchy": { "lvl1": "Table", "lvl2": "Selection", "lvl3": null } }, { "content": "Tabs", - "objectID": "e57d7860-d179-4775-aae2-aae7a5f145f0", + "objectID": "6b5de55a-3d02-4c3e-bc92-62cf21bd570b", "type": "lvl1", "url": "/docs/components/tabs", "hierarchy": { "lvl1": "Tabs" } }, { "content": "Installation", - "objectID": "56969138-f7f2-4928-b5e6-e9025aebc6b9", + "objectID": "48cb9e17-6ead-4d31-99dc-6e563958251a", "type": "lvl2", "url": "/docs/components/tabs#installation", "hierarchy": { "lvl1": "Tabs", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "f11841b2-fc23-4c08-bab1-0100a3e0954a", + "objectID": "aace3c1d-223c-476e-8ee5-3480e83cf902", "type": "lvl2", "url": "/docs/components/tabs#import", "hierarchy": { "lvl1": "Tabs", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "81684b91-0b1c-4df0-a1af-2bed40481add", + "objectID": "44736b52-6744-441c-a4c1-7912f2c859ed", "type": "lvl2", "url": "/docs/components/tabs#usage", "hierarchy": { "lvl1": "Tabs", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic", - "objectID": "0108fd53-3a80-49f8-8e9b-643d4cf4c233", + "objectID": "e0b0a157-a775-4846-81b6-f4f1d22a6031", "type": "lvl3", "url": "/docs/components/tabs#dynamic", "hierarchy": { "lvl1": "Tabs", "lvl2": "Usage", "lvl3": "Dynamic" } }, { "content": "Disabled", - "objectID": "ed5d2f21-6980-48b0-9940-620e02697ba6", + "objectID": "37776214-b14d-47e5-a2ee-c41af8381725", "type": "lvl3", "url": "/docs/components/tabs#disabled", "hierarchy": { "lvl1": "Tabs", "lvl2": "Dynamic", "lvl3": "Disabled" } }, { "content": "Disabled Item", - "objectID": "90fb3cd7-b5dc-43c6-85e9-82db7164a28e", + "objectID": "9d8999ee-8d1d-4885-a058-d287c6b269d0", "type": "lvl3", "url": "/docs/components/tabs#disabled-item", "hierarchy": { "lvl1": "Tabs", "lvl2": "Disabled", "lvl3": "Disabled Item" } }, { "content": "Sizes", - "objectID": "d808890e-b6bc-49dd-bbb9-1e410a1d66be", + "objectID": "d39ed2a6-a3bf-4a3b-a1e2-4fb55b5a9aa6", "type": "lvl3", "url": "/docs/components/tabs#sizes", "hierarchy": { "lvl1": "Tabs", "lvl2": "Disabled Item", "lvl3": "Sizes" } }, { "content": "Radius", - "objectID": "dc616bf3-a68f-47a6-b6f8-df318d0b56a8", + "objectID": "3a889d1d-41bb-494f-8866-5c7f6e6d99df", "type": "lvl3", "url": "/docs/components/tabs#radius", "hierarchy": { "lvl1": "Tabs", "lvl2": "Sizes", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "f3f11e43-e9d4-4f4e-9e13-3abe16010d1b", + "objectID": "af3cd07f-a871-45b5-885d-00d9257ee068", "type": "lvl3", "url": "/docs/components/tabs#colors", "hierarchy": { "lvl1": "Tabs", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "7e975594-d4a2-4c99-9b0a-788b4a04be3d", + "objectID": "63bc76ba-9419-4c82-bbba-3dfc3d71dd95", "type": "lvl3", "url": "/docs/components/tabs#variants", "hierarchy": { "lvl1": "Tabs", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "With Icons", - "objectID": "5691c637-c01e-49a5-935c-782eba20a79d", + "objectID": "47d9f5c2-ddb9-4032-9ff8-31d9fee23d0e", "type": "lvl3", "url": "/docs/components/tabs#with-icons", "hierarchy": { "lvl1": "Tabs", "lvl2": "Variants", "lvl3": "With Icons" } }, { "content": "Controlled", - "objectID": "acab13e0-7237-4335-a243-a25c5423c07a", + "objectID": "5528611f-3905-452e-997a-2737c65ce2a5", "type": "lvl3", "url": "/docs/components/tabs#controlled", "hierarchy": { "lvl1": "Tabs", "lvl2": "With Icons", "lvl3": "Controlled" } }, { "content": "Placement", - "objectID": "0fc7cd5a-3447-43d1-990d-c99d5a09e8d8", + "objectID": "44b3c28b-abfc-4d50-abd9-3fd09b6aa218", "type": "lvl3", "url": "/docs/components/tabs#placement", "hierarchy": { "lvl1": "Tabs", "lvl2": "Controlled", "lvl3": "Placement" } }, { "content": "Vertical", - "objectID": "a0225762-5619-402f-8c6c-e922f19e5ab0", + "objectID": "f1ab8f28-2365-4a14-acd7-212b3cdc3ff5", "type": "lvl3", "url": "/docs/components/tabs#vertical", "hierarchy": { "lvl1": "Tabs", "lvl2": "Placement", "lvl3": "Vertical" } }, { "content": "Links", - "objectID": "de29f1e4-bc91-41ef-a4de-27fa27677d67", + "objectID": "749f3ae7-992b-4938-aca0-1d63261a732a", "type": "lvl3", "url": "/docs/components/tabs#links", "hierarchy": { "lvl1": "Tabs", "lvl2": "Vertical", "lvl3": "Links" } }, { "content": "Next.js", - "objectID": "009da30c-782a-4ee7-9419-07926fdd0c16", + "objectID": "69fb496c-822e-4bb3-b08a-ecdd0f982820", "type": "lvl4", "url": "/docs/components/tabs#nextjs", "hierarchy": { "lvl1": "Tabs", "lvl2": "Links", "lvl3": null } }, { "content": "React Router", - "objectID": "294c1b49-0df6-4e25-b870-385eddf30e39", + "objectID": "ea1fc0f9-a68e-4b3e-a9e8-9a36580c46ab", "type": "lvl4", "url": "/docs/components/tabs#react-router", "hierarchy": { "lvl1": "Tabs", "lvl2": "Next.js", "lvl3": null } }, { "content": "With Form", - "objectID": "9d9f74dd-07dc-4942-aadf-b6cca1417583", + "objectID": "709c4723-123e-491e-9858-88bb1a581d57", "type": "lvl3", "url": "/docs/components/tabs#with-form", "hierarchy": { "lvl1": "Tabs", "lvl2": "React Router", "lvl3": "With Form" } }, { "content": "Slots", - "objectID": "43ecf092-3b7e-4f8e-a77d-c48470a64e1b", + "objectID": "3c4c5098-0d5a-4a45-9e64-6216e4dc0e4e", "type": "lvl2", "url": "/docs/components/tabs#slots", "hierarchy": { "lvl1": "Tabs", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "e24e781b-3544-45ba-b091-373a00d7cd7c", + "objectID": "b029a9c5-5745-4ff4-b7ff-c689bb57bfcc", "type": "lvl3", "url": "/docs/components/tabs#custom-styles", "hierarchy": { "lvl1": "Tabs", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "ac48d427-3d44-49e5-a1cc-e1855fe173fb", + "objectID": "d92871a2-e897-4494-8bff-088c0e7e77fb", "type": "lvl2", "url": "/docs/components/tabs#data-attributes", "hierarchy": { "lvl1": "Tabs", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "bfe9d161-b105-408f-b646-ff19bf55015c", + "objectID": "7c9cc0b7-f29d-452c-af38-e96cc61fa763", "type": "lvl2", "url": "/docs/components/tabs#accessibility", "hierarchy": { "lvl1": "Tabs", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "967a0449-c158-422c-86ee-9c1d50a97988", + "objectID": "a5bb2e3f-dc98-4b89-8bdb-a9aece23084a", "type": "lvl2", "url": "/docs/components/tabs#api", "hierarchy": { "lvl1": "Tabs", "lvl2": "API", "lvl3": null } }, { "content": "Tabs Props", - "objectID": "908b6cf5-55f4-4309-a1d1-204040e6652b", + "objectID": "858eb4d5-cd62-42dc-b43b-6a95767ff620", "type": "lvl3", "url": "/docs/components/tabs#tabs-props", "hierarchy": { "lvl1": "Tabs", "lvl2": "API", "lvl3": "Tabs Props" } }, { "content": "Tabs Events", - "objectID": "5b4eaa5e-154b-4260-8438-a80d2e64e10e", + "objectID": "018023c8-5dd0-4bea-b482-fb11695d19f0", "type": "lvl3", "url": "/docs/components/tabs#tabs-events", "hierarchy": { "lvl1": "Tabs", "lvl2": "Tabs Props", "lvl3": "Tabs Events" } }, { "content": "Tab Props", - "objectID": "b1f7d0d2-3635-44d9-bd2f-3474d8d5e4f7", + "objectID": "108998b9-4776-441b-be21-d91f395dd42e", "type": "lvl3", "url": "/docs/components/tabs#tab-props", "hierarchy": { "lvl1": "Tabs", "lvl2": "Tabs Events", "lvl3": "Tab Props" } }, { "content": "Textarea", - "objectID": "6306040c-8394-4361-a803-c297be4fb9cb", + "objectID": "4db7661b-8e62-4015-a943-f19650e727ea", "type": "lvl1", "url": "/docs/components/textarea", "hierarchy": { "lvl1": "Textarea" } }, { "content": "Installation", - "objectID": "1a7ac9ec-21f1-40dc-8d7f-cdd32bdd44d8", + "objectID": "022cf642-428f-45b8-bf19-61b4b89ff0d6", "type": "lvl2", "url": "/docs/components/textarea#installation", "hierarchy": { "lvl1": "Textarea", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "8b623871-785d-42c8-a230-2289f126c20e", + "objectID": "081c8409-3deb-4b1a-8853-46742626c743", "type": "lvl2", "url": "/docs/components/textarea#import", "hierarchy": { "lvl1": "Textarea", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "ead9255d-f374-4baa-bbc0-3d0841ab5200", + "objectID": "0eb39603-65af-40eb-b287-fbe7adf6cb9b", "type": "lvl2", "url": "/docs/components/textarea#usage", "hierarchy": { "lvl1": "Textarea", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "4dd04459-8660-4a5f-aef7-5c15bbfb9df2", + "objectID": "e9fb809a-8ed6-4504-ab31-edac10a8c840", "type": "lvl3", "url": "/docs/components/textarea#disabled", "hierarchy": { "lvl1": "Textarea", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Read Only", - "objectID": "603a388a-1de4-471d-aed9-fc8916ee1094", + "objectID": "8b910d2e-c8cc-475f-9907-41d981cc80a9", "type": "lvl3", "url": "/docs/components/textarea#read-only", "hierarchy": { "lvl1": "Textarea", "lvl2": "Disabled", "lvl3": "Read Only" } }, { "content": "Required", - "objectID": "fc827331-585a-4f40-9659-40c187ff71f2", + "objectID": "a993be56-f7a1-4444-8cac-76f5184f73c9", "type": "lvl3", "url": "/docs/components/textarea#required", "hierarchy": { "lvl1": "Textarea", "lvl2": "Read Only", "lvl3": "Required" } }, { "content": "Clear Button", - "objectID": "28152bce-16e9-4389-b9a5-f905c100714a", + "objectID": "3958cdfc-5b1f-4f37-8a93-5fac88f0a32b", "type": "lvl3", "url": "/docs/components/textarea#clear-button", "hierarchy": { @@ -9204,7 +9579,7 @@ }, { "content": "Autosize", - "objectID": "58728ab2-a1dd-4ddc-bfd6-321775a2ae50", + "objectID": "62153c4c-8f5c-4c73-812a-3345f703515e", "type": "lvl3", "url": "/docs/components/textarea#autosize", "hierarchy": { @@ -9215,7 +9590,7 @@ }, { "content": "Without Autosize", - "objectID": "a4b1e332-7335-4bc8-b012-731880a83723", + "objectID": "b8cba05a-3760-4cea-9887-9c38692224c9", "type": "lvl3", "url": "/docs/components/textarea#without-autosize", "hierarchy": { @@ -9226,7 +9601,7 @@ }, { "content": "Variants", - "objectID": "9f241b17-3acd-4804-a95e-becb8f3c49c3", + "objectID": "cad6797f-83de-432f-b7d9-1f9583c5dad1", "type": "lvl3", "url": "/docs/components/textarea#variants", "hierarchy": { @@ -9237,7 +9612,7 @@ }, { "content": "With Error Message", - "objectID": "959f9b1e-ed35-4566-b7ca-6e668c267e02", + "objectID": "f6ab1e5c-21e7-40a3-bebd-d9f967113b5a", "type": "lvl3", "url": "/docs/components/textarea#with-error-message", "hierarchy": { @@ -9248,7 +9623,7 @@ }, { "content": "Description", - "objectID": "744d605d-0949-4a04-a0bb-7b6c6e35b66a", + "objectID": "f9bf407f-115e-4f6d-ab3c-870f9bcc3bc8", "type": "lvl3", "url": "/docs/components/textarea#description", "hierarchy": { @@ -9259,7 +9634,7 @@ }, { "content": "Controlled", - "objectID": "033de862-cfc5-4afb-b3af-18080f322c24", + "objectID": "c7a3e0e0-9a70-4d43-bf90-f987d63aa221", "type": "lvl3", "url": "/docs/components/textarea#controlled", "hierarchy": { @@ -9270,42 +9645,42 @@ }, { "content": "Slots", - "objectID": "3f780b2f-612c-4e79-bfcc-e9c576cc1ac9", + "objectID": "21f0e4b4-9696-4dd6-8382-76a28aeb2003", "type": "lvl2", "url": "/docs/components/textarea#slots", "hierarchy": { "lvl1": "Textarea", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "2d641142-0fec-4169-85ab-e0b41d6c38bd", + "objectID": "e3baf179-56ab-4abc-8a99-0069d54f2ef3", "type": "lvl2", "url": "/docs/components/textarea#data-attributes", "hierarchy": { "lvl1": "Textarea", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "6e8610cc-9879-4894-a0cc-9840e4abcc92", + "objectID": "cbd2bacf-dba5-4030-a709-defb77eefd6a", "type": "lvl2", "url": "/docs/components/textarea#accessibility", "hierarchy": { "lvl1": "Textarea", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "54d13927-7069-437c-b14a-daff10d3e4ec", + "objectID": "ab6c4677-c6d1-47c3-a876-ff1869db1e4f", "type": "lvl2", "url": "/docs/components/textarea#api", "hierarchy": { "lvl1": "Textarea", "lvl2": "API", "lvl3": null } }, { "content": "Textarea Props", - "objectID": "5fd24ccb-a394-45d4-8b87-6be94d66bdc3", + "objectID": "dadbe4d1-6293-40c4-9643-4480bf7fae65", "type": "lvl3", "url": "/docs/components/textarea#textarea-props", "hierarchy": { "lvl1": "Textarea", "lvl2": "API", "lvl3": "Textarea Props" } }, { "content": "Input Events", - "objectID": "021ef364-70a9-4abf-8616-1992f0b22802", + "objectID": "765a5780-9474-4104-9b72-2bcc0b9e9150", "type": "lvl3", "url": "/docs/components/textarea#input-events", "hierarchy": { @@ -9316,42 +9691,42 @@ }, { "content": "Time Input", - "objectID": "3d9c3845-f9bb-465b-aefb-cdea8c7a1775", + "objectID": "0f2f8f78-acb6-49e1-a15c-57e672bab263", "type": "lvl1", "url": "/docs/components/time-input", "hierarchy": { "lvl1": "Time Input" } }, { "content": "Installation", - "objectID": "6f5499e0-ded0-477b-b2a1-7ec4d52ba4f2", + "objectID": "6200d332-adfa-4e65-9f96-265a4be42762", "type": "lvl2", "url": "/docs/components/time-input#installation", "hierarchy": { "lvl1": "Time Input", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "b6c45f1d-5ef5-4dc1-9736-5c6a9dfbe10e", + "objectID": "08a39ba4-6be4-44bd-8371-81dfd4ff52ef", "type": "lvl2", "url": "/docs/components/time-input#import", "hierarchy": { "lvl1": "Time Input", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "c00f7801-7b07-47d6-9229-db8905d2bafc", + "objectID": "45c2051b-0914-4a65-b655-cd604825711c", "type": "lvl2", "url": "/docs/components/time-input#usage", "hierarchy": { "lvl1": "Time Input", "lvl2": "Usage", "lvl3": null } }, { "content": "Required", - "objectID": "2b710620-2d07-4904-93aa-32498bab7451", + "objectID": "1b4fefc8-95d2-439e-bcb9-833fa7851479", "type": "lvl3", "url": "/docs/components/time-input#required", "hierarchy": { "lvl1": "Time Input", "lvl2": "Usage", "lvl3": "Required" } }, { "content": "Disabled", - "objectID": "8f908db6-e8ed-4e4f-9d21-301f694ca3f8", + "objectID": "edf90332-ab7d-4118-9a8f-a00dd2eb7af4", "type": "lvl3", "url": "/docs/components/time-input#disabled", "hierarchy": { @@ -9362,7 +9737,7 @@ }, { "content": "Read Only", - "objectID": "db466bd9-8592-440d-8297-149634062c04", + "objectID": "d4c5150e-af2a-4aae-85ba-c5a511a09959", "type": "lvl3", "url": "/docs/components/time-input#read-only", "hierarchy": { @@ -9373,7 +9748,7 @@ }, { "content": "Without Label", - "objectID": "783fde3a-8910-4497-b75d-faa075654d53", + "objectID": "7d9db482-765c-43a5-819e-09462214149c", "type": "lvl3", "url": "/docs/components/time-input#without-label", "hierarchy": { @@ -9384,7 +9759,7 @@ }, { "content": "With Description", - "objectID": "d5463d8c-7906-4f7c-b5fe-eae6a035c489", + "objectID": "e3c21afd-3350-4073-924a-6bec09a1b35d", "type": "lvl3", "url": "/docs/components/time-input#with-description", "hierarchy": { @@ -9395,7 +9770,7 @@ }, { "content": "With Error Message", - "objectID": "94bd1417-264b-4da4-838e-bdcfc36a6afd", + "objectID": "8e693ebf-e5b1-401e-9f69-8926a64cd6f8", "type": "lvl3", "url": "/docs/components/time-input#with-error-message", "hierarchy": { @@ -9406,7 +9781,7 @@ }, { "content": "Label Placement", - "objectID": "37a5d7e6-1b7d-4cdb-8238-febf5b99a402", + "objectID": "faf19cb3-c1c2-431f-8662-21eddaf5ea58", "type": "lvl3", "url": "/docs/components/time-input#label-placement", "hierarchy": { @@ -9417,7 +9792,7 @@ }, { "content": "Start Content", - "objectID": "40d2b443-ca11-4c0a-9289-7c380b911dc5", + "objectID": "3769691a-34e5-404f-8739-f809090eb625", "type": "lvl3", "url": "/docs/components/time-input#start-content", "hierarchy": { @@ -9428,7 +9803,7 @@ }, { "content": "End Content", - "objectID": "6f7587d7-4094-4b35-9541-a5350fdf9b57", + "objectID": "26a86bb8-c0f2-4b52-b4c1-6ec97ae1c01a", "type": "lvl3", "url": "/docs/components/time-input#end-content", "hierarchy": { @@ -9439,7 +9814,7 @@ }, { "content": "Controlled", - "objectID": "ec2626e2-3ca0-4711-9267-7a4bf7acd289", + "objectID": "653122cd-9f11-4db4-9687-606c9d6a2e34", "type": "lvl3", "url": "/docs/components/time-input#controlled", "hierarchy": { @@ -9450,7 +9825,7 @@ }, { "content": "Time Zones", - "objectID": "40c9f639-1a96-4e04-b64b-015a8ff1e149", + "objectID": "c5d0c03d-a074-4616-9bad-a90d10a22228", "type": "lvl3", "url": "/docs/components/time-input#time-zones", "hierarchy": { @@ -9461,7 +9836,7 @@ }, { "content": "Granularity", - "objectID": "a8b59f90-c473-4ab0-ad60-e6ccaf2e3950", + "objectID": "ffacce1f-3827-43b2-8db7-8928cca056cc", "type": "lvl3", "url": "/docs/components/time-input#granularity", "hierarchy": { @@ -9472,7 +9847,7 @@ }, { "content": "Min Time Value", - "objectID": "867dfd76-1240-4f12-958c-a2261c429262", + "objectID": "e3b5bbc4-0ec7-42d6-8c6f-02f25614942c", "type": "lvl3", "url": "/docs/components/time-input#min-time-value", "hierarchy": { @@ -9483,7 +9858,7 @@ }, { "content": "Max Time Value", - "objectID": "32e7d98a-9d7e-4a89-bf7f-2ebf01cf5fe8", + "objectID": "8b6d4435-bdef-4022-8003-02b89f687777", "type": "lvl3", "url": "/docs/components/time-input#max-time-value", "hierarchy": { @@ -9494,7 +9869,7 @@ }, { "content": "Placeholder Value", - "objectID": "bef52b7e-5533-446c-8f80-b667ee54b0b4", + "objectID": "ba6d8257-2d47-44ed-9619-818f849b7e11", "type": "lvl3", "url": "/docs/components/time-input#placeholder-value", "hierarchy": { @@ -9505,7 +9880,7 @@ }, { "content": "Hide Time Zone", - "objectID": "e257a334-d7c6-4c52-bf89-cbc794186bee", + "objectID": "1d5fe81b-d3c3-4bab-816a-25ac5e756e6a", "type": "lvl3", "url": "/docs/components/time-input#hide-time-zone", "hierarchy": { @@ -9516,7 +9891,7 @@ }, { "content": "Hour Cycle", - "objectID": "997c2215-242b-4b66-be9c-c400f2908f1e", + "objectID": "9ad3fdd7-6557-455e-999b-3719fa7cfe77", "type": "lvl3", "url": "/docs/components/time-input#hour-cycle", "hierarchy": { @@ -9527,14 +9902,14 @@ }, { "content": "Slots", - "objectID": "3d65ceb1-07f3-4158-869a-9d70185374f4", + "objectID": "d1cae39e-8098-403b-aa07-454c703ad6c9", "type": "lvl2", "url": "/docs/components/time-input#slots", "hierarchy": { "lvl1": "Time Input", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "7fc93af7-cc10-4193-b838-f5127eb44c05", + "objectID": "1430d2e7-62ef-4d69-9755-cf6d02d68da8", "type": "lvl2", "url": "/docs/components/time-input#data-attributes", "hierarchy": { @@ -9545,21 +9920,21 @@ }, { "content": "Accessibility", - "objectID": "a28f56d0-0d76-4ede-a544-1be5ad82ffb5", + "objectID": "8ac44ceb-472c-4b0e-b69a-9787dd778a30", "type": "lvl2", "url": "/docs/components/time-input#accessibility", "hierarchy": { "lvl1": "Time Input", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "80c3e34b-2867-47df-ae0f-1d2ab83fb607", + "objectID": "1ba0ce51-9670-4fe2-85c3-4af1964fb93b", "type": "lvl2", "url": "/docs/components/time-input#api", "hierarchy": { "lvl1": "Time Input", "lvl2": "API", "lvl3": null } }, { "content": "TimeInput Props", - "objectID": "aa43cfe9-14a4-464e-bf39-629b988d3643", + "objectID": "67c395fd-b071-4613-89a5-d73181ce96eb", "type": "lvl3", "url": "/docs/components/time-input#timeinput-props", "hierarchy": { @@ -9570,7 +9945,7 @@ }, { "content": "TimeInput Events", - "objectID": "ebccc5f0-01b9-48e5-999a-aa41c8147a20", + "objectID": "fa52bcc3-1910-4494-aac4-b580fcd11c77", "type": "lvl3", "url": "/docs/components/time-input#timeinput-events", "hierarchy": { @@ -9581,63 +9956,63 @@ }, { "content": "Toast", - "objectID": "6a7a4ec9-f0fa-4b15-926b-0df28911cbc8", + "objectID": "e0d4575d-f60e-4a0b-957f-0925c70cfd90", "type": "lvl1", "url": "/docs/components/toast", "hierarchy": { "lvl1": "Toast" } }, { "content": "Installation", - "objectID": "a3c81725-b38e-44e2-b11c-612e9bf1549c", + "objectID": "df10df06-0f0e-469e-a853-d08f7c3be468", "type": "lvl2", "url": "/docs/components/toast#installation", "hierarchy": { "lvl1": "Toast", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "bc6ad27e-f848-48c3-8e3b-52e6a84299ae", + "objectID": "1eeb29ea-7531-4695-8799-f269cc963874", "type": "lvl2", "url": "/docs/components/toast#import", "hierarchy": { "lvl1": "Toast", "lvl2": "Import", "lvl3": null } }, { "content": "Requirement", - "objectID": "f015ae4f-11bc-4df5-b544-859fc98a00a0", + "objectID": "c7e4506a-198e-4b70-94e5-ca063d80f264", "type": "lvl2", "url": "/docs/components/toast#requirement", "hierarchy": { "lvl1": "Toast", "lvl2": "Requirement", "lvl3": null } }, { "content": "Usage", - "objectID": "d51545bb-b2eb-4bb1-bdb3-91c9dc4a2eac", + "objectID": "14b3508f-7eea-4bd0-ad11-e5d6544065a9", "type": "lvl3", "url": "/docs/components/toast#usage", "hierarchy": { "lvl1": "Toast", "lvl2": "Requirement", "lvl3": "Usage" } }, { "content": "Colors", - "objectID": "72767ed8-2f09-4d50-b1bc-d675b0f61ffb", + "objectID": "5ef644d7-76c9-40a9-b5a0-38f7339719fd", "type": "lvl3", "url": "/docs/components/toast#colors", "hierarchy": { "lvl1": "Toast", "lvl2": "Usage", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "26c0ecb7-bb5c-4b9d-999f-61363b210402", + "objectID": "affb46fb-d916-4ddf-acb7-e321749df6b6", "type": "lvl3", "url": "/docs/components/toast#variants", "hierarchy": { "lvl1": "Toast", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Radius", - "objectID": "de0017e5-9d04-44b7-9f81-d911705765d6", + "objectID": "4240a9ec-5c34-4028-8981-6afda31481df", "type": "lvl3", "url": "/docs/components/toast#radius", "hierarchy": { "lvl1": "Toast", "lvl2": "Variants", "lvl3": "Radius" } }, { "content": "Toast Placement", - "objectID": "c36f7a20-0b9a-4d9d-85e4-af4a2811967c", + "objectID": "38a1a17f-ea8f-4127-8db9-6fe9b830718d", "type": "lvl3", "url": "/docs/components/toast#toast-placement", "hierarchy": { @@ -9648,7 +10023,7 @@ }, { "content": "Custom Styles", - "objectID": "071e0b25-80fc-4a98-8213-f74da943b1fb", + "objectID": "da600731-afed-4874-8a0b-65791954d613", "type": "lvl3", "url": "/docs/components/toast#custom-styles", "hierarchy": { @@ -9659,7 +10034,7 @@ }, { "content": "Custom Close Icon", - "objectID": "87246407-44bc-4ac9-b663-6372ab626d73", + "objectID": "9d51341f-1bfb-4a86-87b4-a2fe4f0f7efe", "type": "lvl3", "url": "/docs/components/toast#custom-close-icon", "hierarchy": { @@ -9670,7 +10045,7 @@ }, { "content": "Global Toast Props", - "objectID": "c6cf005d-fd22-4706-a4d3-a8c74636eb3c", + "objectID": "5309defd-0eaa-446d-8bdc-056851e77744", "type": "lvl3", "url": "/docs/components/toast#global-toast-props", "hierarchy": { @@ -9681,42 +10056,42 @@ }, { "content": "Data Attributes", - "objectID": "c530f368-e2b1-4122-947d-9e5ea4761f51", + "objectID": "11b16b3c-7ede-4196-bb27-f287420675e9", "type": "lvl2", "url": "/docs/components/toast#data-attributes", "hierarchy": { "lvl1": "Toast", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Slots", - "objectID": "6e41929f-f828-4d52-b595-867679eba246", + "objectID": "8763841f-5290-4107-8a92-3ee076d30394", "type": "lvl3", "url": "/docs/components/toast#slots", "hierarchy": { "lvl1": "Toast", "lvl2": "Data Attributes", "lvl3": "Slots" } }, { "content": "Accessibility", - "objectID": "3bba0718-208e-43fd-9721-b4c38de07a8e", + "objectID": "36e8c327-e52d-4056-9aab-58e0e5a5dec8", "type": "lvl2", "url": "/docs/components/toast#accessibility", "hierarchy": { "lvl1": "Toast", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "b11b4448-5a2d-498a-9597-69dcb3f2b5e4", + "objectID": "bce00a3b-cb53-41f1-bb37-8b6c944e2b7e", "type": "lvl2", "url": "/docs/components/toast#api", "hierarchy": { "lvl1": "Toast", "lvl2": "API", "lvl3": null } }, { "content": "Toast Props", - "objectID": "ea91381f-2226-42ae-97bc-de0f384702b4", + "objectID": "9dd56cc1-e1e5-4f57-9d65-2e06d04627d7", "type": "lvl3", "url": "/docs/components/toast#toast-props", "hierarchy": { "lvl1": "Toast", "lvl2": "API", "lvl3": "Toast Props" } }, { "content": "ToastProvider Props", - "objectID": "765f18ee-84b8-4819-b979-1b9dfe74d6cc", + "objectID": "a71808b2-d501-4d56-b50d-916fc2b84231", "type": "lvl3", "url": "/docs/components/toast#toastprovider-props", "hierarchy": { @@ -9725,83 +10100,94 @@ "lvl3": "ToastProvider Props" } }, + { + "content": "ToastRegion Props", + "objectID": "46518efe-804d-4b65-8d0f-9bde6c607614", + "type": "lvl3", + "url": "/docs/components/toast#toastregion-props", + "hierarchy": { + "lvl1": "Toast", + "lvl2": "ToastProvider Props", + "lvl3": "ToastRegion Props" + } + }, { "content": "Toast Events", - "objectID": "adcd804b-c1bb-4ca9-ab91-756cfb870906", + "objectID": "d1626440-2fae-4bc0-80ab-0c211c40b6a2", "type": "lvl3", "url": "/docs/components/toast#toast-events", "hierarchy": { "lvl1": "Toast", - "lvl2": "ToastProvider Props", + "lvl2": "ToastRegion Props", "lvl3": "Toast Events" } }, { "content": "Tooltip", - "objectID": "907d54da-d67b-4a17-b181-8b82b0f7bf31", + "objectID": "45622984-593c-4a0b-881f-28ca630ad12a", "type": "lvl1", "url": "/docs/components/tooltip", "hierarchy": { "lvl1": "Tooltip" } }, { "content": "Installation", - "objectID": "04bcfd16-df26-47a3-9af5-90a14c744779", + "objectID": "1b98f4f7-ae44-4e5e-8afa-0000c8df12bb", "type": "lvl2", "url": "/docs/components/tooltip#installation", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "9571db76-a8e2-4a29-a42f-85afd68c1a7c", + "objectID": "a23fc298-d428-4966-9b27-71f005a029ef", "type": "lvl2", "url": "/docs/components/tooltip#import", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "19ccf49b-7d73-4ac3-b981-1e98fab2b055", + "objectID": "57046845-463e-421a-a765-f00d8a8c411b", "type": "lvl2", "url": "/docs/components/tooltip#usage", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Usage", "lvl3": null } }, { "content": "With Arrow", - "objectID": "203b76f7-4c5e-49c7-b289-ff4a0465df18", + "objectID": "1d890798-a2c6-47ee-8f7c-c44b37054bad", "type": "lvl3", "url": "/docs/components/tooltip#with-arrow", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Usage", "lvl3": "With Arrow" } }, { "content": "Colors", - "objectID": "a8bbf672-a48d-4170-9f17-2f222dd6f467", + "objectID": "9ab773b7-6840-497b-a55b-af492112085d", "type": "lvl3", "url": "/docs/components/tooltip#colors", "hierarchy": { "lvl1": "Tooltip", "lvl2": "With Arrow", "lvl3": "Colors" } }, { "content": "Placements", - "objectID": "7ec0d48d-d850-44f9-80f2-f7cd17d80100", + "objectID": "63a47bda-1162-4f5e-ad4a-c7a0d8953642", "type": "lvl3", "url": "/docs/components/tooltip#placements", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Colors", "lvl3": "Placements" } }, { "content": "Offset", - "objectID": "01666262-8e36-4e28-aca2-e1198821de71", + "objectID": "67ea2794-4360-444e-b48b-bb7edd2defba", "type": "lvl3", "url": "/docs/components/tooltip#offset", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Placements", "lvl3": "Offset" } }, { "content": "Controlled", - "objectID": "db7d9ff0-a0b8-4977-81ee-99ef08416a3c", + "objectID": "1888f036-6009-4493-afb5-b8d840e6a5c2", "type": "lvl3", "url": "/docs/components/tooltip#controlled", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Offset", "lvl3": "Controlled" } }, { "content": "With Delay", - "objectID": "8b317985-3418-468b-9d3b-2bb4b9e7cd16", + "objectID": "eb058a1a-82ad-4fee-ae13-bef1a774d27f", "type": "lvl3", "url": "/docs/components/tooltip#with-delay", "hierarchy": { @@ -9812,7 +10198,7 @@ }, { "content": "Custom Content", - "objectID": "8dcf69fd-56ec-4ffe-bdc9-763f66704419", + "objectID": "594d3d23-787b-4603-82f7-74f6a3503b83", "type": "lvl3", "url": "/docs/components/tooltip#custom-content", "hierarchy": { @@ -9823,7 +10209,7 @@ }, { "content": "Custom Motion", - "objectID": "a96c9567-a91c-41a4-b2d9-be94c9c7e695", + "objectID": "8dff6e1d-3eb7-44d0-9867-659e781b30ef", "type": "lvl3", "url": "/docs/components/tooltip#custom-motion", "hierarchy": { @@ -9834,49 +10220,49 @@ }, { "content": "Slots", - "objectID": "64929e1d-425e-4a37-a4c5-8d94601204c3", + "objectID": "2ed4f9f7-33f5-49bf-9789-b85e49a8e27e", "type": "lvl2", "url": "/docs/components/tooltip#slots", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "c9fce1a7-0e8e-4ded-84ab-9c9ea6fdcef0", + "objectID": "abb291d6-81ae-4768-9b64-f5d117c004c3", "type": "lvl3", "url": "/docs/components/tooltip#custom-styles", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "57ffab5f-64ee-44e5-a810-28ecb4128e66", + "objectID": "cd0becb3-f0e3-4c0e-811e-2fc7f0ba126e", "type": "lvl2", "url": "/docs/components/tooltip#data-attributes", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "78173f15-5e32-4e27-8451-a08cd4347a87", + "objectID": "ab70582b-7a81-4661-a33b-325f176a0cab", "type": "lvl2", "url": "/docs/components/tooltip#accessibility", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "ea63e47d-8d95-49e4-930f-c494bbe9ef0b", + "objectID": "585ac43f-1698-40fc-8bee-ed1c53f65684", "type": "lvl2", "url": "/docs/components/tooltip#api", "hierarchy": { "lvl1": "Tooltip", "lvl2": "API", "lvl3": null } }, { "content": "Tooltip Props", - "objectID": "129086a9-b006-4a20-82e2-47b6f9481980", + "objectID": "a00ab76c-ca93-4921-9e45-ee065d122d7a", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-props", "hierarchy": { "lvl1": "Tooltip", "lvl2": "API", "lvl3": "Tooltip Props" } }, { "content": "Tooltip Events", - "objectID": "acedb6c6-8ac0-43a5-94e6-90c98199cae7", + "objectID": "0c84e6e0-4e86-40e6-a4cc-7bfb71654936", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-events", "hierarchy": { @@ -9887,7 +10273,7 @@ }, { "content": "Tooltip types", - "objectID": "4a202ec0-5e47-4f48-b6e0-6b514de4fd8a", + "objectID": "91f06a8b-229c-4478-94a3-f2a8b6f21fb9", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-types", "hierarchy": { @@ -9898,14 +10284,14 @@ }, { "content": "Tooltip Placement", - "objectID": "87a08612-343c-48f9-b855-b3416973ea60", + "objectID": "070f725b-e30f-49a0-84ce-56f0d697e224", "type": "lvl4", "url": "/docs/components/tooltip#tooltip-placement", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Tooltip types", "lvl3": null } }, { "content": "Motion Props", - "objectID": "e5ea6914-a631-45f8-984a-e6755e9a0bf0", + "objectID": "5cd5afa5-5a40-4527-bbc7-19c152fc52a8", "type": "lvl4", "url": "/docs/components/tooltip#motion-props", "hierarchy": { @@ -9916,84 +10302,84 @@ }, { "content": "User", - "objectID": "9fae980c-744a-44c1-92d5-e83553470101", + "objectID": "1958008b-b78e-4be5-bcb8-3420e089c5b8", "type": "lvl1", "url": "/docs/components/user", "hierarchy": { "lvl1": "User" } }, { "content": "Installation", - "objectID": "190e664f-fb59-48ca-af4b-ce7a4f79c3b7", + "objectID": "0a476562-1c2a-48c9-9aac-d061b3b9cf84", "type": "lvl2", "url": "/docs/components/user#installation", "hierarchy": { "lvl1": "User", "lvl2": "Installation", "lvl3": null } }, { "content": "Import", - "objectID": "0465f8a1-e797-42bb-89cc-eecb23a0b8ad", + "objectID": "36e6a967-bcca-4ad8-9421-249e2a916b8b", "type": "lvl2", "url": "/docs/components/user#import", "hierarchy": { "lvl1": "User", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "3912537d-379d-458b-a4bc-fd1e435eecea", + "objectID": "17b18719-9c81-4ef6-82cd-8bfecee0df33", "type": "lvl2", "url": "/docs/components/user#usage", "hierarchy": { "lvl1": "User", "lvl2": "Usage", "lvl3": null } }, { "content": "Link Description", - "objectID": "64f79321-3d71-4462-afc9-d721773b6dd3", + "objectID": "78856038-5f2e-4176-a584-6d3fe3f784c6", "type": "lvl3", "url": "/docs/components/user#link-description", "hierarchy": { "lvl1": "User", "lvl2": "Usage", "lvl3": "Link Description" } }, { "content": "Slots", - "objectID": "b7575a24-be62-40af-9ae3-959a8ff7a7bb", + "objectID": "4dce0cd2-0b6f-45e8-935c-b663c7917a3c", "type": "lvl2", "url": "/docs/components/user#slots", "hierarchy": { "lvl1": "User", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "934c652c-9065-4e78-a642-19acb72e7f9b", + "objectID": "fff0d69d-5f77-4a8e-ac6d-e3fbd0748dd8", "type": "lvl2", "url": "/docs/components/user#data-attributes", "hierarchy": { "lvl1": "User", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "85ae38bf-d212-4364-b992-ac9855826650", + "objectID": "36b64c6f-de27-4a5a-846b-6b10662fdf83", "type": "lvl2", "url": "/docs/components/user#api", "hierarchy": { "lvl1": "User", "lvl2": "API", "lvl3": null } }, { "content": "User Props", - "objectID": "35667773-df00-4b54-a1c3-e50c2f160f6f", + "objectID": "d38d4564-21bd-4063-855d-2d46a4371a97", "type": "lvl3", "url": "/docs/components/user#user-props", "hierarchy": { "lvl1": "User", "lvl2": "API", "lvl3": "User Props" } }, { "content": "Colors", - "objectID": "85cd042a-8480-49fc-ac3a-4c7ebc0181e8", + "objectID": "e1e708e5-32ac-451a-9add-0344f697e21a", "type": "lvl1", "url": "/docs/customization/colors", "hierarchy": { "lvl1": "Colors" } }, { "content": "Default Colors", - "objectID": "aa3fa533-288b-4411-89a0-792c61e1f20d", + "objectID": "e1c92932-9416-4b94-9e5b-43b4cfbdb000", "type": "lvl2", "url": "/docs/customization/colors#default-colors", "hierarchy": { "lvl1": "Colors", "lvl2": "Default Colors", "lvl3": null } }, { "content": "Common Colors", - "objectID": "d4f7f18e-904c-43b3-aff2-e19d763c5a5e", + "objectID": "d0bfa937-446f-402e-b34d-d70a65739f44", "type": "lvl3", "url": "/docs/customization/colors#common-colors", "hierarchy": { @@ -10004,7 +10390,7 @@ }, { "content": "Semantic Colors", - "objectID": "74fbd103-504f-4f85-8b60-a947ef6b889e", + "objectID": "0adc45d5-a8e1-4701-adec-af9c8031b5df", "type": "lvl3", "url": "/docs/customization/colors#semantic-colors", "hierarchy": { @@ -10015,7 +10401,7 @@ }, { "content": "Using Semantic Colors", - "objectID": "520184af-8e07-4aeb-8210-7962f9b48537", + "objectID": "7f2a2600-769f-47c0-9557-28cccb408a64", "type": "lvl3", "url": "/docs/customization/colors#using-semantic-colors", "hierarchy": { @@ -10026,7 +10412,7 @@ }, { "content": "Javascript Variables", - "objectID": "d64c3ac2-01a1-451d-a065-c47bb854f464", + "objectID": "a4d05116-2a67-4c09-9c65-50b5006ca857", "type": "lvl3", "url": "/docs/customization/colors#javascript-variables", "hierarchy": { @@ -10037,7 +10423,7 @@ }, { "content": "CSS Variables", - "objectID": "580bda25-221c-4600-b146-b86725dfe89c", + "objectID": "16e084e2-0630-4246-b434-bc794f51a556", "type": "lvl3", "url": "/docs/customization/colors#css-variables", "hierarchy": { @@ -10048,14 +10434,14 @@ }, { "content": "Create theme", - "objectID": "241b771f-89fd-4d6f-9fb2-bd9c93174f6a", + "objectID": "f7b278e4-3d6a-48b6-b01e-bf481d4a48d0", "type": "lvl1", "url": "/docs/customization/create-theme", "hierarchy": { "lvl1": "Create theme" } }, { "content": "Add the new theme to the plugin", - "objectID": "6f1e412a-660d-4695-993a-b24d89bcc45d", + "objectID": "46eb7ced-49df-4eea-8b0a-aa654e8edc85", "type": "lvl3", "url": "/docs/customization/create-theme#add-the-new-theme-to-the-plugin", "hierarchy": { @@ -10066,7 +10452,7 @@ }, { "content": "Apply the new theme", - "objectID": "db1d8301-06c3-4011-b17d-6e3991920fa5", + "objectID": "7139230e-ea97-42a2-b67b-533f3cc115fa", "type": "lvl3", "url": "/docs/customization/create-theme#apply-the-new-theme", "hierarchy": { @@ -10077,7 +10463,7 @@ }, { "content": "Use the new theme", - "objectID": "1a486dfb-a19a-40e5-b7fb-7bdec2dd0ca6", + "objectID": "b2554475-072d-4e19-a691-41f1a6c8443f", "type": "lvl3", "url": "/docs/customization/create-theme#use-the-new-theme", "hierarchy": { @@ -10088,14 +10474,14 @@ }, { "content": "Custom Variants", - "objectID": "f380702c-5792-446b-94c2-70681c2f8556", + "objectID": "49493316-f07f-4f9f-9b1f-0da4db1684ab", "type": "lvl1", "url": "/docs/customization/custom-variants", "hierarchy": { "lvl1": "Custom Variants" } }, { "content": "Creating new variants for non-slots components", - "objectID": "cafd44b4-fe4c-4baa-b5f3-eb6b177ec0bc", + "objectID": "aa6f7ec3-8db0-487c-9367-634035dd7b86", "type": "lvl2", "url": "/docs/customization/custom-variants#creating-new-variants-for-non-slots-components", "hierarchy": { @@ -10106,7 +10492,7 @@ }, { "content": "Extend the original component variants", - "objectID": "f593e195-881c-48ba-8ffa-d04fc68476ec", + "objectID": "b184e0d1-14b4-42da-8b70-1b5775c31f9b", "type": "lvl3", "url": "/docs/customization/custom-variants#extend-the-original-component-variants", "hierarchy": { @@ -10117,7 +10503,7 @@ }, { "content": "Use your custom component in your application", - "objectID": "8f47f7a0-508f-4519-828c-8657452d465a", + "objectID": "6e51fde6-74aa-4926-97af-9aca91d7be73", "type": "lvl3", "url": "/docs/customization/custom-variants#use-your-custom-component-in-your-application", "hierarchy": { @@ -10128,7 +10514,7 @@ }, { "content": "Creating new variants for slots components", - "objectID": "71d10783-b3c6-4667-81b0-aa911ce629a0", + "objectID": "385bd8c3-53af-415f-81af-2614dff202e1", "type": "lvl2", "url": "/docs/customization/custom-variants#creating-new-variants-for-slots-components", "hierarchy": { @@ -10139,7 +10525,7 @@ }, { "content": "Extend the original component variants", - "objectID": "50954d3d-8b2f-49b6-b451-ce5ef456430a", + "objectID": "2692ae6b-eb26-4f04-a972-0506ddafaf3b", "type": "lvl3", "url": "/docs/customization/custom-variants#extend-the-original-component-variants-1", "hierarchy": { @@ -10150,7 +10536,7 @@ }, { "content": "Use your custom component in your application", - "objectID": "3e84fb55-f755-4137-a8f2-4c15eb277835", + "objectID": "5fd29a82-d120-4031-bb28-aa16ad9dd8ac", "type": "lvl3", "url": "/docs/customization/custom-variants#use-your-custom-component-in-your-application-1", "hierarchy": { @@ -10161,7 +10547,7 @@ }, { "content": "Types", - "objectID": "3a2e209a-f0e2-4732-a4ad-7b0e10251b65", + "objectID": "71dbbf60-85d3-461d-9d8d-18fead4fe024", "type": "lvl3", "url": "/docs/customization/custom-variants#types", "hierarchy": { @@ -10172,7 +10558,7 @@ }, { "content": "Main Function", - "objectID": "d5619512-6788-4046-a8b8-15c73d93587c", + "objectID": "cda3d447-48b3-44c7-b2b7-9ed5fdc973e3", "type": "lvl3", "url": "/docs/customization/custom-variants#main-function", "hierarchy": { @@ -10183,7 +10569,7 @@ }, { "content": "Options", - "objectID": "f48cdf19-094d-4b64-be6f-842c9849608e", + "objectID": "fc71736d-04cc-469f-8cf3-22814ef24182", "type": "lvl3", "url": "/docs/customization/custom-variants#options", "hierarchy": { @@ -10194,7 +10580,7 @@ }, { "content": "Config", - "objectID": "c0459c79-499b-4161-8c25-c669cc842d8b", + "objectID": "3835f3a3-54f5-4e29-870e-a0121e77ac22", "type": "lvl3", "url": "/docs/customization/custom-variants#config", "hierarchy": { @@ -10205,14 +10591,14 @@ }, { "content": "Customize theme", - "objectID": "3f0f4d3d-e9cb-4255-8e18-2e0c19546eba", + "objectID": "1c4c9347-ab47-4dad-a8b5-992f1164f892", "type": "lvl1", "url": "/docs/customization/customize-theme", "hierarchy": { "lvl1": "Customize theme" } }, { "content": "Customizing Layout", - "objectID": "b4fe01f8-7185-48ca-a20a-b862ffac1202", + "objectID": "18a16f39-f222-417c-8bdc-38b674e3c091", "type": "lvl2", "url": "/docs/customization/customize-theme#customizing-layout", "hierarchy": { @@ -10223,7 +10609,7 @@ }, { "content": "Global Layout Customization", - "objectID": "4907a05f-fb17-43b2-b5cd-8e0674ce87df", + "objectID": "8e75dc02-cbc2-40f2-92ef-e52203f5c701", "type": "lvl3", "url": "/docs/customization/customize-theme#global-layout-customization", "hierarchy": { @@ -10234,7 +10620,7 @@ }, { "content": "Customizing Colors", - "objectID": "84845337-6485-4738-94ab-1abd44c0c38f", + "objectID": "b69b77eb-8590-4b0d-b013-a172baf0f14e", "type": "lvl3", "url": "/docs/customization/customize-theme#customizing-colors", "hierarchy": { @@ -10245,14 +10631,14 @@ }, { "content": "Dark mode", - "objectID": "ea05a844-0461-4fec-9e31-e4ba113876ca", + "objectID": "9f1f0421-39d4-4eac-a97f-25aed9cd37b9", "type": "lvl1", "url": "/docs/customization/dark-mode", "hierarchy": { "lvl1": "Dark mode" } }, { "content": "Using next-themes", - "objectID": "161e1e03-aa1d-4ea0-8708-1b81ad83ec6f", + "objectID": "a947f254-430b-4191-bd0a-a75a967b3f57", "type": "lvl2", "url": "/docs/customization/dark-mode#using-next-themes", "hierarchy": { @@ -10263,7 +10649,7 @@ }, { "content": "Next.js App Directory Setup", - "objectID": "df714d1e-0a8f-4ab0-a417-c1a0094c6208", + "objectID": "124c4a53-fae1-4a7e-a185-dbed590cd982", "type": "lvl3", "url": "/docs/customization/dark-mode#nextjs-app-directory-setup", "hierarchy": { @@ -10274,7 +10660,7 @@ }, { "content": "Install next-themes", - "objectID": "9d6d47a7-1b1e-450a-b4c3-f23eef012693", + "objectID": "479149ed-1261-4202-bd7c-31317879b401", "type": "lvl3", "url": "/docs/customization/dark-mode#install-next-themes", "hierarchy": { @@ -10285,7 +10671,7 @@ }, { "content": "Add next-themes provider", - "objectID": "cf77cf3f-a513-4b1f-a498-1ad284887de0", + "objectID": "a32d4a3b-070f-40f7-96ad-ee8ed0551641", "type": "lvl3", "url": "/docs/customization/dark-mode#add-next-themes-provider", "hierarchy": { @@ -10296,7 +10682,7 @@ }, { "content": "Add the theme switcher", - "objectID": "edd21443-80dc-44f1-810d-4a2686ceef46", + "objectID": "6ad27625-6d46-489d-bfcf-3a446434073c", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher", "hierarchy": { @@ -10307,7 +10693,7 @@ }, { "content": "Next.js Pages Directory Setup", - "objectID": "b204f04b-1491-4672-8779-4c13fa03d588", + "objectID": "bccf6c84-11d5-4f3a-8f76-92043f2c8fca", "type": "lvl3", "url": "/docs/customization/dark-mode#nextjs-pages-directory-setup", "hierarchy": { @@ -10318,7 +10704,7 @@ }, { "content": "Install next-themes", - "objectID": "f24d20dc-fe4f-4e2e-8993-78f62c260d4b", + "objectID": "5e3452ab-da25-4caf-85e9-002a0e4114e3", "type": "lvl3", "url": "/docs/customization/dark-mode#install-next-themes-1", "hierarchy": { @@ -10329,7 +10715,7 @@ }, { "content": "Add next-themes provider", - "objectID": "5848f498-3f0e-46b3-a099-cdd242e7894f", + "objectID": "05cfe43f-a029-4698-be5f-7d95df81ff3a", "type": "lvl3", "url": "/docs/customization/dark-mode#add-next-themes-provider-1", "hierarchy": { @@ -10340,7 +10726,7 @@ }, { "content": "Add the theme switcher", - "objectID": "905478c0-379a-409f-8320-55f91df0a6a2", + "objectID": "e090963a-f961-4426-87e2-7f18749b70de", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher-1", "hierarchy": { @@ -10351,7 +10737,7 @@ }, { "content": "Using use-theme hook", - "objectID": "7b9bd3d5-ccf4-4136-85d2-a0b2eb6107c3", + "objectID": "a415e4cc-185f-4099-9445-fb68d44f95bf", "type": "lvl2", "url": "/docs/customization/dark-mode#using-use-theme-hook", "hierarchy": { @@ -10362,7 +10748,7 @@ }, { "content": "Install @heroui/use-theme", - "objectID": "c56b65d3-8161-4799-82f0-f711aac4bc65", + "objectID": "4c348ec8-7243-4e1d-a35f-0fa9782c232e", "type": "lvl3", "url": "/docs/customization/dark-mode#install-herouiuse-theme", "hierarchy": { @@ -10371,45 +10757,34 @@ "lvl3": "Install @heroui/use-theme" } }, - { - "content": "Add the current theme to the main element", - "objectID": "f735113c-8fcb-4b17-bc16-9030f9ec51d7", - "type": "lvl3", - "url": "/docs/customization/dark-mode#add-the-current-theme-to-the-main-element", - "hierarchy": { - "lvl1": "Dark mode", - "lvl2": "Install @heroui/use-theme", - "lvl3": "Add the current theme to the main element" - } - }, { "content": "Add the theme switcher", - "objectID": "00969a7a-bb5d-4747-903c-78fa0a96e688", + "objectID": "1b5cbba0-0b98-4dd8-a081-029e99b1110c", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher-2", "hierarchy": { "lvl1": "Dark mode", - "lvl2": "Add the current theme to the main element", + "lvl2": "Install @heroui/use-theme", "lvl3": "Add the theme switcher" } }, { "content": "Layout", - "objectID": "32495bbe-0c34-41c1-b47e-2234eacd9a9a", + "objectID": "c8905f95-e547-4aa0-873a-303447680822", "type": "lvl1", "url": "/docs/customization/layout", "hierarchy": { "lvl1": "Layout" } }, { "content": "Default Layout", - "objectID": "80dbdb50-a2f8-4944-b828-ad3f8f830a07", + "objectID": "1f023b39-01dc-4f57-8b3a-6ee9a6e95f80", "type": "lvl2", "url": "/docs/customization/layout#default-layout", "hierarchy": { "lvl1": "Layout", "lvl2": "Default Layout", "lvl3": null } }, { "content": "CSS Variables", - "objectID": "cdfc6546-8fd9-4f27-9943-381e8de9304b", + "objectID": "4409418e-389d-48b6-995e-9f4ed2e03838", "type": "lvl3", "url": "/docs/customization/layout#css-variables", "hierarchy": { @@ -10420,35 +10795,35 @@ }, { "content": "API Reference", - "objectID": "0b1be7a2-bc04-452f-aef0-2a0bc0ccf386", + "objectID": "ef53ba6f-d723-471b-80a7-83993ab289ae", "type": "lvl4", "url": "/docs/customization/layout#api-reference", "hierarchy": { "lvl1": "Layout", "lvl2": "CSS Variables", "lvl3": null } }, { "content": "BaseThemeUnit", - "objectID": "4004c49b-311a-468d-90c2-8c2d3e9951e0", + "objectID": "6a826062-b8c8-44b4-b272-6b3ebb80ac65", "type": "lvl4", "url": "/docs/customization/layout#basethemeunit", "hierarchy": { "lvl1": "Layout", "lvl2": "API Reference", "lvl3": null } }, { "content": "FontThemeUnit", - "objectID": "42e9aae6-4e0f-4bbd-99e7-c08c453b6ad2", + "objectID": "778ffa02-4dae-4b53-84f2-6c974129eefd", "type": "lvl4", "url": "/docs/customization/layout#fontthemeunit", "hierarchy": { "lvl1": "Layout", "lvl2": "BaseThemeUnit", "lvl3": null } }, { "content": "Override styles", - "objectID": "36011376-6ebb-4ec2-b2cf-ae9457c0812a", + "objectID": "c833e00d-771d-462b-867c-c21bcf2e5979", "type": "lvl1", "url": "/docs/customization/override-styles", "hierarchy": { "lvl1": "Override styles" } }, { "content": "What is a Slot?", - "objectID": "a4a3596b-76a6-4b4c-9a70-17992c3c0b16", + "objectID": "481ec6bc-0d0f-4ded-a259-75ea59c9a00c", "type": "lvl3", "url": "/docs/customization/override-styles#what-is-a-slot", "hierarchy": { @@ -10459,7 +10834,7 @@ }, { "content": "Overriding a component", - "objectID": "08311423-4f99-4194-9a58-cc60bef209a8", + "objectID": "c1655f67-0169-4f75-90bf-2e4ace1e0228", "type": "lvl3", "url": "/docs/customization/override-styles#overriding-a-component", "hierarchy": { @@ -10470,7 +10845,7 @@ }, { "content": "Components with slots", - "objectID": "863496df-239d-4c8d-ba69-99969189a727", + "objectID": "9981a1ad-4ce4-4ce9-8112-81506b3dc839", "type": "lvl3", "url": "/docs/customization/override-styles#components-with-slots", "hierarchy": { @@ -10481,7 +10856,7 @@ }, { "content": "CSS Modules", - "objectID": "d02046c4-aca2-4a1b-a32b-e7b8e7a731d3", + "objectID": "8dade819-dcc8-43ea-b663-deac6efd1558", "type": "lvl3", "url": "/docs/customization/override-styles#css-modules", "hierarchy": { @@ -10492,7 +10867,7 @@ }, { "content": "CSS-in-JS", - "objectID": "af8d243a-5ff7-41c0-91bc-af16d870b6be", + "objectID": "202e9ad3-ec25-4898-a283-adc5aa27a04c", "type": "lvl3", "url": "/docs/customization/override-styles#css-in-js", "hierarchy": { @@ -10503,35 +10878,35 @@ }, { "content": "Theme", - "objectID": "a0c9ea6b-f1fd-4bac-ac76-c59beb5feea3", + "objectID": "e2c7030d-7920-495b-921c-a9b9f46b94d8", "type": "lvl1", "url": "/docs/customization/theme", "hierarchy": { "lvl1": "Theme" } }, { "content": "What is a Theme?", - "objectID": "93db6470-9b4e-4b03-b04f-1231ea46ad3c", + "objectID": "e9b9cc80-4b42-4639-95bf-40854b001d8d", "type": "lvl2", "url": "/docs/customization/theme#what-is-a-theme", "hierarchy": { "lvl1": "Theme", "lvl2": "What is a Theme?", "lvl3": null } }, { "content": "Setup", - "objectID": "281d9700-5e1e-4817-a79d-64ce4081fd19", + "objectID": "c2ebf792-ee7e-4ed0-9328-8703cb4dba56", "type": "lvl2", "url": "/docs/customization/theme#setup", "hierarchy": { "lvl1": "Theme", "lvl2": "Setup", "lvl3": null } }, { "content": "Usage", - "objectID": "b9f4ec6e-8e05-4a19-9caa-bbccf4617505", + "objectID": "0533b307-31d7-495b-9dbc-f46a2cc10d24", "type": "lvl3", "url": "/docs/customization/theme#usage", "hierarchy": { "lvl1": "Theme", "lvl2": "Setup", "lvl3": "Usage" } }, { "content": "Default Plugin Options", - "objectID": "983cb672-e2b1-427a-b122-63a175821ac8", + "objectID": "00f3092c-4e9a-468b-95c7-2781895f1873", "type": "lvl3", "url": "/docs/customization/theme#default-plugin-options", "hierarchy": { @@ -10542,7 +10917,7 @@ }, { "content": "Themes Options", - "objectID": "0b53772a-69b2-4274-9065-39d2d557c1c1", + "objectID": "f210e7b4-8211-4fa0-8b63-7b8e8f3fe718", "type": "lvl3", "url": "/docs/customization/theme#themes-options", "hierarchy": { @@ -10553,7 +10928,7 @@ }, { "content": "Nested themes", - "objectID": "6f2783b8-9aa7-448d-a2fe-8cc9803b2f38", + "objectID": "166664e6-8203-479c-ad2f-b85155e40930", "type": "lvl3", "url": "/docs/customization/theme#nested-themes", "hierarchy": { @@ -10564,7 +10939,7 @@ }, { "content": "Theme based variants", - "objectID": "93120eb2-a320-4c92-803c-46b57d5aff87", + "objectID": "c6783b69-2c95-4d3d-a9d2-451a8f67b2b6", "type": "lvl3", "url": "/docs/customization/theme#theme-based-variants", "hierarchy": { @@ -10575,7 +10950,7 @@ }, { "content": "API Reference", - "objectID": "5d26b925-d333-451c-b00e-8f092bf82f1c", + "objectID": "070f29c1-7767-4d78-9f20-d375e3a304fb", "type": "lvl3", "url": "/docs/customization/theme#api-reference", "hierarchy": { @@ -10586,49 +10961,49 @@ }, { "content": "Types", - "objectID": "9f724e2d-04bb-4c46-ac3c-6e203bd61c37", + "objectID": "b85b6405-1fde-4940-8e5b-825d10e4ffca", "type": "lvl3", "url": "/docs/customization/theme#types", "hierarchy": { "lvl1": "Theme", "lvl2": "API Reference", "lvl3": "Types" } }, { "content": "ConfigThemes", - "objectID": "8335441c-7c66-4353-ace5-9b0252071cec", + "objectID": "92f2ec94-9ddb-4e98-b755-0ca24e35a119", "type": "lvl4", "url": "/docs/customization/theme#configthemes", "hierarchy": { "lvl1": "Theme", "lvl2": "Types", "lvl3": null } }, { "content": "LayoutTheme", - "objectID": "2c39c069-6888-4d69-b9e4-8bc9d9c3c338", + "objectID": "80213732-bc2c-413d-8544-9eb122b6f89a", "type": "lvl4", "url": "/docs/customization/theme#layouttheme", "hierarchy": { "lvl1": "Theme", "lvl2": "ConfigThemes", "lvl3": null } }, { "content": "ThemeColors", - "objectID": "66b2dffe-a83c-43d9-b913-d8122c774faf", + "objectID": "cc2c4efe-d4fc-4167-b20a-3d7741265993", "type": "lvl4", "url": "/docs/customization/theme#themecolors", "hierarchy": { "lvl1": "Theme", "lvl2": "LayoutTheme", "lvl3": null } }, { "content": "Astro", - "objectID": "546f3800-90c4-41af-b1cf-2d50fcfcf2d3", + "objectID": "08f6989b-8e55-470d-bd7c-d5a59335d42d", "type": "lvl1", "url": "/docs/frameworks/astro", "hierarchy": { "lvl1": "Astro" } }, { "content": "Install React", - "objectID": "a75b38d1-2335-4d48-ab84-b20f693dbd02", + "objectID": "df9a0bbd-73ed-48a3-87e1-348c6f4d4b8f", "type": "lvl3", "url": "/docs/frameworks/astro#install-react", "hierarchy": { "lvl1": "Astro", "lvl2": "Astro", "lvl3": "Install React" } }, { "content": "Install HeroUI", - "objectID": "ea731ce6-0b89-4fcd-a6ff-978d2c25a46e", + "objectID": "058f318c-3cf7-4e69-a464-55b62efac1ab", "type": "lvl3", "url": "/docs/frameworks/astro#install-heroui", "hierarchy": { @@ -10639,7 +11014,7 @@ }, { "content": "Hoisted Dependencies Setup", - "objectID": "16dff099-0d40-4fa9-86e0-e979f212105d", + "objectID": "88857e83-150b-4582-bd41-d90d520f310a", "type": "lvl3", "url": "/docs/frameworks/astro#hoisted-dependencies-setup", "hierarchy": { @@ -10650,7 +11025,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "00a4d0c0-589c-4385-8907-c7f9bc037d3d", + "objectID": "7dc49cdf-7695-4c51-9d12-4f9288571ffd", "type": "lvl3", "url": "/docs/frameworks/astro#tailwind-css-setup", "hierarchy": { @@ -10661,7 +11036,7 @@ }, { "content": "Usage", - "objectID": "adf21aeb-f0bb-4b54-a725-fbe40f78803a", + "objectID": "d6c17622-0e09-46d8-9ca7-a6b852246d74", "type": "lvl3", "url": "/docs/frameworks/astro#usage", "hierarchy": { @@ -10672,14 +11047,14 @@ }, { "content": "Laravel", - "objectID": "e4adbbf6-0d49-4e1e-9ad5-ba2166b45d80", + "objectID": "f8ce5e4e-fe90-4134-a112-639a2eb307e9", "type": "lvl1", "url": "/docs/frameworks/laravel", "hierarchy": { "lvl1": "Laravel" } }, { "content": "Using HeroUI + Laravel template", - "objectID": "c5071b55-7315-407c-b2b8-82c431f22dd8", + "objectID": "46614fe9-310b-4af7-8cf7-0855ec69d45b", "type": "lvl3", "url": "/docs/frameworks/laravel#using-heroui--laravel-template", "hierarchy": { @@ -10690,7 +11065,7 @@ }, { "content": "Automatic Installation", - "objectID": "fcf0093e-0533-41a1-9d77-6a0643a05cbd", + "objectID": "9edd273c-2656-4418-a10e-ccbbd0e5bff9", "type": "lvl3", "url": "/docs/frameworks/laravel#automatic-installation", "hierarchy": { @@ -10701,7 +11076,7 @@ }, { "content": "Manual Installation", - "objectID": "e2a07928-96c1-4d1a-9225-0d9cfed4ada3", + "objectID": "601feecf-0e0f-432c-b519-b83196e5b953", "type": "lvl3", "url": "/docs/frameworks/laravel#manual-installation", "hierarchy": { @@ -10712,7 +11087,7 @@ }, { "content": "Add dependencies", - "objectID": "2ce38cdb-3963-4264-87ae-0c2491d5413f", + "objectID": "8a0abcfd-ef60-49b9-91d4-2c9580c62420", "type": "lvl3", "url": "/docs/frameworks/laravel#add-dependencies", "hierarchy": { @@ -10723,7 +11098,7 @@ }, { "content": "Hoisted Dependencies Setup", - "objectID": "711f32da-cca8-4d07-a989-540809e226e0", + "objectID": "da450125-ffa8-4c46-8217-d47beec572eb", "type": "lvl3", "url": "/docs/frameworks/laravel#hoisted-dependencies-setup", "hierarchy": { @@ -10734,7 +11109,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "0e9630b0-7c75-4a55-8c82-ff38e80b5bb2", + "objectID": "1a739b98-787c-426d-9d5c-98a7f0ccfaa4", "type": "lvl3", "url": "/docs/frameworks/laravel#tailwind-css-setup", "hierarchy": { @@ -10745,7 +11120,7 @@ }, { "content": "Provider Setup", - "objectID": "2d7a8dd4-a8a8-43cf-acdb-2b4a29898a5d", + "objectID": "d31c4bfd-e40b-473f-b440-0d0d446f8874", "type": "lvl3", "url": "/docs/frameworks/laravel#provider-setup", "hierarchy": { @@ -10756,14 +11131,14 @@ }, { "content": "Next.js", - "objectID": "82849ddc-e2e5-48ce-baeb-48fa94132a1f", + "objectID": "5d635df4-f8e1-40ea-902f-bba806e40a3a", "type": "lvl1", "url": "/docs/frameworks/nextjs", "hierarchy": { "lvl1": "Next.js" } }, { "content": "App Directory Setup", - "objectID": "ac1b8f7e-203c-491d-8617-61d71c238c64", + "objectID": "6d4959fe-36d7-4d47-bdaf-1cc88910ccc1", "type": "lvl2", "url": "/docs/frameworks/nextjs#app-directory-setup", "hierarchy": { @@ -10774,7 +11149,7 @@ }, { "content": "HeroUI CLI (recommended)", - "objectID": "cb824406-d835-4cd7-88e0-0eacec472e91", + "objectID": "ddbc3eb4-10b7-4911-8c9b-9293447c36e7", "type": "lvl3", "url": "/docs/frameworks/nextjs#heroui-cli-recommended", "hierarchy": { @@ -10785,7 +11160,7 @@ }, { "content": "create-next-app", - "objectID": "99427541-cfa7-4c54-a4c9-6be1f1ec8216", + "objectID": "10a8faee-945b-4a71-929a-cb597bc42b02", "type": "lvl3", "url": "/docs/frameworks/nextjs#create-next-app", "hierarchy": { @@ -10796,7 +11171,7 @@ }, { "content": "Automatic Installation", - "objectID": "5806b8d0-f063-4a05-80e6-cce52a41897f", + "objectID": "375c3b3d-1726-4fff-93f8-5822c491df80", "type": "lvl3", "url": "/docs/frameworks/nextjs#automatic-installation", "hierarchy": { @@ -10807,7 +11182,7 @@ }, { "content": "Manual Installation", - "objectID": "52d2ec10-45b8-4def-9207-97a8b0ef3c3e", + "objectID": "087971a9-1451-49fd-b724-5b2ca3d3fd43", "type": "lvl3", "url": "/docs/frameworks/nextjs#manual-installation", "hierarchy": { @@ -10818,7 +11193,7 @@ }, { "content": "Add dependencies", - "objectID": "b7e1eba1-2ca3-4610-b4cf-0aaaf36bafc5", + "objectID": "8cd2f987-90fb-4a2d-8be6-118ca49b7cf3", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-dependencies", "hierarchy": { @@ -10829,7 +11204,7 @@ }, { "content": "Hoisted Dependencies Setup", - "objectID": "ca002dfe-d6f6-4197-b5de-65df9479ff2f", + "objectID": "56141fe0-3a3b-4e05-aab5-3055cfd45da1", "type": "lvl3", "url": "/docs/frameworks/nextjs#hoisted-dependencies-setup", "hierarchy": { @@ -10840,7 +11215,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "516f82a5-a8d5-4f96-8222-08dc701e282c", + "objectID": "9ac04671-c50b-4977-8090-712d56e9f47e", "type": "lvl3", "url": "/docs/frameworks/nextjs#tailwind-css-setup", "hierarchy": { @@ -10851,7 +11226,7 @@ }, { "content": "Setup Provider", - "objectID": "cc549fcd-52ff-4e7c-93db-5de229f44096", + "objectID": "261f9758-3642-4fe4-bcbf-3d4fb91fb1e3", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-provider", "hierarchy": { @@ -10862,7 +11237,7 @@ }, { "content": "Add Provider to Root", - "objectID": "8c1b562c-8fba-4c60-8413-ad50575d760e", + "objectID": "321f3c7f-3793-4183-9b85-399b9f0eca5b", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-provider-to-root", "hierarchy": { @@ -10873,7 +11248,7 @@ }, { "content": "Use HeroUI Components", - "objectID": "43d9524e-7d61-4fea-b620-21929ca1e0f7", + "objectID": "6d9c47b9-e211-4946-bdc2-b771dd22c737", "type": "lvl3", "url": "/docs/frameworks/nextjs#use-heroui-components", "hierarchy": { @@ -10884,7 +11259,7 @@ }, { "content": "Pages Directory Setup", - "objectID": "bc4400eb-c13c-49ef-b891-eae960c9ec5d", + "objectID": "9509440a-7f1d-4298-a99b-a8a87f1266ce", "type": "lvl2", "url": "/docs/frameworks/nextjs#pages-directory-setup", "hierarchy": { @@ -10895,7 +11270,7 @@ }, { "content": "HeroUI CLI (recommended)", - "objectID": "945e2029-2013-4cc5-b5ae-87c8c836944d", + "objectID": "e1b050e3-ab75-4dae-8521-2d02f8ae2925", "type": "lvl3", "url": "/docs/frameworks/nextjs#heroui-cli-recommended-1", "hierarchy": { @@ -10906,7 +11281,7 @@ }, { "content": "create-next-app", - "objectID": "b442c971-4d17-4255-9563-840c247ee3e0", + "objectID": "9b559e6e-a58f-4624-9d09-ccbfd9372f8d", "type": "lvl3", "url": "/docs/frameworks/nextjs#create-next-app-1", "hierarchy": { @@ -10917,7 +11292,7 @@ }, { "content": "Automatic Installation", - "objectID": "23512698-c959-451d-8ac7-d756139500fd", + "objectID": "084ef2a8-0145-4730-88bf-8dd2808d5daa", "type": "lvl3", "url": "/docs/frameworks/nextjs#automatic-installation-1", "hierarchy": { @@ -10928,7 +11303,7 @@ }, { "content": "Manual Installation", - "objectID": "2d6f9e26-11ff-4a50-b237-a5f13acd201c", + "objectID": "20f323a6-5230-4cb1-b75c-352baccea26e", "type": "lvl3", "url": "/docs/frameworks/nextjs#manual-installation-1", "hierarchy": { @@ -10939,7 +11314,7 @@ }, { "content": "Add dependencies", - "objectID": "7f39d55e-da3b-4d2e-b41a-fa1c037e4af3", + "objectID": "ba08225d-09db-4438-a3db-e333f2425609", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-dependencies-1", "hierarchy": { @@ -10950,7 +11325,7 @@ }, { "content": "Hoisted Dependencies Setup", - "objectID": "ccce3c30-0572-4eab-af61-55fa7167da61", + "objectID": "cbdce92e-b934-4aad-94ce-a799b60d0f54", "type": "lvl3", "url": "/docs/frameworks/nextjs#hoisted-dependencies-setup-1", "hierarchy": { @@ -10961,7 +11336,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "0f3240f9-51ef-4f62-9afc-e501ffa792e0", + "objectID": "20090bc1-e5aa-4fb6-9f1b-3405b7d5121e", "type": "lvl3", "url": "/docs/frameworks/nextjs#tailwind-css-setup-1", "hierarchy": { @@ -10972,7 +11347,7 @@ }, { "content": "Setup Provider", - "objectID": "80d33a4a-e2ff-412e-92a9-b73c36e5a840", + "objectID": "421ec903-476f-4d93-91d3-bfbe92e52bc3", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-provider-1", "hierarchy": { @@ -10983,7 +11358,7 @@ }, { "content": "Use HeroUI Components", - "objectID": "b3411264-869c-4602-9a2f-9cb5706910bd", + "objectID": "78aefcba-5cc6-470e-9ef9-9ab964f3176b", "type": "lvl3", "url": "/docs/frameworks/nextjs#use-heroui-components-1", "hierarchy": { @@ -10994,14 +11369,14 @@ }, { "content": "Remix", - "objectID": "d8745fae-d006-4e60-82ba-5f4853fc5277", + "objectID": "6c75a651-83a7-4b37-aee0-76a9d315078d", "type": "lvl1", "url": "/docs/frameworks/remix", "hierarchy": { "lvl1": "Remix" } }, { "content": "Using HeroUI + Remix template", - "objectID": "7a06ba3e-2552-4f70-94d5-54df8964431d", + "objectID": "ddf4d439-91a9-4672-b0c4-5de0afc91f73", "type": "lvl3", "url": "/docs/frameworks/remix#using-heroui--remix-template", "hierarchy": { @@ -11012,7 +11387,7 @@ }, { "content": "Automatic Installation", - "objectID": "f290b35e-82aa-4200-a551-2bab5d6642f3", + "objectID": "c2155bcc-6507-4103-99b4-845cb09c2718", "type": "lvl3", "url": "/docs/frameworks/remix#automatic-installation", "hierarchy": { @@ -11023,7 +11398,7 @@ }, { "content": "Manual Installation", - "objectID": "09775834-92c4-4d37-9b8a-0fd662b261ef", + "objectID": "a428aa2e-8e69-4a5f-8c42-a03c0ccc67e2", "type": "lvl3", "url": "/docs/frameworks/remix#manual-installation", "hierarchy": { @@ -11034,7 +11409,7 @@ }, { "content": "Add dependencies", - "objectID": "9abf01e9-acfe-45f3-bab9-6e1f39ce0c77", + "objectID": "724ffbb8-f005-4d24-8279-701997f91223", "type": "lvl3", "url": "/docs/frameworks/remix#add-dependencies", "hierarchy": { @@ -11045,7 +11420,7 @@ }, { "content": "Hoisted Dependencies Setup", - "objectID": "c457a7ae-0e63-4ba5-8b08-9350efeb9995", + "objectID": "784945d0-b2a7-4311-8f86-048688912b69", "type": "lvl3", "url": "/docs/frameworks/remix#hoisted-dependencies-setup", "hierarchy": { @@ -11056,7 +11431,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "f66807f7-b7f4-4436-81f3-d7a488792b6f", + "objectID": "8883d01c-28d7-43ad-828b-35b891598afe", "type": "lvl3", "url": "/docs/frameworks/remix#tailwind-css-setup", "hierarchy": { @@ -11067,7 +11442,7 @@ }, { "content": "Provider Setup", - "objectID": "2865e88e-752a-4256-a24a-7e536187f5f8", + "objectID": "fe545f5f-b8a6-441b-9818-58e208677ebe", "type": "lvl3", "url": "/docs/frameworks/remix#provider-setup", "hierarchy": { @@ -11078,14 +11453,14 @@ }, { "content": "Vite", - "objectID": "eca843bc-0ace-4042-bcfd-c50813211b63", + "objectID": "406a8455-d769-492e-a9a4-bcfb6047c2c4", "type": "lvl1", "url": "/docs/frameworks/vite", "hierarchy": { "lvl1": "Vite" } }, { "content": "HeroUI CLI (recommended)", - "objectID": "70b5eecb-9599-496b-887b-f4271383452a", + "objectID": "71c14b8f-7586-49c8-8ade-53a745c090bf", "type": "lvl3", "url": "/docs/frameworks/vite#heroui-cli-recommended", "hierarchy": { @@ -11096,7 +11471,7 @@ }, { "content": "Using HeroUI + Vite template", - "objectID": "1e52167c-db01-4c1c-912a-80647b565996", + "objectID": "25484f54-f7f2-4a85-96bd-5e36f7b6201a", "type": "lvl3", "url": "/docs/frameworks/vite#using-heroui--vite-template", "hierarchy": { @@ -11107,7 +11482,7 @@ }, { "content": "Automatic Installation", - "objectID": "68d2b0ca-989d-4c20-8528-8d9b465745d3", + "objectID": "d867f753-e18d-4b4a-b5bf-686074fa9d87", "type": "lvl3", "url": "/docs/frameworks/vite#automatic-installation", "hierarchy": { @@ -11118,7 +11493,7 @@ }, { "content": "Manual Installation", - "objectID": "75dead55-c50d-422b-b13c-6ade941aeabb", + "objectID": "01e18b18-cabb-44fe-89a1-bd789cf2139f", "type": "lvl3", "url": "/docs/frameworks/vite#manual-installation", "hierarchy": { @@ -11129,7 +11504,7 @@ }, { "content": "Add dependencies", - "objectID": "8c1de60a-ed4d-4074-a1e5-3f9e3a499c3e", + "objectID": "0c185aa4-ad85-43af-b5d9-55e2ef075019", "type": "lvl3", "url": "/docs/frameworks/vite#add-dependencies", "hierarchy": { @@ -11140,7 +11515,7 @@ }, { "content": "Hoisted Dependencies Setup", - "objectID": "fc613a66-4b9b-4dfa-8004-84278983abf3", + "objectID": "c2200029-d287-4eab-a46d-c0b7057b2239", "type": "lvl3", "url": "/docs/frameworks/vite#hoisted-dependencies-setup", "hierarchy": { @@ -11151,7 +11526,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "1340a98b-24b8-46d5-abbb-728c4889644c", + "objectID": "e9856c52-6546-4ee5-88ef-2d16742b8f80", "type": "lvl3", "url": "/docs/frameworks/vite#tailwind-css-setup", "hierarchy": { @@ -11162,7 +11537,7 @@ }, { "content": "Provider Setup", - "objectID": "213897ea-538d-4a18-bbe1-dac6d9e1a27e", + "objectID": "a1f78846-a3da-46ac-919e-36f4e5a0b66a", "type": "lvl3", "url": "/docs/frameworks/vite#provider-setup", "hierarchy": { @@ -11173,21 +11548,21 @@ }, { "content": "CLI", - "objectID": "ca0a3b90-52b1-4b23-be9f-44ab5ef6d237", + "objectID": "ab4926a7-66ef-42f6-b285-f4dc52582d7a", "type": "lvl1", "url": "/docs/guide/cli", "hierarchy": { "lvl1": "CLI" } }, { "content": "Installation", - "objectID": "b1f73cea-2bf7-43c2-98e2-a27de70b4c5c", + "objectID": "e48d053a-4248-4f5b-bfb0-ce90ab55803e", "type": "lvl2", "url": "/docs/guide/cli#installation", "hierarchy": { "lvl1": "CLI", "lvl2": "Installation", "lvl3": null } }, { "content": "Global Installation", - "objectID": "4fc409e2-253f-4e68-b1b0-d7292292edfc", + "objectID": "a13dbf8e-a840-4d88-8109-ae003e2c5e46", "type": "lvl3", "url": "/docs/guide/cli#global-installation", "hierarchy": { @@ -11198,7 +11573,7 @@ }, { "content": "Without Installation", - "objectID": "97ac5efa-bfb0-4894-b763-3aca8982f83c", + "objectID": "c27b4ab5-e13a-4564-9872-5790b1ab24e1", "type": "lvl3", "url": "/docs/guide/cli#without-installation", "hierarchy": { @@ -11209,77 +11584,77 @@ }, { "content": "Quick Start", - "objectID": "cc2cbc77-3bd1-409e-942f-84ac8b51ceaa", + "objectID": "3d4f50a2-ab12-4148-a2e0-adb04805ba55", "type": "lvl2", "url": "/docs/guide/cli#quick-start", "hierarchy": { "lvl1": "CLI", "lvl2": "Quick Start", "lvl3": null } }, { "content": "init", - "objectID": "4f88b421-9c8e-4d44-af7a-00f6b3ceb1ab", + "objectID": "15d0e3a3-3136-46cb-a28e-4264ba5df5cc", "type": "lvl2", "url": "/docs/guide/cli#init", "hierarchy": { "lvl1": "CLI", "lvl2": "init", "lvl3": null } }, { "content": "add", - "objectID": "acb9ba03-2329-4da0-8c89-ec92d9e4029c", + "objectID": "50a5678d-9399-43d0-a5ce-404c12f26ecc", "type": "lvl2", "url": "/docs/guide/cli#add", "hierarchy": { "lvl1": "CLI", "lvl2": "add", "lvl3": null } }, { "content": "upgrade", - "objectID": "c375e44a-34cf-46e5-95e8-5bf432dde6e1", + "objectID": "2ed09ba0-e9cc-4d6f-bf7e-a8d647506e07", "type": "lvl2", "url": "/docs/guide/cli#upgrade", "hierarchy": { "lvl1": "CLI", "lvl2": "upgrade", "lvl3": null } }, { "content": "remove", - "objectID": "54dd634d-d4d8-4592-bfc7-aa6f11e1fdea", + "objectID": "022afbfa-dfc6-4b04-a355-a5a084469941", "type": "lvl2", "url": "/docs/guide/cli#remove", "hierarchy": { "lvl1": "CLI", "lvl2": "remove", "lvl3": null } }, { "content": "list", - "objectID": "81c6ddba-19f6-4eee-8391-33bcb52f9e53", + "objectID": "4a43eddd-6576-4aaa-bdfb-082febd350db", "type": "lvl2", "url": "/docs/guide/cli#list", "hierarchy": { "lvl1": "CLI", "lvl2": "list", "lvl3": null } }, { "content": "doctor", - "objectID": "2f8c5a08-b85d-4dd3-ae3f-1097062d0bf6", + "objectID": "0b9660a7-cd53-4f93-9821-fdf580d83b0b", "type": "lvl2", "url": "/docs/guide/cli#doctor", "hierarchy": { "lvl1": "CLI", "lvl2": "doctor", "lvl3": null } }, { "content": "env", - "objectID": "220f8368-5554-4035-a868-a4e24059bf90", + "objectID": "b275ed1c-b1e0-447c-8113-689293b5974b", "type": "lvl2", "url": "/docs/guide/cli#env", "hierarchy": { "lvl1": "CLI", "lvl2": "env", "lvl3": null } }, { "content": "API Reference", - "objectID": "40fafa4f-4a0f-4770-822e-bf05435ee8be", + "objectID": "fed2a48c-c0d8-4902-a0d6-33ec73f7e927", "type": "lvl2", "url": "/docs/guide/cli#api-reference", "hierarchy": { "lvl1": "CLI", "lvl2": "API Reference", "lvl3": null } }, { "content": "Design Principles", - "objectID": "44caf9fa-c46e-4b85-aeb0-0017dc98a503", + "objectID": "475f3298-01b6-4e5b-95f1-a93dc1d28332", "type": "lvl1", "url": "/docs/guide/design-principles", "hierarchy": { "lvl1": "Design Principles" } }, { "content": "Simplicity and Usability", - "objectID": "ec0c199b-6dd3-4993-851e-c727c50e8113", + "objectID": "afe4946d-8771-4867-9185-52c61fc65aec", "type": "lvl3", "url": "/docs/guide/design-principles#simplicity-and-usability", "hierarchy": { @@ -11290,7 +11665,7 @@ }, { "content": "Modular Design", - "objectID": "5dd35be1-78c1-4bb2-b99a-bfc339b2443e", + "objectID": "f7227355-9406-429a-b07e-a31009a585a6", "type": "lvl3", "url": "/docs/guide/design-principles#modular-design", "hierarchy": { @@ -11301,7 +11676,7 @@ }, { "content": "Customization and Flexibility", - "objectID": "2ec8b25e-685d-4501-804c-4f9e2ec5cfd3", + "objectID": "67bb81fe-adaa-4e99-98bc-9e19eb160964", "type": "lvl3", "url": "/docs/guide/design-principles#customization-and-flexibility", "hierarchy": { @@ -11312,7 +11687,7 @@ }, { "content": "Consistent API", - "objectID": "18d1f42e-11ad-433f-b7f3-b38fb61f24ab", + "objectID": "95fe81db-b1e8-4b93-9ee1-d162928e7d7d", "type": "lvl3", "url": "/docs/guide/design-principles#consistent-api", "hierarchy": { @@ -11323,7 +11698,7 @@ }, { "content": "Accessibility", - "objectID": "e5ae803b-1682-4261-a437-5849c99f6c08", + "objectID": "bdeb9787-1072-4903-9687-8f1c05190fec", "type": "lvl3", "url": "/docs/guide/design-principles#accessibility", "hierarchy": { @@ -11334,7 +11709,7 @@ }, { "content": "Component Slots", - "objectID": "58c1754f-1509-4704-86a8-ad4ef772d2f3", + "objectID": "7648086b-08e3-492d-a9f1-71e0ac99f119", "type": "lvl3", "url": "/docs/guide/design-principles#component-slots", "hierarchy": { @@ -11345,21 +11720,21 @@ }, { "content": "Figma", - "objectID": "75e7bb4c-ea8b-40b0-a567-b2fa323a7d59", + "objectID": "f8729df2-d11b-4938-be61-d3a3cb4b501c", "type": "lvl1", "url": "/docs/guide/figma", "hierarchy": { "lvl1": "Figma" } }, { "content": "Figma Kit", - "objectID": "7a194d08-fa2c-4460-b47e-0bf8c07060df", + "objectID": "661d5367-b189-4d71-8395-ebeacbe8897f", "type": "lvl1", "url": "/docs/guide/figma#figma-kit", "hierarchy": { "lvl1": "Figma", "lvl2": null, "lvl3": null } }, { "content": "What is HeroUI Figma Kit?", - "objectID": "306533e7-cf66-4349-92e7-60127fa3cdc7", + "objectID": "b74547b3-7dd3-4dc0-98ea-448e06657b15", "type": "lvl2", "url": "/docs/guide/figma#what-is-heroui-figma-kit", "hierarchy": { @@ -11370,14 +11745,14 @@ }, { "content": "FAQ", - "objectID": "1d9d3759-7466-4536-a0bf-e9b496f579bc", + "objectID": "c493e15f-ba74-4613-ab25-ebb2d183cfc6", "type": "lvl2", "url": "/docs/guide/figma#faq", "hierarchy": { "lvl1": "Figma", "lvl2": "FAQ", "lvl3": null } }, { "content": "How can I access the Figma Kit?", - "objectID": "d7d47f75-ae41-4ded-8dc3-be252cb874ab", + "objectID": "10e0cf06-96fb-4ee0-8356-3abf423458ed", "type": "lvl3", "url": "/docs/guide/figma#how-can-i-access-the-figma-kit", "hierarchy": { @@ -11388,7 +11763,7 @@ }, { "content": "Is the Figma Kit kept up to date with the component library?", - "objectID": "aa7d8da8-af74-4050-ae24-e42cdd6acf62", + "objectID": "47627903-74a8-4ecf-940f-070f3c98b2b5", "type": "lvl3", "url": "/docs/guide/figma#is-the-figma-kit-kept-up-to-date-with-the-component-library", "hierarchy": { @@ -11399,7 +11774,7 @@ }, { "content": "Can I use the Figma Kit for my projects?", - "objectID": "e9d15d27-fc32-40ff-b33f-94a9055fbfbc", + "objectID": "e141c82d-0509-4e25-9beb-396b09970b5a", "type": "lvl3", "url": "/docs/guide/figma#can-i-use-the-figma-kit-for-my-projects", "hierarchy": { @@ -11410,7 +11785,7 @@ }, { "content": "Are the components in the Figma Kit responsive?", - "objectID": "38f832d7-2381-4ff8-be88-70f5b4208939", + "objectID": "8ce62885-e539-4155-a3d0-99b86c648fc3", "type": "lvl3", "url": "/docs/guide/figma#are-the-components-in-the-figma-kit-responsive", "hierarchy": { @@ -11421,14 +11796,14 @@ }, { "content": "Forms", - "objectID": "44403d10-af54-4a69-87ae-832a7b70f08e", + "objectID": "ea723b69-1c6a-44da-b560-aabee53352ce", "type": "lvl1", "url": "/docs/guide/forms", "hierarchy": { "lvl1": "Forms" } }, { "content": "Labels and help text", - "objectID": "bc058504-377c-4767-a03d-62ca7b003b1b", + "objectID": "adf847c7-d674-41b5-86d1-594e4b6bf551", "type": "lvl2", "url": "/docs/guide/forms#labels-and-help-text", "hierarchy": { @@ -11439,49 +11814,49 @@ }, { "content": "Submitting data", - "objectID": "d54fa946-4bfe-460f-9a30-7fc16ce8736f", + "objectID": "9f83f85f-1fd9-4ec7-8549-c0d411a6826d", "type": "lvl2", "url": "/docs/guide/forms#submitting-data", "hierarchy": { "lvl1": "Forms", "lvl2": "Submitting data", "lvl3": null } }, { "content": "Uncontrolled forms", - "objectID": "1e933df1-a8ed-4d1b-9dfc-4d30cc5a3b9f", + "objectID": "0fb3c6db-7635-49d2-a165-0e10cacb0d98", "type": "lvl4", "url": "/docs/guide/forms#uncontrolled-forms", "hierarchy": { "lvl1": "Forms", "lvl2": "Submitting data", "lvl3": null } }, { "content": "Controlled forms", - "objectID": "1a00d99e-e3f9-49b6-85d1-07c8eb55710f", + "objectID": "4ccb2b75-9699-4a71-acea-c694ea9076ae", "type": "lvl4", "url": "/docs/guide/forms#controlled-forms", "hierarchy": { "lvl1": "Forms", "lvl2": "Uncontrolled forms", "lvl3": null } }, { "content": "Customizing error messages", - "objectID": "74931e02-77d5-47a8-bc6b-afc3232eca50", + "objectID": "4fa331c0-5b0d-49b8-89c5-33294492d16d", "type": "lvl4", "url": "/docs/guide/forms#customizing-error-messages", "hierarchy": { "lvl1": "Forms", "lvl2": "Controlled forms", "lvl3": null } }, { "content": "Validation", - "objectID": "e8b39a4c-375a-49f4-8ee2-866eb1e87a18", + "objectID": "c9d9f433-b27b-42af-9d4b-9246b0b0f92b", "type": "lvl2", "url": "/docs/guide/forms#validation", "hierarchy": { "lvl1": "Forms", "lvl2": "Validation", "lvl3": null } }, { "content": "Built-in validation", - "objectID": "3e5b2137-3513-4ca1-aa95-dffd66536b5b", + "objectID": "1e50ed58-70b9-4dfc-b954-4b8639f6322b", "type": "lvl4", "url": "/docs/guide/forms#built-in-validation", "hierarchy": { "lvl1": "Forms", "lvl2": "Validation", "lvl3": null } }, { "content": "Custom validation", - "objectID": "d661a84f-0584-4ee6-a35b-38420b77b612", + "objectID": "2c5bb83b-cf6f-4273-8753-54864558200e", "type": "lvl4", "url": "/docs/guide/forms#custom-validation", "hierarchy": { @@ -11492,14 +11867,14 @@ }, { "content": "Realtime validation", - "objectID": "633bb976-8e72-4e67-93b8-53c3ea8028d6", + "objectID": "a46631d0-5354-4f1f-bf37-061985873903", "type": "lvl4", "url": "/docs/guide/forms#realtime-validation", "hierarchy": { "lvl1": "Forms", "lvl2": "Custom validation", "lvl3": null } }, { "content": "Server validation", - "objectID": "ca264cb5-0b8e-4572-9166-647b06e3b4f9", + "objectID": "435d77d9-2e31-485a-b419-155c5e7b7016", "type": "lvl4", "url": "/docs/guide/forms#server-validation", "hierarchy": { @@ -11510,14 +11885,14 @@ }, { "content": "Schema validation", - "objectID": "7e871276-806c-4227-ad6e-4166104dac9e", + "objectID": "c30f34d5-3a9e-4700-8faf-0737d6b4b7b8", "type": "lvl4", "url": "/docs/guide/forms#schema-validation", "hierarchy": { "lvl1": "Forms", "lvl2": "Server validation", "lvl3": null } }, { "content": "React Server Actions", - "objectID": "220c6f06-faba-453f-a283-b9735d76fe9e", + "objectID": "715f8b65-0488-4d4c-b99e-5f885ecb1e1f", "type": "lvl3", "url": "/docs/guide/forms#react-server-actions", "hierarchy": { @@ -11528,7 +11903,7 @@ }, { "content": "Remix", - "objectID": "aebaca4c-33a9-4fad-8703-69b9b74f8009", + "objectID": "0d331ce0-18b2-4b9e-ab77-5992087d4c2a", "type": "lvl3", "url": "/docs/guide/forms#remix", "hierarchy": { @@ -11539,28 +11914,28 @@ }, { "content": "Form libraries", - "objectID": "d9f6ed75-56e7-452b-b675-c8f0c57962a3", + "objectID": "5a94dbf8-dba9-4ef8-bb93-389a41e04d9b", "type": "lvl2", "url": "/docs/guide/forms#form-libraries", "hierarchy": { "lvl1": "Forms", "lvl2": "Form libraries", "lvl3": null } }, { "content": "React Hook Form", - "objectID": "21718789-6c3e-476b-959b-21f47372aa66", + "objectID": "caab2123-a69a-4e61-a1b6-7e8e91a29829", "type": "lvl4", "url": "/docs/guide/forms#react-hook-form", "hierarchy": { "lvl1": "Forms", "lvl2": "Form libraries", "lvl3": null } }, { "content": "Installation", - "objectID": "09a31a53-033d-4175-b3ac-b32911795996", + "objectID": "426bed50-c83a-4cb2-9569-673321f396dd", "type": "lvl1", "url": "/docs/guide/installation", "hierarchy": { "lvl1": "Installation" } }, { "content": "Automatic Installation", - "objectID": "93ee48fb-ef6b-476c-a9ce-101fffffe891", + "objectID": "942f8a49-35bc-4844-bf8a-99b1886a6ed6", "type": "lvl2", "url": "/docs/guide/installation#automatic-installation", "hierarchy": { @@ -11571,7 +11946,7 @@ }, { "content": "Initialization and Starting the App", - "objectID": "f155003d-f189-4130-9990-ebdfbdb166ab", + "objectID": "63aa66b7-470b-416f-a1d0-d985576b22b3", "type": "lvl3", "url": "/docs/guide/installation#initialization-and-starting-the-app", "hierarchy": { @@ -11582,7 +11957,7 @@ }, { "content": "Adding the Components", - "objectID": "bbc7f487-d741-48fd-a089-7984cec9d400", + "objectID": "e443f914-41c5-4411-ae08-168b0deb6366", "type": "lvl3", "url": "/docs/guide/installation#adding-the-components", "hierarchy": { @@ -11593,7 +11968,7 @@ }, { "content": "Manual Installation", - "objectID": "d8c008dc-bb75-4807-b979-49db44a4c375", + "objectID": "ad9a31a6-eb40-43ce-b444-66914a25f470", "type": "lvl2", "url": "/docs/guide/installation#manual-installation", "hierarchy": { @@ -11604,7 +11979,7 @@ }, { "content": "Global Installation", - "objectID": "9e20a9da-3e71-438d-958b-cdec8b349e76", + "objectID": "83395d65-d595-4da1-b5c1-f4b3f0d7e4b6", "type": "lvl3", "url": "/docs/guide/installation#global-installation", "hierarchy": { @@ -11615,7 +11990,7 @@ }, { "content": "Install Packages", - "objectID": "4921829f-045b-40cc-887e-e3a79220a180", + "objectID": "a7645882-7964-47aa-b328-8db4076fa748", "type": "lvl4", "url": "/docs/guide/installation#install-packages", "hierarchy": { @@ -11626,7 +12001,7 @@ }, { "content": "Hoisted Dependencies Setup", - "objectID": "543c4c3c-a065-4ddf-ad8f-f0a356fd030d", + "objectID": "00ac53ca-b3f1-4ae5-9e45-33f67d65fe35", "type": "lvl4", "url": "/docs/guide/installation#hoisted-dependencies-setup", "hierarchy": { @@ -11637,7 +12012,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "a31b8b68-2985-4fed-9586-cc98fb131a17", + "objectID": "84ac0a54-c806-4db7-82a7-c57823f560b6", "type": "lvl4", "url": "/docs/guide/installation#tailwind-css-setup", "hierarchy": { @@ -11648,7 +12023,7 @@ }, { "content": "Provider Setup", - "objectID": "786b71e7-c0db-4012-8d85-fbe4dc22bdde", + "objectID": "cde27841-a46c-4744-978b-e9af48c35218", "type": "lvl4", "url": "/docs/guide/installation#provider-setup", "hierarchy": { @@ -11659,7 +12034,7 @@ }, { "content": "Individual Installation", - "objectID": "ca72cdfd-3e9c-4f91-af65-db45ad6307d7", + "objectID": "1b33970a-4296-4e11-bf1a-034714c0eeba", "type": "lvl3", "url": "/docs/guide/installation#individual-installation", "hierarchy": { @@ -11670,7 +12045,7 @@ }, { "content": "Install Core Packages", - "objectID": "67f8b626-aa06-4cf8-bd6d-cb9689d78e83", + "objectID": "51eff33b-0cec-48db-a25b-718641dfa603", "type": "lvl4", "url": "/docs/guide/installation#install-core-packages", "hierarchy": { @@ -11681,7 +12056,7 @@ }, { "content": "Install Component", - "objectID": "69a939ea-38e7-485b-a177-e722757c0551", + "objectID": "702ad321-5d00-4745-adea-4db1e12e5231", "type": "lvl4", "url": "/docs/guide/installation#install-component", "hierarchy": { @@ -11692,7 +12067,7 @@ }, { "content": "Hoisted Dependencies Setup", - "objectID": "9838be3a-3a2e-4de0-b5be-2ba6228fe1d6", + "objectID": "d97d760a-cbf8-44ba-8620-64c78e6891d4", "type": "lvl4", "url": "/docs/guide/installation#hoisted-dependencies-setup-1", "hierarchy": { @@ -11703,7 +12078,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "0fc3b551-401e-463c-b5ee-7d26a74f6e75", + "objectID": "9df3a972-0a59-4dec-9dee-e80324a711ae", "type": "lvl4", "url": "/docs/guide/installation#tailwind-css-setup-1", "hierarchy": { @@ -11714,7 +12089,7 @@ }, { "content": "Provider Setup", - "objectID": "497cdae1-8015-42ce-ad47-878722ace876", + "objectID": "292937b5-a60c-4287-9eae-ac5c60fa9bb9", "type": "lvl4", "url": "/docs/guide/installation#provider-setup-1", "hierarchy": { @@ -11725,7 +12100,7 @@ }, { "content": "Use the Component", - "objectID": "eb53341e-0b9a-42be-a984-e5cadd9fc4d7", + "objectID": "a303fe0e-cca8-429a-9f6b-745acfddad2b", "type": "lvl4", "url": "/docs/guide/installation#use-the-component", "hierarchy": { @@ -11736,7 +12111,7 @@ }, { "content": "Framework Guides", - "objectID": "207c8cf0-e1c2-477e-a51f-a87855261932", + "objectID": "bdd377f0-ea3e-44e4-84a9-1e110568be3a", "type": "lvl2", "url": "/docs/guide/installation#framework-guides", "hierarchy": { @@ -11747,14 +12122,14 @@ }, { "content": "Introduction", - "objectID": "06433e14-3b7e-4205-ad86-87f26a3c4f86", + "objectID": "380d926a-87fe-44e9-bc3d-cb50851c8b9c", "type": "lvl1", "url": "/docs/guide/introduction", "hierarchy": { "lvl1": "Introduction" } }, { "content": "What is HeroUI?", - "objectID": "8d04cdac-82c8-4e86-9f63-8e8cda0c1173", + "objectID": "10605783-9aa9-4e5b-8a2c-b732b16218d2", "type": "lvl2", "url": "/docs/guide/introduction#what-is-heroui", "hierarchy": { @@ -11765,14 +12140,14 @@ }, { "content": "FAQ", - "objectID": "083666de-3ca6-49bb-9d54-33a22b19a102", + "objectID": "48c00eb2-df83-4db5-8761-bdebd236f232", "type": "lvl2", "url": "/docs/guide/introduction#faq", "hierarchy": { "lvl1": "Introduction", "lvl2": "FAQ", "lvl3": null } }, { "content": "Is HeroUI a copy-paste library?", - "objectID": "eb31741c-535c-43ae-ba97-42788a2b05a6", + "objectID": "26d7f15d-a67d-49ff-9461-fad87567bed3", "type": "lvl3", "url": "/docs/guide/introduction#is-heroui-a-copy-paste-library", "hierarchy": { @@ -11783,7 +12158,7 @@ }, { "content": "How is HeroUI different from TailwindCSS?", - "objectID": "54b7effb-6005-484e-ac30-20e337fac371", + "objectID": "d28b2436-b20b-40ff-83ec-7963d86336ef", "type": "lvl3", "url": "/docs/guide/introduction#how-is-heroui-different-from-tailwindcss", "hierarchy": { @@ -11794,7 +12169,7 @@ }, { "content": "How is HeroUI different from TailwindCSS components libraries?", - "objectID": "58f6fd6f-1784-4c47-9bef-1eeefc497c4e", + "objectID": "ec5330e4-55f0-41f5-87ee-321ae8e7de99", "type": "lvl3", "url": "/docs/guide/introduction#how-is-heroui-different-from-tailwindcss-components-libraries", "hierarchy": { @@ -11805,7 +12180,7 @@ }, { "content": "How HeroUI deals with TailwindCSS classes conflicts?", - "objectID": "11311616-aeab-4fff-982b-65a9be717f80", + "objectID": "747e8692-1294-440e-aacd-3a09d7b03cfd", "type": "lvl3", "url": "/docs/guide/introduction#how-heroui-deals-with-tailwindcss-classes-conflicts", "hierarchy": { @@ -11816,7 +12191,7 @@ }, { "content": "Does HeroUI use runtime CSS?", - "objectID": "ba489caf-2aaa-4230-976f-effc222d546e", + "objectID": "f97a8e85-f8cd-4dcd-80e3-f6953c5f5abd", "type": "lvl3", "url": "/docs/guide/introduction#does-heroui-use-runtime-css", "hierarchy": { @@ -11827,7 +12202,7 @@ }, { "content": "Does HeroUI support TypeScript?", - "objectID": "e8917213-7315-4473-8e76-db963cafadc8", + "objectID": "aff3773f-fe9c-434e-805f-618f1687238d", "type": "lvl3", "url": "/docs/guide/introduction#does-heroui-support-typescript", "hierarchy": { @@ -11838,7 +12213,7 @@ }, { "content": "Can I use HeroUI with other front-end frameworks or libraries, such as Vue or Angular?", - "objectID": "0c7c0ae6-70b0-41e0-9f00-f9d02b095ccc", + "objectID": "bd23e336-f2e8-4748-bec5-d0e54c51b19a", "type": "lvl3", "url": "/docs/guide/introduction#can-i-use-heroui-with-other-front-end-frameworks-or-libraries-such-as-vue-or-angular", "hierarchy": { @@ -11849,7 +12224,7 @@ }, { "content": "Why does HeroUI use Framer Motion?", - "objectID": "b25544f9-587a-4102-80bc-19de98825030", + "objectID": "b65cc4ce-141b-4eb3-a7e3-fe68d0927540", "type": "lvl3", "url": "/docs/guide/introduction#why-does-heroui-use-framer-motion", "hierarchy": { @@ -11860,14 +12235,14 @@ }, { "content": "Community", - "objectID": "3193f864-e1b1-4046-a894-26e7298b17b3", + "objectID": "1421f6ad-3b83-468b-a24e-586ed3782fff", "type": "lvl2", "url": "/docs/guide/introduction#community", "hierarchy": { "lvl1": "Introduction", "lvl2": "Community", "lvl3": null } }, { "content": "Contributing", - "objectID": "3875b251-6250-4b22-b288-9279fd1c3231", + "objectID": "ae6938ab-0124-4f98-8464-2e52d465c283", "type": "lvl2", "url": "/docs/guide/introduction#contributing", "hierarchy": { @@ -11878,14 +12253,14 @@ }, { "content": "NextUI to HeroUI", - "objectID": "c2d976c5-3e1e-4563-b18b-9f9ea843b3e2", + "objectID": "2a38bd0a-afc7-4873-8cc8-21d28730b99b", "type": "lvl1", "url": "/docs/guide/nextui-to-heroui", "hierarchy": { "lvl1": "NextUI to HeroUI" } }, { "content": "Automatic Migration (Recommended)", - "objectID": "a78c9a04-1b7e-4d27-ab9f-60813e86a732", + "objectID": "8fb2e7c6-e931-4468-83df-1a08474ee94c", "type": "lvl2", "url": "/docs/guide/nextui-to-heroui#automatic-migration-recommended", "hierarchy": { @@ -11896,7 +12271,7 @@ }, { "content": "Run Migration", - "objectID": "d334fb45-a1de-4b70-8f7b-4c3d68ff317b", + "objectID": "205bce1f-d174-498c-bd38-1cb41a9687e8", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#run-migration", "hierarchy": { @@ -11907,7 +12282,7 @@ }, { "content": "Install Dependencies", - "objectID": "ae8e8c15-8187-429c-b41f-f709e21f3c86", + "objectID": "d4d92c27-eb75-41b9-9249-3796132b0b30", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#install-dependencies", "hierarchy": { @@ -11918,7 +12293,7 @@ }, { "content": "Manual Migration", - "objectID": "ea26cd49-ee68-4209-bb18-408281974e02", + "objectID": "a5e2abbc-a838-42dd-a933-96bb6620cb56", "type": "lvl2", "url": "/docs/guide/nextui-to-heroui#manual-migration", "hierarchy": { @@ -11929,7 +12304,7 @@ }, { "content": "Update Dependencies", - "objectID": "b16608db-ab65-42ef-8f12-054a34411bab", + "objectID": "0c648197-e466-47ab-96ad-39824ffb817e", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#update-dependencies", "hierarchy": { @@ -11940,7 +12315,7 @@ }, { "content": "Update TailwindCSS Configuration", - "objectID": "ab52cd05-df90-4d9c-ac70-e111ac9b3e0c", + "objectID": "6e57e247-8cdb-48d1-b16a-2ee794ccdc0c", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#update-tailwindcss-configuration", "hierarchy": { @@ -11951,7 +12326,7 @@ }, { "content": "Update Provider Component", - "objectID": "bd498d33-6087-406a-b324-e2cf7e929d5a", + "objectID": "d47dc7ce-1c9e-4aac-ace7-e8dc2403e07d", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#update-provider-component", "hierarchy": { @@ -11962,7 +12337,7 @@ }, { "content": "Update Imports", - "objectID": "341a200b-08dd-40c2-bbd1-4fa2475dfd79", + "objectID": "7ed97b79-4457-4bbe-8dd3-7ff8c34bbb86", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#update-imports", "hierarchy": { @@ -11973,7 +12348,7 @@ }, { "content": "Individual Packages", - "objectID": "7f7e1479-d8b6-477a-91ed-61c96578cba1", + "objectID": "ff125cd8-1e1e-4185-b10e-d7f41f509481", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#individual-packages", "hierarchy": { @@ -11984,7 +12359,7 @@ }, { "content": "Npmrc Pnpm Only", - "objectID": "ea80b7e4-68f8-4fb0-bf71-bf8ccadb5314", + "objectID": "99a885ea-3c51-4fd4-b454-635a619598e6", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#npmrc-pnpm-only", "hierarchy": { @@ -11995,7 +12370,7 @@ }, { "content": "Verification", - "objectID": "48e727b4-fca3-40d3-a57d-906d9e38f3ca", + "objectID": "7ebcaed8-1f40-4c9e-b377-68f1ae191a74", "type": "lvl2", "url": "/docs/guide/nextui-to-heroui#verification", "hierarchy": { @@ -12006,7 +12381,7 @@ }, { "content": "Troubleshooting", - "objectID": "21e1baf6-5bb6-489f-9c71-5b2525a045b9", + "objectID": "2225c2c3-ea2b-4791-934e-4584da5ea900", "type": "lvl2", "url": "/docs/guide/nextui-to-heroui#troubleshooting", "hierarchy": { @@ -12017,7 +12392,7 @@ }, { "content": "NPM Users", - "objectID": "da644a77-f706-4b9e-a993-9fb09954feef", + "objectID": "a4c2661e-374c-4949-b109-608546f34bc4", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#npm-users", "hierarchy": { @@ -12028,7 +12403,7 @@ }, { "content": "Package.json Check", - "objectID": "6e136e53-dcde-41a4-b5d0-d7a774a9e7ff", + "objectID": "07a4f360-b1bc-4590-ada0-640a0087cacc", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#packagejson-check", "hierarchy": { @@ -12039,7 +12414,7 @@ }, { "content": "Need Help?", - "objectID": "35dd1956-2af9-4dfd-9f58-7ee8157936b6", + "objectID": "490c898a-7c82-4be4-8c7e-fac9fd70239d", "type": "lvl3", "url": "/docs/guide/nextui-to-heroui#need-help", "hierarchy": { @@ -12050,21 +12425,21 @@ }, { "content": "Routing", - "objectID": "1b13c917-5dbd-4f0d-a62f-647c24735c44", + "objectID": "6cff51ea-8df6-4819-a5f0-dd69e9b8aaac", "type": "lvl1", "url": "/docs/guide/routing", "hierarchy": { "lvl1": "Routing" } }, { "content": "Introduction", - "objectID": "03082c4e-5957-4b26-890e-1dd36445f4b0", + "objectID": "11e72097-0e66-4540-8cb5-e92242ba60b3", "type": "lvl2", "url": "/docs/guide/routing#introduction", "hierarchy": { "lvl1": "Routing", "lvl2": "Introduction", "lvl3": null } }, { "content": "HeroUIProvider Setup", - "objectID": "5d4005e5-5402-4fb4-ad4b-98142eff5ed2", + "objectID": "c317c4f0-f277-4598-b61d-4672dcadff6b", "type": "lvl2", "url": "/docs/guide/routing#herouiprovider-setup", "hierarchy": { @@ -12075,7 +12450,7 @@ }, { "content": "Router Options", - "objectID": "863f88a5-cc00-4980-b37e-faca2bb0329d", + "objectID": "39e55809-1b23-483e-9024-530ffca66188", "type": "lvl3", "url": "/docs/guide/routing#router-options", "hierarchy": { @@ -12086,28 +12461,28 @@ }, { "content": "Next.js", - "objectID": "603c063e-ea7e-4b24-94bb-c87f749cae4b", + "objectID": "26866cfc-7647-4aec-b3e7-458541565754", "type": "lvl2", "url": "/docs/guide/routing#nextjs", "hierarchy": { "lvl1": "Routing", "lvl2": "Next.js", "lvl3": null } }, { "content": "App Router", - "objectID": "a2d4047f-d7df-42f4-80c2-64c880e77334", + "objectID": "e17f066d-a2af-4ba6-b09b-18649f96a583", "type": "lvl4", "url": "/docs/guide/routing#app-router", "hierarchy": { "lvl1": "Routing", "lvl2": "Next.js", "lvl3": null } }, { "content": "Add the `useRouter`", - "objectID": "8c40f478-517d-4192-917b-98ef174cdc87", + "objectID": "987600e6-32a7-4555-977d-e49995320de8", "type": "lvl4", "url": "/docs/guide/routing#add-the-userouter", "hierarchy": { "lvl1": "Routing", "lvl2": "App Router", "lvl3": null } }, { "content": "Add Provider to Root", - "objectID": "e4d7b3d5-1d7f-4369-9811-4960de2923d7", + "objectID": "49073bc5-c064-4a79-be97-b94926156343", "type": "lvl4", "url": "/docs/guide/routing#add-provider-to-root", "hierarchy": { @@ -12118,7 +12493,7 @@ }, { "content": "Next.js Base Path (Optional)", - "objectID": "3b9a0e5d-cd96-4d95-bed8-eb07178d4467", + "objectID": "52dfc9ca-0df9-464c-948b-a419e8569251", "type": "lvl4", "url": "/docs/guide/routing#nextjs-base-path-optional", "hierarchy": { @@ -12129,7 +12504,7 @@ }, { "content": "Pages Router", - "objectID": "85e9a01f-0591-40a3-b1bf-ef24d1e3f21c", + "objectID": "72ed009a-02b8-4fb8-9cf4-da5f16b88e74", "type": "lvl3", "url": "/docs/guide/routing#pages-router", "hierarchy": { @@ -12140,30 +12515,117 @@ }, { "content": "React Router", - "objectID": "73bc5749-a6f5-4f42-8d65-0ea2e0f71623", + "objectID": "77144d61-f1ec-4d5d-aab8-de149086dc7e", "type": "lvl2", "url": "/docs/guide/routing#react-router", "hierarchy": { "lvl1": "Routing", "lvl2": "React Router", "lvl3": null } }, { "content": "Remix", - "objectID": "7965c5af-5084-46a9-8ef9-0d62d46675ac", + "objectID": "7ef55a75-1ad6-4d36-9e7c-250282ca24fa", "type": "lvl2", "url": "/docs/guide/routing#remix", "hierarchy": { "lvl1": "Routing", "lvl2": "Remix", "lvl3": null } }, { "content": "TanStack", - "objectID": "51ae4c03-951f-449f-8375-9b9138c14d61", + "objectID": "7954da11-92d5-4daf-af37-1aa65d569c4b", "type": "lvl2", "url": "/docs/guide/routing#tanstack", "hierarchy": { "lvl1": "Routing", "lvl2": "TanStack", "lvl3": null } }, { "content": "Usage examples", - "objectID": "c6c14103-885d-4956-89ba-18825532cac7", + "objectID": "ae5e9dc4-d865-4727-bbac-f5181cba9b66", "type": "lvl2", "url": "/docs/guide/routing#usage-examples", "hierarchy": { "lvl1": "Routing", "lvl2": "Usage examples", "lvl3": null } + }, + { + "content": "Tailwind v4", + "objectID": "0ce90bbe-793d-4b8c-b9b7-94428f8c3de5", + "type": "lvl1", + "url": "/docs/guide/tailwind-v4", + "hierarchy": { "lvl1": "Tailwind v4" } + }, + { + "content": "Migration Steps", + "objectID": "ee6ae0a7-ce2e-48c4-99f9-bb55991c0173", + "type": "lvl2", + "url": "/docs/guide/tailwind-v4#migration-steps", + "hierarchy": { + "lvl1": "Tailwind v4", + "lvl2": "Migration Steps", + "lvl3": null + } + }, + { + "content": "Update CSS Import", + "objectID": "8b4d8074-257a-4ffc-8019-8b9953c1b73b", + "type": "lvl3", + "url": "/docs/guide/tailwind-v4#update-css-import", + "hierarchy": { + "lvl1": "Tailwind v4", + "lvl2": "Migration Steps", + "lvl3": "Update CSS Import" + } + }, + { + "content": "Without `tailwind.config.js`", + "objectID": "eb01122b-a5b2-4c25-9abf-5c4313692012", + "type": "lvl4", + "url": "/docs/guide/tailwind-v4#without-tailwindconfigjs", + "hierarchy": { + "lvl1": "Tailwind v4", + "lvl2": "Update CSS Import", + "lvl3": null + } + }, + { + "content": "With `tailwind.config.js`", + "objectID": "f2a04fa8-93f7-4050-91d3-3aae7e66770e", + "type": "lvl4", + "url": "/docs/guide/tailwind-v4#with-tailwindconfigjs", + "hierarchy": { + "lvl1": "Tailwind v4", + "lvl2": "Without `tailwind.config.js`", + "lvl3": null + } + }, + { + "content": "Update PostCSS Configuration", + "objectID": "a568c6ee-1e69-4379-abc6-a3b7ecbef114", + "type": "lvl3", + "url": "/docs/guide/tailwind-v4#update-postcss-configuration", + "hierarchy": { + "lvl1": "Tailwind v4", + "lvl2": "With `tailwind.config.js`", + "lvl3": "Update PostCSS Configuration" + } + }, + { + "content": "Update Vite Configuration (Vite Projects Only)", + "objectID": "3b5bbd17-f4e8-463e-96c4-751edbd9eef5", + "type": "lvl3", + "url": "/docs/guide/tailwind-v4#update-vite-configuration-vite-projects-only", + "hierarchy": { + "lvl1": "Tailwind v4", + "lvl2": "Update PostCSS Configuration", + "lvl3": "Update Vite Configuration (Vite Projects Only)" + } + }, + { + "content": "Verification", + "objectID": "7668b4f2-8dbb-4678-8bb9-e2b9fde2eaa0", + "type": "lvl2", + "url": "/docs/guide/tailwind-v4#verification", + "hierarchy": { "lvl1": "Tailwind v4", "lvl2": "Verification", "lvl3": null } + }, + { + "content": "Need Help?", + "objectID": "7519ca46-c0ca-4b59-8c2f-4a9bbeb54055", + "type": "lvl2", + "url": "/docs/guide/tailwind-v4#need-help", + "hierarchy": { "lvl1": "Tailwind v4", "lvl2": "Need Help?", "lvl3": null } } ] diff --git a/apps/docs/content/docs/components/checkbox-group.mdx b/apps/docs/content/docs/components/checkbox-group.mdx index b775febb2c..43da280038 100644 --- a/apps/docs/content/docs/components/checkbox-group.mdx +++ b/apps/docs/content/docs/components/checkbox-group.mdx @@ -233,6 +233,12 @@ In case you need to customize the checkbox even further, you can use the `useChe type: "(value: string[]) => void", description: "Handler that is called when the value changes.", default: "-" + }, + { + attribute: "onValueChange", + type: "(value: T) => void", + description: "Handler that is called when the element's selection state changes.", + default: "-" } ]} /> diff --git a/apps/docs/content/docs/components/listbox.mdx b/apps/docs/content/docs/components/listbox.mdx index 61e7b58a65..d011fdccaf 100644 --- a/apps/docs/content/docs/components/listbox.mdx +++ b/apps/docs/content/docs/components/listbox.mdx @@ -375,6 +375,12 @@ You can customize the `Listbox` items style by using the `itemClasses` prop and description: "Whether to disable the animation of the listbox items.", default: "false" }, + { + attribute: "selectionBehavior", + type: "'toggle' | 'replace'", + description: "How multiple selection should behave in the collection.", + default: "toggle" + }, { attribute: "classNames", type: "Partial>", @@ -397,7 +403,7 @@ You can customize the `Listbox` items style by using the `itemClasses` prop and { attribute: "onAction", type: "(key: React.Key) => void", - description: "Handler that is called when an item is selected.", + description: "Handler that is called when a user performs an action on an item. The exact user event depends on the collection's selectionBehavior prop and the interaction modality.", default: "-" }, { diff --git a/apps/docs/content/docs/components/tabs.mdx b/apps/docs/content/docs/components/tabs.mdx index c88f998b56..d4bb3153f0 100644 --- a/apps/docs/content/docs/components/tabs.mdx +++ b/apps/docs/content/docs/components/tabs.mdx @@ -124,7 +124,7 @@ function ExampleClientRouterWithTabs() { return ( - + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor @@ -133,7 +133,7 @@ function ExampleClientRouterWithTabs() { - + Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea @@ -142,7 +142,7 @@ function ExampleClientRouterWithTabs() { - + Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt diff --git a/apps/docs/hooks/use-scroll-position.ts b/apps/docs/hooks/use-scroll-position.ts index 0a8c47334d..3de6bfc2ee 100644 --- a/apps/docs/hooks/use-scroll-position.ts +++ b/apps/docs/hooks/use-scroll-position.ts @@ -1,4 +1,3 @@ -/* eslint-disable no-undef */ import * as React from "react"; export function useScrollPosition(ref: React.MutableRefObject) { diff --git a/apps/docs/hooks/use-scroll-spy.ts b/apps/docs/hooks/use-scroll-spy.ts index 84e967c8bd..b148839dfb 100644 --- a/apps/docs/hooks/use-scroll-spy.ts +++ b/apps/docs/hooks/use-scroll-spy.ts @@ -1,4 +1,3 @@ -/* eslint-disable no-undef */ import * as React from "react"; export function useScrollSpy(selectors: string[], options?: IntersectionObserverInit) { diff --git a/apps/docs/hooks/use-update-effect.ts b/apps/docs/hooks/use-update-effect.ts index 4f5512fa64..474edc4b46 100644 --- a/apps/docs/hooks/use-update-effect.ts +++ b/apps/docs/hooks/use-update-effect.ts @@ -16,7 +16,6 @@ export const useUpdateEffect: typeof useEffect = (effect, deps) => { return effect(); } effectCycleRef.current = true; - // eslint-disable-next-line react-hooks/exhaustive-deps }, deps); useEffect(() => { diff --git a/apps/docs/libs/github/utils.ts b/apps/docs/libs/github/utils.ts index e0674d04cb..4e0595bae7 100644 --- a/apps/docs/libs/github/utils.ts +++ b/apps/docs/libs/github/utils.ts @@ -7,7 +7,7 @@ export interface GithubError extends Error { function getErrorText(res: Response) { try { return res.text(); - } catch (err) { + } catch { return res.statusText; } } diff --git a/apps/docs/libs/rehype-highlight-line.js b/apps/docs/libs/rehype-highlight-line.js index ece725562a..92b86d7680 100644 --- a/apps/docs/libs/rehype-highlight-line.js +++ b/apps/docs/libs/rehype-highlight-line.js @@ -20,7 +20,6 @@ const lineNumberify = function lineNumberify(ast, lineNum = 1) { const lines = node.value.split("\n"); for (let i = 0; i < lines.length; i++) { - // eslint-disable-next-line no-plusplus if (i !== 0) ++lineNumber; if (i === lines.length - 1 && lines[i].length === 0) continue; result.nodes.push({ diff --git a/apps/docs/package.json b/apps/docs/package.json index a9a5f59643..c3c3dc26d5 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -63,7 +63,7 @@ "color2k": "2.0.3", "contentlayer2": "0.5.7", "date-fns": "4.1.0", - "framer-motion": "11.11.13", + "framer-motion": "11.18.2", "geist": "1.3.1", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", diff --git a/apps/docs/scripts/build-sponsors.ts b/apps/docs/scripts/build-sponsors.ts index c8f73612f6..f100e5aa63 100644 --- a/apps/docs/scripts/build-sponsors.ts +++ b/apps/docs/scripts/build-sponsors.ts @@ -48,7 +48,7 @@ async function build() { // make sure the sponsors directory exists try { await fs.access(sponsorsDir); - } catch (error) { + } catch { await fs.mkdir(sponsorsDir, { recursive: true }); } await Promise.all([buildSponsors()]) diff --git a/apps/docs/scripts/update-github-info.ts b/apps/docs/scripts/update-github-info.ts index 705c294f13..ce37bfb740 100644 --- a/apps/docs/scripts/update-github-info.ts +++ b/apps/docs/scripts/update-github-info.ts @@ -35,7 +35,7 @@ async function getGithubInfo() { }; // Format JSON with prettier - const formattedJson = prettier.format(JSON.stringify(githubInfo), { + const formattedJson = await prettier.format(JSON.stringify(githubInfo), { parser: 'json', printWidth: 80, tabWidth: 2, diff --git a/apps/docs/scripts/update-search-meta.ts b/apps/docs/scripts/update-search-meta.ts index 572a045f9f..bad7c901b5 100644 --- a/apps/docs/scripts/update-search-meta.ts +++ b/apps/docs/scripts/update-search-meta.ts @@ -101,7 +101,7 @@ async function getSearchMeta(saveMode: "algolia" | "local" = "local") { try { result = await getMDXMeta(file); json.push(...result); - } catch (error) {} + } catch {} } if (saveMode === "local") { diff --git a/apps/docs/utils/get-sponsors.ts b/apps/docs/utils/get-sponsors.ts index 62f4f09868..a1a449d7e6 100644 --- a/apps/docs/utils/get-sponsors.ts +++ b/apps/docs/utils/get-sponsors.ts @@ -20,7 +20,7 @@ export const getSponsors = async () => { ); return sponsors as Sponsor[]; - } catch (error) { + } catch { return __PROD__ ? [] : mockData; } }; diff --git a/eslint.config.mjs b/eslint.config.mjs new file mode 100644 index 0000000000..f258d9f75b --- /dev/null +++ b/eslint.config.mjs @@ -0,0 +1,160 @@ +import { defineConfig, globalIgnores } from "eslint/config"; +import { fixupConfigRules, fixupPluginRules } from "@eslint/compat"; +import react from "eslint-plugin-react"; +import unusedImports from "eslint-plugin-unused-imports"; +import _import from "eslint-plugin-import"; +import typescriptEslint from "@typescript-eslint/eslint-plugin"; +import jsxA11Y from "eslint-plugin-jsx-a11y"; +import prettier from "eslint-plugin-prettier"; +import globals from "globals"; +import tsParser from "@typescript-eslint/parser"; +import path from "node:path"; +import { fileURLToPath } from "node:url"; +import js from "@eslint/js"; +import { FlatCompat } from "@eslint/eslintrc"; + +const __filename = fileURLToPath(import.meta.url); +const __dirname = path.dirname(__filename); +const compat = new FlatCompat({ + baseDirectory: __dirname, + recommendedConfig: js.configs.recommended, + allConfig: js.configs.all +}); + +export default defineConfig([globalIgnores([ + ".now/*", + ".next/*", + "**/*.css", + "**/.changeset", + "**/dist", + "esm/*", + "public/*", + "tests/*", + "scripts/*", + "**/*.config.js", + "**/.DS_Store", + "**/node_modules", + "**/coverage", + "**/.next", + "**/build", + "!**/.storybook", + "**/.storybook/**/*", + "!**/.commitlintrc.cjs", + "!**/.lintstagedrc.cjs", + "!**/jest.config.js", + "!**/plopfile.js", + "!**/react-shim.js", + "!**/tsup.config.ts", + "apps/docs/preinstall.js", + "apps/docs/next-redirect.js", + "apps/docs/.contentlayer/**/*" +]), { + extends: fixupConfigRules(compat.extends( + "plugin:react/recommended", + "plugin:prettier/recommended", + "plugin:react-hooks/recommended", + "plugin:jsx-a11y/recommended", + )), + + plugins: { + react: fixupPluginRules(react), + "unused-imports": unusedImports, + import: fixupPluginRules(_import), + "@typescript-eslint": typescriptEslint, + "jsx-a11y": fixupPluginRules(jsxA11Y), + prettier: fixupPluginRules(prettier), + }, + + languageOptions: { + globals: { + ...Object.fromEntries(Object.entries(globals.browser).map(([key]) => [key, "off"])), + ...globals.node, + }, + + parser: tsParser, + ecmaVersion: 12, + sourceType: "module", + + parserOptions: { + ecmaFeatures: { + jsx: true, + }, + }, + }, + + settings: { + react: { + version: "detect", + }, + }, + + files: [ + "**/*.{ts,tsx,js,jsx}" + ], + + rules: { + "no-console": "warn", + "react/prop-types": "off", + "react/jsx-uses-react": "off", + "react/react-in-jsx-scope": "off", + "react-hooks/exhaustive-deps": "off", + "jsx-a11y/click-events-have-key-events": "warn", + "jsx-a11y/interactive-supports-focus": "warn", + "prettier/prettier": "warn", + "no-unused-vars": "off", + "unused-imports/no-unused-vars": "off", + "unused-imports/no-unused-imports": "warn", + + "@typescript-eslint/no-unused-vars": ["warn", { + args: "after-used", + ignoreRestSiblings: false, + argsIgnorePattern: "^_.*?$", + }], + + "import/order": ["warn", { + groups: [ + "type", + "builtin", + "object", + "external", + "internal", + "parent", + "sibling", + "index", + ], + + pathGroups: [{ + pattern: "~/**", + group: "external", + position: "after", + }], + + "newlines-between": "always", + }], + + "react/self-closing-comp": "warn", + + "react/jsx-sort-props": ["warn", { + callbacksLast: true, + shorthandFirst: true, + noSortAlphabetically: false, + reservedFirst: true, + }], + + "padding-line-between-statements": ["warn", { + blankLine: "always", + prev: "*", + next: "return", + }, { + blankLine: "always", + prev: ["const", "let", "var"], + next: "*", + }, { + blankLine: "any", + prev: ["const", "let", "var"], + next: ["const", "let", "var"], + }], + + "import/consistent-type-specifier-style": ["error", "prefer-top-level"], + }, +}]); \ No newline at end of file diff --git a/package.json b/package.json index cf4a33f2f3..984bcba5ad 100644 --- a/package.json +++ b/package.json @@ -24,11 +24,8 @@ "test": "jest --verbose --config ./jest.config.js", "test:strict": "cross-env STRICT_MODE=true pnpm test", "typecheck": "turbo typecheck", - "lint": "pnpm lint:pkg && pnpm lint:docs", - "lint:pkg": "eslint -c .eslintrc.json ./packages/**/*.{ts,tsx}", - "lint:docs": "eslint -c .eslintrc.json ./apps/docs/**/*.{ts,tsx,js,jsx}", - "lint:fix": "eslint --fix -c .eslintrc.json ./packages/**/*.{ts,tsx}", - "lint:docs-fix": "eslint --fix -c .eslintrc.json ./apps/docs/**/*.{ts,tsx,js,jsx}", + "lint": "eslint --max-warnings=0", + "lint:fix": "eslint --fix", "check:rap": "tsx scripts/check-rap-updates.ts", "fix:rap": "tsx scripts/fix-rap.ts", "format:check": "prettier --check packages/**/**/src --cache", @@ -66,9 +63,12 @@ "@changesets/types": "6.0.0", "@commitlint/cli": "^17.2.0", "@commitlint/config-conventional": "^17.2.0", + "@eslint/compat": "^1.2.9", + "@eslint/eslintrc": "^3.3.1", + "@eslint/js": "^9.26.0", "@react-bootstrap/babel-preset": "^2.1.0", - "@react-types/link": "3.5.10", - "@react-types/shared": "3.27.0", + "@react-types/link": "3.6.1", + "@react-types/shared": "3.29.1", "@storybook/react": "^8.4.5", "@swc/core": "^1.3.35", "@swc/jest": "^0.2.24", @@ -81,33 +81,34 @@ "@types/react": "^18.0.1", "@types/react-dom": "^18.0.0", "@types/shelljs": "^0.8.9", - "@typescript-eslint/eslint-plugin": "^5.42.0", - "@typescript-eslint/parser": "^5.42.0", + "@typescript-eslint/eslint-plugin": "^8.31.1", + "@typescript-eslint/parser": "^8.31.1", "chalk": "^4.1.2", "commitlint-plugin-function-rules": "^1.7.1", "concurrently": "^7.6.0", "cross-env": "^7.0.3", - "eslint": "^7.29.0", - "eslint-config-airbnb": "^18.2.1", - "eslint-config-airbnb-typescript": "^12.3.1", - "eslint-config-prettier": "^8.2.0", - "eslint-config-react-app": "^6.0.0", + "eslint": "^9.26.0", + "eslint-config-airbnb": "^19.0.4", + "eslint-config-airbnb-typescript": "^18.0.0", + "eslint-config-prettier": "^10.1.2", + "eslint-config-react-app": "^7.0.1", "eslint-config-ts-lambdas": "^1.2.3", - "eslint-import-resolver-typescript": "^2.4.0", + "eslint-import-resolver-typescript": "^4.3.4", "eslint-loader": "^4.0.2", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^24.7.0", - "eslint-plugin-jsx-a11y": "^6.4.1", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-react": "^7.23.2", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-unused-imports": "^2.0.0", + "eslint-plugin-prettier": "^5.2.6", + "eslint-plugin-promise": "^7.2.1", + "eslint-plugin-react": "^7.37.5", + "eslint-plugin-react-hooks": "^5.2.0", + "eslint-plugin-unused-imports": "^4.1.4", "execa": "^5.1.1", "find-up": "^6.3.0", "fs-extra": "^10.0.0", "glob": "^8.0.3", + "globals": "^16.0.0", "graceful-fs": "^4.2.6", "gray-matter": "^4.0.3", "husky": "^8.0.1", @@ -121,9 +122,9 @@ "p-iteration": "^1.1.8", "parcel": "^2.3.1", "plop": "3.1.1", - "prettier": "^2.2.1", - "prettier-eslint": "^12.0.0", - "prettier-eslint-cli": "^5.0.1", + "prettier": "^3.5.3", + "prettier-eslint": "^16.4.1", + "prettier-eslint-cli": "^8.0.1", "react": "18.3.0", "rimraf": "^3.0.2", "shelljs": "^0.8.4", diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index dec4a0f394..b8ff7a20f4 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,58 +1,20 @@ # @heroui/accordion -## 2.2.17-beta.3 +## 2.2.17 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/use-aria-accordion@2.2.12-beta.1 - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/divider@2.2.14-beta.3 - - @heroui/framer-utils@2.1.16-beta.3 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -## 2.2.17-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/dom-animation@2.1.9-beta.0 - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/divider@2.2.14-beta.2 - - @heroui/use-aria-accordion@2.2.12-beta.0 - - @heroui/framer-utils@2.1.16-beta.2 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.2.17-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/framer-utils@2.1.16-beta.1 - - @heroui/aria-utils@2.2.17-beta.1 - - @heroui/divider@2.2.14-beta.1 - -## 2.2.17-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/divider@2.2.14-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 - - @heroui/framer-utils@2.1.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/use-aria-accordion@2.2.12 + - @heroui/aria-utils@2.2.17 + - @heroui/divider@2.2.14 + - @heroui/dom-animation@2.1.9 + - @heroui/framer-utils@2.1.16 ## 2.2.16 diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 19b7458555..b7d2c1e4c7 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/accordion", - "version": "2.2.17-beta.3", + "version": "2.2.17", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", @@ -70,7 +70,7 @@ "@heroui/avatar": "workspace:*", "@heroui/input": "workspace:*", "@heroui/test-utils": "workspace:*", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" diff --git a/packages/components/accordion/src/base/accordion-item-base.tsx b/packages/components/accordion/src/base/accordion-item-base.tsx index 68fbf63109..71afe4e693 100644 --- a/packages/components/accordion/src/base/accordion-item-base.tsx +++ b/packages/components/accordion/src/base/accordion-item-base.tsx @@ -51,7 +51,7 @@ export interface Props /** * The props to modify the framer motion animation. Use the `variants` API to create your own animation. */ - motionProps?: HTMLMotionProps<"section">; + motionProps?: Omit, "ref">; /** * Whether to keep the accordion content mounted when collapsed. * @default false diff --git a/packages/components/alert/CHANGELOG.md b/packages/components/alert/CHANGELOG.md index f4d16eecef..f9755cb2b8 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -1,47 +1,14 @@ # @heroui/alert -## 2.2.20-beta.3 +## 2.2.20 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/button@2.2.20-beta.3 - -## 2.2.20-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/button@2.2.20-beta.2 - -## 2.2.20-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/button@2.2.20-beta.1 - -## 2.2.20-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/button@2.2.20-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/button@2.2.20 ## 2.2.19 diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index 5144009273..dce4078b68 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/alert", - "version": "2.2.20-beta.3", + "version": "2.2.20", "description": "Alerts are temporary notifications that provide concise feedback about an action or event.", "keywords": [ "alert" diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index d34a2ec325..5fab10f92b 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,80 +1,28 @@ # @heroui/autocomplete -## 2.3.21-beta.3 +## 2.3.21 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5290](https://github.com/heroui-inc/heroui/pull/5290) [`360b2e7`](https://github.com/heroui-inc/heroui/commit/360b2e77fdfa2688b96c01e1f96e2b8f918854fe) Thanks [@KumJungMin](https://github.com/KumJungMin)! - ensure focused item matches selected item after filter, selection (#5277) -- [#5100](https://github.com/heroui-inc/heroui/pull/5100) [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6) Thanks [@wingkwong](https://github.com/wingkwong)! - refactor: overlay & interactOutside +- [#5286](https://github.com/heroui-inc/heroui/pull/5286) [`74e4dec`](https://github.com/heroui-inc/heroui/commit/74e4deca9a5e24207076c9af3738dd1f4baecc09) Thanks [@wingkwong](https://github.com/wingkwong)! - persist last selected item position (#5282) -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`224b53c`](https://github.com/heroui-inc/heroui/commit/224b53caad8a9a1ff37884edbc1256c953583db9), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/use-aria-button@2.2.14-beta.1 - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/listbox@2.3.19-beta.3 - - @heroui/popover@2.3.20-beta.3 - - @heroui/button@2.2.20-beta.3 - - @heroui/input@2.4.20-beta.3 - - @heroui/form@2.1.19-beta.3 - - @heroui/spinner@2.2.17-beta.3 - - @heroui/scroll-shadow@2.3.14-beta.2 +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -## 2.3.21-beta.2 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-safe-layout-effect@2.1.8-beta.0 - - @heroui/scroll-shadow@2.3.14-beta.2 - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/listbox@2.3.19-beta.2 - - @heroui/popover@2.3.20-beta.2 - - @heroui/spinner@2.2.17-beta.2 - - @heroui/button@2.2.20-beta.2 - - @heroui/input@2.4.20-beta.2 - - @heroui/form@2.1.19-beta.2 - - @heroui/use-aria-button@2.2.14-beta.0 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.3.21-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/scroll-shadow@2.3.14-beta.1 - - @heroui/aria-utils@2.2.17-beta.1 - - @heroui/listbox@2.3.19-beta.1 - - @heroui/popover@2.3.20-beta.1 - - @heroui/spinner@2.2.17-beta.1 - - @heroui/button@2.2.20-beta.1 - - @heroui/input@2.4.20-beta.1 - - @heroui/form@2.1.19-beta.1 - -## 2.3.21-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/scroll-shadow@2.3.14-beta.0 - - @heroui/listbox@2.3.19-beta.0 - - @heroui/popover@2.3.20-beta.0 - - @heroui/spinner@2.2.17-beta.0 - - @heroui/button@2.2.20-beta.0 - - @heroui/input@2.4.20-beta.0 - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/use-aria-button@2.2.14 + - @heroui/aria-utils@2.2.17 + - @heroui/listbox@2.3.19 + - @heroui/popover@2.3.20 + - @heroui/button@2.2.20 + - @heroui/input@2.4.20 + - @heroui/form@2.1.19 + - @heroui/scroll-shadow@2.3.13 + - @heroui/spinner@2.2.17 ## 2.3.20 diff --git a/packages/components/autocomplete/__tests__/autocomplete.test.tsx b/packages/components/autocomplete/__tests__/autocomplete.test.tsx index 0ce28f02cb..e73c339a72 100644 --- a/packages/components/autocomplete/__tests__/autocomplete.test.tsx +++ b/packages/components/autocomplete/__tests__/autocomplete.test.tsx @@ -948,3 +948,129 @@ describe("Autocomplete with React Hook Form", () => { expect(onSubmit).toHaveBeenCalledTimes(1); }); }); + +describe("focusedKey management with selected key", () => { + let user: UserEvent; + + beforeEach(() => { + user = userEvent.setup(); + }); + + it("should set focusedKey to the first non-disabled item when selectedKey is null", async () => { + const wrapper = render( + + + Penguin + + Zebra + Shark + , + ); + + const autocomplete = wrapper.getByTestId("autocomplete"); + + // open the select listbox + await user.click(autocomplete); + + const options = wrapper.getAllByRole("option"); + + // first non-disabled item is zebra + const optionItem = options[1]; + + expect(optionItem).toHaveAttribute("data-focus", "true"); + }); + + it("should set focusedKey to the item's key when an item is selected", async () => { + const wrapper = render( + + Penguin + Zebra + Shark + , + ); + + const autocomplete = wrapper.getByTestId("autocomplete"); + + // open the select listbox + await user.click(autocomplete); + + // select the target item using keyboard + await user.keyboard("penguin"); + await user.keyboard("{Enter}"); + await user.click(autocomplete); + + const options = wrapper.getAllByRole("option"); + const optionItem = options[0]; + + expect(optionItem).toHaveAttribute("data-focus", "true"); + }); + + it("should set focusedKey to the item's key when selectedKey prop is passed", async () => { + const wrapper = render( + + Penguin + Zebra + Shark + , + ); + + const autocomplete = wrapper.getByTestId("autocomplete"); + + // open the select listbox + await user.click(autocomplete); + + const options = wrapper.getAllByRole("option"); + const optionItem = options[0]; + + expect(optionItem).toHaveAttribute("data-focus", "true"); + }); + + it("should set focusedKey to the default item's key when using react-hook-form defaultValues", async () => { + const {result} = renderHook(() => + useForm({ + defaultValues: { + withDefaultValue: "zebra", + withoutDefaultValue: "", + requiredField: "", + }, + }), + ); + + const {register} = result.current; + + const wrapper = render( +
+ + Penguin + Zebra + Shark + +
, + ); + + const autocomplete = wrapper.getByTestId("autocomplete"); + + // open the select listbox + await user.click(autocomplete); + + const options = wrapper.getAllByRole("option"); + const optionItem = options[1]; + + expect(optionItem).toHaveAttribute("data-focus", "true"); + }); +}); diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 0f6c3eef38..fe839d54ae 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/autocomplete", - "version": "2.3.21-beta.3", + "version": "2.3.21", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "keywords": [ "autocomplete" @@ -74,7 +74,7 @@ "@heroui/use-infinite-scroll": "workspace:*", "@react-stately/data": "3.13.0", "clean-package": "2.2.0", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "react": "18.3.0", "react-dom": "18.3.0", "react-hook-form": "^7.51.3" diff --git a/packages/components/autocomplete/src/use-autocomplete.ts b/packages/components/autocomplete/src/use-autocomplete.ts index 31e515898a..4c73a8290d 100644 --- a/packages/components/autocomplete/src/use-autocomplete.ts +++ b/packages/components/autocomplete/src/use-autocomplete.ts @@ -148,8 +148,8 @@ export function useAutocomplete(originalProps: UseAutocomplete originalProps.disableClearable !== undefined ? !originalProps.disableClearable : originalProps.isReadOnly - ? false - : originalProps.isClearable; + ? false + : originalProps.isClearable; const { ref, @@ -338,15 +338,47 @@ export function useAutocomplete(originalProps: UseAutocomplete } }, [inputRef.current]); - // focus first non-disabled item + // Ensure the focused item in the dropdown correctly reflects the + // selected key when the component mounts or relevant state changes. useEffect(() => { - let key = state.collection.getFirstKey(); + let keyToFocus: React.Key | null; + + if ( + state.selectedKey !== null && + state.collection.getItem(state.selectedKey) && + !state.disabledKeys.has(state.selectedKey) + ) { + keyToFocus = state.selectedKey; + } else { + let firstAvailableKey = state.collection.getFirstKey(); + + while (firstAvailableKey && state.disabledKeys.has(firstAvailableKey)) { + firstAvailableKey = state.collection.getKeyAfter(firstAvailableKey); + } + keyToFocus = firstAvailableKey; + } + state.selectionManager.setFocusedKey(keyToFocus); + }, [state.collection, state.disabledKeys, state.selectedKey]); + + // scroll the listbox to the selected item + useEffect(() => { + if (state.isOpen && popoverRef.current && listBoxRef.current) { + let selectedItem = listBoxRef.current.querySelector("[aria-selected=true] [data-label=true]"); + let scrollShadow = scrollShadowRef.current; - while (key && state.disabledKeys.has(key)) { - key = state.collection.getKeyAfter(key); + if (selectedItem && scrollShadow && selectedItem.parentElement) { + let scrollShadowRect = scrollShadow?.getBoundingClientRect(); + let scrollShadowHeight = scrollShadowRect.height; + + scrollShadow.scrollTop = + selectedItem.parentElement.offsetTop - + scrollShadowHeight / 2 + + selectedItem.parentElement.clientHeight / 2; + + state.selectionManager.setFocusedKey(state.selectedKey); + } } - state.selectionManager.setFocusedKey(key); - }, [state.collection, state.disabledKeys]); + }, [state.isOpen, disableAnimation]); useEffect(() => { if (isOpen) { @@ -402,7 +434,7 @@ export function useAutocomplete(originalProps: UseAutocomplete className: slots.selectorButton({ class: clsx(classNames?.selectorButton, slotsProps.selectorButtonProps?.className), }), - } as ButtonProps); + }) as ButtonProps; const getClearButtonProps = () => ({ @@ -425,7 +457,7 @@ export function useAutocomplete(originalProps: UseAutocomplete className: slots.clearButton({ class: clsx(classNames?.clearButton, slotsProps.clearButtonProps?.className), }), - } as ButtonProps); + }) as ButtonProps; // prevent use-input's useFormValidation hook from overwriting use-autocomplete's useFormValidation hook when there are uncommitted validation errors // see https://github.com/heroui-inc/heroui/pull/4452 @@ -446,7 +478,7 @@ export function useAutocomplete(originalProps: UseAutocomplete ? errorMessage({isInvalid, validationErrors, validationDetails}) : errorMessage || validationErrors?.join(" "), onClick: chain(slotsProps.inputProps.onClick, otherProps.onClick), - } as unknown as InputProps); + }) as unknown as InputProps; const getListBoxProps = () => { // Use isVirtualized prop if defined, otherwise fallback to default behavior diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index 4478b05b0c..4f278aaaba 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,39 +1,10 @@ # @heroui/avatar -## 2.2.16-beta.3 +## 2.2.16 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions - -## 2.2.16-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-image@2.1.10-beta.0 - -## 2.2.16-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -## 2.2.16-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions ## 2.2.15 diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 76d4ed5a0d..26c518deb4 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/avatar", - "version": "2.2.16-beta.3", + "version": "2.2.16", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" diff --git a/packages/components/avatar/stories/avatar-group.stories.tsx b/packages/components/avatar/stories/avatar-group.stories.tsx index 2b5e75fc85..2efe5ae5b8 100644 --- a/packages/components/avatar/stories/avatar-group.stories.tsx +++ b/packages/components/avatar/stories/avatar-group.stories.tsx @@ -1,4 +1,3 @@ -/* eslint-disable react/display-name */ import React from "react"; import {Meta} from "@storybook/react"; diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index f70a6902dd..338e6e09dc 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,39 +1,13 @@ # @heroui/breadcrumbs -## 2.2.16-beta.3 +## 2.2.16 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -## 2.2.16-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - -## 2.2.16-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -## 2.2.16-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0)]: + - @heroui/shared-icons@2.1.8 ## 2.2.15 diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 6857022c3e..768b834a3b 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/breadcrumbs", - "version": "2.2.16-beta.3", + "version": "2.2.16", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index 8a893e1d46..be0949c534 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,52 +1,17 @@ # @heroui/button -## 2.2.20-beta.3 +## 2.2.20 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/use-aria-button@2.2.14-beta.1 - - @heroui/spinner@2.2.17-beta.3 - - @heroui/ripple@2.2.15-beta.2 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -## 2.2.20-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/spinner@2.2.17-beta.2 - - @heroui/ripple@2.2.15-beta.2 - - @heroui/use-aria-button@2.2.14-beta.0 - -## 2.2.20-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/spinner@2.2.17-beta.1 - - @heroui/ripple@2.2.15-beta.1 - -## 2.2.20-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/spinner@2.2.17-beta.0 - - @heroui/ripple@2.2.15-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/use-aria-button@2.2.14 + - @heroui/ripple@2.2.15 + - @heroui/spinner@2.2.17 ## 2.2.19 diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 0377766ac1..9fecd8fe27 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/button", - "version": "2.2.20-beta.3", + "version": "2.2.20", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" @@ -57,7 +57,7 @@ "@heroui/theme": "workspace:*", "@heroui/system": "workspace:*", "@heroui/shared-icons": "workspace:*", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index 8778b3a08e..17c7c6be28 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,54 +1,19 @@ # @heroui/calendar -## 2.2.20-beta.3 +## 2.2.20 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/use-aria-button@2.2.14-beta.1 - - @heroui/button@2.2.20-beta.3 - - @heroui/framer-utils@2.1.16-beta.3 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -## 2.2.20-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/dom-animation@2.1.9-beta.0 - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/button@2.2.20-beta.2 - - @heroui/framer-utils@2.1.16-beta.2 - - @heroui/use-aria-button@2.2.14-beta.0 - -## 2.2.20-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/framer-utils@2.1.16-beta.1 - - @heroui/button@2.2.20-beta.1 - -## 2.2.20-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/button@2.2.20-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/framer-utils@2.1.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/use-aria-button@2.2.14 + - @heroui/button@2.2.20 + - @heroui/dom-animation@2.1.9 + - @heroui/framer-utils@2.1.16 ## 2.2.19 diff --git a/packages/components/calendar/__tests__/calendar.test.tsx b/packages/components/calendar/__tests__/calendar.test.tsx index 6e57e140f0..e3d2f45830 100644 --- a/packages/components/calendar/__tests__/calendar.test.tsx +++ b/packages/components/calendar/__tests__/calendar.test.tsx @@ -96,7 +96,6 @@ describe("Calendar", () => { }); it("should focus the selected date if autoFocus is set", () => { - // eslint-disable-next-line jsx-a11y/no-autofocus const wrapper = render(); const selectedDate = wrapper.getByLabelText("Selected", {exact: false}); diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 5824bb9cf2..7b8284f06c 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/calendar", - "version": "2.2.20-beta.3", + "version": "2.2.20", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" @@ -68,7 +68,7 @@ "@heroui/theme": "workspace:*", "@heroui/radio": "workspace:*", "@heroui/test-utils": "workspace:*", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 1aed65f9f2..0a53d723d1 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,48 +1,16 @@ # @heroui/card -## 2.2.19-beta.3 +## 2.2.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/use-aria-button@2.2.14-beta.1 - - @heroui/ripple@2.2.15-beta.2 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -## 2.2.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/ripple@2.2.15-beta.2 - - @heroui/use-aria-button@2.2.14-beta.0 - -## 2.2.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/ripple@2.2.15-beta.1 - -## 2.2.19-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/ripple@2.2.15-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/use-aria-button@2.2.14 + - @heroui/ripple@2.2.15 ## 2.2.18 diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 0816a75419..322c7368cf 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/card", - "version": "2.2.19-beta.3", + "version": "2.2.19", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" @@ -59,7 +59,7 @@ "@heroui/button": "workspace:*", "@heroui/avatar": "workspace:*", "@heroui/image": "workspace:*", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" diff --git a/packages/components/card/stories/card.stories.tsx b/packages/components/card/stories/card.stories.tsx index be91f21300..b6f7cc75bc 100644 --- a/packages/components/card/stories/card.stories.tsx +++ b/packages/components/card/stories/card.stories.tsx @@ -329,7 +329,6 @@ const PrimaryActionTemplate = (args: CardProps) => { return (
{list.map((item, index) => ( - // eslint-disable-next-line no-console handlePress(item)}> { // Both events should be fired when clicking on the card const handlePress = () => { - // eslint-disable-next-line no-console alert("card pressed"); }; const onClick = () => { - // eslint-disable-next-line no-console alert("card clicked"); }; diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index 37700290b6..3f535b2f89 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,48 +1,13 @@ # @heroui/checkbox -## 2.3.19-beta.3 +## 2.3.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/form@2.1.19-beta.3 - -## 2.3.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-safe-layout-effect@2.1.8-beta.0 - - @heroui/use-callback-ref@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/form@2.1.19-beta.2 - -## 2.3.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/form@2.1.19-beta.1 - -## 2.3.19-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/form@2.1.19 ## 2.3.18 diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index ff762368c4..deda4a865d 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/checkbox", - "version": "2.3.19-beta.3", + "version": "2.3.19", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" diff --git a/packages/components/checkbox/src/use-checkbox.ts b/packages/components/checkbox/src/use-checkbox.ts index eb7da723e3..c0fe70014f 100644 --- a/packages/components/checkbox/src/use-checkbox.ts +++ b/packages/components/checkbox/src/use-checkbox.ts @@ -99,11 +99,11 @@ export function useCheckbox(props: UseCheckboxProps = {}) { validationState, isInvalid: isInvalidProp = validationState ? validationState === "invalid" - : groupContext?.isInvalid ?? false, + : (groupContext?.isInvalid ?? false), isIndeterminate = false, validationBehavior = isInGroup ? groupContext.validationBehavior - : formValidationBehavior ?? globalContext?.validationBehavior ?? "native", + : (formValidationBehavior ?? globalContext?.validationBehavior ?? "native"), defaultSelected, classNames, className, @@ -330,7 +330,7 @@ export function useCheckbox(props: UseCheckboxProps = {}) { isIndeterminate, disableAnimation, className: slots.icon({class: classNames?.icon}), - } as CheckboxIconProps), + }) as CheckboxIconProps, [slots, classNames?.icon, isSelected, isIndeterminate, disableAnimation], ); diff --git a/packages/components/checkbox/stories/checkbox.stories.tsx b/packages/components/checkbox/stories/checkbox.stories.tsx index a1647948a1..359e93a60e 100644 --- a/packages/components/checkbox/stories/checkbox.stories.tsx +++ b/packages/components/checkbox/stories/checkbox.stories.tsx @@ -254,7 +254,7 @@ export const WithReactHookForm = { export const CustomIconFunction = { args: { ...defaultProps, - // eslint-disable-next-line react/display-name + icon: (props: CheckboxIconProps) => , }, }; diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index f763d9dfc6..408913f5a5 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,39 +1,13 @@ # @heroui/chip -## 2.2.16-beta.3 +## 2.2.16 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -## 2.2.16-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - -## 2.2.16-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -## 2.2.16-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0)]: + - @heroui/shared-icons@2.1.8 ## 2.2.15 diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index b29b2da7e9..b738a623d4 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/chip", - "version": "2.2.16-beta.3", + "version": "2.2.16", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md index 9019eaac21..b3c7b41794 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,43 +1,11 @@ # @heroui/code -## 2.2.15-beta.3 +## 2.2.15 ### Patch Changes -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/system-rsc@2.3.14-beta.3 - -## 2.2.15-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/system-rsc@2.3.14-beta.2 - -## 2.2.15-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/system-rsc@2.3.14-beta.1 - -## 2.2.15-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/system-rsc@2.3.14-beta.0 - - @heroui/theme@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/system-rsc@2.3.14 ## 2.2.14 diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 6869869692..8cc23fee00 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/code", - "version": "2.2.15-beta.3", + "version": "2.2.15", "description": "Code is a component used to display inline code.", "keywords": [ "code" diff --git a/packages/components/date-input/CHANGELOG.md b/packages/components/date-input/CHANGELOG.md index 1dcac6f3eb..e85475eb1b 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -1,46 +1,13 @@ # @heroui/date-input -## 2.3.19-beta.3 +## 2.3.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/form@2.1.19-beta.3 - -## 2.3.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/form@2.1.19-beta.2 - -## 2.3.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/form@2.1.19-beta.1 - -## 2.3.19-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/form@2.1.19 ## 2.3.18 diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index 08faaec777..d5b1938941 100644 --- a/packages/components/date-input/package.json +++ b/packages/components/date-input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/date-input", - "version": "2.3.19-beta.3", + "version": "2.3.19", "description": "A date input allows users to enter and edit date and time values using a keyboard.", "keywords": [ "date-field" diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index a2901e1de3..1ad47f8677 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,69 +1,23 @@ # @heroui/date-picker -## 2.3.20-beta.3 +## 2.3.20 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5317](https://github.com/heroui-inc/heroui/pull/5317) [`d40c744`](https://github.com/heroui-inc/heroui/commit/d40c744f46f14c2212bd4c9ba116bb866c368426) Thanks [@Vishvsalvi](https://github.com/Vishvsalvi)! - fix date-range-picker error state (#5309) -- [#5100](https://github.com/heroui-inc/heroui/pull/5100) [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6) Thanks [@wingkwong](https://github.com/wingkwong)! - refactor: overlay & interactOutside +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/date-input@2.3.19-beta.3 - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/calendar@2.2.20-beta.3 - - @heroui/popover@2.3.20-beta.3 - - @heroui/button@2.2.20-beta.3 - - @heroui/form@2.1.19-beta.3 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -## 2.3.20-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/date-input@2.3.19-beta.2 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/calendar@2.2.20-beta.2 - - @heroui/popover@2.3.20-beta.2 - - @heroui/button@2.2.20-beta.2 - - @heroui/form@2.1.19-beta.2 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.3.20-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/date-input@2.3.19-beta.1 - - @heroui/aria-utils@2.2.17-beta.1 - - @heroui/calendar@2.2.20-beta.1 - - @heroui/popover@2.3.20-beta.1 - - @heroui/button@2.2.20-beta.1 - - @heroui/form@2.1.19-beta.1 - -## 2.3.20-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/date-input@2.3.19-beta.0 - - @heroui/calendar@2.2.20-beta.0 - - @heroui/popover@2.3.20-beta.0 - - @heroui/button@2.2.20-beta.0 - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/date-input@2.3.19 + - @heroui/aria-utils@2.2.17 + - @heroui/calendar@2.2.20 + - @heroui/popover@2.3.20 + - @heroui/button@2.2.20 + - @heroui/form@2.1.19 ## 2.3.19 diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index d1d7f494fb..a6689f8b0d 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/date-picker", - "version": "2.3.20-beta.3", + "version": "2.3.20", "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.", "keywords": [ "date-picker" @@ -65,7 +65,7 @@ "@heroui/system": "workspace:*", "@heroui/test-utils": "workspace:*", "@heroui/theme": "workspace:*", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" diff --git a/packages/components/date-picker/src/use-date-range-picker.ts b/packages/components/date-picker/src/use-date-range-picker.ts index 4f446a8736..c5b7a973bc 100644 --- a/packages/components/date-picker/src/use-date-range-picker.ts +++ b/packages/components/date-picker/src/use-date-range-picker.ts @@ -14,7 +14,7 @@ import type {DateRangePickerSlots, SlotsToClasses} from "@heroui/theme"; import type {DateInputProps} from "@heroui/date-input"; import {useLabelPlacement, useProviderContext} from "@heroui/system"; -import {useMemo, useRef} from "react"; +import {useMemo, useRef, useEffect} from "react"; import {useDateRangePickerState} from "@react-stately/datepicker"; import {useDateRangePicker as useAriaDateRangePicker} from "@react-aria/datepicker"; import {clsx, dataAttr, objectToDeps} from "@heroui/shared-utils"; @@ -124,6 +124,13 @@ export function useDateRangePicker({ isInvalid: isAriaInvalid, } = useAriaDateRangePicker({...originalProps, validationBehavior}, state, domRef); + // Force revalidation when value changes programmatically + useEffect(() => { + // Trigger revalidation to sync React Aria's internal validation state + // with the new programmatically set value + state.commitValidation(); + }, [state.value, state.commitValidation]); + const isInvalid = isInvalidProp || isAriaInvalid; const slots = useMemo( diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md index 28e54d1309..ce80d3cd08 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,45 +1,13 @@ # @heroui/divider -## 2.2.14-beta.3 +## 2.2.14 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/system-rsc@2.3.14-beta.3 - -## 2.2.14-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/react-rsc-utils@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/system-rsc@2.3.14-beta.2 - -## 2.2.14-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/system-rsc@2.3.14-beta.1 - -## 2.2.14-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/system-rsc@2.3.14-beta.0 - - @heroui/theme@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/system-rsc@2.3.14 ## 2.2.13 diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 92df03e5e5..90c1fde994 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/divider", - "version": "2.2.14-beta.3", + "version": "2.2.14", "description": ". A separator is a visual divider between two groups of content", "keywords": [ "divider" diff --git a/packages/components/drawer/CHANGELOG.md b/packages/components/drawer/CHANGELOG.md index 1aa8e891b4..b3b3331b0d 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -1,48 +1,12 @@ # @heroui/drawer -## 2.2.17-beta.3 +## 2.2.17 ### Patch Changes -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/modal@2.2.17-beta.3 - - @heroui/framer-utils@2.1.16-beta.3 - -## 2.2.17-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/modal@2.2.17-beta.2 - - @heroui/framer-utils@2.1.16-beta.2 - -## 2.2.17-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/framer-utils@2.1.16-beta.1 - - @heroui/modal@2.2.17-beta.1 - -## 2.2.17-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/modal@2.2.17-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/framer-utils@2.1.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/modal@2.2.17 + - @heroui/framer-utils@2.1.16 ## 2.2.16 diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index 9838ebd4b6..f9614c96bb 100644 --- a/packages/components/drawer/package.json +++ b/packages/components/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/drawer", - "version": "2.2.17-beta.3", + "version": "2.2.17", "description": "Used to render a content that slides in from the side of the screen.", "keywords": [ "drawer" diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index c691d4d132..f4b22cfead 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,56 +1,17 @@ # @heroui/dropdown -## 2.3.20-beta.3 +## 2.3.20 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- [#5100](https://github.com/heroui-inc/heroui/pull/5100) [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6) Thanks [@wingkwong](https://github.com/wingkwong)! - refactor: overlay & interactOutside +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/popover@2.3.20-beta.3 - - @heroui/menu@2.2.19-beta.3 - -## 2.3.20-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/popover@2.3.20-beta.2 - - @heroui/menu@2.2.19-beta.2 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.3.20-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/aria-utils@2.2.17-beta.1 - - @heroui/popover@2.3.20-beta.1 - - @heroui/menu@2.2.19-beta.1 - -## 2.3.20-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/popover@2.3.20-beta.0 - - @heroui/menu@2.2.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/aria-utils@2.2.17 + - @heroui/popover@2.3.20 + - @heroui/menu@2.2.19 ## 2.3.19 diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index c3b74cfd20..6f2c62caff 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/dropdown", - "version": "2.3.20-beta.3", + "version": "2.3.20", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" @@ -62,7 +62,7 @@ "@heroui/theme": "workspace:*", "@heroui/user": "workspace:*", "clean-package": "2.2.0", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "react": "18.3.0", "react-dom": "18.3.0" }, diff --git a/packages/components/form/CHANGELOG.md b/packages/components/form/CHANGELOG.md index 9c509c585a..8ce1e4f4d0 100644 --- a/packages/components/form/CHANGELOG.md +++ b/packages/components/form/CHANGELOG.md @@ -1,47 +1,14 @@ # @heroui/form -## 2.1.19-beta.3 +## 2.1.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/system@2.4.16-beta.3 - -## 2.1.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`2bf0a42`](https://github.com/heroui-inc/heroui/commit/2bf0a4243a4e02356477a8da2275dba4e299e55f), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/theme@2.4.16-beta.2 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/system@2.4.16-beta.2 - -## 2.1.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/system@2.4.16-beta.1 - - @heroui/theme@2.4.16-beta.1 - -## 2.1.19-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`ee4d2eb`](https://github.com/heroui-inc/heroui/commit/ee4d2ebe257319ce1dd14dd96b545f27bd92d56c), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/theme@2.4.16 + - @heroui/system@2.4.16 ## 2.1.18 diff --git a/packages/components/form/package.json b/packages/components/form/package.json index 4b1986c7a9..27807bba26 100644 --- a/packages/components/form/package.json +++ b/packages/components/form/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/form", - "version": "2.1.19-beta.3", + "version": "2.1.19", "description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.", "keywords": [ "form" diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md index af100039e7..c110c24339 100644 --- a/packages/components/input-otp/CHANGELOG.md +++ b/packages/components/input-otp/CHANGELOG.md @@ -1,44 +1,13 @@ # @heroui/input-otp -## 2.1.19-beta.3 +## 2.1.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/form@2.1.19-beta.3 - -## 2.1.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/form@2.1.19-beta.2 - -## 2.1.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/form@2.1.19-beta.1 - -## 2.1.19-beta.0 - -### Patch Changes - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/form@2.1.19 ## 2.1.18 diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json index f0095502f7..7a99242fe8 100644 --- a/packages/components/input-otp/package.json +++ b/packages/components/input-otp/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/input-otp", - "version": "2.1.19-beta.3", + "version": "2.1.19", "description": "", "keywords": [ "input-otp" diff --git a/packages/components/input-otp/stories/input-otp.stories.tsx b/packages/components/input-otp/stories/input-otp.stories.tsx index 0cad703faf..651f0ebb9f 100644 --- a/packages/components/input-otp/stories/input-otp.stories.tsx +++ b/packages/components/input-otp/stories/input-otp.stories.tsx @@ -60,7 +60,6 @@ const ErrorMessageFunctionTemplate = (args) => { }); const onSubmit = (data: any) => { - // eslint-disable-next-line no-console alert("Submitted value: " + JSON.stringify(data)); }; diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index 1e19ead7f7..15b2e618b6 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,50 +1,14 @@ # @heroui/input -## 2.4.20-beta.3 +## 2.4.20 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- [#5161](https://github.com/heroui-inc/heroui/pull/5161) [`224b53c`](https://github.com/heroui-inc/heroui/commit/224b53caad8a9a1ff37884edbc1256c953583db9) Thanks [@dklymenk](https://github.com/dklymenk)! - fix `Input` accessibility label duplication (#5150) - -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/form@2.1.19-beta.3 - -## 2.4.20-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-safe-layout-effect@2.1.8-beta.0 - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/form@2.1.19-beta.2 - -## 2.4.20-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/form@2.1.19-beta.1 - -## 2.4.20-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/shared-icons@2.1.8 + - @heroui/form@2.1.19 ## 2.4.19 diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 1a87c4c6e9..49d889db13 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/input", - "version": "2.4.20-beta.3", + "version": "2.4.20", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md index 95d3e233e3..22b62841ec 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,45 +1,13 @@ # @heroui/kbd -## 2.2.16-beta.3 +## 2.2.16 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/system-rsc@2.3.14-beta.3 - -## 2.2.16-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/system-rsc@2.3.14-beta.2 - -## 2.2.16-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/system-rsc@2.3.14-beta.1 - -## 2.2.16-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/system-rsc@2.3.14-beta.0 - - @heroui/theme@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/system-rsc@2.3.14 ## 2.2.15 diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index cdf88932db..afee0f9006 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/kbd", - "version": "2.2.16-beta.3", + "version": "2.2.16", "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action", "keywords": [ "kbd" diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index a7b69f2dfa..15880b9e7f 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,43 +1,14 @@ # @heroui/link -## 2.2.17-beta.3 +## 2.2.17 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/use-aria-link@2.2.15-beta.1 - -## 2.2.17-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-aria-link@2.2.15-beta.0 - -## 2.2.17-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -## 2.2.17-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/shared-icons@2.1.8 + - @heroui/use-aria-link@2.2.15 ## 2.2.16 diff --git a/packages/components/link/package.json b/packages/components/link/package.json index d8408ea9c6..cbaee1c64d 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/link", - "version": "2.2.17-beta.3", + "version": "2.2.17", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "keywords": [ "link" diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index 360d8e606e..f5faa7b3d4 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,51 +1,14 @@ # @heroui/listbox -## 2.3.19-beta.3 +## 2.3.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/divider@2.2.14-beta.3 - -## 2.3.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-is-mobile@2.2.10-beta.0 - - @heroui/divider@2.2.14-beta.2 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.3.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/aria-utils@2.2.17-beta.1 - - @heroui/divider@2.2.14-beta.1 - -## 2.3.19-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/divider@2.2.14-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/aria-utils@2.2.17 + - @heroui/divider@2.2.14 ## 2.3.18 diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index 3f73a462e9..6f9dda3240 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/listbox", - "version": "2.3.19-beta.3", + "version": "2.3.19", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index 79348d98ab..11424da86b 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,51 +1,14 @@ # @heroui/menu -## 2.2.19-beta.3 +## 2.2.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/divider@2.2.14-beta.3 - -## 2.2.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-is-mobile@2.2.10-beta.0 - - @heroui/divider@2.2.14-beta.2 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.2.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/aria-utils@2.2.17-beta.1 - - @heroui/divider@2.2.14-beta.1 - -## 2.2.19-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/divider@2.2.14-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/aria-utils@2.2.17 + - @heroui/divider@2.2.14 ## 2.2.18 diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index c867f982b6..429ba588fe 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/menu", - "version": "2.2.19-beta.3", + "version": "2.2.19", "description": "A menu displays a list of options and allows a user to select one or more of them.", "keywords": [ "menu" diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index be80a40a01..847d781ae1 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,58 +1,21 @@ # @heroui/modal -## 2.2.17-beta.3 +## 2.2.17 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- [#5100](https://github.com/heroui-inc/heroui/pull/5100) [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6) Thanks [@wingkwong](https://github.com/wingkwong)! - refactor: overlay & interactOutside +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/use-aria-modal-overlay@2.2.13-beta.1 - - @heroui/use-aria-button@2.2.14-beta.1 - - @heroui/use-disclosure@2.2.12-beta.1 - - @heroui/use-draggable@2.1.12-beta.1 - - @heroui/framer-utils@2.1.16-beta.3 - -## 2.2.17-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/dom-animation@2.1.9-beta.0 - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-aria-modal-overlay@2.2.13-beta.0 - - @heroui/framer-utils@2.1.16-beta.2 - - @heroui/use-aria-button@2.2.14-beta.0 - - @heroui/use-disclosure@2.2.12-beta.0 - - @heroui/use-draggable@2.1.12-beta.0 - -## 2.2.17-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/framer-utils@2.1.16-beta.1 - -## 2.2.17-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/framer-utils@2.1.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/use-aria-modal-overlay@2.2.13 + - @heroui/use-aria-button@2.2.14 + - @heroui/use-disclosure@2.2.12 + - @heroui/use-draggable@2.1.12 + - @heroui/dom-animation@2.1.9 + - @heroui/framer-utils@2.1.16 ## 2.2.16 diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index ccbbfef5c3..e6867c52a7 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/modal", - "version": "2.2.17-beta.3", + "version": "2.2.17", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "keywords": [ "modal" @@ -69,7 +69,7 @@ "@heroui/switch": "workspace:*", "@heroui/test-utils": "workspace:*", "react-lorem-component": "0.13.0", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" diff --git a/packages/components/modal/src/modal-content.tsx b/packages/components/modal/src/modal-content.tsx index 1323bc602c..6a16e6117c 100644 --- a/packages/components/modal/src/modal-content.tsx +++ b/packages/components/modal/src/modal-content.tsx @@ -94,7 +94,7 @@ const ModalContent = (props: ModalContentProps) => { exit="exit" initial="exit" variants={TRANSITION_VARIANTS.fade} - {...(getBackdropProps() as HTMLMotionProps<"div">)} + {...(getBackdropProps() as Omit, "ref">)} /> ); diff --git a/packages/components/modal/src/use-modal.ts b/packages/components/modal/src/use-modal.ts index 82d715a4df..57a4da5ed2 100644 --- a/packages/components/modal/src/use-modal.ts +++ b/packages/components/modal/src/use-modal.ts @@ -22,7 +22,7 @@ interface Props extends HTMLHeroUIProps<"section"> { /** * The props to modify the framer motion animation. Use the `variants` API to create your own animation. */ - motionProps?: HTMLMotionProps<"section">; + motionProps?: Omit, "ref">; /** * Determines whether to hide the modal close button. * @default false diff --git a/packages/components/modal/stories/modal.stories.tsx b/packages/components/modal/stories/modal.stories.tsx index 97826f3d14..04e31f08d4 100644 --- a/packages/components/modal/stories/modal.stories.tsx +++ b/packages/components/modal/stories/modal.stories.tsx @@ -1,4 +1,3 @@ -/* eslint-disable jsx-a11y/anchor-is-valid */ /* eslint-disable jsx-a11y/no-autofocus */ import React from "react"; import {Meta} from "@storybook/react"; diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index 80d3240bee..07e13bc7f8 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,48 +1,16 @@ # @heroui/navbar -## 2.2.18-beta.3 +## 2.2.18 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies []: - - @heroui/framer-utils@2.1.16-beta.3 - -## 2.2.18-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-scroll-position@2.1.8-beta.0 - - @heroui/dom-animation@2.1.9-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/framer-utils@2.1.16-beta.2 - -## 2.2.18-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/framer-utils@2.1.16-beta.1 - -## 2.2.18-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/framer-utils@2.1.16-beta.0 +- Updated dependencies [[`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/dom-animation@2.1.9 + - @heroui/framer-utils@2.1.16 ## 2.2.17 diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index 92d84865e1..41e5aadff5 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/navbar", - "version": "2.2.18-beta.3", + "version": "2.2.18", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" @@ -64,7 +64,7 @@ "@heroui/link": "workspace:*", "@heroui/test-utils": "workspace:*", "@heroui/shared-icons": "workspace:*", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "react-lorem-component": "0.13.0", "clean-package": "2.2.0", "react": "18.3.0", diff --git a/packages/components/navbar/src/navbar-menu.tsx b/packages/components/navbar/src/navbar-menu.tsx index 37f1ba190a..24b6353b9a 100644 --- a/packages/components/navbar/src/navbar-menu.tsx +++ b/packages/components/navbar/src/navbar-menu.tsx @@ -19,7 +19,7 @@ export interface NavbarMenuProps extends HTMLHeroUIProps<"ul"> { /** * The props to modify the framer motion animation. Use the `variants` API to create your own animation. */ - motionProps?: HTMLMotionProps<"ul">; + motionProps?: Omit, "ref">; } const domAnimation = () => import("@heroui/dom-animation").then((res) => res.default); diff --git a/packages/components/navbar/src/use-navbar.ts b/packages/components/navbar/src/use-navbar.ts index e560e7ada8..449d1e9bbc 100644 --- a/packages/components/navbar/src/use-navbar.ts +++ b/packages/components/navbar/src/use-navbar.ts @@ -57,7 +57,7 @@ interface Props extends HTMLHeroUIProps<"nav"> { * The props to modify the framer motion animation. Use the `variants` API to create your own animation. * This motion is only available if the `shouldHideOnScroll` prop is set to `true`. */ - motionProps?: HTMLMotionProps<"nav">; + motionProps?: Omit, "ref">; /** * The event handler for the menu open state. * @param isOpen boolean diff --git a/packages/components/number-input/CHANGELOG.md b/packages/components/number-input/CHANGELOG.md index c4759ddc06..95a0d43dbf 100644 --- a/packages/components/number-input/CHANGELOG.md +++ b/packages/components/number-input/CHANGELOG.md @@ -1,52 +1,15 @@ # @heroui/number-input -## 2.0.10-beta.3 +## 2.0.10 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/button@2.2.20-beta.3 - - @heroui/form@2.1.19-beta.3 - -## 2.0.10-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-safe-layout-effect@2.1.8-beta.0 - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/button@2.2.20-beta.2 - - @heroui/form@2.1.19-beta.2 - -## 2.0.10-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/button@2.2.20-beta.1 - - @heroui/form@2.1.19-beta.1 - -## 2.0.10-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/button@2.2.20-beta.0 - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/button@2.2.20 + - @heroui/form@2.1.19 ## 2.0.9 diff --git a/packages/components/number-input/package.json b/packages/components/number-input/package.json index 2d6f48eabd..11c2ae0fb9 100644 --- a/packages/components/number-input/package.json +++ b/packages/components/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/number-input", - "version": "2.0.10-beta.3", + "version": "2.0.10", "description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons", "keywords": [ "input", diff --git a/packages/components/number-input/stories/number-input.stories.tsx b/packages/components/number-input/stories/number-input.stories.tsx index 5632dc87b9..4687b549b1 100644 --- a/packages/components/number-input/stories/number-input.stories.tsx +++ b/packages/components/number-input/stories/number-input.stories.tsx @@ -1,5 +1,3 @@ -/* eslint-disable jsx-a11y/interactive-supports-focus */ -/* eslint-disable jsx-a11y/click-events-have-key-events */ import type {ValidationResult} from "@react-types/shared"; import React from "react"; diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index 09ec4582a0..b18e8b36a8 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,45 +1,15 @@ # @heroui/pagination -## 2.2.18-beta.3 +## 2.2.18 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/use-intersection-observer@2.2.12-beta.1 - - @heroui/use-pagination@2.2.13-beta.1 - -## 2.2.18-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-intersection-observer@2.2.12-beta.0 - - @heroui/use-pagination@2.2.13-beta.0 - -## 2.2.18-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -## 2.2.18-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/shared-icons@2.1.8 + - @heroui/use-intersection-observer@2.2.12 + - @heroui/use-pagination@2.2.13 ## 2.2.17 diff --git a/packages/components/pagination/__tests__/pagination.test.tsx b/packages/components/pagination/__tests__/pagination.test.tsx index 150d59aa20..0f938ad30c 100644 --- a/packages/components/pagination/__tests__/pagination.test.tsx +++ b/packages/components/pagination/__tests__/pagination.test.tsx @@ -94,8 +94,8 @@ describe("Pagination", () => { this.thresholds = Array.isArray(this.options?.threshold) ? this.options.threshold : this.options?.threshold != null - ? [this.options.threshold] - : [0]; + ? [this.options.threshold] + : [0]; this.disconnect = jest.fn(); this.observe = jest.fn(); this.unobserve = jest.fn(); diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 681595dc23..f58e6b1b7a 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/pagination", - "version": "2.2.18-beta.3", + "version": "2.2.18", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" diff --git a/packages/components/pagination/src/pagination.tsx b/packages/components/pagination/src/pagination.tsx index e8ebd0187b..ee72c3f31f 100644 --- a/packages/components/pagination/src/pagination.tsx +++ b/packages/components/pagination/src/pagination.tsx @@ -123,8 +123,8 @@ const Pagination = forwardRef<"nav", PaginationProps>((props, ref) => { ? activePage - dotsJump : 1 : activePage + dotsJump <= total - ? activePage + dotsJump - : total; + ? activePage + dotsJump + : total; } const itemChildren: Record = { diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index 01903d5fa8..716f85f387 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,61 +1,19 @@ # @heroui/popover -## 2.3.20-beta.3 +## 2.3.20 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- [#5100](https://github.com/heroui-inc/heroui/pull/5100) [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6) Thanks [@wingkwong](https://github.com/wingkwong)! - refactor: overlay & interactOutside +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/use-aria-button@2.2.14-beta.1 - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/button@2.2.20-beta.3 - - @heroui/use-aria-overlay@2.0.1-beta.0 - - @heroui/framer-utils@2.1.16-beta.3 - -## 2.3.20-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-safe-layout-effect@2.1.8-beta.0 - - @heroui/dom-animation@2.1.9-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/button@2.2.20-beta.2 - - @heroui/framer-utils@2.1.16-beta.2 - - @heroui/use-aria-button@2.2.14-beta.0 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.3.20-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/framer-utils@2.1.16-beta.1 - - @heroui/aria-utils@2.2.17-beta.1 - - @heroui/button@2.2.20-beta.1 - -## 2.3.20-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/button@2.2.20-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 - - @heroui/framer-utils@2.1.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/use-aria-button@2.2.14 + - @heroui/aria-utils@2.2.17 + - @heroui/button@2.2.20 + - @heroui/dom-animation@2.1.9 + - @heroui/framer-utils@2.1.16 ## 2.3.19 diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 0fde0ee11f..2d20d11a54 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/popover", - "version": "2.3.20-beta.3", + "version": "2.3.20", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" @@ -66,7 +66,7 @@ "@heroui/theme": "workspace:*", "@heroui/test-utils": "workspace:*", "clean-package": "2.2.0", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "react": "18.3.0", "react-dom": "18.3.0" }, diff --git a/packages/components/popover/src/free-solo-popover.tsx b/packages/components/popover/src/free-solo-popover.tsx index 5470d154ad..fcf16a679d 100644 --- a/packages/components/popover/src/free-solo-popover.tsx +++ b/packages/components/popover/src/free-solo-popover.tsx @@ -135,7 +135,7 @@ const FreeSoloPopover = forwardRef<"div", FreeSoloPopoverProps>( exit="exit" initial="exit" variants={TRANSITION_VARIANTS.fade} - {...(getBackdropProps() as HTMLMotionProps<"div">)} + {...(getBackdropProps() as Omit, "ref">)} /> ); diff --git a/packages/components/popover/src/popover-content.tsx b/packages/components/popover/src/popover-content.tsx index 09b169fe00..784f70f9fc 100644 --- a/packages/components/popover/src/popover-content.tsx +++ b/packages/components/popover/src/popover-content.tsx @@ -74,7 +74,7 @@ const PopoverContent = (props: PopoverContentProps) => { exit="exit" initial="exit" variants={TRANSITION_VARIANTS.fade} - {...(getBackdropProps() as HTMLMotionProps<"div">)} + {...(getBackdropProps() as Omit, "ref">)} /> ); diff --git a/packages/components/popover/src/use-popover.ts b/packages/components/popover/src/use-popover.ts index cdcb82d0ae..c0831c5c83 100644 --- a/packages/components/popover/src/use-popover.ts +++ b/packages/components/popover/src/use-popover.ts @@ -50,7 +50,7 @@ export interface Props extends HTMLHeroUIProps<"div"> { /** * The props to modify the framer motion animation. Use the `variants` API to create your own animation. */ - motionProps?: HTMLMotionProps<"div">; + motionProps?: Omit, "ref">; /** * The container element in which the overlay portal will be placed. * @default document.body diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index 7a0f873e7d..c2eb376ebb 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,39 +1,10 @@ # @heroui/progress -## 2.2.16-beta.3 +## 2.2.16 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions - -## 2.2.16-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-is-mounted@2.1.8-beta.0 - -## 2.2.16-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -## 2.2.16-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions ## 2.2.15 diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index eb65381585..f450874449 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/progress", - "version": "2.2.16-beta.3", + "version": "2.2.16", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" diff --git a/packages/components/progress/stories/circular-progress.stories.tsx b/packages/components/progress/stories/circular-progress.stories.tsx index b2255d1195..e92e43b77f 100644 --- a/packages/components/progress/stories/circular-progress.stories.tsx +++ b/packages/components/progress/stories/circular-progress.stories.tsx @@ -106,7 +106,6 @@ export const WithValueFormatting = { args: { ...defaultProps, label: "Loading...", - size: "xl", value: 70, color: "warning", showValueLabel: true, @@ -119,7 +118,6 @@ export const CustomClassnames = { args: { ...defaultProps, - size: "xl", strokeWidth: 4, value: 70, showValueLabel: true, diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index f68e1f97e1..18afd1d0fd 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,46 +1,13 @@ # @heroui/radio -## 2.3.19-beta.3 +## 2.3.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/form@2.1.19-beta.3 - -## 2.3.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/form@2.1.19-beta.2 - -## 2.3.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/form@2.1.19-beta.1 - -## 2.3.19-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/form@2.1.19 ## 2.3.18 diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index e60d2f18d8..1a04b95519 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/radio", - "version": "2.3.19-beta.3", + "version": "2.3.19", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md index 504fb2ede1..f7c51177bc 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,33 +1,13 @@ # @heroui/ripple -## 2.2.15-beta.2 +## 2.2.15 ### Patch Changes -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/dom-animation@2.1.9-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - -## 2.2.15-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -## 2.2.15-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/dom-animation@2.1.9 ## 2.2.14 diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index d41ce96f1a..4e320d8a98 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/ripple", - "version": "2.2.15-beta.2", + "version": "2.2.15", "description": "A simple implementation to display a ripple animation when the source component is clicked", "keywords": [ "ripple" @@ -49,7 +49,7 @@ "@heroui/theme": "workspace:*", "@heroui/system": "workspace:*", "clean-package": "2.2.0", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "react": "18.3.0", "react-dom": "18.3.0" }, diff --git a/packages/components/ripple/src/ripple.tsx b/packages/components/ripple/src/ripple.tsx index f860ace6a8..58b8537e3c 100644 --- a/packages/components/ripple/src/ripple.tsx +++ b/packages/components/ripple/src/ripple.tsx @@ -9,7 +9,7 @@ import {clamp} from "@heroui/shared-utils"; export interface RippleProps extends HTMLHeroUIProps<"span"> { ripples: RippleType[]; color?: string; - motionProps?: HTMLMotionProps<"span">; + motionProps?: Omit, "ref">; style?: React.CSSProperties; onClear: (key: React.Key) => void; } diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 1b3c0ee03f..df24f215c7 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,74 +1,25 @@ # @heroui/select -## 2.4.20-beta.3 +## 2.4.20 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5286](https://github.com/heroui-inc/heroui/pull/5286) [`74e4dec`](https://github.com/heroui-inc/heroui/commit/74e4deca9a5e24207076c9af3738dd1f4baecc09) Thanks [@wingkwong](https://github.com/wingkwong)! - persist last selected item position (#5282) -- [#5100](https://github.com/heroui-inc/heroui/pull/5100) [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6) Thanks [@wingkwong](https://github.com/wingkwong)! - refactor: overlay & interactOutside +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/use-aria-multiselect@2.4.13-beta.1 - - @heroui/use-aria-button@2.2.14-beta.1 - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/listbox@2.3.19-beta.3 - - @heroui/popover@2.3.20-beta.3 - - @heroui/form@2.1.19-beta.3 - - @heroui/spinner@2.2.17-beta.3 - - @heroui/scroll-shadow@2.3.14-beta.2 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -## 2.4.20-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-safe-layout-effect@2.1.8-beta.0 - - @heroui/scroll-shadow@2.3.14-beta.2 - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/listbox@2.3.19-beta.2 - - @heroui/popover@2.3.20-beta.2 - - @heroui/spinner@2.2.17-beta.2 - - @heroui/form@2.1.19-beta.2 - - @heroui/use-aria-multiselect@2.4.13-beta.0 - - @heroui/use-aria-button@2.2.14-beta.0 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.4.20-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/scroll-shadow@2.3.14-beta.1 - - @heroui/aria-utils@2.2.17-beta.1 - - @heroui/listbox@2.3.19-beta.1 - - @heroui/popover@2.3.20-beta.1 - - @heroui/spinner@2.2.17-beta.1 - - @heroui/form@2.1.19-beta.1 - -## 2.4.20-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/scroll-shadow@2.3.14-beta.0 - - @heroui/listbox@2.3.19-beta.0 - - @heroui/popover@2.3.20-beta.0 - - @heroui/spinner@2.2.17-beta.0 - - @heroui/form@2.1.19-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/use-aria-multiselect@2.4.13 + - @heroui/use-aria-button@2.2.14 + - @heroui/aria-utils@2.2.17 + - @heroui/listbox@2.3.19 + - @heroui/popover@2.3.20 + - @heroui/form@2.1.19 + - @heroui/scroll-shadow@2.3.13 + - @heroui/spinner@2.2.17 ## 2.4.19 diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 4f301bf13f..8a42f65785 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/select", - "version": "2.4.20-beta.3", + "version": "2.4.20", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "keywords": [ "select" @@ -75,7 +75,7 @@ "@react-aria/i18n": "3.12.9", "@react-stately/data": "3.13.0", "clean-package": "2.2.0", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "react": "18.3.0", "react-dom": "18.3.0", "react-hook-form": "^7.51.3" diff --git a/packages/components/select/src/hidden-select.tsx b/packages/components/select/src/hidden-select.tsx index ea9e9d537f..1b0006e82b 100644 --- a/packages/components/select/src/hidden-select.tsx +++ b/packages/components/select/src/hidden-select.tsx @@ -104,7 +104,7 @@ export function useHiddenSelect( value: selectionMode === "multiple" ? [...state.selectedKeys].map((k) => String(k)) - : [...state.selectedKeys][0] ?? "", + : ([...state.selectedKeys][0] ?? ""), multiple: selectionMode === "multiple", onChange: (e: React.ChangeEvent) => { state.setSelectedKeys(e.target.value); diff --git a/packages/components/select/src/use-select.ts b/packages/components/select/src/use-select.ts index 0508a72dc7..637a049b23 100644 --- a/packages/components/select/src/use-select.ts +++ b/packages/components/select/src/use-select.ts @@ -381,25 +381,6 @@ export function useSelect(originalProps: UseSelectProps) { [objectToDeps(variantProps), isInvalid, labelPlacement, disableAnimation], ); - // scroll the listbox to the selected item - useEffect(() => { - if (state.isOpen && popoverRef.current && listBoxRef.current) { - let selectedItem = listBoxRef.current.querySelector("[aria-selected=true] [data-label=true]"); - let scrollShadow = scrollShadowRef.current; - - // scroll the listbox to the selected item - if (selectedItem && scrollShadow && selectedItem.parentElement) { - let scrollShadowRect = scrollShadow?.getBoundingClientRect(); - let scrollShadowHeight = scrollShadowRect.height; - - scrollShadow.scrollTop = - selectedItem.parentElement.offsetTop - - scrollShadowHeight / 2 + - selectedItem.parentElement.clientHeight / 2; - } - } - }, [state.isOpen, disableAnimation]); - usePreventScroll({ isDisabled: !state.isOpen, }); @@ -494,7 +475,7 @@ export function useSelect(originalProps: UseSelectProps) { form: originalProps?.form, onChange, ...props, - } as HiddenSelectProps), + }) as HiddenSelectProps, [ state, selectionMode, diff --git a/packages/components/select/stories/select.stories.tsx b/packages/components/select/stories/select.stories.tsx index ae3fe5a558..fc3e8d5183 100644 --- a/packages/components/select/stories/select.stories.tsx +++ b/packages/components/select/stories/select.stories.tsx @@ -1,4 +1,3 @@ -/* eslint-disable react/display-name */ import type {ValidationResult} from "@react-types/shared"; import React, {ChangeEvent} from "react"; diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index b5a48274a5..5f46907f34 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,46 +1,13 @@ # @heroui/slider -## 2.4.17-beta.3 +## 2.4.17 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/tooltip@2.2.17-beta.3 - -## 2.4.17-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/tooltip@2.2.17-beta.2 - -## 2.4.17-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/tooltip@2.2.17-beta.1 - -## 2.4.17-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/tooltip@2.2.17-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/tooltip@2.2.17 ## 2.4.16 diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 4a93eec699..c9c667074d 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/slider", - "version": "2.4.17-beta.3", + "version": "2.4.17", "description": "A slider allows a user to select one or more values within a range.", "keywords": [ "slider" diff --git a/packages/components/slider/src/use-slider.ts b/packages/components/slider/src/use-slider.ts index a88295da41..baeea661a1 100644 --- a/packages/components/slider/src/use-slider.ts +++ b/packages/components/slider/src/use-slider.ts @@ -252,8 +252,8 @@ export function useSlider(originalProps: UseSliderProps) { state.values.length > 1 ? state.getThumbPercent(0) : fillOffset !== undefined - ? state.getValuePercent(fillOffset) - : 0, + ? state.getValuePercent(fillOffset) + : 0, state.getThumbPercent(state.values.length - 1), ].sort(); diff --git a/packages/components/slider/stories/slider.stories.tsx b/packages/components/slider/stories/slider.stories.tsx index 1ed6681937..aa6b923442 100644 --- a/packages/components/slider/stories/slider.stories.tsx +++ b/packages/components/slider/stories/slider.stories.tsx @@ -1,4 +1,3 @@ -/* eslint-disable jsx-a11y/label-has-associated-control */ import React from "react"; import {Meta} from "@storybook/react"; import {slider} from "@heroui/theme"; diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index 6c83e0e252..b33cc1f887 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,52 +1,17 @@ # @heroui/snippet -## 2.2.21-beta.3 +## 2.2.21 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/tooltip@2.2.17-beta.3 - - @heroui/button@2.2.20-beta.3 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -## 2.2.21-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-clipboard@2.1.9-beta.0 - - @heroui/tooltip@2.2.17-beta.2 - - @heroui/button@2.2.20-beta.2 - -## 2.2.21-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/tooltip@2.2.17-beta.1 - - @heroui/button@2.2.20-beta.1 - -## 2.2.21-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/tooltip@2.2.17-beta.0 - - @heroui/button@2.2.20-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/shared-icons@2.1.8 + - @heroui/tooltip@2.2.17 + - @heroui/button@2.2.20 ## 2.2.20 diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 82ebfa741d..4a0170b6ee 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/snippet", - "version": "2.2.21-beta.3", + "version": "2.2.21", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" @@ -53,7 +53,7 @@ "devDependencies": { "@heroui/theme": "workspace:*", "@heroui/system": "workspace:*", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" diff --git a/packages/components/snippet/src/use-snippet.ts b/packages/components/snippet/src/use-snippet.ts index 43aa267233..4d9378913f 100644 --- a/packages/components/snippet/src/use-snippet.ts +++ b/packages/components/snippet/src/use-snippet.ts @@ -242,7 +242,7 @@ export function useSnippet(originalProps: UseSnippetProps) { className: slots.copyButton({ class: clsx(classNames?.copyButton), }), - } as ButtonProps), + }) as ButtonProps, [ slots, isFocusVisible, diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md index 421a7286cc..e09e34a337 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,43 +1,11 @@ # @heroui/spacer -## 2.2.15-beta.3 +## 2.2.15 ### Patch Changes -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/system-rsc@2.3.14-beta.3 - -## 2.2.15-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/system-rsc@2.3.14-beta.2 - -## 2.2.15-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/system-rsc@2.3.14-beta.1 - -## 2.2.15-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/system-rsc@2.3.14-beta.0 - - @heroui/theme@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/system-rsc@2.3.14 ## 2.2.14 diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index b6028b71a0..20ac461a10 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/spacer", - "version": "2.2.15-beta.3", + "version": "2.2.15", "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.", "keywords": [ "spacer" diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md index 37573cd3b6..36b741dcaf 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,47 +1,12 @@ # @heroui/spinner -## 2.2.17-beta.3 +## 2.2.17 ### Patch Changes -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/system-rsc@2.3.14-beta.3 - - @heroui/system@2.4.16-beta.3 - -## 2.2.17-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/system-rsc@2.3.14-beta.2 - - @heroui/system@2.4.16-beta.2 - -## 2.2.17-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/system-rsc@2.3.14-beta.1 - - @heroui/system@2.4.16-beta.1 - -## 2.2.17-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/system-rsc@2.3.14-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/system-rsc@2.3.14 + - @heroui/system@2.4.16 ## 2.2.16 diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index cc34edfb5e..f1498a9c05 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/spinner", - "version": "2.2.17-beta.3", + "version": "2.2.17", "description": "Loaders express an unspecified wait time or display the length of a process.", "keywords": [ "loading", diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index 5f6bf3d9d2..d79c388575 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,39 +1,10 @@ # @heroui/switch -## 2.2.18-beta.3 +## 2.2.18 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions - -## 2.2.18-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-safe-layout-effect@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - -## 2.2.18-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -## 2.2.18-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions ## 2.2.17 diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 2a47f34f1c..3e96029b55 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/switch", - "version": "2.2.18-beta.3", + "version": "2.2.18", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" diff --git a/packages/components/switch/stories/switch.stories.tsx b/packages/components/switch/stories/switch.stories.tsx index a4abe5c9ff..0565e9dabc 100644 --- a/packages/components/switch/stories/switch.stories.tsx +++ b/packages/components/switch/stories/switch.stories.tsx @@ -1,4 +1,3 @@ -/* eslint-disable react/display-name */ import React from "react"; import {Meta} from "@storybook/react"; import {toggle} from "@heroui/theme"; @@ -202,7 +201,6 @@ export const DisableAnimation = { export const WithThumbIcon = { args: { ...defaultProps, - size: "xl", thumbIcon: (props: SwitchThumbIconProps) => props.isSelected ? ( @@ -217,7 +215,6 @@ export const WithIcons = { args: { ...defaultProps, - size: "xl", }, }; diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index 4bef92737c..3a88ab4d02 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,51 +1,15 @@ # @heroui/table -## 2.2.19-beta.3 +## 2.2.19 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963)]: - - @heroui/checkbox@2.3.19-beta.3 - - @heroui/spacer@2.2.15-beta.3 - -## 2.2.19-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/checkbox@2.3.19-beta.2 - - @heroui/spacer@2.2.15-beta.2 - -## 2.2.19-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/checkbox@2.3.19-beta.1 - - @heroui/spacer@2.2.15-beta.1 - -## 2.2.19-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/checkbox@2.3.19-beta.0 - - @heroui/spacer@2.2.15-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]: + - @heroui/shared-icons@2.1.8 + - @heroui/checkbox@2.3.19 + - @heroui/spacer@2.2.15 ## 2.2.18 diff --git a/packages/components/table/package.json b/packages/components/table/package.json index b8502c6224..4a69d9a533 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/table", - "version": "2.2.19-beta.3", + "version": "2.2.19", "description": "Tables are used to display tabular data using rows and columns. ", "keywords": [ "table" diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index aea1a54a80..c0a906a7a9 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,52 +1,18 @@ # @heroui/tabs -## 2.2.17-beta.3 +## 2.2.17 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#3917](https://github.com/heroui-inc/heroui/pull/3917) [`718dc24`](https://github.com/heroui-inc/heroui/commit/718dc24ff591adcba67ad11c2f8a49540cea1cce) Thanks [@liaoyinglong](https://github.com/liaoyinglong)! - fixed click handling for tab items -- Updated dependencies [[`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963), [`5600730`](https://github.com/heroui-inc/heroui/commit/56007303b9885162dcc8a35e808bc19dbfec70f6)]: - - @heroui/aria-utils@2.2.17-beta.3 - - @heroui/framer-utils@2.1.16-beta.3 +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -## 2.2.17-beta.2 +- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/use-update-effect@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-is-mounted@2.1.8-beta.0 - - @heroui/framer-utils@2.1.16-beta.2 - - @heroui/aria-utils@2.2.17-beta.2 - -## 2.2.17-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/framer-utils@2.1.16-beta.1 - - @heroui/aria-utils@2.2.17-beta.1 - -## 2.2.17-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 - -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 - - @heroui/aria-utils@2.2.17-beta.0 - - @heroui/framer-utils@2.1.16-beta.0 +- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]: + - @heroui/aria-utils@2.2.17 + - @heroui/framer-utils@2.1.16 ## 2.2.16 diff --git a/packages/components/tabs/__tests__/tabs.test.tsx b/packages/components/tabs/__tests__/tabs.test.tsx index 338208dc8b..f0c01005e8 100644 --- a/packages/components/tabs/__tests__/tabs.test.tsx +++ b/packages/components/tabs/__tests__/tabs.test.tsx @@ -400,4 +400,36 @@ describe("Tabs", () => { ); expect(ref.current).not.toBeNull(); }); + + it("Tab click should be handled", async () => { + const item1Click = jest.fn(); + const item2Click = jest.fn(); + const wrapper = render( + + +
Content 1
+
+ +
Content 2
+
+
, + ); + const tab1 = wrapper.getByTestId("item1"); + const tab2 = wrapper.getByTestId("item2"); + + // Test initial state + expect(tab1).toHaveAttribute("aria-selected", "true"); + expect(tab2).toHaveAttribute("aria-selected", "false"); + + // Test clicking tab2 + await user.click(tab2); + expect(item2Click).toHaveBeenCalledTimes(1); + expect(tab1).toHaveAttribute("aria-selected", "false"); + expect(tab2).toHaveAttribute("aria-selected", "true"); + + // Test clicking tab2 again + await user.click(tab2); + expect(item2Click).toHaveBeenCalledTimes(2); + expect(tab2).toHaveAttribute("aria-selected", "true"); + }); }); diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index ef4fe4b8d9..39e25132fa 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/tabs", - "version": "2.2.17-beta.3", + "version": "2.2.17", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" @@ -59,7 +59,7 @@ "devDependencies": { "@heroui/theme": "workspace:*", "@heroui/system": "workspace:*", - "framer-motion": "11.9.0", + "framer-motion": "11.18.2", "react-lorem-component": "0.13.0", "@heroui/card": "workspace:*", "@heroui/input": "workspace:*", diff --git a/packages/components/tabs/src/tab.tsx b/packages/components/tabs/src/tab.tsx index be1da020e4..48c3f4c5eb 100644 --- a/packages/components/tabs/src/tab.tsx +++ b/packages/components/tabs/src/tab.tsx @@ -80,7 +80,7 @@ const Tab = forwardRef<"button", TabItemProps>((props, ref) => { }); const handleClick = () => { - chain(onClick, tabProps.onClick); + chain(onClick, tabProps.onClick)(); if (!domRef?.current || !listRef?.current) return; diff --git a/packages/components/tabs/src/use-tabs.ts b/packages/components/tabs/src/use-tabs.ts index cc071bb5e8..6f764866cf 100644 --- a/packages/components/tabs/src/use-tabs.ts +++ b/packages/components/tabs/src/use-tabs.ts @@ -21,7 +21,7 @@ export interface Props extends Omit { /** * The props to modify the cursor motion animation. Use the `variants` API to create your own animation. */ - motionProps?: HTMLMotionProps<"span">; + motionProps?: Omit, "ref">; /** * Whether the tabs selection should occur on press up instead of press down. * @default true @@ -77,7 +77,7 @@ export type ValuesType = { listRef?: RefObject; shouldSelectOnPressUp?: boolean; classNames?: SlotsToClasses; - motionProps?: HTMLMotionProps<"span">; + motionProps?: Omit, "ref">; disableAnimation?: boolean; isDisabled?: boolean; }; diff --git a/packages/components/toast/CHANGELOG.md b/packages/components/toast/CHANGELOG.md index 18dbe5c595..0acd05e29f 100644 --- a/packages/components/toast/CHANGELOG.md +++ b/packages/components/toast/CHANGELOG.md @@ -1,50 +1,16 @@ # @heroui/toast -## 2.0.10-beta.3 +## 2.0.10 ### Patch Changes -- [#5303](https://github.com/heroui-inc/heroui/pull/5303) [`3f6dc33`](https://github.com/heroui-inc/heroui/commit/3f6dc33ca08fe4ad9add70394741fbb96f38d963) Thanks [@github-actions](https://github.com/apps/github-actions)! - bump RA versions +- [#5246](https://github.com/heroui-inc/heroui/pull/5246) [`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0) Thanks [@wingkwong](https://github.com/wingkwong)! - support render icons by function in Toast -- Updated dependencies []: - - @heroui/spinner@2.2.17-beta.3 - -## 2.0.10-beta.2 - -### Patch Changes - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - TailwindCSS v4 - -- [#5125](https://github.com/heroui-inc/heroui/pull/5125) [`9a32ae1`](https://github.com/heroui-inc/heroui/commit/9a32ae11735a2d23d1f2678c4a229dcb340c419f) Thanks [@ChaserZ98](https://github.com/ChaserZ98)! - Enable programmatically closing a toast with a specific key (#5084) - -- [#5274](https://github.com/heroui-inc/heroui/pull/5274) [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix skeleton animate - -- Updated dependencies [[`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a), [`a8ef824`](https://github.com/heroui-inc/heroui/commit/a8ef8241faf896ce980998e563d805fcf7132a7a)]: - - @heroui/shared-icons@2.1.8-beta.0 - - @heroui/shared-utils@2.1.10-beta.0 - - @heroui/react-utils@2.1.11-beta.0 - - @heroui/use-is-mobile@2.2.10-beta.0 - - @heroui/spinner@2.2.17-beta.2 - -## 2.0.10-beta.1 - -### Patch Changes - -- [#5263](https://github.com/heroui-inc/heroui/pull/5263) [`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300) Thanks [@wingkwong](https://github.com/wingkwong)! - 2.8.0-beta.3 - -- Updated dependencies [[`db4bd54`](https://github.com/heroui-inc/heroui/commit/db4bd5437b97e062f896d4122989b834bd6f3300)]: - - @heroui/spinner@2.2.17-beta.1 - -## 2.0.10-beta.0 - -### Patch Changes - -- [#5254](https://github.com/heroui-inc/heroui/pull/5254) [`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 +- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions -- Updated dependencies [[`d71122b`](https://github.com/heroui-inc/heroui/commit/d71122bd6ecd1f2835ef5412b6f3d020b930b1b3)]: - - @heroui/spinner@2.2.17-beta.0 - - @heroui/theme@2.4.16-beta.0 - - @heroui/system@2.4.16-beta.0 +- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0)]: + - @heroui/shared-icons@2.1.8 + - @heroui/spinner@2.2.17 ## 2.0.9 diff --git a/packages/components/toast/package.json b/packages/components/toast/package.json index d1da781d34..4c015e0ce9 100644 --- a/packages/components/toast/package.json +++ b/packages/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/toast", - "version": "2.0.10-beta.3", + "version": "2.0.10", "description": "Toast are temporary notifications that provide concise feedback about an action or event", "keywords": [ "toast" diff --git a/packages/components/toast/src/toast.tsx b/packages/components/toast/src/toast.tsx index 273ef89e65..1c855550d4 100644 --- a/packages/components/toast/src/toast.tsx +++ b/packages/components/toast/src/toast.tsx @@ -1,3 +1,5 @@ +import type {ReactElement} from "react"; + import {forwardRef} from "@heroui/system"; import {Button, ButtonProps} from "@heroui/button"; import { @@ -56,12 +58,19 @@ const Toast = forwardRef<"div", ToastProps>((props, ref) => { ref, }); - const customIcon = icon && isValidElement(icon) ? cloneElement(icon, getIconProps()) : null; + const customIcon = + typeof icon === "function" + ? icon(getIconProps()) + : isValidElement(icon) && cloneElement(icon as ReactElement, getIconProps()); + const IconComponent = severity ? iconMap[severity] : iconMap[color] || iconMap.default; + const customLoadingIcon = - loadingIcon && isValidElement(loadingIcon) - ? cloneElement(loadingIcon, getLoadingIconProps()) - : null; + typeof loadingIcon === "function" + ? loadingIcon(getLoadingIconProps()) + : isValidElement(loadingIcon) && + cloneElement(loadingIcon as ReactElement, getLoadingIconProps()); + const loadingIconComponent = isLoading ? customLoadingIcon || ( ((props, ref) => { : null; const customCloseIcon = - closeIcon && isValidElement(closeIcon) ? cloneElement(closeIcon, {}) : null; + typeof closeIcon === "function" + ? closeIcon({}) + : isValidElement(closeIcon) && cloneElement(closeIcon as ReactElement, {}); const toastContent = ( diff --git a/packages/components/toast/src/use-toast.ts b/packages/components/toast/src/use-toast.ts index 6c015ccc7e..ddfc4650d4 100644 --- a/packages/components/toast/src/use-toast.ts +++ b/packages/components/toast/src/use-toast.ts @@ -1,4 +1,5 @@ import type {SlotsToClasses, ToastSlots, ToastVariantProps} from "@heroui/theme"; +import type {DOMAttributes} from "react"; import {HTMLHeroUIProps, PropGetter, mapPropsVariants, useProviderContext} from "@heroui/system"; import {toast as toastTheme} from "@heroui/theme"; @@ -67,15 +68,15 @@ export interface ToastProps extends ToastVariantProps { /** * Icon to be displayed in the toast - overrides the default icon */ - icon?: ReactNode; + icon?: ReactNode | ((props: DOMAttributes) => ReactNode); /** * Icon to be displayed in the close button - overrides the default close icon */ - closeIcon?: ReactNode | ((props: any) => ReactNode); + closeIcon?: ReactNode | ((props: DOMAttributes) => ReactNode); /** * Icon to be displayed in the loading toast - overrides the loading icon */ - loadingIcon?: ReactNode; + loadingIcon?: ReactNode | ((props: DOMAttributes) => ReactNode); /** * Whether the toast-icon should be hidden. * @default false @@ -157,6 +158,7 @@ export function useToast(originalProps: UseToastProps) timeout = 6000, shouldShowTimeoutProgress = false, icon, + loadingIcon, onClose, severity, maxVisibleToasts, @@ -261,7 +263,6 @@ export function useToast(originalProps: UseToastProps) ]); const Component = as || "div"; - const loadingIcon: ReactNode = icon; const domRef = useDOMRef(ref); const baseStyles = clsx(className, classNames?.base); diff --git a/packages/components/toast/stories/toast.stories.tsx b/packages/components/toast/stories/toast.stories.tsx index 1b49a7bc61..00699fdc91 100644 --- a/packages/components/toast/stories/toast.stories.tsx +++ b/packages/components/toast/stories/toast.stories.tsx @@ -11,6 +11,7 @@ import { useDisclosure, } from "@heroui/modal"; import {Drawer, DrawerContent} from "@heroui/drawer"; +import {LoadingIcon, AvatarIcon, CloseIcon} from "@heroui/shared-icons"; import {Toast, ToastProps, ToastProvider, addToast, closeToast, closeAll} from "../src"; @@ -352,7 +353,7 @@ const CustomToastTemplate = (args) => { ); }; -const CustomCloseButtonTemplate = (args) => { +const CustomCloseIconTemplate = (args) => { return ( <> {