diff --git a/apps/docs/components/docs/components/code-demo/react-live-demo.tsx b/apps/docs/components/docs/components/code-demo/react-live-demo.tsx index 2a6f0d6a28..2023d8aee6 100644 --- a/apps/docs/components/docs/components/code-demo/react-live-demo.tsx +++ b/apps/docs/components/docs/components/code-demo/react-live-demo.tsx @@ -2,6 +2,8 @@ import React from "react"; import {LivePreview, LiveProvider, LiveError} from "react-live"; import {clsx} from "@nextui-org/shared-utils"; import * as Components from "@nextui-org/react"; +import * as intlDateUtils from "@internationalized/date"; +import * as reactAriaI18n from "@react-aria/i18n"; import {BgGridContainer} from "@/components/bg-grid-container"; import {GradientBox, GradientBoxProps} from "@/components/gradient-box"; @@ -19,6 +21,8 @@ export interface ReactLiveDemoProps { export const scope = { ...Components, + ...intlDateUtils, + ...reactAriaI18n, } as Record; export const ReactLiveDemo: React.FC = ({ diff --git a/apps/docs/config/routes.json b/apps/docs/config/routes.json index 6d72ac7269..4fc15c4627 100644 --- a/apps/docs/config/routes.json +++ b/apps/docs/config/routes.json @@ -28,8 +28,7 @@ "key": "routing", "title": "Routing", "keywords": "client side routing, routing, browser routing, nextui, next.js router, react router, remix router", - "path": "/docs/guide/routing.mdx", - "newPost": true + "path": "/docs/guide/routing.mdx" }, { "key": "upgrade-to-v2", @@ -141,8 +140,7 @@ "key": "autocomplete", "title": "Autocomplete", "keywords": "autocomplete, auto suggest, search, typeahead", - "path": "/docs/components/autocomplete.mdx", - "newPost": true + "path": "/docs/components/autocomplete.mdx" }, { "key": "badge", @@ -160,8 +158,7 @@ "key": "breadcrumbs", "title": "Breadcrumbs", "keywords": "breadcrumbs, navigation, path, trail, location", - "path": "/docs/components/breadcrumbs.mdx", - "newPost": true + "path": "/docs/components/breadcrumbs.mdx" }, { "key": "card", @@ -181,6 +178,20 @@ "keywords": "checkbox group, binary choice, selection control, toggle", "path": "/docs/components/checkbox-group.mdx" }, + { + "key": "calendar", + "title": "Calendar", + "keywords": "calendar, date picker, month picker, year picker", + "path": "/docs/components/calendar.mdx", + "newPost": true + }, + { + "key": "range-calendar", + "title": "Range Calendar", + "keywords": "range calendar, date picker, month picker, year picker", + "path": "/docs/components/range-calendar.mdx", + "newPost": true + }, { "key": "chip", "title": "Chip", @@ -209,8 +220,7 @@ "key": "dropdown", "title": "Dropdown", "keywords": "dropdown, menu, selection, option list", - "path": "/docs/components/dropdown.mdx", - "updated": true + "path": "/docs/components/dropdown.mdx" }, { "key": "image", @@ -234,15 +244,13 @@ "key": "link", "title": "Link", "keywords": "link, navigation, href, web page connection", - "path": "/docs/components/link.mdx", - "updated": true + "path": "/docs/components/link.mdx" }, { "key": "listbox", "title": "Listbox", "keywords": "listbox, selection, option list, multiple choice", - "path": "/docs/components/listbox.mdx", - "updated": true + "path": "/docs/components/listbox.mdx" }, { "key": "modal", @@ -326,8 +334,7 @@ "key": "slider", "title": "Slider", "keywords": "slider, range input, value selector, sliding control", - "path": "/docs/components/slider.mdx", - "newPost": true + "path": "/docs/components/slider.mdx" }, { "key": "table", @@ -339,15 +346,13 @@ "key": "tabs", "title": "Tabs", "keywords": "tabs, section navigation, categorized content, tabbed interface", - "path": "/docs/components/tabs.mdx", - "updated": true + "path": "/docs/components/tabs.mdx" }, { "key": "textarea", "title": "Textarea", "keywords": "textarea, multi-line text input, large text field, form control", - "path": "/docs/components/textarea.mdx", - "updated": true + "path": "/docs/components/textarea.mdx" }, { "key": "tooltip", @@ -362,6 +367,20 @@ "path": "/docs/components/user.mdx" } ] + }, + { + "key": "api-references", + "title": "API References", + "defaultOpen": true, + "keywords": "api references, nextui, api", + "routes": [ + { + "key": "nextui-provider", + "title": "NextUI Provider", + "keywords": "api references, nextui, api, nextui provider", + "path": "/docs/api-references/nextui-provider.mdx" + } + ] } ], "mobileRoutes": [ diff --git a/apps/docs/config/search-meta.json b/apps/docs/config/search-meta.json index d1d9c9a097..392ac64a68 100644 --- a/apps/docs/config/search-meta.json +++ b/apps/docs/config/search-meta.json @@ -1,28 +1,115 @@ [ + { + "content": "NextUI Provider", + "objectID": "e6bd62d3-c12d-43b2-be18-5d28b846f459", + "type": "lvl1", + "url": "/docs/api-references/nextui-provider", + "hierarchy": { "lvl1": "NextUI Provider" } + }, + { + "content": "Props", + "objectID": "3613f169-a1f2-4a38-b1e5-f97938c96d93", + "type": "lvl2", + "url": "/docs/api-references/nextui-provider#props", + "hierarchy": { "lvl1": "NextUI Provider", "lvl2": "Props", "lvl3": null } + }, + { + "content": "navigate", + "objectID": "24f4dc2f-1391-41fa-8bd6-99dc5c0690b6", + "type": "lvl3", + "url": "/docs/api-references/nextui-provider#navigate", + "hierarchy": { + "lvl1": "NextUI Provider", + "lvl2": "Props", + "lvl3": "navigate" + } + }, + { + "content": "locale", + "objectID": "a4942274-439c-443c-ad5f-e58317320df8", + "type": "lvl3", + "url": "/docs/api-references/nextui-provider#locale", + "hierarchy": { + "lvl1": "NextUI Provider", + "lvl2": "navigate", + "lvl3": "locale" + } + }, + { + "content": "defaultDates", + "objectID": "e3d1fc05-1783-4dc3-841f-f7f44c8f8512", + "type": "lvl3", + "url": "/docs/api-references/nextui-provider#defaultdates", + "hierarchy": { + "lvl1": "NextUI Provider", + "lvl2": "locale", + "lvl3": "defaultDates" + } + }, + { + "content": "createCalendar", + "objectID": "a465efb5-c69f-49cb-9382-ee26d0c1cd35", + "type": "lvl3", + "url": "/docs/api-references/nextui-provider#createcalendar", + "hierarchy": { + "lvl1": "NextUI Provider", + "lvl2": "defaultDates", + "lvl3": "createCalendar" + } + }, + { + "content": "Types", + "objectID": "71e59629-88e6-4822-97b5-8b5908879758", + "type": "lvl2", + "url": "/docs/api-references/nextui-provider#types", + "hierarchy": { "lvl1": "NextUI Provider", "lvl2": "Types", "lvl3": null } + }, + { + "content": "CalendarDate", + "objectID": "4a90c80c-edf5-416a-b0cf-00d6bf107f53", + "type": "lvl3", + "url": "/docs/api-references/nextui-provider#calendardate", + "hierarchy": { + "lvl1": "NextUI Provider", + "lvl2": "Types", + "lvl3": "CalendarDate" + } + }, + { + "content": "SupportedCalendars", + "objectID": "222a59f4-8e7d-44c8-b0e8-e139591e0fcd", + "type": "lvl3", + "url": "/docs/api-references/nextui-provider#supportedcalendars", + "hierarchy": { + "lvl1": "NextUI Provider", + "lvl2": "CalendarDate", + "lvl3": "SupportedCalendars" + } + }, { "content": "Accordion", - "objectID": "a5af1508-c6cf-4ac0-9848-846ea8a4ed35", + "objectID": "bdf73735-0f6d-49ac-8f3b-e903998d0e4a", "type": "lvl1", "url": "/docs/components/accordion", "hierarchy": { "lvl1": "Accordion" } }, { "content": "Import", - "objectID": "5fce2822-a651-49f5-8a78-2877444766a0", + "objectID": "7b6dcce5-38d7-4ef4-96f1-f52d5948f9b2", "type": "lvl2", "url": "/docs/components/accordion#import", "hierarchy": { "lvl1": "Accordion", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "daa9553c-6f06-460b-a3c1-cab492890f39", + "objectID": "451fb8be-890a-434e-b2b7-63f1416bfa0b", "type": "lvl2", "url": "/docs/components/accordion#usage", "hierarchy": { "lvl1": "Accordion", "lvl2": "Usage", "lvl3": null } }, { "content": "With Subtitle", - "objectID": "057680f3-c38c-4f18-a3f9-22d13d1dcc1c", + "objectID": "3b5d8bb7-8c84-4d72-aa97-45f653f37f70", "type": "lvl3", "url": "/docs/components/accordion#with-subtitle", "hierarchy": { @@ -33,7 +120,7 @@ }, { "content": "Expand multiple items", - "objectID": "06e11bdc-8b7f-41bb-ad9e-e107cc47892b", + "objectID": "c8c4ed46-c544-4c88-810c-6fbc3ae926bb", "type": "lvl3", "url": "/docs/components/accordion#expand-multiple-items", "hierarchy": { @@ -44,7 +131,7 @@ }, { "content": "Compact", - "objectID": "a62d5476-65cc-4a48-8c48-61c6dbbf726c", + "objectID": "c4e52dd2-353b-4a8b-93f9-1c9d16d17abb", "type": "lvl3", "url": "/docs/components/accordion#compact", "hierarchy": { @@ -55,35 +142,35 @@ }, { "content": "Variants", - "objectID": "fcb9e164-5c26-41ae-aa87-30ebdd0453f0", + "objectID": "e96c2667-6e56-48fd-ad30-8f082847de0a", "type": "lvl3", "url": "/docs/components/accordion#variants", "hierarchy": { "lvl1": "Accordion", "lvl2": "Compact", "lvl3": "Variants" } }, { "content": "Light variant", - "objectID": "f427757d-5643-4110-bcfe-b9cf36a5ab56", + "objectID": "e0241742-8f8a-4fce-a12b-9d079768e2fa", "type": "lvl4", "url": "/docs/components/accordion#light-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Variants", "lvl3": null } }, { "content": "Shadow variant", - "objectID": "2feaca14-6c40-4ae1-9c12-7ee9755d9c50", + "objectID": "8081450f-4645-4a3d-a19a-6ef4fdf41f4d", "type": "lvl4", "url": "/docs/components/accordion#shadow-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Light variant", "lvl3": null } }, { "content": "Bordered variant", - "objectID": "e4a8476d-e70d-4c4d-8c75-8e0b8415b0c1", + "objectID": "3e781950-23a6-4951-a917-162190d53c80", "type": "lvl4", "url": "/docs/components/accordion#bordered-variant", "hierarchy": { "lvl1": "Accordion", "lvl2": "Shadow variant", "lvl3": null } }, { "content": "Splitted variant", - "objectID": "5fb16c63-162f-4024-bf42-3be5283faf8b", + "objectID": "e0c7c649-0c31-4428-b03a-feaa1859f5c5", "type": "lvl4", "url": "/docs/components/accordion#splitted-variant", "hierarchy": { @@ -94,7 +181,7 @@ }, { "content": "Default expanded keys", - "objectID": "b56c82a9-56f2-42f7-9e16-50b37f241780", + "objectID": "aa7d0e5b-ff76-403c-a9bd-3536528f9c5b", "type": "lvl3", "url": "/docs/components/accordion#default-expanded-keys", "hierarchy": { @@ -105,7 +192,7 @@ }, { "content": "Disabled keys", - "objectID": "c65ef31c-14e8-4876-9d15-0aeba5f59c59", + "objectID": "7a9d8f50-78b2-4a16-921b-391a9db72bf9", "type": "lvl3", "url": "/docs/components/accordion#disabled-keys", "hierarchy": { @@ -116,7 +203,7 @@ }, { "content": "Start content", - "objectID": "2c1ca688-83bd-48be-9ddf-89b9fa513a82", + "objectID": "c80ee541-6b20-4f97-857b-f1923f7533ef", "type": "lvl3", "url": "/docs/components/accordion#start-content", "hierarchy": { @@ -127,7 +214,7 @@ }, { "content": "Custom Indicator", - "objectID": "3dae1ea8-9cea-484e-9b61-d1bf864649c3", + "objectID": "f3767225-0a4b-4284-bf46-79a6f0f14454", "type": "lvl3", "url": "/docs/components/accordion#custom-indicator", "hierarchy": { @@ -138,7 +225,7 @@ }, { "content": "Custom Motion", - "objectID": "90afee3a-b0f5-4351-b813-1251f5d0102d", + "objectID": "d0692ae6-3f97-4efc-9e78-d3350102baca", "type": "lvl3", "url": "/docs/components/accordion#custom-motion", "hierarchy": { @@ -149,7 +236,7 @@ }, { "content": "Controlled", - "objectID": "ef485d8e-1967-4f88-ba2b-954fd1179d78", + "objectID": "b1aea352-c03f-4f35-a36b-6b6de79c57c7", "type": "lvl3", "url": "/docs/components/accordion#controlled", "hierarchy": { @@ -160,7 +247,7 @@ }, { "content": "Accordion Item Slots", - "objectID": "9d410eed-9e50-4a9d-ba7e-c8befdd4f48c", + "objectID": "4a32f99f-94b0-4ea5-9a48-ee669448fd9e", "type": "lvl2", "url": "/docs/components/accordion#accordion-item-slots", "hierarchy": { @@ -171,7 +258,7 @@ }, { "content": "Custom Accordion Styles", - "objectID": "0ff45cd3-0318-4355-ba36-95b3a5365bd9", + "objectID": "64f9b1c1-77e9-42c8-b5d8-0aa5984593be", "type": "lvl3", "url": "/docs/components/accordion#custom-accordion-styles", "hierarchy": { @@ -182,7 +269,7 @@ }, { "content": "Data Attributes", - "objectID": "b6143e1d-465c-4584-a1f1-9f7a0122a125", + "objectID": "6059900a-8f82-410d-b481-7332d13f8783", "type": "lvl2", "url": "/docs/components/accordion#data-attributes", "hierarchy": { @@ -193,21 +280,21 @@ }, { "content": "Accessibility", - "objectID": "d53ef652-6949-48bc-8113-02a157619b15", + "objectID": "1e9a908b-c013-4a7d-8006-3b338670df94", "type": "lvl2", "url": "/docs/components/accordion#accessibility", "hierarchy": { "lvl1": "Accordion", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "4b9b5255-2bdb-4f63-a448-2a458b3d5bc3", + "objectID": "9322769d-d9fd-44a5-999f-bc9338edd456", "type": "lvl2", "url": "/docs/components/accordion#api", "hierarchy": { "lvl1": "Accordion", "lvl2": "API", "lvl3": null } }, { "content": "Accordion Props", - "objectID": "4840e3b7-da2f-4384-8bc1-1f67166957ba", + "objectID": "29cc66f5-67aa-4cf7-9d5d-b92856ab0dce", "type": "lvl3", "url": "/docs/components/accordion#accordion-props", "hierarchy": { @@ -218,7 +305,7 @@ }, { "content": "Accordion Events", - "objectID": "6973f2c0-2f23-4e55-844a-75e0e9cfcc62", + "objectID": "6e0724dd-913e-4563-9e59-8578003e2375", "type": "lvl3", "url": "/docs/components/accordion#accordion-events", "hierarchy": { @@ -229,7 +316,7 @@ }, { "content": "Accordion Item Props", - "objectID": "f3724cab-a678-4ed7-96e4-34a693c55ec5", + "objectID": "0496f0e7-b3d6-4689-bc15-ab9c8986d038", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-props", "hierarchy": { @@ -240,7 +327,7 @@ }, { "content": "Accordion Item Events", - "objectID": "f19e73c0-d48e-4d9c-995c-df6a4b373885", + "objectID": "72b454be-056b-485d-99f0-e0ed4f2c6902", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-events", "hierarchy": { @@ -251,7 +338,7 @@ }, { "content": "Types", - "objectID": "0987d202-7b91-4535-8bce-c2104985bf52", + "objectID": "03b238a5-2e81-4b28-a02c-d1edab378d88", "type": "lvl3", "url": "/docs/components/accordion#types", "hierarchy": { @@ -262,14 +349,14 @@ }, { "content": "Accordion Item Indicator Props", - "objectID": "be8e6f6e-3e7d-4ddd-8b8e-0c2ca58ff483", + "objectID": "ee4dc2f9-d6df-481a-b23e-ca25b7546ee2", "type": "lvl4", "url": "/docs/components/accordion#accordion-item-indicator-props", "hierarchy": { "lvl1": "Accordion", "lvl2": "Types", "lvl3": null } }, { "content": "Accordion Item classNames", - "objectID": "bb0c17fa-f21d-40ff-9118-2fb0e4e62e20", + "objectID": "b1846904-0b25-4bd4-845c-6b08b49ae4f0", "type": "lvl3", "url": "/docs/components/accordion#accordion-item-classnames", "hierarchy": { @@ -280,7 +367,7 @@ }, { "content": "Motion Props", - "objectID": "70d9c759-1e15-408d-8b19-e2951a73d371", + "objectID": "8fec047a-da07-4839-8b36-a4267d191954", "type": "lvl4", "url": "/docs/components/accordion#motion-props", "hierarchy": { @@ -291,28 +378,28 @@ }, { "content": "Autocomplete", - "objectID": "d6fe40ed-8c5e-482f-849c-3df7294d8c05", + "objectID": "addf868d-02cb-422a-a510-07a048c06651", "type": "lvl1", "url": "/docs/components/autocomplete", "hierarchy": { "lvl1": "Autocomplete" } }, { "content": "Import", - "objectID": "b0dcb6ef-b111-45f7-8735-cf61ee7df315", + "objectID": "f49d89fc-dfa0-4bd8-94cd-f9981faf3d55", "type": "lvl2", "url": "/docs/components/autocomplete#import", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "1f09af5f-45fc-4a7c-8302-ee9ede54143c", + "objectID": "70876560-55a7-4a44-bb96-ac2774f9c983", "type": "lvl2", "url": "/docs/components/autocomplete#usage", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "1f0ff8a5-b017-4192-b9de-b8b49e6f7e84", + "objectID": "6fa14d40-daa9-44a9-985c-b162563c8290", "type": "lvl3", "url": "/docs/components/autocomplete#dynamic-items", "hierarchy": { @@ -323,7 +410,7 @@ }, { "content": "Disabled", - "objectID": "89b47bae-53bb-4c31-bb63-35cd0ded4962", + "objectID": "439249d5-8e2e-46cf-8248-f00316a0ed74", "type": "lvl3", "url": "/docs/components/autocomplete#disabled", "hierarchy": { @@ -334,7 +421,7 @@ }, { "content": "Disabled Items", - "objectID": "1ca51f2c-f643-46ac-b5a3-a15ebad18dda", + "objectID": "7240861a-d1a0-4a72-b6f4-9f32fb30eb92", "type": "lvl3", "url": "/docs/components/autocomplete#disabled-items", "hierarchy": { @@ -345,7 +432,7 @@ }, { "content": "Required", - "objectID": "c4fb9e69-0023-4606-ad78-89c8eb9ef7a1", + "objectID": "19f9f260-d06d-41de-9537-a4c8fe9a8717", "type": "lvl3", "url": "/docs/components/autocomplete#required", "hierarchy": { @@ -356,21 +443,21 @@ }, { "content": "Sizes", - "objectID": "bd2a5f4d-1d64-4a44-89a2-0706b08d92e7", + "objectID": "2d8cb3f0-5c3b-4812-9fc1-63eb9ccf3631", "type": "lvl3", "url": "/docs/components/autocomplete#sizes", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Required", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "3f713357-d3f8-49ae-b58e-e784878a978f", + "objectID": "af935785-bc18-4fbe-a665-de2dc73a6bc8", "type": "lvl3", "url": "/docs/components/autocomplete#colors", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "81d92888-9033-4b9c-9595-a1e1c082aa30", + "objectID": "d66662cb-b166-4fbf-bef6-add91c3e0fe5", "type": "lvl3", "url": "/docs/components/autocomplete#variants", "hierarchy": { @@ -381,7 +468,7 @@ }, { "content": "Label Placements", - "objectID": "62c1b598-2ebf-4a81-8cfc-0246c803e35e", + "objectID": "fcdd28c8-9035-4589-afb5-69e4c114d1cb", "type": "lvl3", "url": "/docs/components/autocomplete#label-placements", "hierarchy": { @@ -392,7 +479,7 @@ }, { "content": "Start Content", - "objectID": "d98e918c-f530-4788-b2ed-0fc8047129a4", + "objectID": "568e5567-9c25-4520-9ab8-10bcf4665ca4", "type": "lvl3", "url": "/docs/components/autocomplete#start-content", "hierarchy": { @@ -403,7 +490,7 @@ }, { "content": "Item Start & End Content", - "objectID": "f859f2b8-c0e1-491a-bf90-807d7e7fcd97", + "objectID": "032bc5ac-d3fa-4fc6-8f73-5067271bf08e", "type": "lvl3", "url": "/docs/components/autocomplete#item-start--end-content", "hierarchy": { @@ -414,7 +501,7 @@ }, { "content": "Custom Value", - "objectID": "00c353ff-0fff-47b8-83b6-e4b04c84289c", + "objectID": "103aa4b5-db73-4ee8-96a9-519a690855ce", "type": "lvl3", "url": "/docs/components/autocomplete#custom-value", "hierarchy": { @@ -425,7 +512,7 @@ }, { "content": "Custom Selector Icon", - "objectID": "89f286ac-08f2-45a1-b238-1cecf9c35470", + "objectID": "e5b52692-ba73-4384-bb6f-053af0e6088d", "type": "lvl3", "url": "/docs/components/autocomplete#custom-selector-icon", "hierarchy": { @@ -436,7 +523,7 @@ }, { "content": "Without Scroll Shadow", - "objectID": "71ded82e-4e25-4288-a339-0d66e1276fc1", + "objectID": "d7398360-cf7a-4497-afb6-ccf1574bd538", "type": "lvl3", "url": "/docs/components/autocomplete#without-scroll-shadow", "hierarchy": { @@ -447,7 +534,7 @@ }, { "content": "With Description", - "objectID": "95df78c0-e529-451b-97e6-1bdf67630d07", + "objectID": "87729cf0-9256-411d-badd-161d9130efbe", "type": "lvl3", "url": "/docs/components/autocomplete#with-description", "hierarchy": { @@ -458,7 +545,7 @@ }, { "content": "With Error Message", - "objectID": "b1d37371-c82a-4748-81de-00b96ecdae06", + "objectID": "dc8bf8c4-6479-4ae1-abfa-5ec5a657a4bc", "type": "lvl3", "url": "/docs/components/autocomplete#with-error-message", "hierarchy": { @@ -469,7 +556,7 @@ }, { "content": "Events", - "objectID": "98cbf94c-c78f-4af6-a000-b3e3230e043d", + "objectID": "2f9cbcb0-9634-4105-bd75-ecc2771a86fa", "type": "lvl3", "url": "/docs/components/autocomplete#events", "hierarchy": { @@ -480,7 +567,7 @@ }, { "content": "Controlled", - "objectID": "6bd5b4cf-604f-4348-a4fe-7f6ed4bf9fd8", + "objectID": "b732f0e1-2a18-4e19-8970-58faf80a5583", "type": "lvl3", "url": "/docs/components/autocomplete#controlled", "hierarchy": { @@ -491,7 +578,7 @@ }, { "content": "Fully Controlled", - "objectID": "4512af97-a38c-4da7-85f5-fc0d82ff630b", + "objectID": "3ef7336f-98bd-44d5-98d1-f0304608f641", "type": "lvl3", "url": "/docs/components/autocomplete#fully-controlled", "hierarchy": { @@ -502,7 +589,7 @@ }, { "content": "Custom Items", - "objectID": "f9487e85-ca3b-431a-a3ab-451e0ac0c1ee", + "objectID": "7fe6b76d-66df-4dfd-b8b0-7302df723b8c", "type": "lvl3", "url": "/docs/components/autocomplete#custom-items", "hierarchy": { @@ -513,7 +600,7 @@ }, { "content": "Custom Filtering", - "objectID": "1eac825f-024f-42ce-b28c-f02ec62b1c63", + "objectID": "a376cf76-59c8-4305-b941-eab41a2d8a82", "type": "lvl3", "url": "/docs/components/autocomplete#custom-filtering", "hierarchy": { @@ -524,7 +611,7 @@ }, { "content": "Asynchronous Filtering", - "objectID": "01902765-2129-493c-8235-afd3486ab4c6", + "objectID": "39f47e46-f8c9-4ea1-b920-31ee3a4d8785", "type": "lvl3", "url": "/docs/components/autocomplete#asynchronous-filtering", "hierarchy": { @@ -535,7 +622,7 @@ }, { "content": "Asynchronous Loading", - "objectID": "4e6ce752-7227-45e7-8dc7-6164b8be8add", + "objectID": "d7d7e46b-6533-49fe-92ff-3676d825a3cb", "type": "lvl3", "url": "/docs/components/autocomplete#asynchronous-loading", "hierarchy": { @@ -546,7 +633,7 @@ }, { "content": "With Sections", - "objectID": "0c555b4d-1854-4318-9f76-629cb455b2e2", + "objectID": "22f96071-2756-4ec0-a691-7ee37709131a", "type": "lvl3", "url": "/docs/components/autocomplete#with-sections", "hierarchy": { @@ -557,7 +644,7 @@ }, { "content": "Custom Sections Style", - "objectID": "2f6440de-ddac-4067-84a7-05c660fa62eb", + "objectID": "e22b4124-74ee-4287-82c0-9502f86f4710", "type": "lvl3", "url": "/docs/components/autocomplete#custom-sections-style", "hierarchy": { @@ -568,7 +655,7 @@ }, { "content": "Customizing the Autocomplete", - "objectID": "db02db3a-7132-4136-b721-cd44a8e12cd0", + "objectID": "345b6930-a7dc-4c06-9d7e-8e4c53453604", "type": "lvl3", "url": "/docs/components/autocomplete#customizing-the-autocomplete", "hierarchy": { @@ -579,14 +666,14 @@ }, { "content": "Slots", - "objectID": "90702fad-555b-41fa-aa9e-ed9cc172207c", + "objectID": "5cd99c21-ba9c-4e76-a893-706a334215e0", "type": "lvl2", "url": "/docs/components/autocomplete#slots", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "a16e08d4-5cb2-46b8-9267-dcf0dc7b35d5", + "objectID": "0747c50c-0693-4734-a02f-58652752ad8e", "type": "lvl2", "url": "/docs/components/autocomplete#data-attributes", "hierarchy": { @@ -597,7 +684,7 @@ }, { "content": "Accessibility", - "objectID": "7189de21-cf2f-4bea-b5f6-b068b9a2873e", + "objectID": "c9919977-ba6b-4dcf-b5db-ce64ea759bb6", "type": "lvl2", "url": "/docs/components/autocomplete#accessibility", "hierarchy": { @@ -608,14 +695,14 @@ }, { "content": "API", - "objectID": "01845dbc-9129-4d30-9288-3e544b5d6f43", + "objectID": "126dc5f6-7a6e-4b59-bc88-34aefd696a35", "type": "lvl2", "url": "/docs/components/autocomplete#api", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "API", "lvl3": null } }, { "content": "Autocomplete Props", - "objectID": "97a024b4-c825-4075-8306-f67eda1a5fc7", + "objectID": "17ca9685-6ad5-4b30-add4-802d6db798b2", "type": "lvl3", "url": "/docs/components/autocomplete#autocomplete-props", "hierarchy": { @@ -626,7 +713,7 @@ }, { "content": "Autocomplete Events", - "objectID": "b28ed05f-df76-4478-92dd-861a2f960fb9", + "objectID": "e9d920da-88d6-4e60-a324-7840abb081d7", "type": "lvl3", "url": "/docs/components/autocomplete#autocomplete-events", "hierarchy": { @@ -637,7 +724,7 @@ }, { "content": "AutocompleteItem Props", - "objectID": "6c009b2c-f8e0-4c4b-9170-ca3f3a3e358e", + "objectID": "b57b3694-e95e-4d2e-9a45-fbb22cae4631", "type": "lvl3", "url": "/docs/components/autocomplete#autocompleteitem-props", "hierarchy": { @@ -648,7 +735,7 @@ }, { "content": "AutocompleteItem Events", - "objectID": "97b26921-4290-4107-b774-2981da7c4de9", + "objectID": "b0ccda61-87de-41ed-a1e3-a11246e5f987", "type": "lvl3", "url": "/docs/components/autocomplete#autocompleteitem-events", "hierarchy": { @@ -659,7 +746,7 @@ }, { "content": "AutocompleteSection Props", - "objectID": "ef363c29-e1e9-45d0-976b-79bc78b73878", + "objectID": "7a5e9b25-8a05-4635-adf0-c3c5454e6b1d", "type": "lvl3", "url": "/docs/components/autocomplete#autocompletesection-props", "hierarchy": { @@ -670,7 +757,7 @@ }, { "content": "Types", - "objectID": "f2f995ea-591e-4c80-a1aa-b77cd0cb5227", + "objectID": "2dcd9b9b-adbc-4522-b683-12c12f121a52", "type": "lvl3", "url": "/docs/components/autocomplete#types", "hierarchy": { @@ -681,70 +768,70 @@ }, { "content": "Menu Trigger Action", - "objectID": "fa9a8da0-3a48-4c1a-bd08-46b668d5fea7", + "objectID": "3cdb28d4-ecce-4e8c-910e-239b94b74732", "type": "lvl4", "url": "/docs/components/autocomplete#menu-trigger-action", "hierarchy": { "lvl1": "Autocomplete", "lvl2": "Types", "lvl3": null } }, { "content": "Avatar", - "objectID": "a73ceedc-07be-400b-ac35-586a665c14ae", + "objectID": "7edc9252-b968-4d38-8b46-4fbac62adf5b", "type": "lvl1", "url": "/docs/components/avatar", "hierarchy": { "lvl1": "Avatar" } }, { "content": "Import", - "objectID": "e4e860be-4c38-4dd4-aa0e-c6d0bb441abe", + "objectID": "2817af78-e0af-4a62-99ca-6749d65bacc4", "type": "lvl2", "url": "/docs/components/avatar#import", "hierarchy": { "lvl1": "Avatar", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "fab6063b-2f48-4416-ae99-38cdd1c6de63", + "objectID": "3ba0a896-878e-4707-944a-212dd6f14115", "type": "lvl2", "url": "/docs/components/avatar#usage", "hierarchy": { "lvl1": "Avatar", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "5927cb9c-a8c1-4165-ab15-c241c069a8cc", + "objectID": "f541fdbe-8c0d-49e2-a1da-30e44f6ceb59", "type": "lvl3", "url": "/docs/components/avatar#sizes", "hierarchy": { "lvl1": "Avatar", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Disabled", - "objectID": "7da4e3fb-3515-4b8b-9c0c-426d90a71b2b", + "objectID": "5161c4da-db9c-4e41-96d1-3e4f5abbce07", "type": "lvl3", "url": "/docs/components/avatar#disabled", "hierarchy": { "lvl1": "Avatar", "lvl2": "Sizes", "lvl3": "Disabled" } }, { "content": "Bordered", - "objectID": "bd0e27f2-78c2-4cf4-b99a-8ccf70285550", + "objectID": "12f9e52c-2502-43bf-84b4-5c906882214f", "type": "lvl3", "url": "/docs/components/avatar#bordered", "hierarchy": { "lvl1": "Avatar", "lvl2": "Disabled", "lvl3": "Bordered" } }, { "content": "Radius", - "objectID": "41732ce6-bae6-4fed-a8db-9aebb6c70b4d", + "objectID": "87d3c1b0-3119-4383-892d-a4873f2ca55c", "type": "lvl3", "url": "/docs/components/avatar#radius", "hierarchy": { "lvl1": "Avatar", "lvl2": "Bordered", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "96e17399-99a3-4b5e-8541-290cb5e61881", + "objectID": "3c3203fb-17c7-4959-82da-c6ec4343d4e2", "type": "lvl3", "url": "/docs/components/avatar#colors", "hierarchy": { "lvl1": "Avatar", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Avatar Fallbacks", - "objectID": "5b2f18b2-1ecd-4d05-8416-8613f9f9f890", + "objectID": "328b8b39-c2e2-4c04-8fee-3ca268d393a3", "type": "lvl3", "url": "/docs/components/avatar#avatar-fallbacks", "hierarchy": { @@ -755,7 +842,7 @@ }, { "content": "Custom Fallback", - "objectID": "d2e9df08-4f64-46d0-a159-69b7b79899e7", + "objectID": "c88072ea-fc01-443c-8803-3deff3b1129d", "type": "lvl3", "url": "/docs/components/avatar#custom-fallback", "hierarchy": { @@ -766,7 +853,7 @@ }, { "content": "Custom Implementation", - "objectID": "c1767375-2ea0-4dc2-bd8a-d5d7c929ee6c", + "objectID": "4cf5c13c-8ca8-4a7d-b138-d1a1dd500c11", "type": "lvl3", "url": "/docs/components/avatar#custom-implementation", "hierarchy": { @@ -777,7 +864,7 @@ }, { "content": "Custom initials logic", - "objectID": "2e3b1cd3-ec57-4653-8ca5-7d668f50bccd", + "objectID": "d7f4156c-86e5-4ceb-8157-5b5a34c7d6b8", "type": "lvl3", "url": "/docs/components/avatar#custom-initials-logic", "hierarchy": { @@ -788,14 +875,14 @@ }, { "content": "Avatar Group", - "objectID": "961ded72-8882-4c58-b4f5-1e19e26f1862", + "objectID": "e9e6c5cb-4342-44b4-805c-0445919b9fbf", "type": "lvl2", "url": "/docs/components/avatar#avatar-group", "hierarchy": { "lvl1": "Avatar", "lvl2": "Avatar Group", "lvl3": null } }, { "content": "Group Disabled", - "objectID": "43296cab-5fcd-438d-8466-9d97448a0abd", + "objectID": "be92455e-8143-4e63-a879-447956f87a57", "type": "lvl3", "url": "/docs/components/avatar#group-disabled", "hierarchy": { @@ -806,7 +893,7 @@ }, { "content": "Group Max Count", - "objectID": "3aa09015-0c7a-48f0-810d-f22f4d8a1fcc", + "objectID": "ab6afda7-fd53-4ad5-8ab6-1a924c463092", "type": "lvl3", "url": "/docs/components/avatar#group-max-count", "hierarchy": { @@ -817,7 +904,7 @@ }, { "content": "Group Total Count", - "objectID": "0b5aea8c-052b-4cf0-b965-7e9dc3e2f903", + "objectID": "8c8a449d-f86a-448f-93d6-94830d8575cc", "type": "lvl3", "url": "/docs/components/avatar#group-total-count", "hierarchy": { @@ -828,7 +915,7 @@ }, { "content": "Group Custom count", - "objectID": "07df838f-34a4-4492-9055-fedb60b8fa60", + "objectID": "cd78894e-3eb8-4e35-9737-592203e92337", "type": "lvl3", "url": "/docs/components/avatar#group-custom-count", "hierarchy": { @@ -839,7 +926,7 @@ }, { "content": "Group Grid", - "objectID": "9ddd44a2-f097-4bce-b29c-131fa407ea8c", + "objectID": "40e6c9fd-073d-41fd-a17c-dce589b19b3c", "type": "lvl3", "url": "/docs/components/avatar#group-grid", "hierarchy": { @@ -850,7 +937,7 @@ }, { "content": "Group Custom Implementation", - "objectID": "2f233a47-5a10-4e3b-aa86-fa3b6ea6aee9", + "objectID": "c5180be8-31d0-473c-beec-d95a305f6a61", "type": "lvl3", "url": "/docs/components/avatar#group-custom-implementation", "hierarchy": { @@ -861,14 +948,14 @@ }, { "content": "Slots", - "objectID": "a56ff6e2-550b-405e-ad16-45f0e2eea0ec", + "objectID": "e4614c39-b992-45af-9f94-b87f736db1eb", "type": "lvl2", "url": "/docs/components/avatar#slots", "hierarchy": { "lvl1": "Avatar", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Avatar Styles", - "objectID": "1c66c248-0d61-429c-b205-36cb480b5ec1", + "objectID": "9bbc623e-d2a8-4ab7-bc77-0905380a3ba2", "type": "lvl3", "url": "/docs/components/avatar#custom-avatar-styles", "hierarchy": { @@ -879,28 +966,28 @@ }, { "content": "Data Attributes", - "objectID": "11f78bc8-52a4-4ff2-97f6-34fe058adf0e", + "objectID": "a4b13aca-5dcd-41d8-9c6e-8bcbfc947187", "type": "lvl2", "url": "/docs/components/avatar#data-attributes", "hierarchy": { "lvl1": "Avatar", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "b3cf89cc-d85f-45ec-90a4-f6f57a6ecc27", + "objectID": "eac7225c-18cc-4b12-af19-2ddf937fb3e7", "type": "lvl2", "url": "/docs/components/avatar#api", "hierarchy": { "lvl1": "Avatar", "lvl2": "API", "lvl3": null } }, { "content": "Avatar Props", - "objectID": "e33b4a3b-2445-4c75-966b-88eedd0b8e63", + "objectID": "ed426813-f7ea-4fa2-84b6-c8b8c5b1bc2c", "type": "lvl3", "url": "/docs/components/avatar#avatar-props", "hierarchy": { "lvl1": "Avatar", "lvl2": "API", "lvl3": "Avatar Props" } }, { "content": "Avatar Group Props", - "objectID": "f572dcdd-70e2-417a-9582-d2b3f593a126", + "objectID": "70570e2d-1594-4fdb-8909-62a689ca7166", "type": "lvl3", "url": "/docs/components/avatar#avatar-group-props", "hierarchy": { @@ -911,63 +998,63 @@ }, { "content": "Badge", - "objectID": "6442a2df-3119-458d-83e0-71f0b81e621d", + "objectID": "b02dd7c2-4693-4173-8bde-246f5f953144", "type": "lvl1", "url": "/docs/components/badge", "hierarchy": { "lvl1": "Badge" } }, { "content": "Import", - "objectID": "3867f3f1-7f56-43c5-8864-ae3b0c359eae", + "objectID": "d72d0ec7-c2a7-4696-8c8f-889532e54027", "type": "lvl2", "url": "/docs/components/badge#import", "hierarchy": { "lvl1": "Badge", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "a61dd52e-d607-4c12-a8d5-649543eb1ae3", + "objectID": "3fd926ef-660c-4eed-8cf1-6e6fd2a2e524", "type": "lvl2", "url": "/docs/components/badge#usage", "hierarchy": { "lvl1": "Badge", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "a844d22b-ff96-4372-93ec-a9e1f315b97d", + "objectID": "7a792432-bf1b-47bb-b569-6f947cd8c139", "type": "lvl3", "url": "/docs/components/badge#sizes", "hierarchy": { "lvl1": "Badge", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "b8de9aa3-dce8-465e-93f8-935aaac38a6d", + "objectID": "b7964a0d-fca5-423c-a933-dee4c076ab47", "type": "lvl3", "url": "/docs/components/badge#colors", "hierarchy": { "lvl1": "Badge", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "d1bdf081-90c5-441b-afb7-8639b9668cb9", + "objectID": "68543e47-5a7b-495a-b570-0f84f5708a8e", "type": "lvl3", "url": "/docs/components/badge#variants", "hierarchy": { "lvl1": "Badge", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Placements", - "objectID": "e69a1b63-50e5-4472-bd35-57c3bca501e9", + "objectID": "bfbee72c-8f4b-4cd4-a893-27bddafc81b0", "type": "lvl3", "url": "/docs/components/badge#placements", "hierarchy": { "lvl1": "Badge", "lvl2": "Variants", "lvl3": "Placements" } }, { "content": "Shapes", - "objectID": "21832d47-6814-4625-9fed-ea8b90a9d052", + "objectID": "fb756eba-5443-4e70-a9d4-4e281cc1f3c5", "type": "lvl3", "url": "/docs/components/badge#shapes", "hierarchy": { "lvl1": "Badge", "lvl2": "Placements", "lvl3": "Shapes" } }, { "content": "Badge Visibility", - "objectID": "e71b3bb1-a839-4c4e-9e71-e6323b76b146", + "objectID": "4c0162cf-ed54-4e23-b112-435bed1ae0d9", "type": "lvl3", "url": "/docs/components/badge#badge-visibility", "hierarchy": { @@ -978,7 +1065,7 @@ }, { "content": "Content Examples", - "objectID": "38668a92-d967-462a-81ac-7b1e2b043914", + "objectID": "4224b58d-50e9-4e32-b75c-b3c5a83d6e0e", "type": "lvl3", "url": "/docs/components/badge#content-examples", "hierarchy": { @@ -989,7 +1076,7 @@ }, { "content": "Disable Outline", - "objectID": "914191e3-3186-4f0d-ae8f-91b2276751bf", + "objectID": "83f7cf98-c75a-43a0-b5fd-62e556111ac3", "type": "lvl3", "url": "/docs/components/badge#disable-outline", "hierarchy": { @@ -1000,7 +1087,7 @@ }, { "content": "Accessibility", - "objectID": "a4865ab9-0b70-4f7a-a564-fa44db08c1ee", + "objectID": "6856f64c-c305-467a-acc4-e54d1158f76d", "type": "lvl3", "url": "/docs/components/badge#accessibility", "hierarchy": { @@ -1011,70 +1098,70 @@ }, { "content": "API", - "objectID": "d89b5984-0cff-4826-aa65-8e6804de298f", + "objectID": "5abc8810-579d-4073-a187-6f6987973c55", "type": "lvl2", "url": "/docs/components/badge#api", "hierarchy": { "lvl1": "Badge", "lvl2": "API", "lvl3": null } }, { "content": "Badge Props", - "objectID": "85d3cfc0-bcec-42a4-bd8d-2de4cfdf012a", + "objectID": "739ac6ce-6c50-4c8f-8a47-c209fa2adc75", "type": "lvl3", "url": "/docs/components/badge#badge-props", "hierarchy": { "lvl1": "Badge", "lvl2": "API", "lvl3": "Badge Props" } }, { "content": "Breadcrumbs", - "objectID": "29d1931f-e081-46b1-9ffd-2dc6fdb91153", + "objectID": "291c4588-7524-461c-b91a-49f89f124e17", "type": "lvl1", "url": "/docs/components/breadcrumbs", "hierarchy": { "lvl1": "Breadcrumbs" } }, { "content": "Import", - "objectID": "269cc17a-e5bf-4792-a8f1-f342b20a9dfd", + "objectID": "7ed0831e-f3b1-4d65-ab9d-2a3ac51277b6", "type": "lvl2", "url": "/docs/components/breadcrumbs#import", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "121296e9-bcdd-4970-b0b1-ddf2ca7b747e", + "objectID": "0a3a6f1a-978a-4bc5-8e18-b74e6a0230fc", "type": "lvl2", "url": "/docs/components/breadcrumbs#usage", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "08093047-9ef5-4ec7-a45a-4e81d62343e3", + "objectID": "385f05ae-677c-49b4-96c8-77e40eaeb28c", "type": "lvl3", "url": "/docs/components/breadcrumbs#disabled", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "385c37f9-6f74-45ec-ab20-1b95ca17b371", + "objectID": "33afb626-565d-4c40-8167-a33041df60f0", "type": "lvl3", "url": "/docs/components/breadcrumbs#sizes", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "1607e3c8-8ccb-435b-9d1c-3700c8a67e28", + "objectID": "fbb81c88-7707-4ea9-8d79-943b047a6568", "type": "lvl3", "url": "/docs/components/breadcrumbs#colors", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "c19b41fc-02f5-4833-bcb6-ed849406c5a7", + "objectID": "edda88e3-a88f-48ad-a316-4c51e30fdcea", "type": "lvl3", "url": "/docs/components/breadcrumbs#variants", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Underlines", - "objectID": "44b54596-7572-4ff7-b38c-80598937e650", + "objectID": "54ec8f2b-b528-4f9a-9b68-e0131ea0ae91", "type": "lvl3", "url": "/docs/components/breadcrumbs#underlines", "hierarchy": { @@ -1085,7 +1172,7 @@ }, { "content": "Radius", - "objectID": "f04140d9-e6cc-4653-8fde-4ca8af6d41ca", + "objectID": "53b3154e-742b-4867-9956-529872f53092", "type": "lvl3", "url": "/docs/components/breadcrumbs#radius", "hierarchy": { @@ -1096,14 +1183,14 @@ }, { "content": "Routing", - "objectID": "2f848ad4-7df3-4b44-b0a9-caff1f3523e0", + "objectID": "76397699-128b-491f-9d9f-6f2f651d780c", "type": "lvl3", "url": "/docs/components/breadcrumbs#routing", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Radius", "lvl3": "Routing" } }, { "content": "Controlled", - "objectID": "9459b621-4ce4-43d3-a526-5fb4729e8e5f", + "objectID": "b62f5251-7a90-4594-b549-510a8f62718a", "type": "lvl3", "url": "/docs/components/breadcrumbs#controlled", "hierarchy": { @@ -1114,7 +1201,7 @@ }, { "content": "Menu Type", - "objectID": "1c97a249-4147-4354-b230-2822c9c9a59a", + "objectID": "e9889be8-2867-46a4-a097-627967a8264f", "type": "lvl3", "url": "/docs/components/breadcrumbs#menu-type", "hierarchy": { @@ -1125,7 +1212,7 @@ }, { "content": "Start & End Content", - "objectID": "8c6c29a5-4761-4859-bc10-3a676ef8c2a8", + "objectID": "c357fa93-db28-476f-af8a-1ad70826be95", "type": "lvl3", "url": "/docs/components/breadcrumbs#start--end-content", "hierarchy": { @@ -1136,7 +1223,7 @@ }, { "content": "Custom Separator", - "objectID": "6b4193f2-2769-41e6-a086-2b3d2055fbf8", + "objectID": "de3912e1-132f-40e7-bad8-bafc67d79b90", "type": "lvl3", "url": "/docs/components/breadcrumbs#custom-separator", "hierarchy": { @@ -1147,7 +1234,7 @@ }, { "content": "Custom Items", - "objectID": "76369dc5-92c3-4cf7-b391-e768c9658f8c", + "objectID": "9254121f-d153-4168-8ffe-9e2a0ea29eea", "type": "lvl3", "url": "/docs/components/breadcrumbs#custom-items", "hierarchy": { @@ -1158,7 +1245,7 @@ }, { "content": "Collapsing Items", - "objectID": "f2e9b5f3-26a0-4944-8c87-9b0ec68c89e1", + "objectID": "9099298f-9147-4f7d-94d2-bf6b5a6ffdb6", "type": "lvl3", "url": "/docs/components/breadcrumbs#collapsing-items", "hierarchy": { @@ -1169,7 +1256,7 @@ }, { "content": "Customizing the Ellipsis Item", - "objectID": "280d4fbd-fb26-41d0-ba31-ec5614ac0cd5", + "objectID": "eba2b3d0-8d3d-4303-bc32-65ea2d902444", "type": "lvl3", "url": "/docs/components/breadcrumbs#customizing-the-ellipsis-item", "hierarchy": { @@ -1180,14 +1267,14 @@ }, { "content": "Slots", - "objectID": "cff002fb-710c-4c96-be2f-5de05a061592", + "objectID": "5a8f77ad-fb71-4f81-aaa0-2c08c6a9848b", "type": "lvl2", "url": "/docs/components/breadcrumbs#slots", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Slots", "lvl3": null } }, { "content": "Customizing the Breadcrumbs Styles", - "objectID": "db5619d8-ab1d-4f84-a41e-d4fc992ef6fe", + "objectID": "f7884b80-13d3-4de4-9cb8-07d29909cd62", "type": "lvl3", "url": "/docs/components/breadcrumbs#customizing-the-breadcrumbs-styles", "hierarchy": { @@ -1198,7 +1285,7 @@ }, { "content": "Data Attributes", - "objectID": "3e3a1535-ac62-4155-8ae3-50965c5ef73e", + "objectID": "fdf8bc74-38c6-42a3-ac4f-05069d978855", "type": "lvl2", "url": "/docs/components/breadcrumbs#data-attributes", "hierarchy": { @@ -1209,7 +1296,7 @@ }, { "content": "Accessibility", - "objectID": "c3110d17-b69d-4962-b7b2-34deb3abedbf", + "objectID": "3c0df899-7039-411e-8266-071750f9eccf", "type": "lvl2", "url": "/docs/components/breadcrumbs#accessibility", "hierarchy": { @@ -1220,14 +1307,14 @@ }, { "content": "API", - "objectID": "7b400fb7-0e3b-4d62-9d82-ffeb275e1923", + "objectID": "9d19e5aa-088b-43e5-8076-6838f973415c", "type": "lvl2", "url": "/docs/components/breadcrumbs#api", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "API", "lvl3": null } }, { "content": "Breadcrumbs Props", - "objectID": "0d0c4bee-42c1-4883-b8b0-7442f3149464", + "objectID": "d919f1ca-c528-4a53-b4d4-3c65826b4279", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbs-props", "hierarchy": { @@ -1238,7 +1325,7 @@ }, { "content": "Breadcrumbs Functions", - "objectID": "e8b81e6c-c104-4c47-9f24-18c4a62c873c", + "objectID": "bf803b57-6d49-454c-b520-44737cefa204", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbs-functions", "hierarchy": { @@ -1249,7 +1336,7 @@ }, { "content": "Breadcrumbs Events", - "objectID": "e26695f4-011c-4b1d-9ae4-6c026234e95e", + "objectID": "9f4c6095-67bc-4eba-b8aa-c08be4c324c9", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbs-events", "hierarchy": { @@ -1260,7 +1347,7 @@ }, { "content": "BreadcrumbItem Props", - "objectID": "33b53e42-a979-4903-95d1-4be734b6ce36", + "objectID": "dcf15a74-041e-4a3b-a78e-15ddda93f542", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbitem-props", "hierarchy": { @@ -1271,7 +1358,7 @@ }, { "content": "BreadcrumbItem Events", - "objectID": "45593a77-fbc4-4350-a018-f6d293e4764d", + "objectID": "eb5b841a-7c1b-4564-9bc6-38c077821c63", "type": "lvl3", "url": "/docs/components/breadcrumbs#breadcrumbitem-events", "hierarchy": { @@ -1282,7 +1369,7 @@ }, { "content": "Types", - "objectID": "e77b263c-7197-4efb-abb3-752382e8e427", + "objectID": "a231315f-9942-4c82-b222-5e8ccec7b8a6", "type": "lvl3", "url": "/docs/components/breadcrumbs#types", "hierarchy": { @@ -1293,91 +1380,91 @@ }, { "content": "Render Ellipsis Function", - "objectID": "4405070c-e3d3-439f-987f-6914db620403", + "objectID": "083d234b-d7d6-4515-bb26-254a35125b77", "type": "lvl4", "url": "/docs/components/breadcrumbs#render-ellipsis-function", "hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Types", "lvl3": null } }, { "content": "Button", - "objectID": "c15ea824-380d-4200-a9b9-5b379019755e", + "objectID": "7dd8cea2-a4b3-439b-a317-3933234768fb", "type": "lvl1", "url": "/docs/components/button", "hierarchy": { "lvl1": "Button" } }, { "content": "Import", - "objectID": "f26a0f2a-d231-42a7-9c27-42c528064a28", + "objectID": "0b4f69ae-aa54-456e-ac06-af80d018abd1", "type": "lvl2", "url": "/docs/components/button#import", "hierarchy": { "lvl1": "Button", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "0fc5bc34-7f8a-4ef2-af0e-9bb9ed00cbc1", + "objectID": "9eebeffa-4e10-4699-9c39-c9569eed4e9b", "type": "lvl2", "url": "/docs/components/button#usage", "hierarchy": { "lvl1": "Button", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "db7489fa-5593-4342-a976-7787f660d60a", + "objectID": "74d36000-dd32-4dca-bd82-e61d9a74b474", "type": "lvl3", "url": "/docs/components/button#disabled", "hierarchy": { "lvl1": "Button", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "e96e4e29-df8f-4383-b867-2dd9c86d4f67", + "objectID": "8ec2a7d5-553f-4b7c-8258-83f999dc24c1", "type": "lvl3", "url": "/docs/components/button#sizes", "hierarchy": { "lvl1": "Button", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Radius", - "objectID": "a1895a93-c3a9-4ad7-a314-a89557042254", + "objectID": "08787ce8-fc1f-4805-89a5-9abce61748a4", "type": "lvl3", "url": "/docs/components/button#radius", "hierarchy": { "lvl1": "Button", "lvl2": "Sizes", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "c7d17b63-dc6e-4fcf-975c-b088e95e03d5", + "objectID": "9507b915-dd45-4051-928a-a99faf19810d", "type": "lvl3", "url": "/docs/components/button#colors", "hierarchy": { "lvl1": "Button", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "8f3f9a8e-4b0f-4679-a001-a221b79fbbe3", + "objectID": "09f62bd7-e005-4040-859f-0b663d3c941b", "type": "lvl3", "url": "/docs/components/button#variants", "hierarchy": { "lvl1": "Button", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Loading", - "objectID": "651dae03-0eed-44f9-a1e3-9529f4e76553", + "objectID": "adcdcd44-04b2-4853-b0e5-02ff21d8982e", "type": "lvl3", "url": "/docs/components/button#loading", "hierarchy": { "lvl1": "Button", "lvl2": "Variants", "lvl3": "Loading" } }, { "content": "With Icons", - "objectID": "d42e9439-c320-47ad-898e-2081b2aba3ca", + "objectID": "1836fb62-fb58-492c-8186-02cd62793908", "type": "lvl3", "url": "/docs/components/button#with-icons", "hierarchy": { "lvl1": "Button", "lvl2": "Loading", "lvl3": "With Icons" } }, { "content": "Icon Only", - "objectID": "5a036bbd-d21d-4665-ade5-1b88fa3c0f45", + "objectID": "05901689-5c86-41d4-b520-604a5b87be5a", "type": "lvl3", "url": "/docs/components/button#icon-only", "hierarchy": { "lvl1": "Button", "lvl2": "With Icons", "lvl3": "Icon Only" } }, { "content": "Custom Styles", - "objectID": "5c8331e6-523c-43b4-a04d-0e20b998629d", + "objectID": "39d46987-bc36-4c07-b72e-f9621445a53f", "type": "lvl3", "url": "/docs/components/button#custom-styles", "hierarchy": { @@ -1388,7 +1475,7 @@ }, { "content": "Custom Implementation", - "objectID": "5f1845dd-3b95-4c86-b864-ec316f8fa945", + "objectID": "2483ff82-fd4c-492c-a6a1-622a55efc8fb", "type": "lvl3", "url": "/docs/components/button#custom-implementation", "hierarchy": { @@ -1399,14 +1486,14 @@ }, { "content": "Button Group", - "objectID": "1ea292eb-2b99-43cc-b9ea-b30be99411fe", + "objectID": "1cbe0b1c-350a-4a59-9c86-69904d1c8fca", "type": "lvl2", "url": "/docs/components/button#button-group", "hierarchy": { "lvl1": "Button", "lvl2": "Button Group", "lvl3": null } }, { "content": "Group Disabled", - "objectID": "b7584ad0-abc2-4ce0-b6f2-447a988fd297", + "objectID": "cab11578-61f5-4bfb-959a-b12ad5502256", "type": "lvl3", "url": "/docs/components/button#group-disabled", "hierarchy": { @@ -1417,7 +1504,7 @@ }, { "content": "Group Use case", - "objectID": "073c2c7e-63e6-4abd-9c1e-3996b0f4dd2a", + "objectID": "c373677f-3494-4084-ad62-d0ff103ea72d", "type": "lvl3", "url": "/docs/components/button#group-use-case", "hierarchy": { @@ -1428,35 +1515,35 @@ }, { "content": "Data Attributes", - "objectID": "caa86bf2-7174-4724-ac57-f6943f220e77", + "objectID": "72ac028c-7996-4712-b465-f96f4c8b71a6", "type": "lvl2", "url": "/docs/components/button#data-attributes", "hierarchy": { "lvl1": "Button", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "75a390f2-66f2-44db-8de3-81f2415ace70", + "objectID": "ffb2dce5-4cd9-4a3c-b6f4-3cf6e1fc31ef", "type": "lvl2", "url": "/docs/components/button#accessibility", "hierarchy": { "lvl1": "Button", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "b2c12e15-49c3-4ea4-a36c-a68dbf82e2cb", + "objectID": "b9009f65-86e1-4637-ac68-bf0adf670b53", "type": "lvl2", "url": "/docs/components/button#api", "hierarchy": { "lvl1": "Button", "lvl2": "API", "lvl3": null } }, { "content": "Button Props", - "objectID": "2fea9adb-e147-4d4b-bd9c-21e95ff139a4", + "objectID": "16beb532-9089-445b-900b-667113da36a1", "type": "lvl3", "url": "/docs/components/button#button-props", "hierarchy": { "lvl1": "Button", "lvl2": "API", "lvl3": "Button Props" } }, { "content": "Button Events", - "objectID": "2af0f998-52ea-4921-94ef-a5933cbd49fe", + "objectID": "4cbb6088-3ea1-458d-8e99-0cbc353908df", "type": "lvl3", "url": "/docs/components/button#button-events", "hierarchy": { @@ -1467,7 +1554,7 @@ }, { "content": "Button Group Props", - "objectID": "ffffabbf-2daf-4586-acca-db50752be882", + "objectID": "69694e11-a560-4dc9-9d93-ed3bd0934374", "type": "lvl3", "url": "/docs/components/button#button-group-props", "hierarchy": { @@ -1476,37 +1563,261 @@ "lvl3": "Button Group Props" } }, + { + "content": "Calendar", + "objectID": "cd93aa9d-b5dd-4610-b7a4-6a9dcd50a9f1", + "type": "lvl1", + "url": "/docs/components/calendar", + "hierarchy": { "lvl1": "Calendar" } + }, + { + "content": "Import", + "objectID": "a97557d7-a263-4b03-9a10-ffde3d90f0a6", + "type": "lvl2", + "url": "/docs/components/calendar#import", + "hierarchy": { "lvl1": "Calendar", "lvl2": "Import", "lvl3": null } + }, + { + "content": "Usage", + "objectID": "f7a11520-a03f-444d-b8b5-ef1ce69ae44f", + "type": "lvl2", + "url": "/docs/components/calendar#usage", + "hierarchy": { "lvl1": "Calendar", "lvl2": "Usage", "lvl3": null } + }, + { + "content": "Disabled", + "objectID": "a2209024-9901-4dff-9941-1fd7d06ec66a", + "type": "lvl3", + "url": "/docs/components/calendar#disabled", + "hierarchy": { "lvl1": "Calendar", "lvl2": "Usage", "lvl3": "Disabled" } + }, + { + "content": "Read Only", + "objectID": "7096d10c-fcfb-459f-8f2c-37be5f96094d", + "type": "lvl3", + "url": "/docs/components/calendar#read-only", + "hierarchy": { "lvl1": "Calendar", "lvl2": "Disabled", "lvl3": "Read Only" } + }, + { + "content": "Controlled", + "objectID": "d3903054-f1c2-4c89-ac43-2a91a40502d8", + "type": "lvl3", + "url": "/docs/components/calendar#controlled", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Read Only", + "lvl3": "Controlled" + } + }, + { + "content": "Min Date Value", + "objectID": "304239f1-2260-4a5f-9ac5-8a3e2d2fba9c", + "type": "lvl3", + "url": "/docs/components/calendar#min-date-value", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Controlled", + "lvl3": "Min Date Value" + } + }, + { + "content": "Max Date Value", + "objectID": "8a0051a4-f052-4e6d-80cd-fd198c445eec", + "type": "lvl3", + "url": "/docs/components/calendar#max-date-value", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Min Date Value", + "lvl3": "Max Date Value" + } + }, + { + "content": "Unavailable Dates", + "objectID": "c55126bc-637c-468d-96de-114e582b17f9", + "type": "lvl3", + "url": "/docs/components/calendar#unavailable-dates", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Max Date Value", + "lvl3": "Unavailable Dates" + } + }, + { + "content": "Controlled Focused Value", + "objectID": "d830dda1-f04d-43fc-8377-a3b268650b0f", + "type": "lvl3", + "url": "/docs/components/calendar#controlled-focused-value", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Unavailable Dates", + "lvl3": "Controlled Focused Value" + } + }, + { + "content": "Invalid Date", + "objectID": "50ea3add-2dc2-4186-bbbf-814c3ff54813", + "type": "lvl3", + "url": "/docs/components/calendar#invalid-date", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Controlled Focused Value", + "lvl3": "Invalid Date" + } + }, + { + "content": "With Month And Year Picker", + "objectID": "97b5d727-4c71-4e64-91dc-452be9fccb59", + "type": "lvl3", + "url": "/docs/components/calendar#with-month-and-year-picker", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Invalid Date", + "lvl3": "With Month And Year Picker" + } + }, + { + "content": "International Calendars", + "objectID": "2616aa6e-df56-44c7-a9b2-63f5a62d20a0", + "type": "lvl3", + "url": "/docs/components/calendar#international-calendars", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "With Month And Year Picker", + "lvl3": "International Calendars" + } + }, + { + "content": "Visible Months", + "objectID": "d7b633d8-a7a2-4466-ba4c-c956a3988382", + "type": "lvl3", + "url": "/docs/components/calendar#visible-months", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "International Calendars", + "lvl3": "Visible Months" + } + }, + { + "content": "Page Behaviour", + "objectID": "124b271e-2bfc-4ccc-a7c4-c2cee31fd9b0", + "type": "lvl3", + "url": "/docs/components/calendar#page-behaviour", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Visible Months", + "lvl3": "Page Behaviour" + } + }, + { + "content": "Presets", + "objectID": "ac0eb580-6728-4e9b-8d4d-8179b613f143", + "type": "lvl3", + "url": "/docs/components/calendar#presets", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Page Behaviour", + "lvl3": "Presets" + } + }, + { + "content": "Slots", + "objectID": "311cfb11-6e49-45a6-8159-0a5abcda084f", + "type": "lvl2", + "url": "/docs/components/calendar#slots", + "hierarchy": { "lvl1": "Calendar", "lvl2": "Slots", "lvl3": null } + }, + { + "content": "Custom Styles", + "objectID": "130653fb-9d41-43c0-9345-582f689260c2", + "type": "lvl3", + "url": "/docs/components/calendar#custom-styles", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Slots", + "lvl3": "Custom Styles" + } + }, + { + "content": "Custom Implementation", + "objectID": "898ea0f6-a815-4e34-b9b5-9e4476517a61", + "type": "lvl3", + "url": "/docs/components/calendar#custom-implementation", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Custom Styles", + "lvl3": "Custom Implementation" + } + }, + { + "content": "Data Attributes", + "objectID": "7a57629b-bb92-4d8f-b651-e3d874a44dab", + "type": "lvl2", + "url": "/docs/components/calendar#data-attributes", + "hierarchy": { "lvl1": "Calendar", "lvl2": "Data Attributes", "lvl3": null } + }, + { + "content": "Accessibility", + "objectID": "a05ff4ec-8929-4590-b0ed-0fdf96f0ddbe", + "type": "lvl2", + "url": "/docs/components/calendar#accessibility", + "hierarchy": { "lvl1": "Calendar", "lvl2": "Accessibility", "lvl3": null } + }, + { + "content": "API", + "objectID": "7a1f262f-0761-4847-b75a-5fa387ed241e", + "type": "lvl2", + "url": "/docs/components/calendar#api", + "hierarchy": { "lvl1": "Calendar", "lvl2": "API", "lvl3": null } + }, + { + "content": "Calendar Props", + "objectID": "4c7c209e-987e-49ba-a541-d092791d04ec", + "type": "lvl3", + "url": "/docs/components/calendar#calendar-props", + "hierarchy": { "lvl1": "Calendar", "lvl2": "API", "lvl3": "Calendar Props" } + }, + { + "content": "Calendar Events", + "objectID": "aa7b387c-ce00-43ad-a819-ef82c04ad4b6", + "type": "lvl3", + "url": "/docs/components/calendar#calendar-events", + "hierarchy": { + "lvl1": "Calendar", + "lvl2": "Calendar Props", + "lvl3": "Calendar Events" + } + }, { "content": "Card", - "objectID": "94a42868-d310-4274-9ae1-c60e62b84fa8", + "objectID": "0b32309b-edb4-437c-98af-eb18e1a5c160", "type": "lvl1", "url": "/docs/components/card", "hierarchy": { "lvl1": "Card" } }, { "content": "Import", - "objectID": "b48bede9-81c8-4218-bc0d-1f3ff8ba6b3b", + "objectID": "e27ba8d6-e14e-437a-8dbb-bee9a5b58b7d", "type": "lvl2", "url": "/docs/components/card#import", "hierarchy": { "lvl1": "Card", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7507b1cd-a4f7-44b2-9418-edae34ce3982", + "objectID": "a154858c-26ef-41e6-9e6e-47be06278f73", "type": "lvl2", "url": "/docs/components/card#usage", "hierarchy": { "lvl1": "Card", "lvl2": "Usage", "lvl3": null } }, { "content": "With Divider", - "objectID": "1752952e-639a-40c1-97c1-4734d0696ca6", + "objectID": "8d85890a-997e-43fe-b647-0f7b4edf0ad1", "type": "lvl3", "url": "/docs/components/card#with-divider", "hierarchy": { "lvl1": "Card", "lvl2": "Usage", "lvl3": "With Divider" } }, { "content": "With Image", - "objectID": "a29bc106-024e-4961-9f72-b54a542431c0", + "objectID": "0e93fc9b-5a81-4cd4-af99-aa3f9d1e4e39", "type": "lvl3", "url": "/docs/components/card#with-image", "hierarchy": { @@ -1517,7 +1828,7 @@ }, { "content": "Blurred Footer", - "objectID": "6b0536d9-1d7f-4a0c-826e-05f342a2a5d1", + "objectID": "0f725913-fcfb-4fc9-9295-b52aa9fa676f", "type": "lvl3", "url": "/docs/components/card#blurred-footer", "hierarchy": { @@ -1528,7 +1839,7 @@ }, { "content": "Composition", - "objectID": "4105fd74-3e96-4b8f-9fed-e23b3fdbe3dc", + "objectID": "690f7571-a1fe-4369-8454-2712edfe0a9a", "type": "lvl3", "url": "/docs/components/card#composition", "hierarchy": { @@ -1539,7 +1850,7 @@ }, { "content": "Blurred Card", - "objectID": "e7bca9cd-8344-4046-9a7c-26ace8776fa0", + "objectID": "01434273-9ed9-4a4d-8b8c-b5776b8293ad", "type": "lvl3", "url": "/docs/components/card#blurred-card", "hierarchy": { @@ -1550,7 +1861,7 @@ }, { "content": "Primary Action", - "objectID": "5769bd3f-f477-4b60-a237-5b989ef0db3f", + "objectID": "cb7a77b8-50c0-48e9-9168-c4ebe23d5ba7", "type": "lvl3", "url": "/docs/components/card#primary-action", "hierarchy": { @@ -1561,7 +1872,7 @@ }, { "content": "Cover Image", - "objectID": "6b26f333-b78c-44df-9538-e60bc40fa25f", + "objectID": "49323165-2303-442c-9180-e7ca1cc1e3a6", "type": "lvl3", "url": "/docs/components/card#cover-image", "hierarchy": { @@ -1572,56 +1883,56 @@ }, { "content": "Data Attributes", - "objectID": "fe76f942-4179-45f5-ba67-3f69a8410f80", + "objectID": "6551d40c-ed1c-43df-85fd-643700f2c9b0", "type": "lvl2", "url": "/docs/components/card#data-attributes", "hierarchy": { "lvl1": "Card", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "ccad2a68-0f59-4c85-8ecd-d3604aa26436", + "objectID": "a2e008e5-30c6-49b7-85a5-840a85225465", "type": "lvl2", "url": "/docs/components/card#api", "hierarchy": { "lvl1": "Card", "lvl2": "API", "lvl3": null } }, { "content": "Card Props", - "objectID": "72a3557b-f4b4-439a-9ebc-9f160f6872dd", + "objectID": "3ba248dd-96b2-45ef-be70-e7097536d605", "type": "lvl3", "url": "/docs/components/card#card-props", "hierarchy": { "lvl1": "Card", "lvl2": "API", "lvl3": "Card Props" } }, { "content": "Card Events", - "objectID": "d63790fb-e8d2-447a-8c8b-89d44a541f9a", + "objectID": "e58dc01a-c93f-48de-83f2-4115b75a62ad", "type": "lvl3", "url": "/docs/components/card#card-events", "hierarchy": { "lvl1": "Card", "lvl2": "Card Props", "lvl3": "Card Events" } }, { "content": "Checkbox Group", - "objectID": "b0d8dc53-18a5-401e-93ff-e0ab653652c7", + "objectID": "44fad47f-dd4a-41f3-93d6-796518b53d48", "type": "lvl1", "url": "/docs/components/checkbox-group", "hierarchy": { "lvl1": "Checkbox Group" } }, { "content": "Import", - "objectID": "bf5f34c3-b67b-43d0-8530-7dd6e33af552", + "objectID": "85952f11-662d-46cb-8633-ae43189baa2c", "type": "lvl2", "url": "/docs/components/checkbox-group#import", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "2837aefe-d0cb-4717-9803-040d3cc6d085", + "objectID": "ee81c91f-508a-40d3-979e-d736a5ca84bb", "type": "lvl2", "url": "/docs/components/checkbox-group#usage", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "a3ee2f62-34ad-40e8-836e-699cfaae6e71", + "objectID": "10f1e4f1-59a8-412f-9c90-8575195c1f26", "type": "lvl3", "url": "/docs/components/checkbox-group#disabled", "hierarchy": { @@ -1632,7 +1943,7 @@ }, { "content": "Horizontal", - "objectID": "772c9989-94c5-471e-8c16-ca1674029875", + "objectID": "5e7641fb-ff68-4ab2-ba9a-a7ece1f3becc", "type": "lvl3", "url": "/docs/components/checkbox-group#horizontal", "hierarchy": { @@ -1643,7 +1954,7 @@ }, { "content": "Controlled", - "objectID": "fb7d055e-66e7-4c51-a308-d20aa5a33809", + "objectID": "574c2d6c-9f02-47e7-9134-cf1e93ea3347", "type": "lvl3", "url": "/docs/components/checkbox-group#controlled", "hierarchy": { @@ -1654,7 +1965,7 @@ }, { "content": "Invalid", - "objectID": "449cee94-2b3b-49a7-b659-2057306eea52", + "objectID": "54f2e7a5-57b0-4f5b-9553-c766ad4719f9", "type": "lvl3", "url": "/docs/components/checkbox-group#invalid", "hierarchy": { @@ -1665,14 +1976,14 @@ }, { "content": "Slots", - "objectID": "dee5db72-55a2-4f4c-8e6d-5058ce81ff4c", + "objectID": "6c203a5a-a56d-485e-9dac-728e585aef7d", "type": "lvl2", "url": "/docs/components/checkbox-group#slots", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "fe6052a3-6529-43d5-ab52-2a8a9e92fdd8", + "objectID": "a7172ef1-a3ae-4e98-9bd1-d1c13c56dbab", "type": "lvl3", "url": "/docs/components/checkbox-group#custom-styles", "hierarchy": { @@ -1683,7 +1994,7 @@ }, { "content": "Custom Implementation", - "objectID": "67788c2d-4d0c-4095-9e7a-e5ac869c7891", + "objectID": "32d317ea-ee35-4361-938f-740c6895e701", "type": "lvl3", "url": "/docs/components/checkbox-group#custom-implementation", "hierarchy": { @@ -1694,14 +2005,14 @@ }, { "content": "API", - "objectID": "55b0440b-d9ac-4ecc-8188-d03413fdce85", + "objectID": "47b370da-ae45-4c9c-8bad-5ce79a3cdcf9", "type": "lvl2", "url": "/docs/components/checkbox-group#api", "hierarchy": { "lvl1": "Checkbox Group", "lvl2": "API", "lvl3": null } }, { "content": "Checkbox Group Props", - "objectID": "4ffae55d-c55c-4853-b840-08654b56373a", + "objectID": "c70a065c-8216-481f-9d84-ec6bfb6e3696", "type": "lvl3", "url": "/docs/components/checkbox-group#checkbox-group-props", "hierarchy": { @@ -1712,7 +2023,7 @@ }, { "content": "Checkbox Group Events", - "objectID": "2e7c276f-c155-404f-9a31-d0b99400c6d9", + "objectID": "26496cad-7dd7-46cc-8b6a-02435ac6f66b", "type": "lvl3", "url": "/docs/components/checkbox-group#checkbox-group-events", "hierarchy": { @@ -1723,56 +2034,56 @@ }, { "content": "Checkbox", - "objectID": "2de5cfbc-b7a1-44d5-87ea-c5948a6346a6", + "objectID": "42360512-929e-4c17-b49b-a11a8f85c5c9", "type": "lvl1", "url": "/docs/components/checkbox", "hierarchy": { "lvl1": "Checkbox" } }, { "content": "Import", - "objectID": "7b7d7cfa-f836-4c79-8e00-788e40acd681", + "objectID": "1b5bf6f0-3d23-4d3b-87d0-948723916824", "type": "lvl2", "url": "/docs/components/checkbox#import", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "92458d4d-9b68-4d1f-9238-f826fc1c233e", + "objectID": "ef2d878e-627c-4e9b-a985-280879b21e95", "type": "lvl2", "url": "/docs/components/checkbox#usage", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "1c0b1b49-40b6-42c5-a5ea-ed6611c4508c", + "objectID": "f080cacd-81e9-469a-811b-c953d8aaad12", "type": "lvl3", "url": "/docs/components/checkbox#disabled", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "ad558dcb-80d7-4722-a5da-0924bd81fa8b", + "objectID": "98e85e5c-88c1-41b2-8700-e64ee18cb66a", "type": "lvl3", "url": "/docs/components/checkbox#sizes", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "02f4e1f5-c4fd-4b93-a59b-972d32aa5eeb", + "objectID": "82cd094f-5ad1-415a-aeb9-f09e332a1589", "type": "lvl3", "url": "/docs/components/checkbox#colors", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Radius", - "objectID": "034f123f-c0b0-4e40-92a1-a034108267dc", + "objectID": "c6b6ef18-e775-4cc4-86e0-2a45ad89a6e4", "type": "lvl3", "url": "/docs/components/checkbox#radius", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Colors", "lvl3": "Radius" } }, { "content": "Indeterminate", - "objectID": "869c44a5-7ddc-4c55-aa64-213fbe8a5b43", + "objectID": "6e0f10e0-0a85-4f7d-b186-227c815818f4", "type": "lvl3", "url": "/docs/components/checkbox#indeterminate", "hierarchy": { @@ -1783,7 +2094,7 @@ }, { "content": "Line Through", - "objectID": "94bbe93e-2e50-4694-a4bf-ecf12214ea02", + "objectID": "f4ab1056-5a15-4351-9c33-7ddf55ea191e", "type": "lvl3", "url": "/docs/components/checkbox#line-through", "hierarchy": { @@ -1794,7 +2105,7 @@ }, { "content": "Custom Check Icon", - "objectID": "3250015a-97f6-4e0f-a21f-f65c8b38dcf3", + "objectID": "e48ea3a7-faff-4cff-a05f-7e5704a3845d", "type": "lvl3", "url": "/docs/components/checkbox#custom-check-icon", "hierarchy": { @@ -1805,7 +2116,7 @@ }, { "content": "Controlled", - "objectID": "6bfd68df-c0b4-4203-880f-92b94fd8d2a3", + "objectID": "578f4499-33f4-4edc-8f9d-276bc09327d3", "type": "lvl3", "url": "/docs/components/checkbox#controlled", "hierarchy": { @@ -1816,14 +2127,14 @@ }, { "content": "Slots", - "objectID": "35c2c186-9b3f-43fb-aa2b-4559bd9cb856", + "objectID": "bdcbef6b-6cec-4bfe-9b66-fa7f870b7abe", "type": "lvl2", "url": "/docs/components/checkbox#slots", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "09674ff7-2510-4166-8891-64fc9c3f7820", + "objectID": "c81e5267-2c57-43f2-815f-bfc086bcc14e", "type": "lvl3", "url": "/docs/components/checkbox#custom-styles", "hierarchy": { @@ -1834,7 +2145,7 @@ }, { "content": "Custom Implementation", - "objectID": "79c13af6-ce8b-4135-acb1-e2740571988f", + "objectID": "1ff4c10a-0aac-4e4e-ae7e-3cd802308508", "type": "lvl3", "url": "/docs/components/checkbox#custom-implementation", "hierarchy": { @@ -1845,35 +2156,35 @@ }, { "content": "Data Attributes", - "objectID": "375c2e70-3028-4aed-b7c5-3e178d7d2ac5", + "objectID": "f127aea5-7538-4441-bbfe-d056bd18c449", "type": "lvl2", "url": "/docs/components/checkbox#data-attributes", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "8989c89e-e6d8-4180-955c-ae298e03bd70", + "objectID": "82969815-0504-4f1e-9569-faa221b88ba7", "type": "lvl2", "url": "/docs/components/checkbox#accessibility", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "cafaa1cc-c726-4b48-b6a5-716f432a13aa", + "objectID": "b79b7186-fb60-43e0-a0af-d07ac8ac3d5d", "type": "lvl2", "url": "/docs/components/checkbox#api", "hierarchy": { "lvl1": "Checkbox", "lvl2": "API", "lvl3": null } }, { "content": "Checkbox Props", - "objectID": "80897a73-ae67-47d5-8eb4-aa38167bf438", + "objectID": "90f6c830-e74c-45cc-b5f3-3372060ed5a5", "type": "lvl3", "url": "/docs/components/checkbox#checkbox-props", "hierarchy": { "lvl1": "Checkbox", "lvl2": "API", "lvl3": "Checkbox Props" } }, { "content": "Checkbox Events", - "objectID": "a1ef87c2-3ee6-46f7-894a-57b85e810f13", + "objectID": "29d7e713-3ac7-466f-88be-2266913035c1", "type": "lvl3", "url": "/docs/components/checkbox#checkbox-events", "hierarchy": { @@ -1884,7 +2195,7 @@ }, { "content": "Types", - "objectID": "3369fc2d-02c3-4acd-9278-b40c57e169a8", + "objectID": "e366b406-6f69-4888-aad8-1e3ed80a5aa0", "type": "lvl3", "url": "/docs/components/checkbox#types", "hierarchy": { @@ -1895,70 +2206,70 @@ }, { "content": "Checkbox Icon Props", - "objectID": "3daf0263-d3e6-4f57-9e6a-ba1c1ef08cac", + "objectID": "dcd13bd2-aa15-4ae4-b55f-d0d972bcf29f", "type": "lvl4", "url": "/docs/components/checkbox#checkbox-icon-props", "hierarchy": { "lvl1": "Checkbox", "lvl2": "Types", "lvl3": null } }, { "content": "Chip", - "objectID": "a873ad0b-d6cd-4524-a643-2e984d707c8e", + "objectID": "925d03b5-a507-401c-a942-8eb90e589bac", "type": "lvl1", "url": "/docs/components/chip", "hierarchy": { "lvl1": "Chip" } }, { "content": "Import", - "objectID": "ca05f451-f787-4524-b56b-516e680e86fa", + "objectID": "520dabd1-58f5-4fae-819a-01f7ae448ab1", "type": "lvl2", "url": "/docs/components/chip#import", "hierarchy": { "lvl1": "Chip", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "1a117764-cf7a-41b8-9dac-5532e2438e7b", + "objectID": "ec6975f2-4fbc-41a0-946b-2f5331e89fd4", "type": "lvl2", "url": "/docs/components/chip#usage", "hierarchy": { "lvl1": "Chip", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "b3755ee1-357c-45e5-acb7-de4524221f3f", + "objectID": "b5c9023d-d313-4103-a51d-e804141bd92a", "type": "lvl3", "url": "/docs/components/chip#disabled", "hierarchy": { "lvl1": "Chip", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "9ea53914-03b2-444a-bc61-fe9c206a897a", + "objectID": "d36e8e00-5219-44ac-98a0-5e6a9f86756a", "type": "lvl3", "url": "/docs/components/chip#sizes", "hierarchy": { "lvl1": "Chip", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "8e9eed3b-ada0-413a-a0ef-d6fa3345f7e2", + "objectID": "dae720c4-9a60-432a-bdcc-6d082ec29ca8", "type": "lvl3", "url": "/docs/components/chip#colors", "hierarchy": { "lvl1": "Chip", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Radius", - "objectID": "54f5de69-ed84-4394-abfa-106c3e71781e", + "objectID": "456d439d-4458-4ba8-8c8a-b6c9a7e32e83", "type": "lvl3", "url": "/docs/components/chip#radius", "hierarchy": { "lvl1": "Chip", "lvl2": "Colors", "lvl3": "Radius" } }, { "content": "Variants", - "objectID": "522f4287-bf9b-491f-8bd8-a47e27ae1708", + "objectID": "eede844b-9411-4985-aa89-4e0f82b8c0c2", "type": "lvl3", "url": "/docs/components/chip#variants", "hierarchy": { "lvl1": "Chip", "lvl2": "Radius", "lvl3": "Variants" } }, { "content": "Start & End Content", - "objectID": "a2161d8a-35c9-471a-8c05-4aad5effda2d", + "objectID": "55aeed91-f55e-41ef-abb9-f140b462b26c", "type": "lvl3", "url": "/docs/components/chip#start--end-content", "hierarchy": { @@ -1969,7 +2280,7 @@ }, { "content": "With Close Button", - "objectID": "f5798cfb-b142-4f86-91cf-f521e76a411c", + "objectID": "de90dd93-20ea-48a6-b664-00963af7ffac", "type": "lvl3", "url": "/docs/components/chip#with-close-button", "hierarchy": { @@ -1980,7 +2291,7 @@ }, { "content": "With Avatar", - "objectID": "f4776dc3-37ec-48a7-a2e0-2d11312453f3", + "objectID": "6c43b9cf-8e13-4699-84f8-4519914bec7b", "type": "lvl3", "url": "/docs/components/chip#with-avatar", "hierarchy": { @@ -1991,7 +2302,7 @@ }, { "content": "List of Chips", - "objectID": "7220d2dd-1e6b-4aee-a349-d17438579534", + "objectID": "dce13c24-6105-4e10-9dd9-bf619226d26e", "type": "lvl3", "url": "/docs/components/chip#list-of-chips", "hierarchy": { @@ -2002,63 +2313,63 @@ }, { "content": "Slots", - "objectID": "9fb0f810-8d1b-485e-8ef5-7eb964c093f1", + "objectID": "f65b9119-906c-4419-889a-9572afa1951e", "type": "lvl2", "url": "/docs/components/chip#slots", "hierarchy": { "lvl1": "Chip", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "592a9095-00a3-4b85-9abe-dadaad606a1d", + "objectID": "92147a78-5c4d-4613-ac34-fe082ff41d46", "type": "lvl3", "url": "/docs/components/chip#custom-styles", "hierarchy": { "lvl1": "Chip", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "API", - "objectID": "ad1635a8-328b-46e6-afc5-7749fe46ded9", + "objectID": "5e5b74f7-25df-4f44-91f6-0e966f67c0da", "type": "lvl2", "url": "/docs/components/chip#api", "hierarchy": { "lvl1": "Chip", "lvl2": "API", "lvl3": null } }, { "content": "Chip Props", - "objectID": "f3577f7f-724d-4d71-a886-b9dd42f9db1b", + "objectID": "1f86f799-9c95-4343-a3f8-69cf87e915b0", "type": "lvl3", "url": "/docs/components/chip#chip-props", "hierarchy": { "lvl1": "Chip", "lvl2": "API", "lvl3": "Chip Props" } }, { "content": "Chip Events", - "objectID": "91cf9210-8383-47dc-b1cc-062edeed7884", + "objectID": "6ce4b899-42bf-4b6d-bd83-a44716842e5b", "type": "lvl3", "url": "/docs/components/chip#chip-events", "hierarchy": { "lvl1": "Chip", "lvl2": "Chip Props", "lvl3": "Chip Events" } }, { "content": "Circular Progress", - "objectID": "e2171b2a-89bb-49c4-8ce8-1888b6c00c44", + "objectID": "7ac6b5bc-dd8b-4d22-9340-00cb42d1c80f", "type": "lvl1", "url": "/docs/components/circular-progress", "hierarchy": { "lvl1": "Circular Progress" } }, { "content": "Import", - "objectID": "7bdf911f-25e2-479e-b795-8c5eae14531b", + "objectID": "097842e9-8bd3-43d3-9471-21647a76cf07", "type": "lvl2", "url": "/docs/components/circular-progress#import", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "c17fbc25-1182-45b0-851e-05a57165ec6e", + "objectID": "7d42e56b-5ac7-4e7f-8709-340b13017b6b", "type": "lvl2", "url": "/docs/components/circular-progress#usage", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "f23b7eaa-95ac-4121-b061-e42727b2147f", + "objectID": "d1f83357-0e83-4f4a-b092-028c24bc107a", "type": "lvl3", "url": "/docs/components/circular-progress#sizes", "hierarchy": { @@ -2069,7 +2380,7 @@ }, { "content": "Colors", - "objectID": "9bde6395-649d-416e-89dc-a688a172abcd", + "objectID": "a0dc16a0-a174-44a2-b574-4aa51ceb77ca", "type": "lvl3", "url": "/docs/components/circular-progress#colors", "hierarchy": { @@ -2080,7 +2391,7 @@ }, { "content": "With Label", - "objectID": "8d37bdf4-16c1-4ca7-8aac-5842e3ae508e", + "objectID": "3326cfa6-9a90-4d10-b203-c691fded4820", "type": "lvl3", "url": "/docs/components/circular-progress#with-label", "hierarchy": { @@ -2091,7 +2402,7 @@ }, { "content": "With Value", - "objectID": "b3ec9e1e-85a6-4b6d-a3f3-a630b52eeac3", + "objectID": "b25483e0-3b14-42f0-ba00-d16095ff0f48", "type": "lvl3", "url": "/docs/components/circular-progress#with-value", "hierarchy": { @@ -2102,7 +2413,7 @@ }, { "content": "Value Formatting", - "objectID": "a8376809-3424-4ee3-b123-2d249f1350bf", + "objectID": "d97ca58d-0522-4759-a237-51b85d2749c9", "type": "lvl3", "url": "/docs/components/circular-progress#value-formatting", "hierarchy": { @@ -2113,14 +2424,14 @@ }, { "content": "Slots", - "objectID": "6984c3b5-3a47-41e4-b4e2-549098ee633f", + "objectID": "6f3cb9d5-5ded-48b6-9571-eb3d7a0ce704", "type": "lvl2", "url": "/docs/components/circular-progress#slots", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "efac96e7-7abc-40ee-b2c1-19212f0dfbd4", + "objectID": "f763b066-7d06-4f0d-8d32-7a63654c6888", "type": "lvl3", "url": "/docs/components/circular-progress#custom-styles", "hierarchy": { @@ -2131,7 +2442,7 @@ }, { "content": "Data Attributes", - "objectID": "d155e0c9-f2ad-4eea-88e6-98d153159236", + "objectID": "477878ad-b9bb-45a2-9a7a-7e816abcbccc", "type": "lvl2", "url": "/docs/components/circular-progress#data-attributes", "hierarchy": { @@ -2142,7 +2453,7 @@ }, { "content": "Accessibility", - "objectID": "535b4eb3-322a-401b-b5d7-51b11d51fe1c", + "objectID": "0d487cf3-1c8b-4c8e-91f2-45b75cc74467", "type": "lvl2", "url": "/docs/components/circular-progress#accessibility", "hierarchy": { @@ -2153,14 +2464,14 @@ }, { "content": "API", - "objectID": "dd63eeea-ade4-4d44-9134-dc63153e1ac5", + "objectID": "58807420-7bcc-4ad9-9da7-efbf8cc5cf71", "type": "lvl2", "url": "/docs/components/circular-progress#api", "hierarchy": { "lvl1": "Circular Progress", "lvl2": "API", "lvl3": null } }, { "content": "Circular Progress Props", - "objectID": "8ae86ccb-62cf-465a-adb2-21164eb7f33c", + "objectID": "b551943f-244e-4ae5-8a25-0df625c1291d", "type": "lvl3", "url": "/docs/components/circular-progress#circular-progress-props", "hierarchy": { @@ -2171,126 +2482,126 @@ }, { "content": "Code", - "objectID": "12600dc6-2e83-42a6-b590-a32e26e3eec2", + "objectID": "4fc5576b-1b35-4ebf-8fc7-6ff17c0dccdd", "type": "lvl1", "url": "/docs/components/code", "hierarchy": { "lvl1": "Code" } }, { "content": "Import", - "objectID": "f3d01ba7-c666-4649-84bd-2db6e2a0feac", + "objectID": "ff1065ee-0e48-46cb-a729-5e0224ec083d", "type": "lvl2", "url": "/docs/components/code#import", "hierarchy": { "lvl1": "Code", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "a9feab92-a1f2-4e1d-a925-3eb1e2e03144", + "objectID": "6093b251-96f7-4c84-8ff6-749292a43879", "type": "lvl2", "url": "/docs/components/code#usage", "hierarchy": { "lvl1": "Code", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "e813baf8-6a7a-4a05-86cc-51b81dc5efc3", + "objectID": "e4e8847a-8b58-455e-a605-22b7110511a7", "type": "lvl3", "url": "/docs/components/code#sizes", "hierarchy": { "lvl1": "Code", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "200eb54f-ad8f-473e-b154-b642e8c7d849", + "objectID": "1dc47913-58da-4ca0-9903-3820c21808d7", "type": "lvl3", "url": "/docs/components/code#colors", "hierarchy": { "lvl1": "Code", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "API", - "objectID": "1364ea88-9c19-43cb-ad2d-70effa81d56f", + "objectID": "5679fefb-33a9-4278-933b-dbd0580ab683", "type": "lvl2", "url": "/docs/components/code#api", "hierarchy": { "lvl1": "Code", "lvl2": "API", "lvl3": null } }, { "content": "Code Props", - "objectID": "8391d88a-246f-447b-9c28-8330cf3b1fd6", + "objectID": "5c16978a-d8e9-4a53-9d9d-d0a425ba8db5", "type": "lvl3", "url": "/docs/components/code#code-props", "hierarchy": { "lvl1": "Code", "lvl2": "API", "lvl3": "Code Props" } }, { "content": "Divider", - "objectID": "c8413f05-1dbc-4160-992b-2215e40c817f", + "objectID": "f5b9cc37-d292-4ba6-ab15-7387418bb2dd", "type": "lvl1", "url": "/docs/components/divider", "hierarchy": { "lvl1": "Divider" } }, { "content": "Import", - "objectID": "875d5b39-f276-4192-bfd5-5dbba82fadca", + "objectID": "38d6e6ae-4453-459b-94bb-07073762ab25", "type": "lvl2", "url": "/docs/components/divider#import", "hierarchy": { "lvl1": "Divider", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "9ed1926c-7cfd-4f5b-a918-396a3bf23f63", + "objectID": "8dfce78a-2385-490f-bc71-4cf1de371bf4", "type": "lvl2", "url": "/docs/components/divider#usage", "hierarchy": { "lvl1": "Divider", "lvl2": "Usage", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "9635ea1d-b940-47f1-a74b-cb51ab44cf64", + "objectID": "f61215b8-12a5-46e2-a40f-885b1cc85bce", "type": "lvl2", "url": "/docs/components/divider#data-attributes", "hierarchy": { "lvl1": "Divider", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "f9b72d28-a282-4ccd-8742-a4b005024ab4", + "objectID": "c604bd9b-e910-4b86-9a82-a58487803faa", "type": "lvl2", "url": "/docs/components/divider#accessibility", "hierarchy": { "lvl1": "Divider", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "36837667-c905-44ef-beda-8bb857bdb7ec", + "objectID": "27813ada-5628-4d59-81d2-721e8d5672e3", "type": "lvl2", "url": "/docs/components/divider#api", "hierarchy": { "lvl1": "Divider", "lvl2": "API", "lvl3": null } }, { "content": "Divider Props", - "objectID": "319b43ca-d65e-462f-ac2a-244192ff7559", + "objectID": "06b0122c-8381-4b8e-8cd8-e52cc4a4c3ee", "type": "lvl3", "url": "/docs/components/divider#divider-props", "hierarchy": { "lvl1": "Divider", "lvl2": "API", "lvl3": "Divider Props" } }, { "content": "Dropdown", - "objectID": "4d3586ad-70a8-4eea-a1cf-cfc43d5d9b3c", + "objectID": "9d2ed8b3-ef77-4071-9aa1-3f524ffd3d87", "type": "lvl1", "url": "/docs/components/dropdown", "hierarchy": { "lvl1": "Dropdown" } }, { "content": "Import", - "objectID": "f5025557-1440-4fd3-8815-6fc2ecf13839", + "objectID": "da02c02f-d6f6-452f-85e8-5b91f4b5c4ce", "type": "lvl2", "url": "/docs/components/dropdown#import", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "8e79edb7-dfef-47cd-b7ee-5a566ed94f71", + "objectID": "f5550910-9408-4639-a2ff-790ac79a3a09", "type": "lvl2", "url": "/docs/components/dropdown#usage", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "c7626454-265e-4597-8371-abba91f1a233", + "objectID": "584563c8-5818-41c7-bde2-450cc06b554e", "type": "lvl3", "url": "/docs/components/dropdown#dynamic-items", "hierarchy": { @@ -2301,7 +2612,7 @@ }, { "content": "Disabled Keys", - "objectID": "c5f0f094-36ac-4a50-aea4-2601a8b055cf", + "objectID": "b3f3ea6f-fd7e-410e-8405-4e6089fa86e4", "type": "lvl3", "url": "/docs/components/dropdown#disabled-keys", "hierarchy": { @@ -2312,7 +2623,7 @@ }, { "content": "Action event", - "objectID": "f6baf6f0-e831-4501-a2ef-3548d1023f84", + "objectID": "db5ffb34-11eb-406c-9347-c9bbbcf988bc", "type": "lvl3", "url": "/docs/components/dropdown#action-event", "hierarchy": { @@ -2323,7 +2634,7 @@ }, { "content": "Variants", - "objectID": "fe7da893-f077-4465-8c86-b9c9dfde838b", + "objectID": "7dedf819-1057-4da7-b2d4-631f8fc5a39d", "type": "lvl3", "url": "/docs/components/dropdown#variants", "hierarchy": { @@ -2334,7 +2645,7 @@ }, { "content": "Single Selection", - "objectID": "d38052c2-5196-4be0-9ba5-f03282626926", + "objectID": "c69eff8e-4a92-421b-a9ae-3114a98491b1", "type": "lvl3", "url": "/docs/components/dropdown#single-selection", "hierarchy": { @@ -2345,7 +2656,7 @@ }, { "content": "Multiple Selection", - "objectID": "e1551a1d-0d1e-49c7-a943-052ff2e02077", + "objectID": "22be887b-8ac2-4b3f-8b68-a934b87a7c7a", "type": "lvl3", "url": "/docs/components/dropdown#multiple-selection", "hierarchy": { @@ -2356,7 +2667,7 @@ }, { "content": "With Shortcut", - "objectID": "03e98952-139c-4213-96c3-d59c294ea2ff", + "objectID": "6aab633f-c5d7-4c36-ba1c-f2cb427b6a0d", "type": "lvl3", "url": "/docs/components/dropdown#with-shortcut", "hierarchy": { @@ -2367,7 +2678,7 @@ }, { "content": "With Icons", - "objectID": "75fc4d34-988c-417e-99dc-c92e1f123dc6", + "objectID": "e747ee92-4f57-451a-9ca4-b196343c8c1c", "type": "lvl3", "url": "/docs/components/dropdown#with-icons", "hierarchy": { @@ -2378,7 +2689,7 @@ }, { "content": "With Description", - "objectID": "c4c0c4d9-85c7-4950-9135-bfc13835279b", + "objectID": "2a7c73c7-f5ff-49d5-a03a-7d10b8896184", "type": "lvl3", "url": "/docs/components/dropdown#with-description", "hierarchy": { @@ -2389,7 +2700,7 @@ }, { "content": "With Sections", - "objectID": "2046f5e6-f148-4259-b370-46116c20fb32", + "objectID": "87482678-4b07-4d58-8dfb-a9cd5b5f5c79", "type": "lvl3", "url": "/docs/components/dropdown#with-sections", "hierarchy": { @@ -2400,7 +2711,7 @@ }, { "content": "Custom Trigger", - "objectID": "e335e8c0-eaba-4797-83bc-d84bf7bee49b", + "objectID": "73ef9912-4fb2-4bc7-979f-70efad80b20c", "type": "lvl3", "url": "/docs/components/dropdown#custom-trigger", "hierarchy": { @@ -2411,7 +2722,7 @@ }, { "content": "Changing the backdrop", - "objectID": "dae9c8fb-8cb2-487a-b25b-86ef07d263a7", + "objectID": "748d5cb0-7d68-43d2-b7ff-367e5b75b1e8", "type": "lvl3", "url": "/docs/components/dropdown#changing-the-backdrop", "hierarchy": { @@ -2422,7 +2733,7 @@ }, { "content": "Routing", - "objectID": "c8fe2e3a-38e3-4f39-b762-92f3b3d349a2", + "objectID": "cb2f0f70-8020-4907-b5b9-feaae45f03e5", "type": "lvl3", "url": "/docs/components/dropdown#routing", "hierarchy": { @@ -2433,21 +2744,21 @@ }, { "content": "Slots", - "objectID": "0f073d24-e6b3-4e43-a3fd-b50cb3e3268f", + "objectID": "6a089144-800b-4b03-8c9d-940dfe65c473", "type": "lvl2", "url": "/docs/components/dropdown#slots", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Slots", "lvl3": null } }, { "content": "DropdownMenu", - "objectID": "8e200741-409e-4337-9c6f-adbbc36e3f0a", + "objectID": "7d032822-e3d7-4dd0-b66d-03597a379c19", "type": "lvl3", "url": "/docs/components/dropdown#dropdownmenu", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Slots", "lvl3": "DropdownMenu" } }, { "content": "DropdownItem", - "objectID": "b5dcd585-adfd-4a6c-acc3-b43dde11a82e", + "objectID": "d2de0646-3ba3-4cee-a820-f2115ac9f44b", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem", "hierarchy": { @@ -2458,7 +2769,7 @@ }, { "content": "DropdownSection", - "objectID": "6add0925-33c9-4fa8-9a1a-be084f023308", + "objectID": "50d9afb9-6f18-46a5-a2a7-e72ee789b883", "type": "lvl3", "url": "/docs/components/dropdown#dropdownsection", "hierarchy": { @@ -2469,7 +2780,7 @@ }, { "content": "Customizing the dropdown popover", - "objectID": "96baccac-55f4-4020-9c34-4d94e4a5cbef", + "objectID": "c48b636b-eda3-4112-a488-7ebba93cf7ad", "type": "lvl3", "url": "/docs/components/dropdown#customizing-the-dropdown-popover", "hierarchy": { @@ -2480,7 +2791,7 @@ }, { "content": "Customizing the dropdown items style", - "objectID": "0cdff792-b074-42a9-8b08-71233eb782aa", + "objectID": "e6b433e1-b078-4df5-8214-48069a622820", "type": "lvl3", "url": "/docs/components/dropdown#customizing-the-dropdown-items-style", "hierarchy": { @@ -2491,7 +2802,7 @@ }, { "content": "Keyboard Interactions", - "objectID": "e1838720-986c-445b-8a50-93922c49a9ed", + "objectID": "d5632b20-80ad-4145-90ce-5595371c43c4", "type": "lvl3", "url": "/docs/components/dropdown#keyboard-interactions", "hierarchy": { @@ -2502,35 +2813,35 @@ }, { "content": "Data Attributes", - "objectID": "b3585514-869d-4990-be52-fb7925265141", + "objectID": "8c61253d-7aa4-469a-bab9-7e6c62e0af01", "type": "lvl2", "url": "/docs/components/dropdown#data-attributes", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "06eac837-6d42-4411-93a3-9a61a03ac04a", + "objectID": "385c0195-4b0a-4e1b-a729-83ff5daf18e6", "type": "lvl2", "url": "/docs/components/dropdown#accessibility", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "aa5155ea-8c83-4707-b024-3aa9de84a70d", + "objectID": "b27571ac-d866-4dd5-a456-677ceb5e5b49", "type": "lvl2", "url": "/docs/components/dropdown#api", "hierarchy": { "lvl1": "Dropdown", "lvl2": "API", "lvl3": null } }, { "content": "Dropdown Props", - "objectID": "f489e9e8-b110-443e-a2b3-f5ebc733a08e", + "objectID": "57585edb-5f9f-4f4a-a735-76d60d7ea469", "type": "lvl3", "url": "/docs/components/dropdown#dropdown-props", "hierarchy": { "lvl1": "Dropdown", "lvl2": "API", "lvl3": "Dropdown Props" } }, { "content": "Dropdown Events", - "objectID": "207fec4a-0646-4e4f-ac31-77992ee941af", + "objectID": "d8851304-0138-477b-88a7-3899b37ec9f5", "type": "lvl3", "url": "/docs/components/dropdown#dropdown-events", "hierarchy": { @@ -2541,7 +2852,7 @@ }, { "content": "DropdownTrigger Props", - "objectID": "c9836064-f400-4cbb-8862-3686c0c0540f", + "objectID": "dbf823dd-7187-420a-a24a-c3b3331f2e58", "type": "lvl3", "url": "/docs/components/dropdown#dropdowntrigger-props", "hierarchy": { @@ -2552,7 +2863,7 @@ }, { "content": "DropdownMenu Props", - "objectID": "c97b4f50-6cd0-4369-a14b-510c8a0ff67f", + "objectID": "244cadd4-29ba-449d-97fa-793defd78887", "type": "lvl3", "url": "/docs/components/dropdown#dropdownmenu-props", "hierarchy": { @@ -2563,7 +2874,7 @@ }, { "content": "DropdownMenu Events", - "objectID": "0265e653-a4c2-4f83-a025-8bf29fb6347a", + "objectID": "b0704081-e50d-437c-90dc-a04a8c88dfd5", "type": "lvl3", "url": "/docs/components/dropdown#dropdownmenu-events", "hierarchy": { @@ -2574,7 +2885,7 @@ }, { "content": "DropdownSection Props", - "objectID": "4fa504f3-abf7-41f2-96e0-d1ded5358443", + "objectID": "8ff91ec4-f3ef-42c1-9712-ea5934dbfb0b", "type": "lvl3", "url": "/docs/components/dropdown#dropdownsection-props", "hierarchy": { @@ -2585,7 +2896,7 @@ }, { "content": "DropdownItem Props", - "objectID": "b0f95781-9406-4008-8316-93dabe9afac3", + "objectID": "9893975c-c8ba-418e-b906-203478bb89ed", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem-props", "hierarchy": { @@ -2596,7 +2907,7 @@ }, { "content": "DropdownItem Events", - "objectID": "c6602918-81bd-4b75-a915-985a2982831e", + "objectID": "88ad05b6-512a-490e-9b27-aef0b2d5e713", "type": "lvl3", "url": "/docs/components/dropdown#dropdownitem-events", "hierarchy": { @@ -2607,7 +2918,7 @@ }, { "content": "Types", - "objectID": "c60e7b89-9c87-492c-8685-a628e32be5ae", + "objectID": "bc6979d8-d8f1-493d-990a-171209073217", "type": "lvl3", "url": "/docs/components/dropdown#types", "hierarchy": { @@ -2618,49 +2929,49 @@ }, { "content": "Dropdown Item Selected Icon Props", - "objectID": "75b65722-9d69-4f50-be45-c15ff2a20d4c", + "objectID": "328a469d-0f4a-4716-aad1-8bc217c62d0c", "type": "lvl4", "url": "/docs/components/dropdown#dropdown-item-selected-icon-props", "hierarchy": { "lvl1": "Dropdown", "lvl2": "Types", "lvl3": null } }, { "content": "Image", - "objectID": "b4b04fe0-3095-4dc0-b4c7-22c1a544485c", + "objectID": "69202917-a9d8-40c5-9d73-9cf189d37a7a", "type": "lvl1", "url": "/docs/components/image", "hierarchy": { "lvl1": "Image" } }, { "content": "Import", - "objectID": "9a8c4727-72fa-4f3e-8501-cf694a1ae8ca", + "objectID": "12c60f35-41f0-4a1d-b77e-7a274f6efb28", "type": "lvl2", "url": "/docs/components/image#import", "hierarchy": { "lvl1": "Image", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "2c50d64d-12a2-42bf-a6a6-4048e931df06", + "objectID": "af2abb68-cc05-41fe-b935-59b364bd9dde", "type": "lvl2", "url": "/docs/components/image#usage", "hierarchy": { "lvl1": "Image", "lvl2": "Usage", "lvl3": null } }, { "content": "Blurred", - "objectID": "11e22687-b004-48f8-b283-71d3a246a3fd", + "objectID": "33bacd50-e9fd-4f99-b0ce-23be452f77d7", "type": "lvl3", "url": "/docs/components/image#blurred", "hierarchy": { "lvl1": "Image", "lvl2": "Usage", "lvl3": "Blurred" } }, { "content": "Zoomed", - "objectID": "dfb1dbf2-5481-4746-8177-d9a0ccf4af05", + "objectID": "9e00e671-60fa-4474-9c63-85fbb48745b8", "type": "lvl3", "url": "/docs/components/image#zoomed", "hierarchy": { "lvl1": "Image", "lvl2": "Blurred", "lvl3": "Zoomed" } }, { "content": "Animated Loading", - "objectID": "c488faa7-32b1-4abd-86ce-885ea552d0f5", + "objectID": "1027dd78-0c40-4541-9ad4-ae04fa992df1", "type": "lvl3", "url": "/docs/components/image#animated-loading", "hierarchy": { @@ -2671,7 +2982,7 @@ }, { "content": "Image with fallback", - "objectID": "572f8c92-3abe-4da8-9c2f-f4b6809fb1b8", + "objectID": "95a6cd12-f0cf-4605-92fe-363a131c5d46", "type": "lvl3", "url": "/docs/components/image#image-with-fallback", "hierarchy": { @@ -2682,7 +2993,7 @@ }, { "content": "With Next.js Image", - "objectID": "28a08a43-8f7f-462f-942a-7e07b952e066", + "objectID": "d26bf3f7-3be7-4c25-9d4b-5661c45b324a", "type": "lvl3", "url": "/docs/components/image#with-nextjs-image", "hierarchy": { @@ -2693,28 +3004,28 @@ }, { "content": "Slots", - "objectID": "0ce77f89-b5a4-4083-b730-70393c899d44", + "objectID": "d4a856f7-dab0-43a6-9243-7ed43d4675be", "type": "lvl2", "url": "/docs/components/image#slots", "hierarchy": { "lvl1": "Image", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "05cc492e-c981-48ce-a0cf-d5c94dd2ef45", + "objectID": "d9cdb96a-2c8b-4d3a-80db-53dc2c6d67e5", "type": "lvl2", "url": "/docs/components/image#api", "hierarchy": { "lvl1": "Image", "lvl2": "API", "lvl3": null } }, { "content": "Image Props", - "objectID": "e1fc7469-665a-4216-b77b-97569a9fff1d", + "objectID": "c0c0fa32-fdfc-4f53-9816-4edd2f8c733b", "type": "lvl3", "url": "/docs/components/image#image-props", "hierarchy": { "lvl1": "Image", "lvl2": "API", "lvl3": "Image Props" } }, { "content": "Image Events", - "objectID": "1f57851b-23da-41b6-bfc2-0e1b57ae32c7", + "objectID": "24a2e827-5e5e-465d-b780-b7678d72e02a", "type": "lvl3", "url": "/docs/components/image#image-events", "hierarchy": { @@ -2725,77 +3036,77 @@ }, { "content": "Input", - "objectID": "5dc0e561-cc8f-4ac0-9e72-0d0880b3da3f", + "objectID": "0dba8252-4ab0-4cd6-8138-da7691a6d657", "type": "lvl1", "url": "/docs/components/input", "hierarchy": { "lvl1": "Input" } }, { "content": "Import", - "objectID": "81fa64c0-0c3e-41b1-a4b1-e0bce4739262", + "objectID": "0df4ba9e-90e6-47fe-ae2a-1e42bb02058b", "type": "lvl2", "url": "/docs/components/input#import", "hierarchy": { "lvl1": "Input", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "6b58e6fc-5cb0-4944-876f-477773d4c4ed", + "objectID": "db8ff394-0a24-42de-b282-16d818e754e1", "type": "lvl2", "url": "/docs/components/input#usage", "hierarchy": { "lvl1": "Input", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "b8926935-e41f-4897-907b-5f836d49254f", + "objectID": "723efa79-0d71-4e5e-ade0-4308bb7600b5", "type": "lvl3", "url": "/docs/components/input#disabled", "hierarchy": { "lvl1": "Input", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Read Only", - "objectID": "3bbbb7ef-a744-4591-aee9-a06a30e70a3d", + "objectID": "ebfaec51-60a9-4297-b918-e89564863fbe", "type": "lvl3", "url": "/docs/components/input#read-only", "hierarchy": { "lvl1": "Input", "lvl2": "Disabled", "lvl3": "Read Only" } }, { "content": "Required", - "objectID": "6d8ce5cf-7223-4a47-bd3b-9149f48b216d", + "objectID": "05d375a2-8295-45e9-ac29-dffa99a4bfbc", "type": "lvl3", "url": "/docs/components/input#required", "hierarchy": { "lvl1": "Input", "lvl2": "Read Only", "lvl3": "Required" } }, { "content": "Sizes", - "objectID": "ba24a394-cc51-42e7-b198-b562a5e888db", + "objectID": "8cebfd6a-1059-4ca3-b37a-741285391df1", "type": "lvl3", "url": "/docs/components/input#sizes", "hierarchy": { "lvl1": "Input", "lvl2": "Required", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "c1ec64e0-136e-4616-847f-3600e482eca3", + "objectID": "5a5892ef-5035-46e3-95e0-e48b00390ea8", "type": "lvl3", "url": "/docs/components/input#colors", "hierarchy": { "lvl1": "Input", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "69581663-db62-4023-b886-274c5c09f281", + "objectID": "28467676-5854-4c76-9151-408124f2c4f2", "type": "lvl3", "url": "/docs/components/input#variants", "hierarchy": { "lvl1": "Input", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Radius", - "objectID": "90b5516b-43ff-4ba1-8899-970e0175a95f", + "objectID": "0f47d18b-9208-4016-bed8-89af05d0554e", "type": "lvl3", "url": "/docs/components/input#radius", "hierarchy": { "lvl1": "Input", "lvl2": "Variants", "lvl3": "Radius" } }, { "content": "Label Placements", - "objectID": "46464fbc-db22-470d-b753-adc1ebcc3e0f", + "objectID": "beb1fdad-c130-4eee-a1df-513601c257ad", "type": "lvl3", "url": "/docs/components/input#label-placements", "hierarchy": { @@ -2806,7 +3117,7 @@ }, { "content": "Password Input", - "objectID": "97b3d81d-4f7b-485a-840c-b7338e040586", + "objectID": "8ef44139-d6f8-48f5-b5e5-5d62b68c6ad0", "type": "lvl3", "url": "/docs/components/input#password-input", "hierarchy": { @@ -2817,7 +3128,7 @@ }, { "content": "Clear Button", - "objectID": "548e32d5-47f6-4aa7-bb0e-3cb268901aca", + "objectID": "9912b088-9339-4daf-88df-a2ca5ea0f253", "type": "lvl3", "url": "/docs/components/input#clear-button", "hierarchy": { @@ -2828,7 +3139,7 @@ }, { "content": "Start & End Content", - "objectID": "5a854584-2610-440c-862f-44df38caf2ac", + "objectID": "3eb6bda8-f23a-4485-bfd6-dac8d0fb61e5", "type": "lvl3", "url": "/docs/components/input#start--end-content", "hierarchy": { @@ -2839,7 +3150,7 @@ }, { "content": "With Description", - "objectID": "11c4dcf1-f55a-45b2-9e72-6023b0715346", + "objectID": "4af93a8e-fdf1-467d-849a-a52a425a0c5c", "type": "lvl3", "url": "/docs/components/input#with-description", "hierarchy": { @@ -2850,7 +3161,7 @@ }, { "content": "With Error Message", - "objectID": "3692a73d-5e39-4433-a848-cf392866c923", + "objectID": "013c6378-a294-41e6-9a25-877e63a4e671", "type": "lvl3", "url": "/docs/components/input#with-error-message", "hierarchy": { @@ -2861,7 +3172,7 @@ }, { "content": "Controlled", - "objectID": "0837d445-7122-4c61-a264-0a35fcdbdcd0", + "objectID": "3c8d8829-1aff-437f-b0bd-67052b2b7a81", "type": "lvl3", "url": "/docs/components/input#controlled", "hierarchy": { @@ -2872,21 +3183,21 @@ }, { "content": "Slots", - "objectID": "e0a967c1-7c1b-4ee4-a004-761b77214a7e", + "objectID": "819ceb27-36e7-44cd-a80a-0145bb1c560f", "type": "lvl2", "url": "/docs/components/input#slots", "hierarchy": { "lvl1": "Input", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "416f25dc-2202-4a92-83cc-0d1de7418654", + "objectID": "4984ff9b-8a0c-4e8b-8505-2618f324a1dc", "type": "lvl3", "url": "/docs/components/input#custom-styles", "hierarchy": { "lvl1": "Input", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "45297b77-df79-4643-90bb-2c07ead3a330", + "objectID": "d772893e-139b-4ffb-898f-616d772fb05b", "type": "lvl3", "url": "/docs/components/input#custom-implementation", "hierarchy": { @@ -2897,35 +3208,35 @@ }, { "content": "Data Attributes", - "objectID": "a515a8b6-64fe-4626-af60-a4a9d0c21091", + "objectID": "57cfe0c7-5f51-4b77-81a5-02c30205466f", "type": "lvl2", "url": "/docs/components/input#data-attributes", "hierarchy": { "lvl1": "Input", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "e005e9da-8e06-476f-a5e3-9087ad38dd32", + "objectID": "8a7dc578-5907-414d-80ae-2536ed5ea2b4", "type": "lvl2", "url": "/docs/components/input#accessibility", "hierarchy": { "lvl1": "Input", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "480e6129-9786-4531-a6f6-d08084a53345", + "objectID": "081228b8-782e-42ee-bf64-c46e5bff8aeb", "type": "lvl2", "url": "/docs/components/input#api", "hierarchy": { "lvl1": "Input", "lvl2": "API", "lvl3": null } }, { "content": "Input Props", - "objectID": "b7485713-ca9f-4bf8-9aa8-2618f542dba3", + "objectID": "04b9c217-ef5a-448b-b308-54faeca59bf5", "type": "lvl3", "url": "/docs/components/input#input-props", "hierarchy": { "lvl1": "Input", "lvl2": "API", "lvl3": "Input Props" } }, { "content": "Input Events", - "objectID": "85086db6-6b66-4e86-8892-fbc7478e5815", + "objectID": "7ef21407-ddae-4ac4-a10a-842d2d002fe8", "type": "lvl3", "url": "/docs/components/input#input-events", "hierarchy": { @@ -2936,42 +3247,42 @@ }, { "content": "Keyboard Key", - "objectID": "8a22e579-fb2c-4265-96aa-f1bf4dd4cd76", + "objectID": "ef1f8359-7ec8-4143-9cda-a6e4e5b48a16", "type": "lvl1", "url": "/docs/components/kbd", "hierarchy": { "lvl1": "Keyboard Key" } }, { "content": "Import", - "objectID": "f0e586ac-dbaf-4d36-9eaf-3d833beb28f2", + "objectID": "47f97ba0-1ba2-4fe6-b7ac-44ab5fa56389", "type": "lvl2", "url": "/docs/components/kbd#import", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "b98fe342-f8ab-434b-a397-10a5183d9d40", + "objectID": "f3d94bb5-2e7c-4875-b91e-58689595959f", "type": "lvl2", "url": "/docs/components/kbd#usage", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Usage", "lvl3": null } }, { "content": "Keys", - "objectID": "e53ccb46-d0ea-42bf-92f2-5727551d4f79", + "objectID": "16b55c49-543b-4406-ae40-2e22cb95fbce", "type": "lvl3", "url": "/docs/components/kbd#keys", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Usage", "lvl3": "Keys" } }, { "content": "Slots", - "objectID": "c9205e4b-a69a-4489-8899-622951f97dc7", + "objectID": "85c4555a-a14f-4597-96e4-12e1adf00fb5", "type": "lvl2", "url": "/docs/components/kbd#slots", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Slots", "lvl3": null } }, { "content": "Accessibility", - "objectID": "822adf85-b0b7-461a-b51d-57884aa352c7", + "objectID": "27556597-2017-4a7f-a0ac-ed7d469096da", "type": "lvl2", "url": "/docs/components/kbd#accessibility", "hierarchy": { @@ -2982,14 +3293,14 @@ }, { "content": "API", - "objectID": "8a00c1e0-9ec5-4a48-8cd7-dc840b678d86", + "objectID": "0e96647e-0ae1-4443-9b7c-3548d04d406e", "type": "lvl2", "url": "/docs/components/kbd#api", "hierarchy": { "lvl1": "Keyboard Key", "lvl2": "API", "lvl3": null } }, { "content": "Keyboard Key Props", - "objectID": "6da3bddf-6f13-4ec3-8592-994849a34bd1", + "objectID": "b6ad7d32-b905-4b63-adf9-e070efe4ce9a", "type": "lvl3", "url": "/docs/components/kbd#keyboard-key-props", "hierarchy": { @@ -3000,7 +3311,7 @@ }, { "content": "Keyboard Keys", - "objectID": "23f3b3c0-2b93-4d92-a95b-c5de92e29c57", + "objectID": "0fa4ab93-9e28-435f-a70c-1cef02a2d564", "type": "lvl3", "url": "/docs/components/kbd#keyboard-keys", "hierarchy": { @@ -3011,63 +3322,63 @@ }, { "content": "Link", - "objectID": "8b3b1bce-a9ab-4968-bde5-1789495db63d", + "objectID": "06754563-6c14-4869-b86a-94d2de4c2488", "type": "lvl1", "url": "/docs/components/link", "hierarchy": { "lvl1": "Link" } }, { "content": "Import", - "objectID": "605f88b2-5972-4942-8b4b-edb3b59b109b", + "objectID": "b33e32c1-4cca-4615-8c9b-3c6a03938841", "type": "lvl2", "url": "/docs/components/link#import", "hierarchy": { "lvl1": "Link", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "d476852d-e73a-4f23-a4f8-0df0573d4234", + "objectID": "f6799398-1737-419d-9365-0ba45c524350", "type": "lvl2", "url": "/docs/components/link#usage", "hierarchy": { "lvl1": "Link", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "cf28db1b-1fee-4d69-8c73-1df269472452", + "objectID": "75613eed-3b4b-4da8-9bbb-25274cb92201", "type": "lvl3", "url": "/docs/components/link#disabled", "hierarchy": { "lvl1": "Link", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "8ac762cf-add8-41c6-ad03-b6949a2b0916", + "objectID": "a67b943c-fcfd-4b69-b8ab-b2d62cf048d4", "type": "lvl3", "url": "/docs/components/link#sizes", "hierarchy": { "lvl1": "Link", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "9e5b445a-5dac-4225-8ce6-3e29bed3fe02", + "objectID": "5e1782e3-226c-453f-ac5f-c39b48679f73", "type": "lvl3", "url": "/docs/components/link#colors", "hierarchy": { "lvl1": "Link", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Underline", - "objectID": "815643a9-b8dd-408d-b06d-bbe54c47c488", + "objectID": "8d6c69ba-a632-44b5-ae0f-c43cf9a8dc04", "type": "lvl3", "url": "/docs/components/link#underline", "hierarchy": { "lvl1": "Link", "lvl2": "Colors", "lvl3": "Underline" } }, { "content": "External", - "objectID": "c227b725-0ef2-43d4-925c-3849418219b4", + "objectID": "719c7131-4308-4c5b-9970-2fa716433761", "type": "lvl3", "url": "/docs/components/link#external", "hierarchy": { "lvl1": "Link", "lvl2": "Underline", "lvl3": "External" } }, { "content": "Custom Anchor Icon", - "objectID": "736a367c-d3af-4e7e-a745-f7ecb36fd040", + "objectID": "bba5ce88-1a1a-48c6-a3d0-d84bd748969d", "type": "lvl3", "url": "/docs/components/link#custom-anchor-icon", "hierarchy": { @@ -3078,7 +3389,7 @@ }, { "content": "Block Link", - "objectID": "aece4793-97f8-48ca-9821-5e04d6715fa6", + "objectID": "7256ebc5-7f28-4b2a-aa42-1d05bf52c4f7", "type": "lvl3", "url": "/docs/components/link#block-link", "hierarchy": { @@ -3089,7 +3400,7 @@ }, { "content": "Polymorphic Component", - "objectID": "3885d5af-862d-4619-8637-4e25eacbb920", + "objectID": "eb01e7f4-c71f-4b70-8051-e6260a90de7f", "type": "lvl3", "url": "/docs/components/link#polymorphic-component", "hierarchy": { @@ -3100,7 +3411,7 @@ }, { "content": "Routing", - "objectID": "d7e5dbdf-06f9-400b-b7d0-b0b7a6f28de8", + "objectID": "99be3c7e-78b9-416d-a85a-233ce3613f29", "type": "lvl3", "url": "/docs/components/link#routing", "hierarchy": { @@ -3111,7 +3422,7 @@ }, { "content": "Custom Implementation", - "objectID": "199b65ab-3b9c-4de0-9471-d807551f8898", + "objectID": "997e8b72-4c14-4402-bcc4-9ec48f1cf1ba", "type": "lvl3", "url": "/docs/components/link#custom-implementation", "hierarchy": { @@ -3122,70 +3433,70 @@ }, { "content": "Data Attributes", - "objectID": "2abfd8ab-57cc-4776-ac9b-b6e4de2b4e82", + "objectID": "edbed487-7e19-44be-a76f-13595b90629c", "type": "lvl2", "url": "/docs/components/link#data-attributes", "hierarchy": { "lvl1": "Link", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "a0703d2c-6b66-4cdb-9fd5-e4e56d3138d7", + "objectID": "79e81d94-4474-4096-94c0-bf64c3bd2b26", "type": "lvl2", "url": "/docs/components/link#accessibility", "hierarchy": { "lvl1": "Link", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "2480cc94-09ff-47f9-8ffa-0c0e1ee69f84", + "objectID": "d3803170-0343-4fa8-a761-23c5e9f67e75", "type": "lvl2", "url": "/docs/components/link#api", "hierarchy": { "lvl1": "Link", "lvl2": "API", "lvl3": null } }, { "content": "Link Props", - "objectID": "5b231ae0-c99a-4418-b5c4-4988b67ff482", + "objectID": "a584e669-12dd-4044-ae3c-1a4b41397fcf", "type": "lvl3", "url": "/docs/components/link#link-props", "hierarchy": { "lvl1": "Link", "lvl2": "API", "lvl3": "Link Props" } }, { "content": "Link Events", - "objectID": "68715c2c-aab4-4afc-ad05-3812338bb79f", + "objectID": "8a3a06f8-92d2-411e-8e85-5ce5a852c9ef", "type": "lvl3", "url": "/docs/components/link#link-events", "hierarchy": { "lvl1": "Link", "lvl2": "Link Props", "lvl3": "Link Events" } }, { "content": "Listbox", - "objectID": "42d65689-852f-4528-932e-458b66830636", + "objectID": "7cc20889-f0b0-4fc1-8283-e6690b2ed807", "type": "lvl1", "url": "/docs/components/listbox", "hierarchy": { "lvl1": "Listbox" } }, { "content": "Import", - "objectID": "934a7707-ca38-4696-be82-fd5d6dd4552f", + "objectID": "819d7e54-1d29-4c93-b8d4-de38203f9097", "type": "lvl2", "url": "/docs/components/listbox#import", "hierarchy": { "lvl1": "Listbox", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "df0a1e97-5a72-4d28-bdde-c5572d0b2d7b", + "objectID": "9836493a-a169-4362-84a4-7b875d2c9d28", "type": "lvl2", "url": "/docs/components/listbox#usage", "hierarchy": { "lvl1": "Listbox", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "2ec85a98-8d7a-4134-82b9-dda6bcce285a", + "objectID": "a0ff6a7b-2921-4650-8526-10fb5e048007", "type": "lvl3", "url": "/docs/components/listbox#dynamic-items", "hierarchy": { "lvl1": "Listbox", "lvl2": "Usage", "lvl3": "Dynamic items" } }, { "content": "Disabled Keys", - "objectID": "9677cb03-e8d5-40e7-8a20-99872783b7c7", + "objectID": "89d00bc9-843e-4d02-9c0c-d475ca9381b2", "type": "lvl3", "url": "/docs/components/listbox#disabled-keys", "hierarchy": { @@ -3196,7 +3507,7 @@ }, { "content": "Variants", - "objectID": "a96a1d59-2188-489c-a1cc-902804f8bd02", + "objectID": "538aa4e7-876f-43c2-bcb8-6441fcb4ee2c", "type": "lvl3", "url": "/docs/components/listbox#variants", "hierarchy": { @@ -3207,7 +3518,7 @@ }, { "content": "Single Selection", - "objectID": "97d7c7bb-1f57-4dce-a6e7-96678df25e47", + "objectID": "e72ccdcb-d941-46e7-bcbe-3082d2d6349f", "type": "lvl3", "url": "/docs/components/listbox#single-selection", "hierarchy": { @@ -3218,7 +3529,7 @@ }, { "content": "Multiple Selection", - "objectID": "2b36268c-0ded-442d-afc6-f5d8dc4e7554", + "objectID": "2e1c5281-409c-4b7e-b953-23e3d40ac3f4", "type": "lvl3", "url": "/docs/components/listbox#multiple-selection", "hierarchy": { @@ -3229,7 +3540,7 @@ }, { "content": "With Icons", - "objectID": "c2140427-3c7f-48eb-a9f3-33498e9b3aa4", + "objectID": "0cb6d46a-30f1-4eb1-bd16-58e1660f5420", "type": "lvl3", "url": "/docs/components/listbox#with-icons", "hierarchy": { @@ -3240,7 +3551,7 @@ }, { "content": "With Description", - "objectID": "db7a394b-f1c9-46e2-8bd1-5fa7baeb4688", + "objectID": "a54e4f29-a222-4987-8f93-165b392ef9e9", "type": "lvl3", "url": "/docs/components/listbox#with-description", "hierarchy": { @@ -3251,7 +3562,7 @@ }, { "content": "With Top & Bottom Content", - "objectID": "8bc849e0-b842-4538-8f5b-58cfa755b7bb", + "objectID": "e923c15d-bfce-42ea-9bc8-f34720a2c1fb", "type": "lvl3", "url": "/docs/components/listbox#with-top--bottom-content", "hierarchy": { @@ -3262,7 +3573,7 @@ }, { "content": "With Sections", - "objectID": "0c8ff457-f523-4d34-ae23-17ae96a0f51e", + "objectID": "148ca221-0a08-422c-90b4-60739e31309c", "type": "lvl3", "url": "/docs/components/listbox#with-sections", "hierarchy": { @@ -3273,7 +3584,7 @@ }, { "content": "Routing", - "objectID": "57a83b49-e125-4d0f-b713-ac8668d8bd40", + "objectID": "2666f966-09e7-4c1d-90a3-777709987a45", "type": "lvl3", "url": "/docs/components/listbox#routing", "hierarchy": { @@ -3284,21 +3595,21 @@ }, { "content": "Slots", - "objectID": "27a1d3bb-e94f-4cf6-9b98-e1a5dab73ab0", + "objectID": "8c2bc627-3644-4f65-8229-1a3666d1e982", "type": "lvl2", "url": "/docs/components/listbox#slots", "hierarchy": { "lvl1": "Listbox", "lvl2": "Slots", "lvl3": null } }, { "content": "ListboxItem", - "objectID": "ea89eb98-49f7-4d6c-acb3-4c382de0dc6a", + "objectID": "88cd2e3a-9d0a-4043-ab10-4b8c8d6e22a9", "type": "lvl3", "url": "/docs/components/listbox#listboxitem", "hierarchy": { "lvl1": "Listbox", "lvl2": "Listbox", "lvl3": "ListboxItem" } }, { "content": "ListboxSection", - "objectID": "3c394a3e-12d7-445f-bffd-cc3d45c23acb", + "objectID": "4eba856d-60d0-4860-a4e1-4b6c6efcbeb7", "type": "lvl3", "url": "/docs/components/listbox#listboxsection", "hierarchy": { @@ -3309,7 +3620,7 @@ }, { "content": "Customizing the listbox", - "objectID": "8e7bc847-1776-4b55-9ebe-e347b9e19be0", + "objectID": "1a003c28-4b95-4874-9642-6ccfc11a36e5", "type": "lvl3", "url": "/docs/components/listbox#customizing-the-listbox", "hierarchy": { @@ -3320,7 +3631,7 @@ }, { "content": "Keyboard Interactions", - "objectID": "0e0998b9-5c5c-4ff4-8cd5-6603f2bd67e8", + "objectID": "47509e15-d0a4-42b0-adf7-d14dbc54f416", "type": "lvl3", "url": "/docs/components/listbox#keyboard-interactions", "hierarchy": { @@ -3331,35 +3642,35 @@ }, { "content": "Data Attributes", - "objectID": "3abf0f37-a812-4a8f-bfd0-22a620c1eb1f", + "objectID": "bc5986f3-9d74-4e3c-816a-d419f9797fd4", "type": "lvl2", "url": "/docs/components/listbox#data-attributes", "hierarchy": { "lvl1": "Listbox", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "3c979649-697f-4002-8150-560bdf3b73cf", + "objectID": "ba37abe1-a2b3-4b88-933f-f6048672d107", "type": "lvl2", "url": "/docs/components/listbox#accessibility", "hierarchy": { "lvl1": "Listbox", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "2e8bdc64-f03c-4966-ad5b-0306482ace6d", + "objectID": "2b302a45-c059-40d1-9eae-d326dd6d7bf5", "type": "lvl2", "url": "/docs/components/listbox#api", "hierarchy": { "lvl1": "Listbox", "lvl2": "API", "lvl3": null } }, { "content": "Listbox Props", - "objectID": "d8ec6e16-e5eb-4342-998d-4d8e3c15b425", + "objectID": "35289296-479a-4d64-8e83-4ec69ad72411", "type": "lvl3", "url": "/docs/components/listbox#listbox-props", "hierarchy": { "lvl1": "Listbox", "lvl2": "API", "lvl3": "Listbox Props" } }, { "content": "Listbox Events", - "objectID": "8846c80f-135c-4bd1-b53e-aac5da6eb1bd", + "objectID": "84ee0ed4-cd22-46e5-a4a7-62b328fa42ed", "type": "lvl3", "url": "/docs/components/listbox#listbox-events", "hierarchy": { @@ -3370,7 +3681,7 @@ }, { "content": "ListboxSection Props", - "objectID": "d571e35b-ec4a-4917-8ce9-bb10898e4d92", + "objectID": "465aaada-fbca-43d0-8079-46aad03ef690", "type": "lvl3", "url": "/docs/components/listbox#listboxsection-props", "hierarchy": { @@ -3381,7 +3692,7 @@ }, { "content": "ListboxItem Props", - "objectID": "a14b4809-5bef-4332-819d-edb6927333b1", + "objectID": "37adf839-ce65-48f8-ac2f-245f8b954a33", "type": "lvl3", "url": "/docs/components/listbox#listboxitem-props", "hierarchy": { @@ -3392,7 +3703,7 @@ }, { "content": "ListboxItem Events", - "objectID": "7e7c6a83-ad4a-4cb4-b84a-555e2affc4e4", + "objectID": "7e0900b7-465b-4651-a72e-24e4227f40d5", "type": "lvl3", "url": "/docs/components/listbox#listboxitem-events", "hierarchy": { @@ -3403,7 +3714,7 @@ }, { "content": "Types", - "objectID": "dfbb952e-1d2b-4fc9-b6c2-55ca207f6ec8", + "objectID": "7b752df8-0efc-40c5-8d59-fdc5467dce6b", "type": "lvl3", "url": "/docs/components/listbox#types", "hierarchy": { @@ -3414,42 +3725,42 @@ }, { "content": "Listbox Item Selected Icon Props", - "objectID": "b7380fc1-fe37-4c47-b317-9a0e320365a0", + "objectID": "a5371e5a-438f-4d1e-8dc9-ae531ebf70b5", "type": "lvl4", "url": "/docs/components/listbox#listbox-item-selected-icon-props", "hierarchy": { "lvl1": "Listbox", "lvl2": "Types", "lvl3": null } }, { "content": "Modal", - "objectID": "5386a712-ec66-4004-9262-450181310525", + "objectID": "86924317-cdd2-4cb0-a375-58e677bcd59a", "type": "lvl1", "url": "/docs/components/modal", "hierarchy": { "lvl1": "Modal" } }, { "content": "Import", - "objectID": "70edef9c-c979-4062-8591-af77d09eb047", + "objectID": "c2bd8b51-3680-4595-ab68-778a03854de2", "type": "lvl2", "url": "/docs/components/modal#import", "hierarchy": { "lvl1": "Modal", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "6a685425-fee3-454c-9738-5f808d6175b1", + "objectID": "72eb2ead-f079-45a6-8f40-da17db64adeb", "type": "lvl2", "url": "/docs/components/modal#usage", "hierarchy": { "lvl1": "Modal", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "d03de017-ba2e-4f95-aa09-5fca26f6d7d1", + "objectID": "d8216f4c-f3c4-4df1-a242-d7f1f12cd973", "type": "lvl3", "url": "/docs/components/modal#sizes", "hierarchy": { "lvl1": "Modal", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Non-dissmissable", - "objectID": "39e650e8-90cd-4948-ba26-81d31a2c4aaa", + "objectID": "1fb474c5-0287-4189-bf81-e7b52f52ed12", "type": "lvl3", "url": "/docs/components/modal#non-dissmissable", "hierarchy": { @@ -3460,7 +3771,7 @@ }, { "content": "Modal placement", - "objectID": "4b6831ed-57fe-4969-beb8-ca0a88b0d2f5", + "objectID": "b3e9397f-679c-46b5-8e53-83284320fc86", "type": "lvl3", "url": "/docs/components/modal#modal-placement", "hierarchy": { @@ -3471,7 +3782,7 @@ }, { "content": "Overflow scroll", - "objectID": "d1071225-24ea-462e-8d54-6cf848157c2e", + "objectID": "be07bb00-1a3a-4ff0-ae46-267c561cbbc7", "type": "lvl3", "url": "/docs/components/modal#overflow-scroll", "hierarchy": { @@ -3482,7 +3793,7 @@ }, { "content": "With Form", - "objectID": "5d9528e6-a27e-43bf-a636-0e51cc7de05a", + "objectID": "236e01f5-198e-415b-aa1e-922556693b5d", "type": "lvl3", "url": "/docs/components/modal#with-form", "hierarchy": { @@ -3493,14 +3804,14 @@ }, { "content": "Backdrop", - "objectID": "7ee74d53-16d6-485f-8a2f-5dc24d9a4898", + "objectID": "41446d49-bfed-46c0-9f6b-7d1d07ce60c8", "type": "lvl3", "url": "/docs/components/modal#backdrop", "hierarchy": { "lvl1": "Modal", "lvl2": "With Form", "lvl3": "Backdrop" } }, { "content": "Custom Backdrop", - "objectID": "7b9b9b32-eea9-4bd7-a371-985037caa4b3", + "objectID": "e36a39d1-64fe-4bfa-9182-56be7ddcabea", "type": "lvl3", "url": "/docs/components/modal#custom-backdrop", "hierarchy": { @@ -3511,7 +3822,7 @@ }, { "content": "Custom Motion", - "objectID": "038443bf-0213-4391-82fd-6a4b11faa685", + "objectID": "160030c6-c589-4bc4-9206-a17602c7edf3", "type": "lvl3", "url": "/docs/components/modal#custom-motion", "hierarchy": { @@ -3522,49 +3833,49 @@ }, { "content": "Slots", - "objectID": "47d95970-6e11-42b2-95f9-d8c53a0f0c07", + "objectID": "10a878ad-df18-4805-996f-c7d209e8f12e", "type": "lvl2", "url": "/docs/components/modal#slots", "hierarchy": { "lvl1": "Modal", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "02a3c0ee-9887-4247-adac-97fed0eaf000", + "objectID": "38e198e3-e8c5-48be-aef0-61f85403da69", "type": "lvl3", "url": "/docs/components/modal#custom-styles", "hierarchy": { "lvl1": "Modal", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "c4b6644c-dfc9-40e2-87f5-ed6863275bec", + "objectID": "718bebba-bbd1-41d0-bd77-8831a1611cc6", "type": "lvl2", "url": "/docs/components/modal#data-attributes", "hierarchy": { "lvl1": "Modal", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "bc503cb4-4020-4c77-9e19-269a88d7583d", + "objectID": "00f31b94-f63c-4c03-8100-3b76f24c2c4f", "type": "lvl2", "url": "/docs/components/modal#accessibility", "hierarchy": { "lvl1": "Modal", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "8d9b9d74-9487-419b-bf29-41fe0610ddd2", + "objectID": "22ab9e37-e254-42ed-8e1b-0f70c0944f83", "type": "lvl2", "url": "/docs/components/modal#api", "hierarchy": { "lvl1": "Modal", "lvl2": "API", "lvl3": null } }, { "content": "Modal Props", - "objectID": "9836bb1e-5093-4c2c-a490-b77833659e68", + "objectID": "3504add9-ddca-4fd6-85b7-ea6c8f53e5af", "type": "lvl3", "url": "/docs/components/modal#modal-props", "hierarchy": { "lvl1": "Modal", "lvl2": "API", "lvl3": "Modal Props" } }, { "content": "Modal Events", - "objectID": "89189d24-1317-446c-8bc9-fc1595a4f8c9", + "objectID": "e3e7bfb9-85f8-47ab-9a1a-b328b1b65d99", "type": "lvl3", "url": "/docs/components/modal#modal-events", "hierarchy": { @@ -3575,7 +3886,7 @@ }, { "content": "Modal types", - "objectID": "8979a97a-3c69-4fb1-a805-a1400bb8205d", + "objectID": "02bef608-0c12-49bd-b7ff-233116409c3c", "type": "lvl3", "url": "/docs/components/modal#modal-types", "hierarchy": { @@ -3586,42 +3897,42 @@ }, { "content": "Motion Props", - "objectID": "9d3f1e89-7d66-4a20-9468-a56a58917683", + "objectID": "75419852-d445-4ff8-94b8-5d90334091af", "type": "lvl4", "url": "/docs/components/modal#motion-props", "hierarchy": { "lvl1": "Modal", "lvl2": "Modal types", "lvl3": null } }, { "content": "Navbar", - "objectID": "c77f99b1-54d3-4dc4-a675-8f6d2b38025b", + "objectID": "ab3ffd14-ae61-437f-b1e3-025f6917e996", "type": "lvl1", "url": "/docs/components/navbar", "hierarchy": { "lvl1": "Navbar" } }, { "content": "Import", - "objectID": "09d29dcb-e462-4e30-bc38-4003c7993b2e", + "objectID": "e2b00d56-b5f0-4d5f-a46d-d5a029aa18c7", "type": "lvl2", "url": "/docs/components/navbar#import", "hierarchy": { "lvl1": "Navbar", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "188190de-1d8f-4aba-881d-2753d5622e0a", + "objectID": "940480b7-63a5-44c0-b53b-e8c5c4f56ea4", "type": "lvl2", "url": "/docs/components/navbar#usage", "hierarchy": { "lvl1": "Navbar", "lvl2": "Usage", "lvl3": null } }, { "content": "Static", - "objectID": "c030c33c-c30c-40ae-87c0-7496a955bf0a", + "objectID": "c9adc940-4abd-43a3-9a5d-9d60da4cb7ee", "type": "lvl3", "url": "/docs/components/navbar#static", "hierarchy": { "lvl1": "Navbar", "lvl2": "Usage", "lvl3": "Static" } }, { "content": "Hide on scroll", - "objectID": "c7684596-b0d4-4cca-87d2-9b6b65153fb2", + "objectID": "622d56dd-5c66-4cfa-aa4b-0df1cc203a51", "type": "lvl3", "url": "/docs/components/navbar#hide-on-scroll", "hierarchy": { @@ -3632,7 +3943,7 @@ }, { "content": "With Menu", - "objectID": "9397aef5-3e04-4b2f-ad49-50fc9a74e1b8", + "objectID": "279e2cb8-ed3d-4254-9b5b-aa42cff5c0ef", "type": "lvl3", "url": "/docs/components/navbar#with-menu", "hierarchy": { @@ -3643,7 +3954,7 @@ }, { "content": "Controlled Menu", - "objectID": "c2dcd539-4cb0-491a-94bf-eff4dd6fb5cc", + "objectID": "0c0128d8-643f-4bf1-baa4-5d125173851b", "type": "lvl3", "url": "/docs/components/navbar#controlled-menu", "hierarchy": { @@ -3654,7 +3965,7 @@ }, { "content": "With Border", - "objectID": "25bdf663-f8ac-4c03-90ff-1b3536e2017f", + "objectID": "60e355cf-5fcc-4b3b-b253-7d885dc957b9", "type": "lvl3", "url": "/docs/components/navbar#with-border", "hierarchy": { @@ -3665,7 +3976,7 @@ }, { "content": "Disabling Blur", - "objectID": "68b6761a-581e-43de-a529-a151b6c0189f", + "objectID": "30dd3f4d-fe24-46a7-b087-9a424db239a9", "type": "lvl3", "url": "/docs/components/navbar#disabling-blur", "hierarchy": { @@ -3676,7 +3987,7 @@ }, { "content": "With Dropdown Menu", - "objectID": "fda70dba-490a-491f-a86d-65f70baaa482", + "objectID": "92d92a66-56fe-4b94-959e-0001240c249c", "type": "lvl3", "url": "/docs/components/navbar#with-dropdown-menu", "hierarchy": { @@ -3687,7 +3998,7 @@ }, { "content": "With Avatar", - "objectID": "43884ead-7d47-4a2d-846f-fe993d49a85d", + "objectID": "479e7b02-1af1-4e5e-9ab1-83eab6c56878", "type": "lvl3", "url": "/docs/components/navbar#with-avatar", "hierarchy": { @@ -3698,7 +4009,7 @@ }, { "content": "With Search Input", - "objectID": "678c3743-dfb6-411a-a1ca-558e86b378fa", + "objectID": "80b570ee-8a08-4882-ae7d-f7195ee98c16", "type": "lvl3", "url": "/docs/components/navbar#with-search-input", "hierarchy": { @@ -3709,7 +4020,7 @@ }, { "content": "Customizing the active item", - "objectID": "1de41b5c-e43b-400c-acfe-0596ff0d0017", + "objectID": "c6167089-2f4e-487f-b9ec-34423069dabe", "type": "lvl3", "url": "/docs/components/navbar#customizing-the-active-item", "hierarchy": { @@ -3720,35 +4031,35 @@ }, { "content": "Slots", - "objectID": "e0684659-a713-4c19-99d5-633be23b2911", + "objectID": "a924600b-4daa-4d11-a6c9-78df05adb536", "type": "lvl2", "url": "/docs/components/navbar#slots", "hierarchy": { "lvl1": "Navbar", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "3e76bdae-cc13-4531-904a-d21cac439e4d", + "objectID": "5cd29b68-c685-4eb6-a3b0-7497c2f5f18d", "type": "lvl2", "url": "/docs/components/navbar#data-attributes", "hierarchy": { "lvl1": "Navbar", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "0735f091-5951-44da-96c6-34d4f585235f", + "objectID": "6329fa60-dc23-4dcc-b6b9-57be9b9224dd", "type": "lvl2", "url": "/docs/components/navbar#api", "hierarchy": { "lvl1": "Navbar", "lvl2": "API", "lvl3": null } }, { "content": "Navbar Props", - "objectID": "f4fa0e33-cdc3-46e5-b051-c0e88f82a8d4", + "objectID": "16d7c70e-577d-43e5-ae5f-4158a25005b8", "type": "lvl3", "url": "/docs/components/navbar#navbar-props", "hierarchy": { "lvl1": "Navbar", "lvl2": "API", "lvl3": "Navbar Props" } }, { "content": "Navbar Events", - "objectID": "8a58e9f0-be73-4165-b37b-bf5a10c999ad", + "objectID": "8d9d8986-0680-4a58-9953-53999ffd7239", "type": "lvl3", "url": "/docs/components/navbar#navbar-events", "hierarchy": { @@ -3759,7 +4070,7 @@ }, { "content": "NavbarContent Props", - "objectID": "516dc76a-0613-4aa5-899b-de4fd8cc0d1a", + "objectID": "32012203-f8aa-4dee-9ebe-9392ea440836", "type": "lvl3", "url": "/docs/components/navbar#navbarcontent-props", "hierarchy": { @@ -3770,7 +4081,7 @@ }, { "content": "NavbarItem Props", - "objectID": "82f64b89-55e0-4df1-9949-ce3cce0c7eff", + "objectID": "babd2ef3-c4ba-4210-b4ca-d39abc3bd34e", "type": "lvl3", "url": "/docs/components/navbar#navbaritem-props", "hierarchy": { @@ -3781,7 +4092,7 @@ }, { "content": "NavbarMenuToggle Props", - "objectID": "75c951bf-ff6d-46b0-8a45-09abdb865a2e", + "objectID": "63b79bc1-9174-4f14-bc7d-d800f3d61cc2", "type": "lvl3", "url": "/docs/components/navbar#navbarmenutoggle-props", "hierarchy": { @@ -3792,7 +4103,7 @@ }, { "content": "NavbarMenuToggle Events", - "objectID": "82c63781-653f-4588-8a26-97cf23020042", + "objectID": "2bf6d908-2432-4599-adc1-75361fe3a488", "type": "lvl3", "url": "/docs/components/navbar#navbarmenutoggle-events", "hierarchy": { @@ -3803,7 +4114,7 @@ }, { "content": "NavbarMenu Props", - "objectID": "073619f9-762b-44a2-be12-3cda27e90f92", + "objectID": "40c4a404-6f30-4101-92a4-14f5f01f65e9", "type": "lvl3", "url": "/docs/components/navbar#navbarmenu-props", "hierarchy": { @@ -3814,7 +4125,7 @@ }, { "content": "NavbarMenuItem Props", - "objectID": "4d6210d6-08a1-4f75-8ebe-f8c8b753340c", + "objectID": "4efad763-1f1d-428f-a076-9439cc666d6e", "type": "lvl3", "url": "/docs/components/navbar#navbarmenuitem-props", "hierarchy": { @@ -3825,7 +4136,7 @@ }, { "content": "Navbar types", - "objectID": "b450085b-84ef-4434-a678-9bb9378dd96d", + "objectID": "fa328300-1b5f-458e-924a-259692684843", "type": "lvl3", "url": "/docs/components/navbar#navbar-types", "hierarchy": { @@ -3836,63 +4147,63 @@ }, { "content": "Motion Props", - "objectID": "fbbd5851-1440-4624-ab57-ba575b058b4a", + "objectID": "07ce950d-682f-44f0-8607-8be955cab7dd", "type": "lvl4", "url": "/docs/components/navbar#motion-props", "hierarchy": { "lvl1": "Navbar", "lvl2": "Navbar types", "lvl3": null } }, { "content": "Pagination", - "objectID": "debbe04e-1553-4469-a769-7bad08a9791f", + "objectID": "37b27651-ec78-430d-b7f9-7bcf1d98bc07", "type": "lvl1", "url": "/docs/components/pagination", "hierarchy": { "lvl1": "Pagination" } }, { "content": "Import", - "objectID": "7ea59626-9e72-4f69-adb4-91a296d23070", + "objectID": "ad7f47aa-816d-496b-a9c7-d5baa3ddc26b", "type": "lvl2", "url": "/docs/components/pagination#import", "hierarchy": { "lvl1": "Pagination", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "9edab8c6-a02d-4475-9c1c-538bbc3c623a", + "objectID": "d474ed33-d05a-4444-8b9e-524f96772161", "type": "lvl2", "url": "/docs/components/pagination#usage", "hierarchy": { "lvl1": "Pagination", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "b0fac9c0-dd36-4126-ac94-bc837fec8151", + "objectID": "53b291ca-f0ef-43da-b273-aefba664714f", "type": "lvl3", "url": "/docs/components/pagination#disabled", "hierarchy": { "lvl1": "Pagination", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "00766260-2ae4-4544-9ece-d09642bf83f3", + "objectID": "fc6d836f-84d8-445b-a5b4-0a8ab6a94c71", "type": "lvl3", "url": "/docs/components/pagination#sizes", "hierarchy": { "lvl1": "Pagination", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "236fcd08-6102-4402-99de-78823d96fcdb", + "objectID": "b09cc018-8d96-4c33-8229-a18a78d03a67", "type": "lvl3", "url": "/docs/components/pagination#colors", "hierarchy": { "lvl1": "Pagination", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "76a561e8-1113-461a-8c7c-8755024381fc", + "objectID": "5d257c23-fe50-41ca-8c9b-b15a20b585f8", "type": "lvl3", "url": "/docs/components/pagination#variants", "hierarchy": { "lvl1": "Pagination", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "With Controls", - "objectID": "d42d497d-ee65-40eb-b9ed-90d3f302a9bb", + "objectID": "11031824-f75e-4b6b-ba2f-f2040dce4636", "type": "lvl3", "url": "/docs/components/pagination#with-controls", "hierarchy": { @@ -3903,7 +4214,7 @@ }, { "content": "Pagination Loop", - "objectID": "e18803dd-4909-4289-8529-7b569586a345", + "objectID": "c8df4597-b254-4b71-b76c-3068a64d366f", "type": "lvl3", "url": "/docs/components/pagination#pagination-loop", "hierarchy": { @@ -3914,7 +4225,7 @@ }, { "content": "Changing the initial page", - "objectID": "967670d8-017d-4125-8747-8e8d4335b3d8", + "objectID": "b7dd7963-3bca-4bb6-906e-e6bc367e4f60", "type": "lvl3", "url": "/docs/components/pagination#changing-the-initial-page", "hierarchy": { @@ -3925,7 +4236,7 @@ }, { "content": "Compact Pagination", - "objectID": "54b1af7c-9ed3-4cff-8ef6-4c307ba78e36", + "objectID": "c62b2e30-a022-4a51-b083-a0a4a50aca81", "type": "lvl3", "url": "/docs/components/pagination#compact-pagination", "hierarchy": { @@ -3936,7 +4247,7 @@ }, { "content": "With Shadow", - "objectID": "6f68da25-4489-4c3d-be1f-33e2d2d55a77", + "objectID": "b93ae863-b575-44dc-b3d0-c0c95f92e6ea", "type": "lvl3", "url": "/docs/components/pagination#with-shadow", "hierarchy": { @@ -3947,7 +4258,7 @@ }, { "content": "Controlled", - "objectID": "f2ac411e-41e2-4b09-bfa4-5dc19b6958b9", + "objectID": "7f84917a-103a-444f-99e9-20542e43525c", "type": "lvl3", "url": "/docs/components/pagination#controlled", "hierarchy": { @@ -3958,7 +4269,7 @@ }, { "content": "Siblings", - "objectID": "def72c5e-4910-4bff-9fff-d69c71a04913", + "objectID": "ae21c8e1-f839-48b3-9016-c548a5f9ca95", "type": "lvl3", "url": "/docs/components/pagination#siblings", "hierarchy": { @@ -3969,7 +4280,7 @@ }, { "content": "Boundaries", - "objectID": "0f494a15-046d-4314-85e1-2d43e00d64c4", + "objectID": "78c296f8-365f-455b-83e2-629aad1fd0f4", "type": "lvl3", "url": "/docs/components/pagination#boundaries", "hierarchy": { @@ -3980,7 +4291,7 @@ }, { "content": "Custom items", - "objectID": "2fbb68c8-7f67-46b0-aeae-8f1ff54f7043", + "objectID": "e711e567-4f73-4a02-b20e-2bb41fda8722", "type": "lvl3", "url": "/docs/components/pagination#custom-items", "hierarchy": { @@ -3991,14 +4302,14 @@ }, { "content": "Slots", - "objectID": "14e16e7f-3702-4170-9818-5d96193de4b4", + "objectID": "bb278388-a828-4fb5-ab3b-e472864fe1f7", "type": "lvl2", "url": "/docs/components/pagination#slots", "hierarchy": { "lvl1": "Pagination", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "b76549af-6a1a-42e9-b7de-49d42ab7538a", + "objectID": "ee99603d-0fc1-4b30-98b8-9baed6b6e8a8", "type": "lvl3", "url": "/docs/components/pagination#custom-styles", "hierarchy": { @@ -4009,7 +4320,7 @@ }, { "content": "Custom Implementation", - "objectID": "831fb56b-d605-44b4-904c-7287b4404b50", + "objectID": "6e84928e-1abc-41eb-ac7a-fd4d2254d1ac", "type": "lvl3", "url": "/docs/components/pagination#custom-implementation", "hierarchy": { @@ -4020,7 +4331,7 @@ }, { "content": "Data Attributes", - "objectID": "af0b8520-561c-4dc6-9be2-916b3a5cc19f", + "objectID": "7c4cd1f0-719a-4dff-b9b0-468c39353c31", "type": "lvl2", "url": "/docs/components/pagination#data-attributes", "hierarchy": { @@ -4031,21 +4342,21 @@ }, { "content": "Accessibility", - "objectID": "3b3c7dc1-dabd-4b72-9ba4-a1dfaae6e0b4", + "objectID": "16ef8943-cb9d-4bd2-9da0-723fc7b94449", "type": "lvl2", "url": "/docs/components/pagination#accessibility", "hierarchy": { "lvl1": "Pagination", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "45f21873-fd4d-4701-ae4d-23cd053a7063", + "objectID": "4a099756-2696-44bc-a4a7-a92da3d25326", "type": "lvl2", "url": "/docs/components/pagination#api", "hierarchy": { "lvl1": "Pagination", "lvl2": "API", "lvl3": null } }, { "content": "Pagination Props", - "objectID": "6084c4af-d759-49e6-89bc-e43662480052", + "objectID": "88eed7b0-c3cb-4297-a515-2229f94009e0", "type": "lvl3", "url": "/docs/components/pagination#pagination-props", "hierarchy": { @@ -4056,7 +4367,7 @@ }, { "content": "Pagination Events", - "objectID": "8ef3a315-b98e-4b19-adb4-edc5ec2f895b", + "objectID": "f7ef4c85-0096-40cf-985c-fc77ac66080f", "type": "lvl3", "url": "/docs/components/pagination#pagination-events", "hierarchy": { @@ -4067,7 +4378,7 @@ }, { "content": "Types", - "objectID": "72f32a6e-ee4f-40de-a7f1-117bd002fb9e", + "objectID": "6a87a704-2648-4116-943d-a6860946d4c0", "type": "lvl3", "url": "/docs/components/pagination#types", "hierarchy": { @@ -4078,70 +4389,70 @@ }, { "content": "Pagination Item Props", - "objectID": "1b22a80d-424e-48d8-915f-66c34fe0bb26", + "objectID": "4a1192de-8227-44a6-864e-55797e2b4279", "type": "lvl4", "url": "/docs/components/pagination#pagination-item-props", "hierarchy": { "lvl1": "Pagination", "lvl2": "Types", "lvl3": null } }, { "content": "Popover", - "objectID": "9a63e557-196f-40c4-b890-9242333b99c3", + "objectID": "6af9e325-b0cc-4162-b48e-9f39291fc2a7", "type": "lvl1", "url": "/docs/components/popover", "hierarchy": { "lvl1": "Popover" } }, { "content": "Import", - "objectID": "fa682b2e-21b9-442d-8fce-59526267cd92", + "objectID": "818e7c66-a1f9-47f2-9bc8-9d3a0fee9aee", "type": "lvl2", "url": "/docs/components/popover#import", "hierarchy": { "lvl1": "Popover", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "cc795508-3646-419b-b99f-4b412c82c0ba", + "objectID": "39bf1621-41d2-44c1-9de3-2b827fb7a0de", "type": "lvl2", "url": "/docs/components/popover#usage", "hierarchy": { "lvl1": "Popover", "lvl2": "Usage", "lvl3": null } }, { "content": "With Arrow", - "objectID": "9672cf7e-7d25-48bf-a05c-60215f885193", + "objectID": "cf061dcf-6b47-49de-b979-c5d199ba5253", "type": "lvl3", "url": "/docs/components/popover#with-arrow", "hierarchy": { "lvl1": "Popover", "lvl2": "Usage", "lvl3": "With Arrow" } }, { "content": "Colors", - "objectID": "3ab82446-2e4f-46e0-89df-c8afc6802ee4", + "objectID": "e9d1d839-b216-4078-9930-93c5ba3c07bc", "type": "lvl3", "url": "/docs/components/popover#colors", "hierarchy": { "lvl1": "Popover", "lvl2": "With Arrow", "lvl3": "Colors" } }, { "content": "Placements", - "objectID": "a9d9dd79-e649-47f0-a812-6708b5d83464", + "objectID": "e84992f4-4da9-4b24-af59-278b7da77738", "type": "lvl3", "url": "/docs/components/popover#placements", "hierarchy": { "lvl1": "Popover", "lvl2": "Colors", "lvl3": "Placements" } }, { "content": "Offset", - "objectID": "787e2e1d-16a0-4c40-b7a0-7c04b8e6d0b6", + "objectID": "77b5685c-9647-4cda-b48a-00285460edef", "type": "lvl3", "url": "/docs/components/popover#offset", "hierarchy": { "lvl1": "Popover", "lvl2": "Placements", "lvl3": "Offset" } }, { "content": "Controlled", - "objectID": "1717f86b-2d69-46e2-9187-770bc456023e", + "objectID": "f101c1e9-1ee1-422a-9991-6abc38dfd064", "type": "lvl3", "url": "/docs/components/popover#controlled", "hierarchy": { "lvl1": "Popover", "lvl2": "Offset", "lvl3": "Controlled" } }, { "content": "Title Props", - "objectID": "2557d0c6-9bf1-4397-990d-3fab4c07f2bb", + "objectID": "966a1257-eac5-4e38-9750-1b7b3c11e5c2", "type": "lvl3", "url": "/docs/components/popover#title-props", "hierarchy": { @@ -4152,7 +4463,7 @@ }, { "content": "With Form", - "objectID": "b0f2ac80-d4e1-4633-a903-299decebd6a4", + "objectID": "77017edb-1338-4abe-aeb4-0e3cefdadfb8", "type": "lvl3", "url": "/docs/components/popover#with-form", "hierarchy": { @@ -4163,14 +4474,14 @@ }, { "content": "Backdrop", - "objectID": "c0e7f2d2-f472-4367-8cbe-4aac578a6d69", + "objectID": "64905661-ca2a-4378-8055-0e01997a9b00", "type": "lvl3", "url": "/docs/components/popover#backdrop", "hierarchy": { "lvl1": "Popover", "lvl2": "With Form", "lvl3": "Backdrop" } }, { "content": "Custom Motion", - "objectID": "59e5b92c-a520-4c81-9664-d30e54128fa2", + "objectID": "22e7286b-44cd-405f-92cc-be72e582e6ba", "type": "lvl3", "url": "/docs/components/popover#custom-motion", "hierarchy": { @@ -4181,7 +4492,7 @@ }, { "content": "Custom Trigger", - "objectID": "96f759fb-94ec-4359-9b8c-ba79c0d8ded4", + "objectID": "1750184f-0f2e-4f3a-becb-cf6177a1d126", "type": "lvl3", "url": "/docs/components/popover#custom-trigger", "hierarchy": { @@ -4192,49 +4503,49 @@ }, { "content": "Slots", - "objectID": "9cef360b-d811-4275-9d57-4124c2d3c01a", + "objectID": "4b333218-ef28-45b9-960a-c449e435c95d", "type": "lvl2", "url": "/docs/components/popover#slots", "hierarchy": { "lvl1": "Popover", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "e6330233-38af-406e-9ccf-e029394952e1", + "objectID": "3ca4caea-6921-4949-959e-1d7f97500455", "type": "lvl3", "url": "/docs/components/popover#custom-styles", "hierarchy": { "lvl1": "Popover", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "4d6fafb6-d494-41d4-80bd-953a1e14f105", + "objectID": "b44e53b4-58a8-4791-9cef-0e71f5a8037b", "type": "lvl2", "url": "/docs/components/popover#data-attributes", "hierarchy": { "lvl1": "Popover", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "22758d0b-ebc8-44af-ac06-2748b7dc642b", + "objectID": "18940d2b-2ea1-4ae4-83af-3b3a1f9e311c", "type": "lvl2", "url": "/docs/components/popover#accessibility", "hierarchy": { "lvl1": "Popover", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "dc7e2a1d-da70-4908-aa84-d1935f379d29", + "objectID": "ed98717d-0157-4c47-8494-0cf0c8ac1bbd", "type": "lvl2", "url": "/docs/components/popover#api", "hierarchy": { "lvl1": "Popover", "lvl2": "API", "lvl3": null } }, { "content": "Popover Props", - "objectID": "599d9637-0604-4fd6-88ac-4ad6e457ec5a", + "objectID": "07a8ace9-9f04-4897-9c67-1d8f7a2cc002", "type": "lvl3", "url": "/docs/components/popover#popover-props", "hierarchy": { "lvl1": "Popover", "lvl2": "API", "lvl3": "Popover Props" } }, { "content": "Popover Events", - "objectID": "67dec2ab-719e-47a1-a64c-17ed5987c24c", + "objectID": "5da697c9-d470-4d10-afe7-ce9cda1ea1c7", "type": "lvl3", "url": "/docs/components/popover#popover-events", "hierarchy": { @@ -4245,7 +4556,7 @@ }, { "content": "PopoverTrigger Props", - "objectID": "a6a65f8f-b72e-4e3c-b680-5bac6efb99f3", + "objectID": "48f48b1c-10d1-4da7-8d4a-27d492786686", "type": "lvl3", "url": "/docs/components/popover#popovertrigger-props", "hierarchy": { @@ -4256,7 +4567,7 @@ }, { "content": "PopoverContent Props", - "objectID": "3453d554-d987-4968-ac67-f612e35c5def", + "objectID": "86026718-5649-4718-9142-3a8053b95bb4", "type": "lvl3", "url": "/docs/components/popover#popovercontent-props", "hierarchy": { @@ -4267,7 +4578,7 @@ }, { "content": "Popover types", - "objectID": "3963d859-2bfa-4e8f-8f41-27921f6418b0", + "objectID": "4dc2515b-a0f2-4e18-895e-3476d6e9b2f9", "type": "lvl3", "url": "/docs/components/popover#popover-types", "hierarchy": { @@ -4278,14 +4589,14 @@ }, { "content": "Popover Placement", - "objectID": "bbc2b13d-1341-43d7-8192-13a246eb3c8d", + "objectID": "9cd7a480-68a2-4f87-a701-76722dc21d0b", "type": "lvl4", "url": "/docs/components/popover#popover-placement", "hierarchy": { "lvl1": "Popover", "lvl2": "Popover types", "lvl3": null } }, { "content": "Motion Props", - "objectID": "2e42e5ae-a0f1-4570-ab4d-0f1ad17f3315", + "objectID": "ac3e64a9-d674-49c8-be46-7e91251fd29e", "type": "lvl4", "url": "/docs/components/popover#motion-props", "hierarchy": { @@ -4296,42 +4607,42 @@ }, { "content": "Progress", - "objectID": "c2aa12b8-c2fb-4bb3-97b8-79ceb10ae515", + "objectID": "0306d096-3ea5-4f6c-8707-8c300e8129a9", "type": "lvl1", "url": "/docs/components/progress", "hierarchy": { "lvl1": "Progress" } }, { "content": "Import", - "objectID": "59d1af74-77d4-4468-b522-2c429c91dd27", + "objectID": "6c55df8b-369b-4564-9b27-cd12c9694228", "type": "lvl2", "url": "/docs/components/progress#import", "hierarchy": { "lvl1": "Progress", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "77894cc2-6cc8-4915-913d-1b5d67f23b71", + "objectID": "29e6bf68-f19a-4cc7-8736-e14eac6e1127", "type": "lvl2", "url": "/docs/components/progress#usage", "hierarchy": { "lvl1": "Progress", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "9bf1d2a4-f02c-40ee-955b-423faa041773", + "objectID": "f6952862-b524-4645-a87c-1310c7f3dbb0", "type": "lvl3", "url": "/docs/components/progress#sizes", "hierarchy": { "lvl1": "Progress", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "217594e2-e207-4ece-8e86-b736d53f7a2b", + "objectID": "4d743bc2-dc51-48ba-8d0f-28aab4972293", "type": "lvl3", "url": "/docs/components/progress#colors", "hierarchy": { "lvl1": "Progress", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Indeterminate", - "objectID": "fe05d150-b982-48fd-b30f-ca3736050fbf", + "objectID": "628b126e-6b7e-42e1-a064-7b43205228ac", "type": "lvl3", "url": "/docs/components/progress#indeterminate", "hierarchy": { @@ -4342,7 +4653,7 @@ }, { "content": "Striped", - "objectID": "e6497a8c-b259-4c90-a5d4-592f8168e9d1", + "objectID": "101d1b37-de8e-4fe0-acd0-f2881f3f78ef", "type": "lvl3", "url": "/docs/components/progress#striped", "hierarchy": { @@ -4353,14 +4664,14 @@ }, { "content": "With Label", - "objectID": "5407855e-c11e-451c-b90a-deb858257e55", + "objectID": "af6d66ab-9549-4045-9af8-f55b19e06d0a", "type": "lvl3", "url": "/docs/components/progress#with-label", "hierarchy": { "lvl1": "Progress", "lvl2": "Striped", "lvl3": "With Label" } }, { "content": "With Value", - "objectID": "859cac19-ff0e-4dbd-b1b1-99c3951b6d1b", + "objectID": "7d114aa2-7144-443c-a0d6-a268fe37451d", "type": "lvl3", "url": "/docs/components/progress#with-value", "hierarchy": { @@ -4371,7 +4682,7 @@ }, { "content": "Value Formatting", - "objectID": "8ceb9cc2-9bb8-4471-b4f6-2088e34d357b", + "objectID": "c7bfdbe8-39d6-4f15-b034-11c3606a29ff", "type": "lvl3", "url": "/docs/components/progress#value-formatting", "hierarchy": { @@ -4382,14 +4693,14 @@ }, { "content": "Slots", - "objectID": "f3bd91a4-decb-4241-93a4-955a83d96219", + "objectID": "cb8eef2a-df64-4b10-b73e-3a10948d7fd7", "type": "lvl2", "url": "/docs/components/progress#slots", "hierarchy": { "lvl1": "Progress", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "08c69b2c-63d0-451b-b449-eadefabb5656", + "objectID": "991fad1e-311b-4922-989a-1f9f1da1e75e", "type": "lvl3", "url": "/docs/components/progress#custom-styles", "hierarchy": { @@ -4400,70 +4711,70 @@ }, { "content": "Data Attributes", - "objectID": "089694ea-a7b2-4ce0-ac79-f86feef537b0", + "objectID": "fc38b4a1-fe6c-4126-846b-8b045cfa22d6", "type": "lvl2", "url": "/docs/components/progress#data-attributes", "hierarchy": { "lvl1": "Progress", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "f1cd833b-52a0-4370-8794-d1339974d0b8", + "objectID": "35c08fd9-0f51-4841-a72f-3a46cf79fa7b", "type": "lvl2", "url": "/docs/components/progress#accessibility", "hierarchy": { "lvl1": "Progress", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "4bb15152-40c9-49d8-8c71-53aefa61ee99", + "objectID": "f41c5b50-829e-49e2-be20-97c422f989f6", "type": "lvl2", "url": "/docs/components/progress#api", "hierarchy": { "lvl1": "Progress", "lvl2": "API", "lvl3": null } }, { "content": "Progress Props", - "objectID": "129bf2ba-7a5f-41d9-9bbf-27a81487dcef", + "objectID": "bfaa1618-ec56-4b62-a001-38dd32f76692", "type": "lvl3", "url": "/docs/components/progress#progress-props", "hierarchy": { "lvl1": "Progress", "lvl2": "API", "lvl3": "Progress Props" } }, { "content": "Radio", - "objectID": "9de9483a-5361-47fb-baeb-2a2a6a8043b8", + "objectID": "48674e73-2a58-4bed-8fcc-83b6daeac554", "type": "lvl1", "url": "/docs/components/radio-group", "hierarchy": { "lvl1": "Radio" } }, { "content": "Radio group", - "objectID": "e00b9bf4-d407-4837-808d-df164f273a43", + "objectID": "6fd56ba0-b6cf-41ce-a5f0-ba4577a09679", "type": "lvl1", "url": "/docs/components/radio-group#radio-group", "hierarchy": { "lvl1": "Radio", "lvl2": null, "lvl3": null } }, { "content": "Import", - "objectID": "e23800c4-3cc3-46af-9925-0ee5878a32d2", + "objectID": "2f63b0d2-c9cf-4376-91ac-05f8fc0e9f5c", "type": "lvl2", "url": "/docs/components/radio-group#import", "hierarchy": { "lvl1": "Radio", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "6d39f23e-4c4d-41a4-80ca-f6e605ae1010", + "objectID": "7eeb51f4-a048-4c93-958f-b477dd1f4273", "type": "lvl2", "url": "/docs/components/radio-group#usage", "hierarchy": { "lvl1": "Radio", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "6406a2f7-76d0-467b-8b53-92a05698e366", + "objectID": "c25db3c3-60a8-47b2-aa94-3812f17d54b1", "type": "lvl3", "url": "/docs/components/radio-group#disabled", "hierarchy": { "lvl1": "Radio", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Default Value", - "objectID": "fa304931-c4b9-4029-bb93-d447a95df004", + "objectID": "1279065c-9630-47b7-aeee-3e7ab6d81cca", "type": "lvl3", "url": "/docs/components/radio-group#default-value", "hierarchy": { @@ -4474,7 +4785,7 @@ }, { "content": "With Description", - "objectID": "da535006-f34b-42d3-a9e6-64f8844ec136", + "objectID": "0d86d4bb-e9e1-4ac2-a6ca-276952a7646d", "type": "lvl3", "url": "/docs/components/radio-group#with-description", "hierarchy": { @@ -4485,7 +4796,7 @@ }, { "content": "Horizontal", - "objectID": "a8041a60-73c9-4986-a386-a80b19568d69", + "objectID": "5c434be7-f868-4832-8671-afdab6d3db8e", "type": "lvl3", "url": "/docs/components/radio-group#horizontal", "hierarchy": { @@ -4496,35 +4807,35 @@ }, { "content": "Controlled", - "objectID": "078cfe3a-647b-47fe-bd65-60865ff9b471", + "objectID": "7caf5a6c-7899-4cd1-9bf9-1bfe4e632fbd", "type": "lvl3", "url": "/docs/components/radio-group#controlled", "hierarchy": { "lvl1": "Radio", "lvl2": "Horizontal", "lvl3": "Controlled" } }, { "content": "Invalid", - "objectID": "bcded225-1a98-4f72-91cf-68977cd57e14", + "objectID": "72f9175d-28f1-463a-a3b2-6b4bd8cbc05d", "type": "lvl3", "url": "/docs/components/radio-group#invalid", "hierarchy": { "lvl1": "Radio", "lvl2": "Controlled", "lvl3": "Invalid" } }, { "content": "Slots", - "objectID": "1db63060-5053-4550-a236-a416d1f6914d", + "objectID": "190649f9-f3b2-480d-888c-5eb0c4adbf03", "type": "lvl2", "url": "/docs/components/radio-group#slots", "hierarchy": { "lvl1": "Radio", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "f3e11c39-1515-44b3-b21d-7ca7722b439c", + "objectID": "79c69097-9474-46d1-908e-df0585a47ff7", "type": "lvl3", "url": "/docs/components/radio-group#custom-styles", "hierarchy": { "lvl1": "Radio", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "a81cb18b-eff1-46b9-b7be-e055fa1e170e", + "objectID": "227f5e97-723c-499c-b4eb-37b34312758a", "type": "lvl3", "url": "/docs/components/radio-group#custom-implementation", "hierarchy": { @@ -4535,35 +4846,35 @@ }, { "content": "Data Attributes", - "objectID": "5702e40a-84d0-43ca-993a-dca970a914b8", + "objectID": "c4683d41-0409-499d-98df-a88e3bf7e7b7", "type": "lvl2", "url": "/docs/components/radio-group#data-attributes", "hierarchy": { "lvl1": "Radio", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "4b179a92-3269-4821-9759-c773457d5913", + "objectID": "635914c5-e3c0-4956-851f-a9f69a5301a3", "type": "lvl2", "url": "/docs/components/radio-group#accessibility", "hierarchy": { "lvl1": "Radio", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "ad72d9a7-19ba-4e00-9548-9fa8075d6759", + "objectID": "0f1f4577-d7c6-4ac0-922f-ec2b8c07f3ee", "type": "lvl2", "url": "/docs/components/radio-group#api", "hierarchy": { "lvl1": "Radio", "lvl2": "API", "lvl3": null } }, { "content": "RadioGroup Props", - "objectID": "4d9e9604-1fc3-4b97-b7f6-637219cb4488", + "objectID": "2ac58c6f-62ef-4e2b-a67b-96b66d0f7dab", "type": "lvl3", "url": "/docs/components/radio-group#radiogroup-props", "hierarchy": { "lvl1": "Radio", "lvl2": "API", "lvl3": "RadioGroup Props" } }, { "content": "RadioGroup Events", - "objectID": "3c648de3-b2c9-4794-bbad-b24556c9dd57", + "objectID": "f659976b-cfac-4576-b1b2-ddfbce5c1380", "type": "lvl3", "url": "/docs/components/radio-group#radiogroup-events", "hierarchy": { @@ -4574,7 +4885,7 @@ }, { "content": "Radio Props", - "objectID": "3ae0468b-dd33-47e6-ad77-a86068641db6", + "objectID": "ba507dae-8a93-4ddd-8a1a-1e6446d4fded", "type": "lvl3", "url": "/docs/components/radio-group#radio-props", "hierarchy": { @@ -4583,30 +4894,274 @@ "lvl3": "Radio Props" } }, + { + "content": "Range Calendar", + "objectID": "f93654e0-e8ca-48d7-ba81-080b4a433641", + "type": "lvl1", + "url": "/docs/components/range-calendar", + "hierarchy": { "lvl1": "Range Calendar" } + }, + { + "content": "Import", + "objectID": "e685a3b8-ed01-47f7-9d66-f9d27204bc5b", + "type": "lvl2", + "url": "/docs/components/range-calendar#import", + "hierarchy": { "lvl1": "Range Calendar", "lvl2": "Import", "lvl3": null } + }, + { + "content": "Usage", + "objectID": "48cb805f-ddbb-467a-85e0-743b8bb1cfdc", + "type": "lvl2", + "url": "/docs/components/range-calendar#usage", + "hierarchy": { "lvl1": "Range Calendar", "lvl2": "Usage", "lvl3": null } + }, + { + "content": "Disabled", + "objectID": "0c584b50-0fdd-4120-893e-ab1087d3335f", + "type": "lvl3", + "url": "/docs/components/range-calendar#disabled", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Usage", + "lvl3": "Disabled" + } + }, + { + "content": "Read Only", + "objectID": "70106bf3-a7ee-486e-b205-24d9790e641a", + "type": "lvl3", + "url": "/docs/components/range-calendar#read-only", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Disabled", + "lvl3": "Read Only" + } + }, + { + "content": "Controlled", + "objectID": "11fd3a05-b8b7-4a29-b986-bdffe9d4ec26", + "type": "lvl3", + "url": "/docs/components/range-calendar#controlled", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Read Only", + "lvl3": "Controlled" + } + }, + { + "content": "Min Date Value", + "objectID": "afa3df90-1a5a-4e0b-abbb-26bde7efc32b", + "type": "lvl3", + "url": "/docs/components/range-calendar#min-date-value", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Controlled", + "lvl3": "Min Date Value" + } + }, + { + "content": "Max Date Value", + "objectID": "1d4c92e8-2ece-496c-9854-1fdc7e97ecf5", + "type": "lvl3", + "url": "/docs/components/range-calendar#max-date-value", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Min Date Value", + "lvl3": "Max Date Value" + } + }, + { + "content": "Unavailable Dates", + "objectID": "387ffa1d-16b0-4bfe-9539-032e23152758", + "type": "lvl3", + "url": "/docs/components/range-calendar#unavailable-dates", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Max Date Value", + "lvl3": "Unavailable Dates" + } + }, + { + "content": "Non-Contiguous Ranges", + "objectID": "ee7a77ce-faf7-405e-96bd-8e4816fa3571", + "type": "lvl3", + "url": "/docs/components/range-calendar#non-contiguous-ranges", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Unavailable Dates", + "lvl3": "Non-Contiguous Ranges" + } + }, + { + "content": "Controlled Focused Value", + "objectID": "bef31c8d-4c6e-4d72-96d4-dbaaf362ccb4", + "type": "lvl3", + "url": "/docs/components/range-calendar#controlled-focused-value", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Non-Contiguous Ranges", + "lvl3": "Controlled Focused Value" + } + }, + { + "content": "Invalid Date", + "objectID": "30a93017-1e7f-4235-a957-afd1bc4345ec", + "type": "lvl3", + "url": "/docs/components/range-calendar#invalid-date", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Controlled Focused Value", + "lvl3": "Invalid Date" + } + }, + { + "content": "International Calendars", + "objectID": "03879ab9-42e9-4cb3-a421-020b0ef1c2b1", + "type": "lvl3", + "url": "/docs/components/range-calendar#international-calendars", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Invalid Date", + "lvl3": "International Calendars" + } + }, + { + "content": "Visible Months", + "objectID": "72343572-5fcb-4583-93dd-d31da745e62a", + "type": "lvl3", + "url": "/docs/components/range-calendar#visible-months", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "International Calendars", + "lvl3": "Visible Months" + } + }, + { + "content": "Page Behaviour", + "objectID": "dd8b70d2-2f9f-4d7e-8b62-8d420180c369", + "type": "lvl3", + "url": "/docs/components/range-calendar#page-behaviour", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Visible Months", + "lvl3": "Page Behaviour" + } + }, + { + "content": "Presets", + "objectID": "e035e92a-1761-4a34-a37a-dac0a35ece57", + "type": "lvl3", + "url": "/docs/components/range-calendar#presets", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Page Behaviour", + "lvl3": "Presets" + } + }, + { + "content": "Slots", + "objectID": "b40c125a-301a-4cff-a700-416bdc8b3a38", + "type": "lvl2", + "url": "/docs/components/range-calendar#slots", + "hierarchy": { "lvl1": "Range Calendar", "lvl2": "Slots", "lvl3": null } + }, + { + "content": "Custom Styles", + "objectID": "ac2a85e5-b395-4112-b893-0816e46bf27d", + "type": "lvl3", + "url": "/docs/components/range-calendar#custom-styles", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Slots", + "lvl3": "Custom Styles" + } + }, + { + "content": "Custom Implementation", + "objectID": "bba0f7a5-a106-499e-81b9-fed9b53d4675", + "type": "lvl3", + "url": "/docs/components/range-calendar#custom-implementation", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Custom Styles", + "lvl3": "Custom Implementation" + } + }, + { + "content": "Data Attributes", + "objectID": "11273387-1fb9-45f8-80a0-760a30ce67a0", + "type": "lvl2", + "url": "/docs/components/range-calendar#data-attributes", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Data Attributes", + "lvl3": null + } + }, + { + "content": "Accessibility", + "objectID": "17c0e5c3-8e36-4ed0-bb8a-37161af3606b", + "type": "lvl2", + "url": "/docs/components/range-calendar#accessibility", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "Accessibility", + "lvl3": null + } + }, + { + "content": "API", + "objectID": "296d7007-ff69-496b-924d-9d51c321ecf7", + "type": "lvl2", + "url": "/docs/components/range-calendar#api", + "hierarchy": { "lvl1": "Range Calendar", "lvl2": "API", "lvl3": null } + }, + { + "content": "RangeCalendar Props", + "objectID": "7b2f7984-6286-4307-aa44-8eeedfd17d34", + "type": "lvl3", + "url": "/docs/components/range-calendar#rangecalendar-props", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "API", + "lvl3": "RangeCalendar Props" + } + }, + { + "content": "RangeCalendar Events", + "objectID": "17734641-1f55-4446-a087-eb04da709b8b", + "type": "lvl3", + "url": "/docs/components/range-calendar#rangecalendar-events", + "hierarchy": { + "lvl1": "Range Calendar", + "lvl2": "RangeCalendar Props", + "lvl3": "RangeCalendar Events" + } + }, { "content": "Scroll Shadow", - "objectID": "149568e3-6684-4e68-b07a-e7df680fcf62", + "objectID": "ff729b8b-5c23-4419-a338-a00c0f864fd9", "type": "lvl1", "url": "/docs/components/scroll-shadow", "hierarchy": { "lvl1": "Scroll Shadow" } }, { "content": "Import", - "objectID": "a2a19af4-f305-4569-88bf-c81bf215653b", + "objectID": "64f20300-f324-43c8-a770-411277936e9c", "type": "lvl2", "url": "/docs/components/scroll-shadow#import", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "a71cd987-969e-4712-9b80-7ff83858a3ac", + "objectID": "80e86f3f-33fc-4238-a1b4-4a867b5375c2", "type": "lvl2", "url": "/docs/components/scroll-shadow#usage", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Usage", "lvl3": null } }, { "content": "Hide Scrollbar", - "objectID": "9d8cf5da-cff2-4a9c-891b-a27ae76be3b8", + "objectID": "ac3aae7c-890b-4e36-a076-fe87f0472740", "type": "lvl3", "url": "/docs/components/scroll-shadow#hide-scrollbar", "hierarchy": { @@ -4617,7 +5172,7 @@ }, { "content": "Custom Shadow Size", - "objectID": "243cd484-3682-4ab7-a1fa-554a4deac07c", + "objectID": "d66b4cf8-a321-4535-ac5e-d02e9d028e30", "type": "lvl3", "url": "/docs/components/scroll-shadow#custom-shadow-size", "hierarchy": { @@ -4628,7 +5183,7 @@ }, { "content": "Horizontal Orientation", - "objectID": "5d7da130-ae10-4313-8608-fc85d133060c", + "objectID": "e108652f-4bc1-430e-9112-e88f2c20e9bc", "type": "lvl3", "url": "/docs/components/scroll-shadow#horizontal-orientation", "hierarchy": { @@ -4639,7 +5194,7 @@ }, { "content": "Shadow Offset", - "objectID": "381a2efa-e15d-4e61-9e43-4d7f2302ae0d", + "objectID": "66cc85ee-6c7a-44f4-a9b0-997e5f3bd0e1", "type": "lvl3", "url": "/docs/components/scroll-shadow#shadow-offset", "hierarchy": { @@ -4650,14 +5205,14 @@ }, { "content": "API", - "objectID": "bc3cbb46-e327-4923-ba87-c68acd360bfa", + "objectID": "4bc4885b-58da-4c82-b46e-7484cc8c4d6c", "type": "lvl2", "url": "/docs/components/scroll-shadow#api", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "API", "lvl3": null } }, { "content": "ShadowScroll Props", - "objectID": "29c0c708-9fa0-452b-a3d2-6409af70e76c", + "objectID": "41958ad4-7c4d-4626-bdc1-4c067a0457bc", "type": "lvl3", "url": "/docs/components/scroll-shadow#shadowscroll-props", "hierarchy": { @@ -4668,7 +5223,7 @@ }, { "content": "ShadowScroll Events", - "objectID": "502b735e-2482-4fe1-a4c3-9a3c0ec12c7b", + "objectID": "47b6af04-d4f4-46a2-b3a4-e53bd3a53caf", "type": "lvl3", "url": "/docs/components/scroll-shadow#shadowscroll-events", "hierarchy": { @@ -4679,7 +5234,7 @@ }, { "content": "Types", - "objectID": "a0e94c87-749b-4276-b926-fa698ed33562", + "objectID": "5d02f8dd-c0e7-4d1a-a439-92154c24c166", "type": "lvl3", "url": "/docs/components/scroll-shadow#types", "hierarchy": { @@ -4690,42 +5245,42 @@ }, { "content": "Scroll Shadow Visibility", - "objectID": "e1cc888a-ee1a-4ef3-b96a-e29f58551593", + "objectID": "776aadea-6070-42ba-ba98-b516b823701f", "type": "lvl4", "url": "/docs/components/scroll-shadow#scroll-shadow-visibility", "hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Types", "lvl3": null } }, { "content": "Select", - "objectID": "52e411be-7a08-4d4a-9ed2-5b0642b3d8bb", + "objectID": "f46ee29a-f4d3-4da1-be49-db146fef5955", "type": "lvl1", "url": "/docs/components/select", "hierarchy": { "lvl1": "Select" } }, { "content": "Import", - "objectID": "7d85a5cf-bbcc-4855-8fb9-45fcf3334776", + "objectID": "f2266c49-d09c-4794-85f1-8aea579c9b3e", "type": "lvl2", "url": "/docs/components/select#import", "hierarchy": { "lvl1": "Select", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "f605591f-6ad2-485a-8fae-a3383527c574", + "objectID": "c92218de-3fab-4316-9fc4-084c4ed9f60c", "type": "lvl2", "url": "/docs/components/select#usage", "hierarchy": { "lvl1": "Select", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic items", - "objectID": "b0c3e5e5-b9a7-4d12-bbec-753ff81ed40c", + "objectID": "c7e6dd49-8d6a-4de5-9f58-763409641c76", "type": "lvl3", "url": "/docs/components/select#dynamic-items", "hierarchy": { "lvl1": "Select", "lvl2": "Usage", "lvl3": "Dynamic items" } }, { "content": "Multiple Selection", - "objectID": "280d0bc9-16c3-4e45-b3f2-eff9c6fdca85", + "objectID": "32dc5c44-63f1-4fa4-b130-43f38e7579c5", "type": "lvl3", "url": "/docs/components/select#multiple-selection", "hierarchy": { @@ -4736,7 +5291,7 @@ }, { "content": "Disabled", - "objectID": "cf1ff64f-642b-4a64-a81e-1c3cf5fa9692", + "objectID": "dc38ebcc-1032-4d47-8a32-e5a797ee03af", "type": "lvl3", "url": "/docs/components/select#disabled", "hierarchy": { @@ -4747,7 +5302,7 @@ }, { "content": "Disabled Items", - "objectID": "0f2c1f25-571b-4e09-add6-aeb6d3386880", + "objectID": "feb6a789-c019-46bc-bcee-8772db743062", "type": "lvl3", "url": "/docs/components/select#disabled-items", "hierarchy": { @@ -4758,7 +5313,7 @@ }, { "content": "Required", - "objectID": "5913108b-1d87-4810-bea5-c8064ae42607", + "objectID": "9f2c1a5c-0bc6-445c-bb09-0cee2fa47483", "type": "lvl3", "url": "/docs/components/select#required", "hierarchy": { @@ -4769,35 +5324,35 @@ }, { "content": "Sizes", - "objectID": "1f283453-93f4-455e-aca4-ae8c5c42f999", + "objectID": "5b22fe25-cad6-4eaf-9f2b-ba018ef8658a", "type": "lvl3", "url": "/docs/components/select#sizes", "hierarchy": { "lvl1": "Select", "lvl2": "Required", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "0963b117-cb1d-43fb-9a99-88edced557d9", + "objectID": "139aa8c4-6742-4a76-ae8e-67185792947d", "type": "lvl3", "url": "/docs/components/select#colors", "hierarchy": { "lvl1": "Select", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "14d16ae1-6eb9-49cf-8652-9d8859ef39b9", + "objectID": "d4c90f8d-c557-47a5-8b3d-6359cd708e36", "type": "lvl3", "url": "/docs/components/select#variants", "hierarchy": { "lvl1": "Select", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Radius", - "objectID": "01cfba10-98f2-4a82-9dec-d9ec3f1d67cc", + "objectID": "5b23bbfa-a5fa-4882-90cb-75cc542b72ca", "type": "lvl3", "url": "/docs/components/select#radius", "hierarchy": { "lvl1": "Select", "lvl2": "Variants", "lvl3": "Radius" } }, { "content": "Label Placements", - "objectID": "92e8b2b9-b2b4-4e86-a522-62634b89766d", + "objectID": "dd4855eb-ace9-40f9-b735-7c2f7650cf43", "type": "lvl3", "url": "/docs/components/select#label-placements", "hierarchy": { @@ -4808,7 +5363,7 @@ }, { "content": "Start Content", - "objectID": "1a41c291-3fe5-4b94-86e2-913448c42fd9", + "objectID": "aedb501d-ad63-4ec3-8d88-a9f0f26b550c", "type": "lvl3", "url": "/docs/components/select#start-content", "hierarchy": { @@ -4819,7 +5374,7 @@ }, { "content": "Item Start & End Content", - "objectID": "74824901-2345-45c7-ab6a-fe591a7d56c4", + "objectID": "bab243d1-a883-4bd1-94de-99969104289a", "type": "lvl3", "url": "/docs/components/select#item-start--end-content", "hierarchy": { @@ -4830,7 +5385,7 @@ }, { "content": "Custom Selector Icon", - "objectID": "9806ecd9-6e15-43fe-827b-bf8b7de4c7cb", + "objectID": "5d8544f7-23ac-4ea9-816d-e67fb7c65a2a", "type": "lvl3", "url": "/docs/components/select#custom-selector-icon", "hierarchy": { @@ -4841,7 +5396,7 @@ }, { "content": "Without Scroll Shadow", - "objectID": "3d4d390b-2e09-4741-82f5-c3efb4d099cc", + "objectID": "cd416f2c-ff73-4e4f-94da-f640552a504b", "type": "lvl3", "url": "/docs/components/select#without-scroll-shadow", "hierarchy": { @@ -4852,7 +5407,7 @@ }, { "content": "With Description", - "objectID": "7f266319-b2d0-4f4f-aa77-0cd4cfa03b02", + "objectID": "46de9af4-366b-421b-9989-10c7bf8bc4d4", "type": "lvl3", "url": "/docs/components/select#with-description", "hierarchy": { @@ -4863,7 +5418,7 @@ }, { "content": "With Error Message", - "objectID": "9c0e9b97-c6ce-4a33-a01f-5fc021408a7a", + "objectID": "f91824c7-a5a0-4aea-b30c-415c125051df", "type": "lvl3", "url": "/docs/components/select#with-error-message", "hierarchy": { @@ -4874,7 +5429,7 @@ }, { "content": "Controlled", - "objectID": "6063e979-2931-45f8-8268-6de2045a485e", + "objectID": "7bc2e101-e45a-40df-805e-c582aa0d6066", "type": "lvl3", "url": "/docs/components/select#controlled", "hierarchy": { @@ -4885,7 +5440,7 @@ }, { "content": "Controlling the open state", - "objectID": "5af38747-d62f-4e23-b323-fd884bf0b028", + "objectID": "82d1f6b6-6380-4dac-b388-4486f9b0ecc7", "type": "lvl3", "url": "/docs/components/select#controlling-the-open-state", "hierarchy": { @@ -4896,7 +5451,7 @@ }, { "content": "Custom Items", - "objectID": "8d2151ef-204d-48db-8565-c02883b3960e", + "objectID": "18be8fdb-e6e2-4aab-bd90-081bffe6d7ae", "type": "lvl3", "url": "/docs/components/select#custom-items", "hierarchy": { @@ -4907,7 +5462,7 @@ }, { "content": "Custom Render Value", - "objectID": "287647f5-117a-43ac-82e9-de6860710d63", + "objectID": "90f96de8-9bb2-48d3-98e2-91d039b36e8d", "type": "lvl3", "url": "/docs/components/select#custom-render-value", "hierarchy": { @@ -4918,7 +5473,7 @@ }, { "content": "Asynchronous Loading", - "objectID": "85093b86-9fb6-4d84-a8c3-b6f354aa80ba", + "objectID": "984c17d8-31a5-461f-92d0-c95f2a449525", "type": "lvl3", "url": "/docs/components/select#asynchronous-loading", "hierarchy": { @@ -4929,7 +5484,7 @@ }, { "content": "With Sections", - "objectID": "0c883adb-0d73-4d2a-a30e-c1ac72e0bc59", + "objectID": "3dd06efc-ea2e-4301-806c-eeac034f3bce", "type": "lvl3", "url": "/docs/components/select#with-sections", "hierarchy": { @@ -4940,7 +5495,7 @@ }, { "content": "Custom Sections Style", - "objectID": "1a584d15-65df-4252-9bf7-f6113648138a", + "objectID": "2e9fd077-3fff-4f90-8d1c-cdd7d581788c", "type": "lvl3", "url": "/docs/components/select#custom-sections-style", "hierarchy": { @@ -4951,7 +5506,7 @@ }, { "content": "Multiple Select Controlled", - "objectID": "56ededdb-dd24-4702-927b-e60b1bbd717a", + "objectID": "24e13e50-2f1c-4407-9509-fb6f405b03d4", "type": "lvl3", "url": "/docs/components/select#multiple-select-controlled", "hierarchy": { @@ -4962,7 +5517,7 @@ }, { "content": "Multiple With Chips", - "objectID": "cba12364-c3c3-4d40-b63f-aec74ba62af2", + "objectID": "d3a3fb89-0ed9-4143-8fe3-808f93a59fc7", "type": "lvl3", "url": "/docs/components/select#multiple-with-chips", "hierarchy": { @@ -4973,7 +5528,7 @@ }, { "content": "Customizing the select", - "objectID": "06b19c48-745c-474d-941f-a791e91c3104", + "objectID": "bce45c51-ba5a-4607-acd8-fb7eab81e5d3", "type": "lvl3", "url": "/docs/components/select#customizing-the-select", "hierarchy": { @@ -4984,42 +5539,42 @@ }, { "content": "Slots", - "objectID": "12620d2f-6c1d-408e-87f4-f3ecd894d930", + "objectID": "85fc3478-b0ac-4fe6-8ceb-064dc7802879", "type": "lvl2", "url": "/docs/components/select#slots", "hierarchy": { "lvl1": "Select", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "be63e5b5-baef-48f4-84c6-c812fba4d2be", + "objectID": "5e8c83ca-39fc-4505-b36d-425d9dd4ee6b", "type": "lvl2", "url": "/docs/components/select#data-attributes", "hierarchy": { "lvl1": "Select", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "b4813afa-3ca2-49bb-b11d-ef9207a73fea", + "objectID": "cd2b29c8-4176-432d-b3e0-10f08f958075", "type": "lvl2", "url": "/docs/components/select#accessibility", "hierarchy": { "lvl1": "Select", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "ff344140-3cf0-42bc-b0be-9b5fc2b53ae2", + "objectID": "ad530a1b-d56f-4f38-9e9e-65baaa6fe0af", "type": "lvl2", "url": "/docs/components/select#api", "hierarchy": { "lvl1": "Select", "lvl2": "API", "lvl3": null } }, { "content": "Select Props", - "objectID": "d865fe72-66b7-470f-8533-a2557cde6a8b", + "objectID": "27fea1bb-0eb7-44c9-9be4-d755ce450c60", "type": "lvl3", "url": "/docs/components/select#select-props", "hierarchy": { "lvl1": "Select", "lvl2": "API", "lvl3": "Select Props" } }, { "content": "Select Events", - "objectID": "1285375b-3bed-4fec-acc1-3c36d1eb5a7e", + "objectID": "163182c3-402b-479f-9c0e-e173ee0bf4a8", "type": "lvl3", "url": "/docs/components/select#select-events", "hierarchy": { @@ -5030,7 +5585,7 @@ }, { "content": "SelectItem Props", - "objectID": "0e11c598-21ca-499c-9b77-441540699ec2", + "objectID": "59ce9ff4-f978-43b8-a819-05258ec2884d", "type": "lvl3", "url": "/docs/components/select#selectitem-props", "hierarchy": { @@ -5041,7 +5596,7 @@ }, { "content": "SelectItem Events", - "objectID": "2e058be7-24f4-4745-acb4-0d06dbb5b4d0", + "objectID": "a837330f-ffd0-4bda-a5db-1253397fd6d9", "type": "lvl3", "url": "/docs/components/select#selectitem-events", "hierarchy": { @@ -5052,7 +5607,7 @@ }, { "content": "SelectSection Props", - "objectID": "424dcfc3-3cba-4165-941f-5b7ba6cbbf0a", + "objectID": "ca219069-8071-43ce-b4f7-241bc1aa562f", "type": "lvl3", "url": "/docs/components/select#selectsection-props", "hierarchy": { @@ -5063,7 +5618,7 @@ }, { "content": "Types", - "objectID": "49f0f10e-248c-420b-9bc3-c8234c81d8f7", + "objectID": "adba4737-88ed-4c41-80b3-61a36a1e4bf1", "type": "lvl3", "url": "/docs/components/select#types", "hierarchy": { @@ -5074,42 +5629,42 @@ }, { "content": "Render Value Function", - "objectID": "feb120b2-c4ef-475c-8389-e1fd125043a3", + "objectID": "6e4fb848-9c4b-4933-8720-0866cf413384", "type": "lvl4", "url": "/docs/components/select#render-value-function", "hierarchy": { "lvl1": "Select", "lvl2": "Types", "lvl3": null } }, { "content": "Skeleton", - "objectID": "b7b2c5c8-9714-4bc6-94e4-01fba11a3fac", + "objectID": "98f1c6d4-5794-4e15-ab6d-6470e697964b", "type": "lvl1", "url": "/docs/components/skeleton", "hierarchy": { "lvl1": "Skeleton" } }, { "content": "Import", - "objectID": "8028e6ce-fb2f-48e7-b75e-72de17efa0e8", + "objectID": "4e7864a4-9ae7-44e6-b2c1-9a187af03a7a", "type": "lvl2", "url": "/docs/components/skeleton#import", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "7e68d9e0-bd46-4a77-b570-d97ffc62d3bb", + "objectID": "944c3c96-c80a-4c15-9815-98e6aec5c80b", "type": "lvl2", "url": "/docs/components/skeleton#usage", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Usage", "lvl3": null } }, { "content": "Standalone", - "objectID": "6a77ca7b-b78d-4244-af29-375bcc536810", + "objectID": "df4bd230-94ef-4998-a744-a63245f33941", "type": "lvl3", "url": "/docs/components/skeleton#standalone", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Usage", "lvl3": "Standalone" } }, { "content": "Loaded State", - "objectID": "fd0c8e3b-1b9a-4e26-abe0-462d46aea4db", + "objectID": "cffd020f-bf69-4f89-ad61-4703dd2eb2a3", "type": "lvl3", "url": "/docs/components/skeleton#loaded-state", "hierarchy": { @@ -5120,84 +5675,84 @@ }, { "content": "Slots", - "objectID": "2993479e-6ac5-4a5d-97ce-90a59d0428c9", + "objectID": "6d507ce9-4008-4c1c-8141-21c1afb84f00", "type": "lvl2", "url": "/docs/components/skeleton#slots", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "39e6d484-519f-472e-8ae2-3b2955d3b279", + "objectID": "0aa4690b-3e40-4159-b24c-925a85b7d986", "type": "lvl2", "url": "/docs/components/skeleton#data-attributes", "hierarchy": { "lvl1": "Skeleton", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "7ef3c97a-2ac6-422b-ae05-18dec26faf15", + "objectID": "50c1d917-ae1e-43d4-b7ba-48e3e2d19573", "type": "lvl2", "url": "/docs/components/skeleton#api", "hierarchy": { "lvl1": "Skeleton", "lvl2": "API", "lvl3": null } }, { "content": "Skeleton Props", - "objectID": "4329ec9d-bd29-48fd-ac96-f869867196ee", + "objectID": "82c837f6-cf95-49cf-977c-0af9dbf970b1", "type": "lvl3", "url": "/docs/components/skeleton#skeleton-props", "hierarchy": { "lvl1": "Skeleton", "lvl2": "API", "lvl3": "Skeleton Props" } }, { "content": "Slider", - "objectID": "5b20728a-40d7-441b-abca-771e407afaf6", + "objectID": "291b8355-73c7-4f39-8b95-754079feb1ac", "type": "lvl1", "url": "/docs/components/slider", "hierarchy": { "lvl1": "Slider" } }, { "content": "Import", - "objectID": "26fe1808-f690-4a9c-b118-18d4bb37b35e", + "objectID": "2652869e-e8cd-491c-9229-09e45c4c7867", "type": "lvl2", "url": "/docs/components/slider#import", "hierarchy": { "lvl1": "Slider", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "e0057ae7-2550-4a23-bf43-e1694f9c06d3", + "objectID": "e1f22bd9-a8a0-4052-b8f7-c25506852708", "type": "lvl2", "url": "/docs/components/slider#usage", "hierarchy": { "lvl1": "Slider", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "14bd5f1d-e070-41c5-aabb-e052d2d5bd4e", + "objectID": "c38af014-ed3d-4082-9ddf-0d7f468316f3", "type": "lvl3", "url": "/docs/components/slider#disabled", "hierarchy": { "lvl1": "Slider", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "46745639-7f60-4933-b3b6-e8986272f371", + "objectID": "da5bebab-d188-4a98-a7e9-0f0ce20299c0", "type": "lvl3", "url": "/docs/components/slider#sizes", "hierarchy": { "lvl1": "Slider", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Radius", - "objectID": "3b5af1ab-9616-45fa-ab71-a2a2636860de", + "objectID": "bb60a39b-d2df-4dfe-8c0c-1dcb633f743f", "type": "lvl3", "url": "/docs/components/slider#radius", "hierarchy": { "lvl1": "Slider", "lvl2": "Sizes", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "7bcd04f4-28a9-441d-b9a7-c35a90a0e934", + "objectID": "37f8f68d-d303-4e33-8622-bdde2a66199c", "type": "lvl3", "url": "/docs/components/slider#colors", "hierarchy": { "lvl1": "Slider", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Vertical Slider", - "objectID": "1f4f6ed0-4cdc-4c76-8d9d-329260796f40", + "objectID": "952179de-b4b7-45fb-9b13-7173cc1b410d", "type": "lvl3", "url": "/docs/components/slider#vertical-slider", "hierarchy": { @@ -5208,7 +5763,7 @@ }, { "content": "With Visible Steps", - "objectID": "08c93902-7bb3-45aa-9524-c0f0be752fc6", + "objectID": "87894cb2-6e7f-4258-a079-0775c1cd0dc0", "type": "lvl3", "url": "/docs/components/slider#with-visible-steps", "hierarchy": { @@ -5219,7 +5774,7 @@ }, { "content": "With Marks", - "objectID": "9d443ed8-bb8e-4824-b151-66aa056d406f", + "objectID": "8bf67cb3-adcb-45a1-8b13-10340ad2c283", "type": "lvl3", "url": "/docs/components/slider#with-marks", "hierarchy": { @@ -5230,7 +5785,7 @@ }, { "content": "Range Slider", - "objectID": "975045b9-1bc0-4209-92af-bdec0ac0be3e", + "objectID": "bcfdc4f0-0678-4ebd-a611-5e71d410d477", "type": "lvl3", "url": "/docs/components/slider#range-slider", "hierarchy": { @@ -5241,7 +5796,7 @@ }, { "content": "Fill Offset", - "objectID": "2d6830db-70a8-4028-b71d-94c2bb768f40", + "objectID": "1c91ad8b-5302-4c35-8811-973748459ac3", "type": "lvl3", "url": "/docs/components/slider#fill-offset", "hierarchy": { @@ -5252,7 +5807,7 @@ }, { "content": "With Tooltip", - "objectID": "b6169fa0-f85c-4db3-9914-6e72db4adef1", + "objectID": "77e9c989-a885-4441-81a9-ee9456cc10b5", "type": "lvl3", "url": "/docs/components/slider#with-tooltip", "hierarchy": { @@ -5263,7 +5818,7 @@ }, { "content": "With Outline", - "objectID": "92d83711-7850-4bcf-aaba-45b62192b1fa", + "objectID": "3affb17f-1ef9-4a8c-9759-4c2fb3926eff", "type": "lvl3", "url": "/docs/components/slider#with-outline", "hierarchy": { @@ -5274,7 +5829,7 @@ }, { "content": "Start & End Content", - "objectID": "1f13342b-501a-4c31-bf29-be5011b7136c", + "objectID": "28c69104-abe1-4ddf-991a-e556778863b9", "type": "lvl3", "url": "/docs/components/slider#start--end-content", "hierarchy": { @@ -5285,7 +5840,7 @@ }, { "content": "Value Formatting", - "objectID": "4d9fce6d-ec0a-4842-b932-c35cf29db840", + "objectID": "82800b0f-5d49-4391-a9ca-571a8a6a16b0", "type": "lvl3", "url": "/docs/components/slider#value-formatting", "hierarchy": { @@ -5296,7 +5851,7 @@ }, { "content": "Hiding the Value", - "objectID": "c39e4e78-4e59-49b5-a574-41a8483e18d8", + "objectID": "229c6eba-2d02-4a09-9c6f-63adc64914cc", "type": "lvl3", "url": "/docs/components/slider#hiding-the-value", "hierarchy": { @@ -5307,7 +5862,7 @@ }, { "content": "Hiding the Thumbs", - "objectID": "9563063e-95a4-4a0b-9d86-5e1aa046b2a7", + "objectID": "e6902c60-67bc-4779-b6b8-91309c94c1c3", "type": "lvl3", "url": "/docs/components/slider#hiding-the-thumbs", "hierarchy": { @@ -5318,7 +5873,7 @@ }, { "content": "Controlled", - "objectID": "ed09f23e-04e8-45d1-a820-a6c4fd4103e5", + "objectID": "0eddaad2-1966-47e8-92e3-0339651a2188", "type": "lvl3", "url": "/docs/components/slider#controlled", "hierarchy": { @@ -5329,7 +5884,7 @@ }, { "content": "Controlled Range", - "objectID": "8eb076b8-175a-40c2-a311-332e8db83d49", + "objectID": "88286bc3-c7e6-4748-8b0b-6cf587e67a4f", "type": "lvl3", "url": "/docs/components/slider#controlled-range", "hierarchy": { @@ -5340,7 +5895,7 @@ }, { "content": "Custom Thumb", - "objectID": "a67b65d4-9ef1-4aa5-8e50-2a98bfd004ff", + "objectID": "61ceca4f-a15f-44af-836c-23a46746bd7c", "type": "lvl3", "url": "/docs/components/slider#custom-thumb", "hierarchy": { @@ -5351,7 +5906,7 @@ }, { "content": "Custom Range Thumbs", - "objectID": "0f0e2f5b-1686-4685-9164-e2226b879acf", + "objectID": "78ca244f-1241-4dc5-971b-46163fdac5b1", "type": "lvl3", "url": "/docs/components/slider#custom-range-thumbs", "hierarchy": { @@ -5362,7 +5917,7 @@ }, { "content": "Custom Label", - "objectID": "81e820c1-1a2d-4288-8e93-a6a0d64912bd", + "objectID": "29e095cb-bff9-4740-bcb7-2014434fbe83", "type": "lvl3", "url": "/docs/components/slider#custom-label", "hierarchy": { @@ -5373,7 +5928,7 @@ }, { "content": "Custom Value", - "objectID": "6eeadc33-28f4-4c66-bb1b-e04a2ed37685", + "objectID": "7c710947-f969-43f1-aed1-55bec88db44d", "type": "lvl3", "url": "/docs/components/slider#custom-value", "hierarchy": { @@ -5384,7 +5939,7 @@ }, { "content": "Disabling Thumb Scale", - "objectID": "44a6402c-146c-4081-939e-23e97867c423", + "objectID": "042af737-05b6-43b6-b39a-89a71256d736", "type": "lvl3", "url": "/docs/components/slider#disabling-thumb-scale", "hierarchy": { @@ -5395,49 +5950,49 @@ }, { "content": "Slots", - "objectID": "2acbf2ff-1c28-4af8-a9f2-51d5b842df07", + "objectID": "1af4ed2d-2c5d-4c87-a4ea-460bbcaf8be4", "type": "lvl2", "url": "/docs/components/slider#slots", "hierarchy": { "lvl1": "Slider", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "7a7ce287-648e-4daf-a7f6-900a5798dd85", + "objectID": "17579f0f-fce9-44ff-8af1-8fd4d6691655", "type": "lvl3", "url": "/docs/components/slider#custom-styles", "hierarchy": { "lvl1": "Slider", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "921b8448-7b0b-44e7-b1cd-35af8aba3902", + "objectID": "976da085-e8af-4a58-a658-f5e6e0781679", "type": "lvl2", "url": "/docs/components/slider#data-attributes", "hierarchy": { "lvl1": "Slider", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "3693e842-971f-4ef4-b2b4-2b9e456c363b", + "objectID": "b9a2dda5-ad07-447d-bb29-465ac00cd36b", "type": "lvl2", "url": "/docs/components/slider#accessibility", "hierarchy": { "lvl1": "Slider", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "415a5c4d-0892-4ef8-80b7-d035ffb170e7", + "objectID": "4ae2b192-7187-42e1-b384-ed978261676e", "type": "lvl2", "url": "/docs/components/slider#api", "hierarchy": { "lvl1": "Slider", "lvl2": "API", "lvl3": null } }, { "content": "Slider Props", - "objectID": "855afe7e-c6bb-49d1-a4e2-b2a42d5eed6e", + "objectID": "d92d79d6-b40e-4695-bfa1-8b765ddb9150", "type": "lvl3", "url": "/docs/components/slider#slider-props", "hierarchy": { "lvl1": "Slider", "lvl2": "API", "lvl3": "Slider Props" } }, { "content": "Slider Functions", - "objectID": "33ba5af0-0f84-4055-a905-f470811f1e76", + "objectID": "0aad9c49-2759-41f6-b877-0caf4891ed0f", "type": "lvl3", "url": "/docs/components/slider#slider-functions", "hierarchy": { @@ -5448,7 +6003,7 @@ }, { "content": "Slider Events", - "objectID": "4c78d57d-406f-4592-a8e0-477b60d826f4", + "objectID": "158790a8-22e5-4fd4-a998-ed1447b36f5f", "type": "lvl3", "url": "/docs/components/slider#slider-events", "hierarchy": { @@ -5459,70 +6014,70 @@ }, { "content": "Types", - "objectID": "0c69ed47-5a2c-487f-addd-be96fce8bfb2", + "objectID": "9b6fefb3-b56d-41ec-9358-70f788675753", "type": "lvl3", "url": "/docs/components/slider#types", "hierarchy": { "lvl1": "Slider", "lvl2": "Slider Events", "lvl3": "Types" } }, { "content": "Slider Value", - "objectID": "78dc3b4b-8df7-4508-beaf-bb711c78155d", + "objectID": "6942c82f-bfd8-43ac-8f1c-4b18435f3a90", "type": "lvl4", "url": "/docs/components/slider#slider-value", "hierarchy": { "lvl1": "Slider", "lvl2": "Types", "lvl3": null } }, { "content": "Slider Step Marks", - "objectID": "afb86bb0-fc46-42cd-93c1-b86f0ef029ae", + "objectID": "65916fd0-450b-47be-a63b-27cca5ef9426", "type": "lvl4", "url": "/docs/components/slider#slider-step-marks", "hierarchy": { "lvl1": "Slider", "lvl2": "Slider Value", "lvl3": null } }, { "content": "Snippet", - "objectID": "05430f79-03dc-484a-a777-aa52b51765cd", + "objectID": "574421a7-bea1-4f4e-85e2-0a7e1984a6b7", "type": "lvl1", "url": "/docs/components/snippet", "hierarchy": { "lvl1": "Snippet" } }, { "content": "Import", - "objectID": "2a21126e-acb7-4cf8-a5d8-e046bd3b1c35", + "objectID": "a90595cf-d861-499d-ab0b-38ac5832b69b", "type": "lvl2", "url": "/docs/components/snippet#import", "hierarchy": { "lvl1": "Snippet", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "9f0f9623-91c4-4882-b14b-ce9534cb4f96", + "objectID": "b6210226-a732-4124-ae35-9834372e41e9", "type": "lvl2", "url": "/docs/components/snippet#usage", "hierarchy": { "lvl1": "Snippet", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "40f999d6-fd66-4c36-8950-4d565ddebd1d", + "objectID": "73fae189-3b75-4d49-a1bb-9913d7191405", "type": "lvl3", "url": "/docs/components/snippet#sizes", "hierarchy": { "lvl1": "Snippet", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "bb0cae77-c1c7-467f-9fd7-df16923201dc", + "objectID": "d709dee1-2ffc-47e3-b4c9-937d89389817", "type": "lvl3", "url": "/docs/components/snippet#colors", "hierarchy": { "lvl1": "Snippet", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "8ea8b396-44ea-48c6-8456-ab3ae183e962", + "objectID": "213cdd33-a6ba-473d-8895-192eaddcc005", "type": "lvl3", "url": "/docs/components/snippet#variants", "hierarchy": { "lvl1": "Snippet", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "Custom Symbol", - "objectID": "2f9fd828-8e47-49b7-b08d-ea957b0db1a1", + "objectID": "924c3c08-8de7-4c24-b8cb-0562e871c39a", "type": "lvl3", "url": "/docs/components/snippet#custom-symbol", "hierarchy": { @@ -5533,7 +6088,7 @@ }, { "content": "Without Copy", - "objectID": "4fa843d0-ba14-49dc-a284-e944946e7743", + "objectID": "890a0f88-98ee-4d63-ac7a-951d9df85f28", "type": "lvl3", "url": "/docs/components/snippet#without-copy", "hierarchy": { @@ -5544,7 +6099,7 @@ }, { "content": "Custom Tooltip", - "objectID": "7a853190-dad9-40ce-904a-72bacb105f3c", + "objectID": "f89a64e5-a99e-4f08-9da6-8164957cb695", "type": "lvl3", "url": "/docs/components/snippet#custom-tooltip", "hierarchy": { @@ -5555,7 +6110,7 @@ }, { "content": "Multiline", - "objectID": "fd773bf7-76aa-4177-9fa0-5b8c7fa8aa35", + "objectID": "7c5a802b-c95f-4426-8a9d-4dda4e3a5322", "type": "lvl3", "url": "/docs/components/snippet#multiline", "hierarchy": { @@ -5566,7 +6121,7 @@ }, { "content": "Custom Icons", - "objectID": "fabea34a-5e88-4065-97cb-d0fc7a817904", + "objectID": "8b0e0b01-995c-4876-ac11-2d0e8b75f2cb", "type": "lvl3", "url": "/docs/components/snippet#custom-icons", "hierarchy": { @@ -5577,28 +6132,28 @@ }, { "content": "Slots", - "objectID": "16e0d531-cdfc-4291-b3b5-8ed870bbe7b6", + "objectID": "63a42d47-105e-465e-87f2-4c5ad5c36811", "type": "lvl2", "url": "/docs/components/snippet#slots", "hierarchy": { "lvl1": "Snippet", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "8903b26d-7ec0-4cc4-8961-0d234faf1a03", + "objectID": "1aa85af9-faaf-4dca-94f0-7261ddd8109e", "type": "lvl2", "url": "/docs/components/snippet#api", "hierarchy": { "lvl1": "Snippet", "lvl2": "API", "lvl3": null } }, { "content": "Snippet Props", - "objectID": "af420c5f-9334-4f56-bb78-9ec860de304d", + "objectID": "25ecf642-4b0c-424d-b28b-b11eeec3370c", "type": "lvl3", "url": "/docs/components/snippet#snippet-props", "hierarchy": { "lvl1": "Snippet", "lvl2": "API", "lvl3": "Snippet Props" } }, { "content": "Snippet Events", - "objectID": "00cd5c4c-f351-4362-b98a-1ae07d1a8b45", + "objectID": "eef19c20-01e5-4e68-8eb4-badbb2facb54", "type": "lvl3", "url": "/docs/components/snippet#snippet-events", "hierarchy": { @@ -5609,91 +6164,91 @@ }, { "content": "Spacer", - "objectID": "23c9a6b6-0881-4774-8563-dc2dbf7b936e", + "objectID": "60a7c0b4-783c-4ed1-8952-065afda5fbea", "type": "lvl1", "url": "/docs/components/spacer", "hierarchy": { "lvl1": "Spacer" } }, { "content": "Import", - "objectID": "b4f383fc-41b1-44b4-b10b-3e4c2286fc6c", + "objectID": "490a4916-a2ae-40e5-a2b6-e1559f3f6d77", "type": "lvl2", "url": "/docs/components/spacer#import", "hierarchy": { "lvl1": "Spacer", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "a9b1a325-0f1a-4607-80e8-3a4beb05b1cf", + "objectID": "4dce5ff6-c54f-4d92-9c81-3161ff882ac3", "type": "lvl2", "url": "/docs/components/spacer#usage", "hierarchy": { "lvl1": "Spacer", "lvl2": "Usage", "lvl3": null } }, { "content": "API", - "objectID": "97f08ec9-ea73-46df-b546-c88bdcb2a140", + "objectID": "81fd50c2-5808-4da4-b731-a461081755ad", "type": "lvl2", "url": "/docs/components/spacer#api", "hierarchy": { "lvl1": "Spacer", "lvl2": "API", "lvl3": null } }, { "content": "Spacer Props", - "objectID": "e49367e5-0ed5-4d2e-b7ad-2debbe761e92", + "objectID": "59a6d889-d362-41ec-a26e-e8ae343c6c1d", "type": "lvl3", "url": "/docs/components/spacer#spacer-props", "hierarchy": { "lvl1": "Spacer", "lvl2": "API", "lvl3": "Spacer Props" } }, { "content": "Spaces", - "objectID": "ca27f0ea-3d70-4fdd-823d-3a26e907874c", + "objectID": "99b9ebf9-1b31-4d75-bb5b-6d9a567554c1", "type": "lvl3", "url": "/docs/components/spacer#spaces", "hierarchy": { "lvl1": "Spacer", "lvl2": "Spacer Props", "lvl3": "Spaces" } }, { "content": "Spinner", - "objectID": "4fb48b66-5f8a-40a1-81ee-fffc8411ed18", + "objectID": "afda6fb7-807a-428d-8b59-895cf6523d92", "type": "lvl1", "url": "/docs/components/spinner", "hierarchy": { "lvl1": "Spinner" } }, { "content": "Import", - "objectID": "be2c1700-da47-417e-b22e-fe8d2aa3a7d8", + "objectID": "c9fd2916-ee1f-4f51-b6a3-0c5e759e8936", "type": "lvl2", "url": "/docs/components/spinner#import", "hierarchy": { "lvl1": "Spinner", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "549fec53-6952-464c-be0d-be7177902b47", + "objectID": "a2ba8ffb-ad24-445d-b9b1-61823eeb3ea2", "type": "lvl2", "url": "/docs/components/spinner#usage", "hierarchy": { "lvl1": "Spinner", "lvl2": "Usage", "lvl3": null } }, { "content": "Sizes", - "objectID": "41e0c931-5dbc-4ead-86be-6162636d7a80", + "objectID": "d49b194e-9354-4b32-be6e-008fc4580654", "type": "lvl3", "url": "/docs/components/spinner#sizes", "hierarchy": { "lvl1": "Spinner", "lvl2": "Usage", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "f53dcbec-aace-4bc9-8c95-d6c12f8a3a28", + "objectID": "516685ce-dc4e-416f-addc-be167af8062e", "type": "lvl3", "url": "/docs/components/spinner#colors", "hierarchy": { "lvl1": "Spinner", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "With Label", - "objectID": "4169122b-9da7-42e9-b322-0993ebd87e95", + "objectID": "a4f7d402-51e8-4b58-b543-3c3d1b515bd7", "type": "lvl3", "url": "/docs/components/spinner#with-label", "hierarchy": { "lvl1": "Spinner", "lvl2": "Colors", "lvl3": "With Label" } }, { "content": "Label colors", - "objectID": "80a52af3-6a2e-4f05-8a5c-db05cb8dff4b", + "objectID": "34069b6b-257f-443c-a88d-05790c3d34ec", "type": "lvl3", "url": "/docs/components/spinner#label-colors", "hierarchy": { @@ -5704,21 +6259,21 @@ }, { "content": "Slots", - "objectID": "016a37a1-1b61-490e-bee0-6a4692e2a699", + "objectID": "6e546c24-e521-4bea-a1f7-eb26a5824472", "type": "lvl2", "url": "/docs/components/spinner#slots", "hierarchy": { "lvl1": "Spinner", "lvl2": "Slots", "lvl3": null } }, { "content": "API", - "objectID": "a2bf18fb-15c5-4eaf-a144-f37e6b3179d3", + "objectID": "26a79254-e162-40a8-8514-245a6364196b", "type": "lvl2", "url": "/docs/components/spinner#api", "hierarchy": { "lvl1": "Spinner", "lvl2": "API", "lvl3": null } }, { "content": "Circular Progress Props", - "objectID": "51889ce1-eac8-49f4-8168-9dc1b973c123", + "objectID": "bc21e9dc-2d11-46a7-8693-dd562e418430", "type": "lvl3", "url": "/docs/components/spinner#circular-progress-props", "hierarchy": { @@ -5729,56 +6284,56 @@ }, { "content": "Switch", - "objectID": "3d984d6b-89bd-4718-9a70-bc34c2588e7a", + "objectID": "a52759bb-5e78-496a-aef0-8f1a7b046470", "type": "lvl1", "url": "/docs/components/switch", "hierarchy": { "lvl1": "Switch" } }, { "content": "Import", - "objectID": "0aaefda7-15a4-4376-b1b0-19f023c4227a", + "objectID": "d89aec6a-4a79-4407-aa77-ad036e88b7b6", "type": "lvl2", "url": "/docs/components/switch#import", "hierarchy": { "lvl1": "Switch", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "50bf78a0-6c92-413b-a0d5-2549dbae9cc7", + "objectID": "45070a0d-f155-426e-9910-ded576938c9d", "type": "lvl2", "url": "/docs/components/switch#usage", "hierarchy": { "lvl1": "Switch", "lvl2": "Usage", "lvl3": null } }, { "content": "With Label", - "objectID": "abc47843-5872-4b0e-ae1a-677daff6357d", + "objectID": "34381944-13b0-4093-9410-6da238f4e5f6", "type": "lvl3", "url": "/docs/components/switch#with-label", "hierarchy": { "lvl1": "Switch", "lvl2": "Usage", "lvl3": "With Label" } }, { "content": "Disabled", - "objectID": "9fe6c72d-8355-4976-b611-4e80395ac172", + "objectID": "7633ad55-3401-4488-aecb-7c9307ca8f41", "type": "lvl3", "url": "/docs/components/switch#disabled", "hierarchy": { "lvl1": "Switch", "lvl2": "With Label", "lvl3": "Disabled" } }, { "content": "Sizes", - "objectID": "b8dd25be-395a-45b3-b829-604cfded3935", + "objectID": "c70e6fd7-ed7e-4af0-817f-cb765bbecd6c", "type": "lvl3", "url": "/docs/components/switch#sizes", "hierarchy": { "lvl1": "Switch", "lvl2": "Disabled", "lvl3": "Sizes" } }, { "content": "Colors", - "objectID": "42d3eafd-a7d7-4cfb-ac20-f609a1175709", + "objectID": "85236a50-bbcc-40d9-afff-6e7c826fa1be", "type": "lvl3", "url": "/docs/components/switch#colors", "hierarchy": { "lvl1": "Switch", "lvl2": "Sizes", "lvl3": "Colors" } }, { "content": "With Thumb Icon", - "objectID": "0d7d0edf-9b20-44b4-b043-3ee00870bdd6", + "objectID": "f63e12b2-6396-472c-98a7-5a9c48c6146d", "type": "lvl3", "url": "/docs/components/switch#with-thumb-icon", "hierarchy": { @@ -5789,7 +6344,7 @@ }, { "content": "With Icons", - "objectID": "445defda-5250-456f-a80c-a8c199a7261d", + "objectID": "6d17b5f4-b115-45a2-a1e3-a2583cafc345", "type": "lvl3", "url": "/docs/components/switch#with-icons", "hierarchy": { @@ -5800,7 +6355,7 @@ }, { "content": "Controlled", - "objectID": "40c93e33-c806-46d7-996a-01b577d73935", + "objectID": "f746447e-9786-4619-8035-f45fd5acdf54", "type": "lvl3", "url": "/docs/components/switch#controlled", "hierarchy": { @@ -5811,21 +6366,21 @@ }, { "content": "Slots", - "objectID": "c598efbb-fdb9-493f-b5b2-680f3ba78a66", + "objectID": "6af739c6-ef06-4cf1-8599-f8d27c0b85ba", "type": "lvl2", "url": "/docs/components/switch#slots", "hierarchy": { "lvl1": "Switch", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "6e437847-dc98-4cee-b9ab-e80c5d6cbb19", + "objectID": "84d16863-a301-44e5-941c-9b4cca5c38ff", "type": "lvl3", "url": "/docs/components/switch#custom-styles", "hierarchy": { "lvl1": "Switch", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Custom Implementation", - "objectID": "75f2eb66-adfd-496f-8f18-3c63ac0e5f58", + "objectID": "03a9c6b3-1e3a-4923-b875-9b6f2e576270", "type": "lvl3", "url": "/docs/components/switch#custom-implementation", "hierarchy": { @@ -5836,35 +6391,35 @@ }, { "content": "Data Attributes", - "objectID": "dde97e06-7222-4b41-a5a3-0d0601887495", + "objectID": "538e0851-edae-4281-bbba-3a1724205b7d", "type": "lvl2", "url": "/docs/components/switch#data-attributes", "hierarchy": { "lvl1": "Switch", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "6e012a08-f30b-4407-a1f0-bbda61e3031b", + "objectID": "6c821fd0-b570-4327-803a-9386d75499cc", "type": "lvl2", "url": "/docs/components/switch#accessibility", "hierarchy": { "lvl1": "Switch", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "0d8b3de2-de2f-41fb-a3ef-f1033dbe81fc", + "objectID": "dced2325-1975-4248-8902-3782041e95ab", "type": "lvl2", "url": "/docs/components/switch#api", "hierarchy": { "lvl1": "Switch", "lvl2": "API", "lvl3": null } }, { "content": "Switch Props", - "objectID": "eb3c6013-828a-4547-b94e-07ea3547338b", + "objectID": "a06a89cd-804d-4680-af45-0e2b6e5f3b0f", "type": "lvl3", "url": "/docs/components/switch#switch-props", "hierarchy": { "lvl1": "Switch", "lvl2": "API", "lvl3": "Switch Props" } }, { "content": "Switch Events", - "objectID": "f87a1040-d976-41ba-8b87-3392a66e630d", + "objectID": "2ab21803-cdf2-4b38-90fb-a3f52b1aee82", "type": "lvl3", "url": "/docs/components/switch#switch-events", "hierarchy": { @@ -5875,56 +6430,56 @@ }, { "content": "Types", - "objectID": "d35fa2d7-531b-43cf-af22-0a4676a427e4", + "objectID": "2dacb389-cba1-4418-ab12-e280a8b9bd39", "type": "lvl3", "url": "/docs/components/switch#types", "hierarchy": { "lvl1": "Switch", "lvl2": "Switch Events", "lvl3": "Types" } }, { "content": "Switch Icon Props", - "objectID": "068b0b9a-9dad-4a3b-9f7d-3c66b1924d4e", + "objectID": "c2e6594e-8a91-4476-bdfb-c447f3d83baa", "type": "lvl4", "url": "/docs/components/switch#switch-icon-props", "hierarchy": { "lvl1": "Switch", "lvl2": "Types", "lvl3": null } }, { "content": "Table", - "objectID": "7670a394-3747-43b5-a99d-b7e31c49de71", + "objectID": "8a85b804-fb1b-4cad-b114-82cd08dddc20", "type": "lvl1", "url": "/docs/components/table", "hierarchy": { "lvl1": "Table" } }, { "content": "Import", - "objectID": "85918cdf-23ab-4c54-a0d0-14ec9e55994f", + "objectID": "23bd833d-73ed-4dcb-8f33-6dff69c39aff", "type": "lvl2", "url": "/docs/components/table#import", "hierarchy": { "lvl1": "Table", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "47be7643-23cb-470a-b034-f84965a3c126", + "objectID": "4cfa845e-3e8c-468b-813d-20e51239b463", "type": "lvl2", "url": "/docs/components/table#usage", "hierarchy": { "lvl1": "Table", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic", - "objectID": "a8f02b2c-5382-401c-80ff-f6ff2541c875", + "objectID": "b81d9a8c-9b96-4ddb-9876-92d9c83f3248", "type": "lvl3", "url": "/docs/components/table#dynamic", "hierarchy": { "lvl1": "Table", "lvl2": "Usage", "lvl3": "Dynamic" } }, { "content": "Why not array map?", - "objectID": "cbdf1f57-972f-4887-bb06-c16995ad5109", + "objectID": "dfe3b72e-b761-4bbf-a5aa-c761ee79146b", "type": "lvl4", "url": "/docs/components/table#why-not-array-map", "hierarchy": { "lvl1": "Table", "lvl2": "Dynamic", "lvl3": null } }, { "content": "Empty State", - "objectID": "d057570d-d5bc-48c3-acd7-ac87baa1f908", + "objectID": "ad7dc7f0-d351-496d-b7e9-c8f51b859f54", "type": "lvl3", "url": "/docs/components/table#empty-state", "hierarchy": { @@ -5935,7 +6490,7 @@ }, { "content": "Without Header", - "objectID": "132da903-f55f-4840-894c-d9c7fa63a08f", + "objectID": "b12ea7b4-684c-43e0-8ef0-f9086149a204", "type": "lvl3", "url": "/docs/components/table#without-header", "hierarchy": { @@ -5946,7 +6501,7 @@ }, { "content": "Without Wrapper", - "objectID": "f3dae48f-218f-4fb2-a700-0fc790c3cdd0", + "objectID": "93ec874c-3aec-493f-aef0-ba95f57ac190", "type": "lvl3", "url": "/docs/components/table#without-wrapper", "hierarchy": { @@ -5957,7 +6512,7 @@ }, { "content": "Custom Cells", - "objectID": "313366e4-9a75-4d28-961e-2062d94a381f", + "objectID": "7d821fe2-68b7-466e-bfef-490327848149", "type": "lvl3", "url": "/docs/components/table#custom-cells", "hierarchy": { @@ -5968,7 +6523,7 @@ }, { "content": "Striped Rows", - "objectID": "b1c4c0e5-f0e1-4f4d-98c0-0ae84a1fd15a", + "objectID": "759325cd-f0f8-43ba-a91a-4259178d8506", "type": "lvl3", "url": "/docs/components/table#striped-rows", "hierarchy": { @@ -5979,7 +6534,7 @@ }, { "content": "Single Row Selection", - "objectID": "d1a1b2c7-c672-4263-9df3-877c881735f8", + "objectID": "69650298-4102-491c-b8b2-884d214ab1e7", "type": "lvl3", "url": "/docs/components/table#single-row-selection", "hierarchy": { @@ -5990,7 +6545,7 @@ }, { "content": "Multiple Row Selection", - "objectID": "e0d92bd9-4e4a-49cc-9e13-0d744e4a582a", + "objectID": "d0d77239-e450-4a46-b558-6d633ff2978b", "type": "lvl3", "url": "/docs/components/table#multiple-row-selection", "hierarchy": { @@ -6001,7 +6556,7 @@ }, { "content": "Disallow Empty Selection", - "objectID": "514c03ad-e7b9-47b8-b567-593608bc286c", + "objectID": "0d6adade-d823-40a9-9aed-d11b7ba433af", "type": "lvl3", "url": "/docs/components/table#disallow-empty-selection", "hierarchy": { @@ -6012,7 +6567,7 @@ }, { "content": "Controlled Selection", - "objectID": "a4d30502-bba4-42d3-90c7-e301e41f1910", + "objectID": "bd75d89c-c554-4897-9ef7-e755c4df3f1c", "type": "lvl3", "url": "/docs/components/table#controlled-selection", "hierarchy": { @@ -6023,7 +6578,7 @@ }, { "content": "Disabled Rows", - "objectID": "0bd536be-dcfb-40ef-b429-e5b2ca48cd01", + "objectID": "82344fcf-194a-41cd-b053-a832d4b407fa", "type": "lvl3", "url": "/docs/components/table#disabled-rows", "hierarchy": { @@ -6034,7 +6589,7 @@ }, { "content": "Selection Behavior", - "objectID": "259cf868-4e10-48fb-bafc-41681d954117", + "objectID": "ac7d307a-5562-46a4-9d87-538c4edfa196", "type": "lvl3", "url": "/docs/components/table#selection-behavior", "hierarchy": { @@ -6045,7 +6600,7 @@ }, { "content": "Rows Actions", - "objectID": "77897fb7-6f28-43d2-8b88-ffea33259c62", + "objectID": "ae0fdde0-8322-4666-98f9-94e7b2889e5f", "type": "lvl3", "url": "/docs/components/table#rows-actions", "hierarchy": { @@ -6056,7 +6611,7 @@ }, { "content": "Sorting Rows", - "objectID": "86e8e485-7b3e-4142-9b50-f23076c2832b", + "objectID": "2bed9799-b335-4ae7-9266-efc96e27ea4b", "type": "lvl3", "url": "/docs/components/table#sorting-rows", "hierarchy": { @@ -6067,7 +6622,7 @@ }, { "content": "Loading more data", - "objectID": "fd78a353-0df7-4979-afec-5c7f7613d2c9", + "objectID": "508f0637-ff45-4300-9af9-ae76c3682904", "type": "lvl3", "url": "/docs/components/table#loading-more-data", "hierarchy": { @@ -6078,7 +6633,7 @@ }, { "content": "Paginated Table", - "objectID": "e3e1e741-6258-4bc2-a7fc-1c02fbee33f6", + "objectID": "f9c3e545-7e5b-47f0-b107-66c5f70d8e9b", "type": "lvl3", "url": "/docs/components/table#paginated-table", "hierarchy": { @@ -6089,7 +6644,7 @@ }, { "content": "Async Pagination", - "objectID": "6963084b-0caf-439f-8b17-e622ff2aaa9a", + "objectID": "559f60c4-5709-48c0-99e4-78754c676e83", "type": "lvl3", "url": "/docs/components/table#async-pagination", "hierarchy": { @@ -6100,7 +6655,7 @@ }, { "content": "Infinite Pagination", - "objectID": "7e0c339f-6e0d-48b5-896f-891899f1a4a5", + "objectID": "c984281d-dfc3-4995-affb-a8a53de4ccec", "type": "lvl3", "url": "/docs/components/table#infinite-pagination", "hierarchy": { @@ -6111,7 +6666,7 @@ }, { "content": "Use Case Example", - "objectID": "ef6b761a-97ec-4fd7-b5e9-a966d7c3f776", + "objectID": "03275f9b-71f9-4130-935c-78cac507a0b5", "type": "lvl3", "url": "/docs/components/table#use-case-example", "hierarchy": { @@ -6122,49 +6677,49 @@ }, { "content": "Slots", - "objectID": "f9308a5b-127b-4e89-9e46-1adf744ebb0c", + "objectID": "80bfabe2-9676-4e37-a5f3-bf0ada890868", "type": "lvl2", "url": "/docs/components/table#slots", "hierarchy": { "lvl1": "Table", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "c6ae09c5-6764-4e4a-9461-c7288d1016d3", + "objectID": "c55c17c4-6570-4f5d-b468-fec52850e47f", "type": "lvl3", "url": "/docs/components/table#custom-styles", "hierarchy": { "lvl1": "Table", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "ec34f5bd-5f98-4024-bba5-4d575d80682f", + "objectID": "bd574840-b1ee-4655-a896-ee4119989fa9", "type": "lvl2", "url": "/docs/components/table#data-attributes", "hierarchy": { "lvl1": "Table", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "684cb92e-1512-477e-ab45-8404473d365d", + "objectID": "2d2ee578-5d7b-45e2-ba07-5bae153d1638", "type": "lvl2", "url": "/docs/components/table#accessibility", "hierarchy": { "lvl1": "Table", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "414933fc-a7a4-4c7e-b239-389a1ca76680", + "objectID": "c3a0c927-a49f-46ef-959a-2bee617d721e", "type": "lvl2", "url": "/docs/components/table#api", "hierarchy": { "lvl1": "Table", "lvl2": "API", "lvl3": null } }, { "content": "Table Props", - "objectID": "7f765527-c436-42b2-a2fd-f9c416a11599", + "objectID": "6a01f491-97b4-4032-a219-95f32b902b74", "type": "lvl3", "url": "/docs/components/table#table-props", "hierarchy": { "lvl1": "Table", "lvl2": "API", "lvl3": "Table Props" } }, { "content": "Table Events", - "objectID": "a2ab5b0d-2468-4acb-af1c-1d945484805a", + "objectID": "8c64f599-8686-4a6b-90e2-e97eee09f026", "type": "lvl3", "url": "/docs/components/table#table-events", "hierarchy": { @@ -6175,28 +6730,28 @@ }, { "content": "TableHeader Props", - "objectID": "dd28806f-5b89-421d-8f64-c614e0edbd8e", + "objectID": "bde7078a-c300-47a8-9037-f074eed11789", "type": "lvl4", "url": "/docs/components/table#tableheader-props", "hierarchy": { "lvl1": "Table", "lvl2": "Table Events", "lvl3": null } }, { "content": "TableColumn Props", - "objectID": "d0371f85-7743-4827-ba79-2409bd9955de", + "objectID": "674f6319-16d8-4186-8838-3d46042e900a", "type": "lvl4", "url": "/docs/components/table#tablecolumn-props", "hierarchy": { "lvl1": "Table", "lvl2": "TableHeader Props", "lvl3": null } }, { "content": "TableBody Props", - "objectID": "b2fd91b9-25f5-4cde-9493-cdb42fc5dacf", + "objectID": "e57616c3-5341-4aee-a486-87e1925d670f", "type": "lvl4", "url": "/docs/components/table#tablebody-props", "hierarchy": { "lvl1": "Table", "lvl2": "TableColumn Props", "lvl3": null } }, { "content": "TableBody Events", - "objectID": "1597c6be-5727-4e93-876b-ceec40c3dc1c", + "objectID": "3992b363-12b7-4c38-b3c5-7c794ecc8453", "type": "lvl3", "url": "/docs/components/table#tablebody-events", "hierarchy": { @@ -6207,21 +6762,21 @@ }, { "content": "TableRow Props", - "objectID": "2e827194-be75-4f2f-b4c7-eac72f989de7", + "objectID": "02ad9e9d-b8e4-4f8c-98ff-8bbcf3a5e84b", "type": "lvl4", "url": "/docs/components/table#tablerow-props", "hierarchy": { "lvl1": "Table", "lvl2": "TableBody Events", "lvl3": null } }, { "content": "TableCell Props", - "objectID": "a216b7a9-dae0-4a1c-a7c0-ae77497047e2", + "objectID": "0a02fb64-4944-43a5-aca7-15c721c4b414", "type": "lvl4", "url": "/docs/components/table#tablecell-props", "hierarchy": { "lvl1": "Table", "lvl2": "TableRow Props", "lvl3": null } }, { "content": "Table types", - "objectID": "5997d007-eaaf-4c4f-9514-c463d2aae688", + "objectID": "a4c93ba8-f1e6-4446-8d66-90018ace0ff0", "type": "lvl3", "url": "/docs/components/table#table-types", "hierarchy": { @@ -6232,259 +6787,274 @@ }, { "content": "Sort descriptor", - "objectID": "33be9c2c-a92a-495f-adf8-da72b101994c", + "objectID": "910025a5-7ce8-47ac-8225-2ea77d89e0cc", "type": "lvl4", "url": "/docs/components/table#sort-descriptor", "hierarchy": { "lvl1": "Table", "lvl2": "Table types", "lvl3": null } }, { "content": "Selection", - "objectID": "eafcc00a-f8c8-4f77-bb07-4e216ab63a6d", + "objectID": "2be21c56-c1ff-4014-87ee-de5bf64c3f64", "type": "lvl4", "url": "/docs/components/table#selection", "hierarchy": { "lvl1": "Table", "lvl2": "Sort descriptor", "lvl3": null } }, { "content": "Loading state", - "objectID": "082d837f-2f1d-414f-9cb1-3c49ef54a5ca", + "objectID": "c0cf70e7-1d7b-46ce-b8a3-164868aaf6a9", "type": "lvl4", "url": "/docs/components/table#loading-state", "hierarchy": { "lvl1": "Table", "lvl2": "Selection", "lvl3": null } }, { "content": "Tabs", - "objectID": "c18cc06e-edea-4b76-91ef-1c4601a7688d", + "objectID": "a798599e-3c3e-48cc-93ac-74c148e4e2b6", "type": "lvl1", "url": "/docs/components/tabs", "hierarchy": { "lvl1": "Tabs" } }, { "content": "Import", - "objectID": "4cd64df5-d593-4c7f-9834-278ac8659780", + "objectID": "d7d07f85-af4c-4330-aa1b-e6541cc663d0", "type": "lvl2", "url": "/docs/components/tabs#import", "hierarchy": { "lvl1": "Tabs", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "33c2e02b-fb57-43e2-b396-329c24d7909f", + "objectID": "f1b75daa-abd8-4b94-ac3f-5d06dab8090c", "type": "lvl2", "url": "/docs/components/tabs#usage", "hierarchy": { "lvl1": "Tabs", "lvl2": "Usage", "lvl3": null } }, { "content": "Dynamic", - "objectID": "9243df8e-70f7-4249-9fce-cf31ad459031", + "objectID": "c8ee03a4-2fa7-4efb-8b05-2df39ae3bee9", "type": "lvl3", "url": "/docs/components/tabs#dynamic", "hierarchy": { "lvl1": "Tabs", "lvl2": "Usage", "lvl3": "Dynamic" } }, { "content": "Disabled", - "objectID": "fb4f17fa-de8c-4de5-a51e-653bf5d885fc", + "objectID": "95d6347b-f843-4b73-b927-9cab679a66c5", "type": "lvl3", "url": "/docs/components/tabs#disabled", "hierarchy": { "lvl1": "Tabs", "lvl2": "Dynamic", "lvl3": "Disabled" } }, { "content": "Disabled Item", - "objectID": "1f278415-f1f6-4254-aac0-5cf65d701b5d", + "objectID": "40b65870-801c-411a-b538-dc94457d40ce", "type": "lvl3", "url": "/docs/components/tabs#disabled-item", "hierarchy": { "lvl1": "Tabs", "lvl2": "Disabled", "lvl3": "Disabled Item" } }, { "content": "Sizes", - "objectID": "cdbd3bde-0466-4aa7-a206-5823320a1f38", + "objectID": "020a2055-3475-44a9-8741-06dad2f1fd01", "type": "lvl3", "url": "/docs/components/tabs#sizes", "hierarchy": { "lvl1": "Tabs", "lvl2": "Disabled Item", "lvl3": "Sizes" } }, { "content": "Radius", - "objectID": "a9db1e8b-f05e-4d5a-89e1-742535865c1d", + "objectID": "1dcf67f1-f598-43b7-852d-65e6a53555c6", "type": "lvl3", "url": "/docs/components/tabs#radius", "hierarchy": { "lvl1": "Tabs", "lvl2": "Sizes", "lvl3": "Radius" } }, { "content": "Colors", - "objectID": "f89e9bed-8779-4496-81bf-6887329a4313", + "objectID": "91b610df-a152-4a6c-8e20-0e39fcec9b8f", "type": "lvl3", "url": "/docs/components/tabs#colors", "hierarchy": { "lvl1": "Tabs", "lvl2": "Radius", "lvl3": "Colors" } }, { "content": "Variants", - "objectID": "1846c6b0-9265-443b-bd10-29dbf6d4ae02", + "objectID": "87290d4c-b9f1-4947-8cc7-a2e344511066", "type": "lvl3", "url": "/docs/components/tabs#variants", "hierarchy": { "lvl1": "Tabs", "lvl2": "Colors", "lvl3": "Variants" } }, { "content": "With Icons", - "objectID": "2fd4326b-2d1e-4499-80b3-0ac173c0c6c4", + "objectID": "3f48bb79-3173-4499-a874-5f4fad500724", "type": "lvl3", "url": "/docs/components/tabs#with-icons", "hierarchy": { "lvl1": "Tabs", "lvl2": "Variants", "lvl3": "With Icons" } }, { "content": "Controlled", - "objectID": "7d3cf9a8-c22b-4203-806c-cf0b8e36eb06", + "objectID": "a8cc4575-bff5-4718-8462-64d8a59aba18", "type": "lvl3", "url": "/docs/components/tabs#controlled", "hierarchy": { "lvl1": "Tabs", "lvl2": "With Icons", "lvl3": "Controlled" } }, { "content": "Links", - "objectID": "cf17abb3-4fd7-48bd-a1f7-af33279d1bd8", + "objectID": "47b87244-e68f-4ae7-a348-15011a297e59", "type": "lvl3", "url": "/docs/components/tabs#links", "hierarchy": { "lvl1": "Tabs", "lvl2": "Controlled", "lvl3": "Links" } }, { "content": "Next.js", - "objectID": "d2653361-fa33-4a2b-8c38-5545b03be152", + "objectID": "88fdd0e8-7df2-4ddb-938f-54d1db3b5b4a", "type": "lvl4", "url": "/docs/components/tabs#nextjs", "hierarchy": { "lvl1": "Tabs", "lvl2": "Links", "lvl3": null } }, { "content": "React Router", - "objectID": "565436ad-187f-4f83-944f-9c5eae5948f0", + "objectID": "be942e9f-ad02-46e3-9b38-eba42daa0ab0", "type": "lvl4", "url": "/docs/components/tabs#react-router", "hierarchy": { "lvl1": "Tabs", "lvl2": "Next.js", "lvl3": null } }, { "content": "With Form", - "objectID": "f77c0a0f-3a0c-4fe5-a273-23e03a498b2c", + "objectID": "3760e8ce-260e-4880-b191-98fd1e2d63f0", "type": "lvl3", "url": "/docs/components/tabs#with-form", "hierarchy": { "lvl1": "Tabs", "lvl2": "React Router", "lvl3": "With Form" } }, { "content": "Slots", - "objectID": "8f5ab661-9e03-4ccb-94d0-0bc637efb31b", + "objectID": "7f721db3-a624-4d40-98d1-02fcaa7656af", "type": "lvl2", "url": "/docs/components/tabs#slots", "hierarchy": { "lvl1": "Tabs", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "c02e48ef-7bbe-4b28-b79c-a01463a7c9f1", + "objectID": "d9ddb465-1447-4307-9897-305edf4b6d14", "type": "lvl3", "url": "/docs/components/tabs#custom-styles", "hierarchy": { "lvl1": "Tabs", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "2f3949d1-c831-413c-8075-ee8910ca507d", + "objectID": "e1bdb33e-b60e-4893-910e-b207ce25c6c3", "type": "lvl2", "url": "/docs/components/tabs#data-attributes", "hierarchy": { "lvl1": "Tabs", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "c639c427-51bb-4cda-afc8-7f7897ecec4d", + "objectID": "002c81b2-246f-4578-ade1-e35bbd640239", "type": "lvl2", "url": "/docs/components/tabs#accessibility", "hierarchy": { "lvl1": "Tabs", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "3aa38a01-a117-40ff-a427-8d5ddac99b87", + "objectID": "9b1d4989-62be-49ac-a25d-a9f1b1f0a91a", "type": "lvl2", "url": "/docs/components/tabs#api", "hierarchy": { "lvl1": "Tabs", "lvl2": "API", "lvl3": null } }, { "content": "Tabs Props", - "objectID": "fdbb2ecb-a14a-452f-ab1e-a06a5bb6f152", + "objectID": "fc4f74d6-5faf-4ee5-8db6-dacc1933f3c8", "type": "lvl3", "url": "/docs/components/tabs#tabs-props", "hierarchy": { "lvl1": "Tabs", "lvl2": "API", "lvl3": "Tabs Props" } }, { "content": "Tabs Events", - "objectID": "e4a70140-efb8-4d33-8b29-a86114d672a7", + "objectID": "72b8723d-6b9f-4e28-bacb-15a21adde3b0", "type": "lvl3", "url": "/docs/components/tabs#tabs-events", "hierarchy": { "lvl1": "Tabs", "lvl2": "Tabs Props", "lvl3": "Tabs Events" } }, { "content": "Tab Props", - "objectID": "ce85b289-6262-4aad-aadc-01816381e08e", + "objectID": "dde441ad-4cb6-4446-ad4b-267572e2504b", "type": "lvl3", "url": "/docs/components/tabs#tab-props", "hierarchy": { "lvl1": "Tabs", "lvl2": "Tabs Events", "lvl3": "Tab Props" } }, { "content": "Motion Props", - "objectID": "3b16c805-d52f-4dcb-8757-10f4bf9f41f7", + "objectID": "d88a6650-82c4-453e-9924-5bde8101c5a1", "type": "lvl4", "url": "/docs/components/tabs#motion-props", "hierarchy": { "lvl1": "Tabs", "lvl2": "Tab Props", "lvl3": null } }, { "content": "Textarea", - "objectID": "30f79401-0f77-427f-b3a4-2b851af62678", + "objectID": "d7665467-a670-426b-976c-d536cd25147d", "type": "lvl1", "url": "/docs/components/textarea", "hierarchy": { "lvl1": "Textarea" } }, { "content": "Import", - "objectID": "796e75ed-46b1-4d32-8c00-50488b5abc05", + "objectID": "bc8359de-8d93-4a69-a928-6c653eab8107", "type": "lvl2", "url": "/docs/components/textarea#import", "hierarchy": { "lvl1": "Textarea", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "ea1f9eed-be63-4947-bdfb-ba540dd9d7a1", + "objectID": "3106d38c-2e41-4f7e-8ffa-299a1103f78b", "type": "lvl2", "url": "/docs/components/textarea#usage", "hierarchy": { "lvl1": "Textarea", "lvl2": "Usage", "lvl3": null } }, { "content": "Disabled", - "objectID": "8ecf9c7f-a176-475b-abcc-a0c8b3128a00", + "objectID": "11d02034-f9e4-4eaa-b709-00bb2eb0eeb4", "type": "lvl3", "url": "/docs/components/textarea#disabled", "hierarchy": { "lvl1": "Textarea", "lvl2": "Usage", "lvl3": "Disabled" } }, { "content": "Read Only", - "objectID": "6a577add-aad3-498d-8f29-64a179f6e64f", + "objectID": "743a1845-e665-4d89-bb04-a894ba8f71d5", "type": "lvl3", "url": "/docs/components/textarea#read-only", "hierarchy": { "lvl1": "Textarea", "lvl2": "Disabled", "lvl3": "Read Only" } }, { "content": "Required", - "objectID": "0f107894-a98f-42ba-b29d-5da382f3a758", + "objectID": "86131453-c640-453b-a7c0-56400b3fcf74", "type": "lvl3", "url": "/docs/components/textarea#required", "hierarchy": { "lvl1": "Textarea", "lvl2": "Read Only", "lvl3": "Required" } }, { "content": "Autosize", - "objectID": "c70fe1d7-ef80-455b-a89b-e552d26e4e94", + "objectID": "72046d1e-4e08-4ee8-b5dc-1d66a486e361", "type": "lvl3", "url": "/docs/components/textarea#autosize", "hierarchy": { "lvl1": "Textarea", "lvl2": "Required", "lvl3": "Autosize" } }, + { + "content": "Without Autosize", + "objectID": "ed621ca0-87d4-4e41-90ce-a41e945909cc", + "type": "lvl3", + "url": "/docs/components/textarea#without-autosize", + "hierarchy": { + "lvl1": "Textarea", + "lvl2": "Autosize", + "lvl3": "Without Autosize" + } + }, { "content": "Variants", - "objectID": "11abc31b-2316-4100-a8f5-66b93cd2bb99", + "objectID": "069958b5-c7e3-4f9e-a61e-17a9e42f036d", "type": "lvl3", "url": "/docs/components/textarea#variants", - "hierarchy": { "lvl1": "Textarea", "lvl2": "Autosize", "lvl3": "Variants" } + "hierarchy": { + "lvl1": "Textarea", + "lvl2": "Without Autosize", + "lvl3": "Variants" + } }, { "content": "With Error Message", - "objectID": "f2e3dcc3-7c53-4d94-807d-b7e27cc67496", + "objectID": "aeb0814c-a249-4d07-91a6-e3bdbdd09487", "type": "lvl3", "url": "/docs/components/textarea#with-error-message", "hierarchy": { @@ -6495,7 +7065,7 @@ }, { "content": "Description", - "objectID": "131e972c-979c-4073-b887-ac37cef4a264", + "objectID": "15f03670-664b-48b8-b4d0-a0d486140e2b", "type": "lvl3", "url": "/docs/components/textarea#description", "hierarchy": { @@ -6506,7 +7076,7 @@ }, { "content": "Controlled", - "objectID": "7b4da62e-c499-4980-8d07-f6a382b8781d", + "objectID": "11eecb71-d0d7-45db-928c-c3290255bf6a", "type": "lvl3", "url": "/docs/components/textarea#controlled", "hierarchy": { @@ -6517,42 +7087,42 @@ }, { "content": "Slots", - "objectID": "7525095c-77b0-4425-96da-c2add6c64f86", + "objectID": "0adc78f0-a8d4-477c-8d46-62c2b9d1e180", "type": "lvl2", "url": "/docs/components/textarea#slots", "hierarchy": { "lvl1": "Textarea", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "c6352133-479f-4bcf-89e5-4c7cc6cd35c1", + "objectID": "7414f3cb-890d-4d41-8975-52b275749644", "type": "lvl2", "url": "/docs/components/textarea#data-attributes", "hierarchy": { "lvl1": "Textarea", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "38371431-118d-4fab-b470-9bccfb11fcfd", + "objectID": "79f2b4d1-a694-4515-99d4-9813a5f8e3db", "type": "lvl2", "url": "/docs/components/textarea#accessibility", "hierarchy": { "lvl1": "Textarea", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "b06bb260-b741-4022-906a-ad74c79da01c", + "objectID": "d240019e-39e5-4d48-8e5e-ff3b117f3d66", "type": "lvl2", "url": "/docs/components/textarea#api", "hierarchy": { "lvl1": "Textarea", "lvl2": "API", "lvl3": null } }, { "content": "Textarea Props", - "objectID": "381e2319-cad0-4638-bb04-ac7a72e75745", + "objectID": "eaa78230-d05a-4b97-b119-ab5558cf06b3", "type": "lvl3", "url": "/docs/components/textarea#textarea-props", "hierarchy": { "lvl1": "Textarea", "lvl2": "API", "lvl3": "Textarea Props" } }, { "content": "Input Events", - "objectID": "872be997-f65c-470c-b415-23c8df998eb7", + "objectID": "337fbeb9-25ee-4234-b234-eeaa2ce2b9d1", "type": "lvl3", "url": "/docs/components/textarea#input-events", "hierarchy": { @@ -6563,63 +7133,63 @@ }, { "content": "Tooltip", - "objectID": "e86e0121-fb2c-4cc9-899f-1264aac01140", + "objectID": "ee3a1214-f21f-4efc-8706-74f6c1c44019", "type": "lvl1", "url": "/docs/components/tooltip", "hierarchy": { "lvl1": "Tooltip" } }, { "content": "Import", - "objectID": "cedba5c3-a716-4aa0-a036-6a4153c62647", + "objectID": "84d7a670-2afb-4387-956d-17a40fdd8b80", "type": "lvl2", "url": "/docs/components/tooltip#import", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "d3509eac-afed-43a0-8d23-e94ea9cae3b5", + "objectID": "8c64167b-6aab-4229-a87a-8e0fa2cc0835", "type": "lvl2", "url": "/docs/components/tooltip#usage", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Usage", "lvl3": null } }, { "content": "With Arrow", - "objectID": "461540c4-e059-4c87-b363-098e54f1568c", + "objectID": "120d00d2-0488-40b6-b8b2-4ab01aa72011", "type": "lvl3", "url": "/docs/components/tooltip#with-arrow", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Usage", "lvl3": "With Arrow" } }, { "content": "Colors", - "objectID": "153f34d5-cd7b-4730-97fa-c11fa4c29fb5", + "objectID": "d98cdf20-1776-43de-8616-2436bc6678ac", "type": "lvl3", "url": "/docs/components/tooltip#colors", "hierarchy": { "lvl1": "Tooltip", "lvl2": "With Arrow", "lvl3": "Colors" } }, { "content": "Placements", - "objectID": "0832ebf7-15e4-4e35-8a38-f08b46b04d8e", + "objectID": "d4c44604-438e-4917-bcd0-7a5c274a8a6d", "type": "lvl3", "url": "/docs/components/tooltip#placements", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Colors", "lvl3": "Placements" } }, { "content": "Offset", - "objectID": "6fe0f204-2ebc-41eb-8b9b-22963fc6f64b", + "objectID": "82f11710-83ad-401e-85de-eb753c5d74cb", "type": "lvl3", "url": "/docs/components/tooltip#offset", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Placements", "lvl3": "Offset" } }, { "content": "Controlled", - "objectID": "26fb5489-28a5-4536-b8d6-f6f8591c2b5f", + "objectID": "e6f6652d-07cf-4673-9b52-5d41d57c56fd", "type": "lvl3", "url": "/docs/components/tooltip#controlled", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Offset", "lvl3": "Controlled" } }, { "content": "With Delay", - "objectID": "3b35a76d-f7f6-4295-afe3-1934151543e4", + "objectID": "0e5419d3-ebf8-4608-9bb3-5293206814f4", "type": "lvl3", "url": "/docs/components/tooltip#with-delay", "hierarchy": { @@ -6630,7 +7200,7 @@ }, { "content": "Custom Content", - "objectID": "3ea61c41-eedb-4eaa-8bae-8b930d2790ec", + "objectID": "e86eb167-d9b6-4fab-bd4e-0c1d5f73ff5d", "type": "lvl3", "url": "/docs/components/tooltip#custom-content", "hierarchy": { @@ -6641,7 +7211,7 @@ }, { "content": "Custom Motion", - "objectID": "58f2735a-8d4b-49f3-919a-d89bd0bcb1ab", + "objectID": "e605168f-7305-4860-beff-f7f440f6081d", "type": "lvl3", "url": "/docs/components/tooltip#custom-motion", "hierarchy": { @@ -6652,49 +7222,49 @@ }, { "content": "Slots", - "objectID": "0869d567-e774-4922-815a-3f2f564c5c94", + "objectID": "ba4c3596-49aa-4a29-a3ac-ad60bcfc01e2", "type": "lvl2", "url": "/docs/components/tooltip#slots", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Slots", "lvl3": null } }, { "content": "Custom Styles", - "objectID": "92f82224-9de6-49fa-8f94-32158e0ad6a6", + "objectID": "628ab22d-5a0a-45e4-9caa-4935285109a1", "type": "lvl3", "url": "/docs/components/tooltip#custom-styles", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Slots", "lvl3": "Custom Styles" } }, { "content": "Data Attributes", - "objectID": "f794d987-5fd8-408e-8ee4-dc960dcd8dc4", + "objectID": "9d47e2b1-91e4-45b1-967c-9cd165ead920", "type": "lvl2", "url": "/docs/components/tooltip#data-attributes", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "Accessibility", - "objectID": "3859795e-3709-4f80-878a-e3afa94a8475", + "objectID": "6d169e3e-48d0-4419-85e6-c1fac81cfe44", "type": "lvl2", "url": "/docs/components/tooltip#accessibility", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Accessibility", "lvl3": null } }, { "content": "API", - "objectID": "bbeee95d-1df8-4ae0-acdf-c8b7781c0302", + "objectID": "6c0e796b-1c2c-4a42-bd17-0c6014548d45", "type": "lvl2", "url": "/docs/components/tooltip#api", "hierarchy": { "lvl1": "Tooltip", "lvl2": "API", "lvl3": null } }, { "content": "Tooltip Props", - "objectID": "4dc84bfb-20e9-4200-b91c-3b010ec7a7ce", + "objectID": "ffbd0a86-6335-4a05-9098-29715c1c97bb", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-props", "hierarchy": { "lvl1": "Tooltip", "lvl2": "API", "lvl3": "Tooltip Props" } }, { "content": "Tooltip Events", - "objectID": "86e2a8d3-2423-4e1a-9728-52ebd25c8ebf", + "objectID": "3f181e07-95fc-4bc1-a526-89c2dafd9848", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-events", "hierarchy": { @@ -6705,7 +7275,7 @@ }, { "content": "Tooltip types", - "objectID": "f5ea9d7b-e94d-4f62-bfbd-8c8f32faa3f0", + "objectID": "6f7c4dd4-810b-4941-9863-ee3b908c24b9", "type": "lvl3", "url": "/docs/components/tooltip#tooltip-types", "hierarchy": { @@ -6716,14 +7286,14 @@ }, { "content": "Tooltip Placement", - "objectID": "cc10a28c-2e7e-4b2c-a6a6-115e6424ca9a", + "objectID": "e209c20b-97c6-4f6c-9ad2-1adfb75813f2", "type": "lvl4", "url": "/docs/components/tooltip#tooltip-placement", "hierarchy": { "lvl1": "Tooltip", "lvl2": "Tooltip types", "lvl3": null } }, { "content": "Motion Props", - "objectID": "69e73018-a8d1-4a14-bc8b-34f3d487b625", + "objectID": "f5fd4bef-006d-41d0-a4ac-ab83ed1c24e4", "type": "lvl4", "url": "/docs/components/tooltip#motion-props", "hierarchy": { @@ -6734,77 +7304,77 @@ }, { "content": "User", - "objectID": "d4f1b70d-8661-4375-8d6f-b0c03356d720", + "objectID": "cf9c5f82-5e25-4334-b9c3-d68e13a393d7", "type": "lvl1", "url": "/docs/components/user", "hierarchy": { "lvl1": "User" } }, { "content": "Import", - "objectID": "5acb935a-8d91-4f3a-a0b1-105d5bc585b8", + "objectID": "232c7584-3635-45cc-a13a-d0d0b2f58c9c", "type": "lvl2", "url": "/docs/components/user#import", "hierarchy": { "lvl1": "User", "lvl2": "Import", "lvl3": null } }, { "content": "Usage", - "objectID": "24a997e1-4114-42f0-b2a0-2c154d0d1a41", + "objectID": "a6b969a5-dc0c-46a5-86ac-e63a2416f085", "type": "lvl2", "url": "/docs/components/user#usage", "hierarchy": { "lvl1": "User", "lvl2": "Usage", "lvl3": null } }, { "content": "Link Description", - "objectID": "69fa8a07-a922-400a-b462-5bfcd3157f10", + "objectID": "244285ae-b381-44e9-b450-ead6bfcbbda3", "type": "lvl3", "url": "/docs/components/user#link-description", "hierarchy": { "lvl1": "User", "lvl2": "Usage", "lvl3": "Link Description" } }, { "content": "Slots", - "objectID": "f07ab22d-a072-40d3-b35e-1fe7cac64d02", + "objectID": "f7985bfb-9737-4ed2-82f4-de3264968c7d", "type": "lvl2", "url": "/docs/components/user#slots", "hierarchy": { "lvl1": "User", "lvl2": "Slots", "lvl3": null } }, { "content": "Data Attributes", - "objectID": "a61f3698-982b-466f-ac72-808c0ad68bff", + "objectID": "722beb22-dfcf-45e1-ae25-c804b6736b96", "type": "lvl2", "url": "/docs/components/user#data-attributes", "hierarchy": { "lvl1": "User", "lvl2": "Data Attributes", "lvl3": null } }, { "content": "API", - "objectID": "85af4ed5-ed07-4634-841e-094d4f80da3e", + "objectID": "df4985b3-2dc9-45d5-9a26-33ee03434121", "type": "lvl2", "url": "/docs/components/user#api", "hierarchy": { "lvl1": "User", "lvl2": "API", "lvl3": null } }, { "content": "User Props", - "objectID": "9b73757e-ead7-4f95-bc18-fbb8042960b8", + "objectID": "aa39df80-df48-4b61-8ffc-02561474cf82", "type": "lvl3", "url": "/docs/components/user#user-props", "hierarchy": { "lvl1": "User", "lvl2": "API", "lvl3": "User Props" } }, { "content": "Colors", - "objectID": "70cf83c0-c960-43c0-ae3b-208f35fb9099", + "objectID": "22fcfdcb-c3d2-4f3a-a72b-1a977fec73b3", "type": "lvl1", "url": "/docs/customization/colors", "hierarchy": { "lvl1": "Colors" } }, { "content": "Default Colors", - "objectID": "f42df785-c09f-4ce2-a6e5-4e69ff7464c9", + "objectID": "b2381d1d-af13-4519-ae24-27121a20ce72", "type": "lvl2", "url": "/docs/customization/colors#default-colors", "hierarchy": { "lvl1": "Colors", "lvl2": "Default Colors", "lvl3": null } }, { "content": "Common Colors", - "objectID": "ccdcd742-4b38-46db-8c89-006d69daa9df", + "objectID": "82895190-8bab-4fd1-b8df-aa1c259f186a", "type": "lvl3", "url": "/docs/customization/colors#common-colors", "hierarchy": { @@ -6815,7 +7385,7 @@ }, { "content": "Semantic Colors", - "objectID": "ee071bfb-3e38-4125-8527-017f8cdbffeb", + "objectID": "47959431-9f40-4179-81a2-151ecf318575", "type": "lvl3", "url": "/docs/customization/colors#semantic-colors", "hierarchy": { @@ -6826,7 +7396,7 @@ }, { "content": "Using Semantic Colors", - "objectID": "d355335b-ee17-4149-8a06-4fc2a9ef8e52", + "objectID": "82f35f2b-72de-45a4-b29a-f52646e97a71", "type": "lvl3", "url": "/docs/customization/colors#using-semantic-colors", "hierarchy": { @@ -6837,7 +7407,7 @@ }, { "content": "Javascript Variables", - "objectID": "d07eeb78-3d6d-4596-8963-db57e676b282", + "objectID": "b5c3380e-6d09-439e-b45d-b1ba28961513", "type": "lvl3", "url": "/docs/customization/colors#javascript-variables", "hierarchy": { @@ -6848,7 +7418,7 @@ }, { "content": "CSS Variables", - "objectID": "4abdbccf-0deb-415b-883b-b7888de6bc51", + "objectID": "3863756f-4588-4ac1-bc37-baf6aeef8684", "type": "lvl3", "url": "/docs/customization/colors#css-variables", "hierarchy": { @@ -6859,14 +7429,14 @@ }, { "content": "Create theme", - "objectID": "9c14c65f-d077-44f0-a1d2-166e7171b871", + "objectID": "7884bc0f-6e31-4071-a8d1-84507172dccf", "type": "lvl1", "url": "/docs/customization/create-theme", "hierarchy": { "lvl1": "Create theme" } }, { "content": "Add the new theme to the plugin", - "objectID": "7038355e-f6f3-461c-8e5d-bbb252ec1be7", + "objectID": "2204aa55-b408-4d3f-ab30-d15e051cf3c9", "type": "lvl3", "url": "/docs/customization/create-theme#add-the-new-theme-to-the-plugin", "hierarchy": { @@ -6877,7 +7447,7 @@ }, { "content": "Apply the new theme", - "objectID": "23663776-d3c4-4f97-b92f-36f0f17fe6b7", + "objectID": "785376aa-63ea-4369-a730-06be4478351a", "type": "lvl3", "url": "/docs/customization/create-theme#apply-the-new-theme", "hierarchy": { @@ -6888,7 +7458,7 @@ }, { "content": "Use the new theme", - "objectID": "277f3929-f9a1-4e32-9b97-fdbc0f5e6dfd", + "objectID": "a9f31008-91ca-4da4-a6dc-5f1dcc40e298", "type": "lvl3", "url": "/docs/customization/create-theme#use-the-new-theme", "hierarchy": { @@ -6899,14 +7469,14 @@ }, { "content": "Custom Variants", - "objectID": "aac1d03d-05d7-4c2f-a500-8615a5dcf25c", + "objectID": "b8b1409d-c2bc-4e64-9b58-ab634f7f9b5b", "type": "lvl1", "url": "/docs/customization/custom-variants", "hierarchy": { "lvl1": "Custom Variants" } }, { "content": "Creating new variants for non-slots components", - "objectID": "6918e7d5-f636-4a8f-8425-7930019ab5b6", + "objectID": "b490ece2-f803-4e04-bb49-2838299d96dd", "type": "lvl2", "url": "/docs/customization/custom-variants#creating-new-variants-for-non-slots-components", "hierarchy": { @@ -6917,7 +7487,7 @@ }, { "content": "Extend the original component variants", - "objectID": "14d83265-4948-475c-a6fc-e767b7749266", + "objectID": "3a9759a5-54e0-45f6-b8d0-5b42f552972c", "type": "lvl3", "url": "/docs/customization/custom-variants#extend-the-original-component-variants", "hierarchy": { @@ -6928,7 +7498,7 @@ }, { "content": "Use your custom component in your application", - "objectID": "4f76dfaa-67ba-424c-9dd4-f7125e39bd6d", + "objectID": "78271e0a-47df-44c0-b1a8-94df16bc746b", "type": "lvl3", "url": "/docs/customization/custom-variants#use-your-custom-component-in-your-application", "hierarchy": { @@ -6939,7 +7509,7 @@ }, { "content": "Creating new variants for slots components", - "objectID": "fae3edf3-63cb-4de4-a7c5-a6a8cca778d4", + "objectID": "82dbbe65-1ec4-4904-8271-88ca0eace838", "type": "lvl2", "url": "/docs/customization/custom-variants#creating-new-variants-for-slots-components", "hierarchy": { @@ -6950,7 +7520,7 @@ }, { "content": "Extend the original component variants", - "objectID": "48a60920-7f54-4746-b9e7-28fa5aa468c0", + "objectID": "7ed6c9f6-dab5-4dfd-beda-dcd549e91a88", "type": "lvl3", "url": "/docs/customization/custom-variants#extend-the-original-component-variants-1", "hierarchy": { @@ -6961,7 +7531,7 @@ }, { "content": "Use your custom component in your application", - "objectID": "4e43f3d0-6a67-4c91-bc6c-14fe08018657", + "objectID": "98e3e3e1-bf8e-4b7e-97d1-27bae8dac11b", "type": "lvl3", "url": "/docs/customization/custom-variants#use-your-custom-component-in-your-application-1", "hierarchy": { @@ -6972,7 +7542,7 @@ }, { "content": "Types", - "objectID": "aa25809f-b839-4cb3-83eb-06debb32744c", + "objectID": "2b73af6d-7c85-42f2-9d69-ed11183a228c", "type": "lvl3", "url": "/docs/customization/custom-variants#types", "hierarchy": { @@ -6983,7 +7553,7 @@ }, { "content": "Main Function", - "objectID": "f83dc4b7-409f-4b07-91d8-096f1e887504", + "objectID": "691a56c5-257c-4810-bfba-fc7f51cb53c9", "type": "lvl3", "url": "/docs/customization/custom-variants#main-function", "hierarchy": { @@ -6994,7 +7564,7 @@ }, { "content": "Options", - "objectID": "e06ab5a9-fb25-4622-9dbc-7d4211aefc25", + "objectID": "c2fe7c16-2fc9-4adf-b1c4-4551f918f96d", "type": "lvl3", "url": "/docs/customization/custom-variants#options", "hierarchy": { @@ -7005,7 +7575,7 @@ }, { "content": "Config", - "objectID": "bbd3e715-7a26-4297-8fb8-4b8cec6b1138", + "objectID": "81ae1262-6405-47ea-ad11-76dbbd650456", "type": "lvl3", "url": "/docs/customization/custom-variants#config", "hierarchy": { @@ -7016,14 +7586,14 @@ }, { "content": "Customize theme", - "objectID": "a25e4604-3b4e-45c7-9fb1-da5630b6425f", + "objectID": "3fbf7663-06d5-498f-a35a-ed0e957016b7", "type": "lvl1", "url": "/docs/customization/customize-theme", "hierarchy": { "lvl1": "Customize theme" } }, { "content": "Customizing Layout", - "objectID": "83d80cbd-fdf2-40d3-bbc7-33ac63b46988", + "objectID": "ec6fde4d-271b-439a-8d0f-870f0702caa8", "type": "lvl2", "url": "/docs/customization/customize-theme#customizing-layout", "hierarchy": { @@ -7034,7 +7604,7 @@ }, { "content": "Global Layout Customization", - "objectID": "4b1a5ec4-cf0a-4f61-96cf-f3cd730e28e1", + "objectID": "df09705a-9efa-4265-984d-d7d535b3bb6a", "type": "lvl3", "url": "/docs/customization/customize-theme#global-layout-customization", "hierarchy": { @@ -7045,7 +7615,7 @@ }, { "content": "Customizing Colors", - "objectID": "1e1069e9-b796-4000-9488-4a1fa198f115", + "objectID": "f4ab5109-0253-48c1-99c5-c790b0fc8172", "type": "lvl3", "url": "/docs/customization/customize-theme#customizing-colors", "hierarchy": { @@ -7056,14 +7626,14 @@ }, { "content": "Dark mode", - "objectID": "ca42ba2d-727d-4bc8-b368-3d2bf074040b", + "objectID": "befdc76b-776c-4d52-8bdc-ce9cc3a8f932", "type": "lvl1", "url": "/docs/customization/dark-mode", "hierarchy": { "lvl1": "Dark mode" } }, { "content": "Using next-themes", - "objectID": "49a64cd5-7fcb-429b-85af-980ee8679879", + "objectID": "a1e57925-c305-4f8a-a952-c0c0c3e64a64", "type": "lvl2", "url": "/docs/customization/dark-mode#using-next-themes", "hierarchy": { @@ -7074,7 +7644,7 @@ }, { "content": "Next.js App Directory Setup", - "objectID": "407eaba7-b590-45d3-b122-34892a1cecef", + "objectID": "dfefe1df-1ede-4eeb-b8d8-7424fb3f1928", "type": "lvl3", "url": "/docs/customization/dark-mode#nextjs-app-directory-setup", "hierarchy": { @@ -7085,7 +7655,7 @@ }, { "content": "Install next-themes", - "objectID": "7acd9dc2-de35-4c02-a4be-c4c74c2e7cb8", + "objectID": "2aef2e39-872a-4e23-8524-cef523a64a02", "type": "lvl3", "url": "/docs/customization/dark-mode#install-next-themes", "hierarchy": { @@ -7096,7 +7666,7 @@ }, { "content": "Add next-themes provider", - "objectID": "adc95d62-0d2b-4f6a-978d-0e9ba73093a1", + "objectID": "2313a90d-fa86-4f52-9d63-4c4df4ced956", "type": "lvl3", "url": "/docs/customization/dark-mode#add-next-themes-provider", "hierarchy": { @@ -7107,7 +7677,7 @@ }, { "content": "Add the theme switcher", - "objectID": "53d02fa5-a6e4-49ad-8ede-d0e0eb8ec131", + "objectID": "0a3b5bb4-d25c-4617-b413-c40df09c6274", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher", "hierarchy": { @@ -7118,7 +7688,7 @@ }, { "content": "Next.js Pages Directory Setup", - "objectID": "7f7081f4-1217-4426-92ae-12be82efd621", + "objectID": "cde80fab-37b1-4091-8d39-545a5b288b5f", "type": "lvl3", "url": "/docs/customization/dark-mode#nextjs-pages-directory-setup", "hierarchy": { @@ -7129,7 +7699,7 @@ }, { "content": "Install next-themes", - "objectID": "746894c5-7af2-4f04-a2cb-3b83db1d9522", + "objectID": "5036fb90-8cec-4a5e-9389-1723196bfbda", "type": "lvl3", "url": "/docs/customization/dark-mode#install-next-themes-1", "hierarchy": { @@ -7140,7 +7710,7 @@ }, { "content": "Add next-themes provider", - "objectID": "405331ac-153e-48b3-a05e-e9d282cc53b5", + "objectID": "e85e0020-562a-4e1d-9697-cb6ca6e6e8ae", "type": "lvl3", "url": "/docs/customization/dark-mode#add-next-themes-provider-1", "hierarchy": { @@ -7151,7 +7721,7 @@ }, { "content": "Add the theme switcher", - "objectID": "366ed332-4bdb-4803-aded-dddf6b6b15ab", + "objectID": "ff8df09c-cdbb-4fe0-a7c7-222ee8dcc50d", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher-1", "hierarchy": { @@ -7162,7 +7732,7 @@ }, { "content": "Using use-dark-mode hook", - "objectID": "4202e412-7647-4155-9f63-6b5b0eb2c0ba", + "objectID": "a9c149f3-0a1a-499c-ac0e-6741e5ec6cf0", "type": "lvl2", "url": "/docs/customization/dark-mode#using-use-dark-mode-hook", "hierarchy": { @@ -7173,7 +7743,7 @@ }, { "content": "Install use-dark-mode", - "objectID": "566f0872-06f0-489e-99b1-ab61632e6e4d", + "objectID": "4bef3d05-4b5e-4ec7-ac78-abab9852e48f", "type": "lvl3", "url": "/docs/customization/dark-mode#install-use-dark-mode", "hierarchy": { @@ -7184,7 +7754,7 @@ }, { "content": "Add the current theme to the main element", - "objectID": "d89069e0-e74a-4ef6-a434-e6c51b3aa355", + "objectID": "8486993d-2e3d-447c-b21a-20583795bf27", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-current-theme-to-the-main-element", "hierarchy": { @@ -7195,7 +7765,7 @@ }, { "content": "Add the theme switcher", - "objectID": "c87fa969-b7d4-40c5-b26d-53407bf947ae", + "objectID": "cd67d286-b89d-4b94-b016-2832046f01da", "type": "lvl3", "url": "/docs/customization/dark-mode#add-the-theme-switcher-2", "hierarchy": { @@ -7206,35 +7776,35 @@ }, { "content": "Layout", - "objectID": "b57db2f1-7a14-46c3-ae94-01469dab4a36", + "objectID": "6bef14db-73aa-4858-a3e1-ede678cf5390", "type": "lvl1", "url": "/docs/customization/layout", "hierarchy": { "lvl1": "Layout" } }, { "content": "Default Layout", - "objectID": "77b51b8d-76ee-4ab2-876c-d8aa3d043914", + "objectID": "7c4e0d2e-cb51-4ccd-8276-2f56e7d2d433", "type": "lvl2", "url": "/docs/customization/layout#default-layout", "hierarchy": { "lvl1": "Layout", "lvl2": "Default Layout", "lvl3": null } }, { "content": "Units", - "objectID": "eacf8902-d701-470b-aaa2-0c2b691200cd", + "objectID": "7424fddb-6bbb-4e12-838c-a1b7cf68be71", "type": "lvl2", "url": "/docs/customization/layout#units", "hierarchy": { "lvl1": "Layout", "lvl2": "Units", "lvl3": null } }, { "content": "Using Units", - "objectID": "42cf030a-fa8d-4251-9262-64b7b01253b1", + "objectID": "dc7c6852-8036-4dee-b8de-daec4e548b70", "type": "lvl3", "url": "/docs/customization/layout#using-units", "hierarchy": { "lvl1": "Layout", "lvl2": "Units", "lvl3": "Using Units" } }, { "content": "CSS Variables", - "objectID": "c4721bda-4205-4c32-957f-3795aaebe38d", + "objectID": "28f3b67f-c272-4604-9f1a-dd9139da2d0e", "type": "lvl3", "url": "/docs/customization/layout#css-variables", "hierarchy": { @@ -7245,57 +7815,57 @@ }, { "content": "API Reference", - "objectID": "67fef8ba-e1de-4632-8c16-b5d1950e4467", + "objectID": "20034109-29a1-4c44-9a7c-e13478eaf5be", "type": "lvl4", "url": "/docs/customization/layout#api-reference", "hierarchy": { "lvl1": "Layout", "lvl2": "CSS Variables", "lvl3": null } }, { "content": "BaseThemeUnit", - "objectID": "f02efc1d-910d-4569-86c1-697b3a13e594", + "objectID": "0af958ef-2df6-47bb-801b-daf073aa7bd9", "type": "lvl4", "url": "/docs/customization/layout#basethemeunit", "hierarchy": { "lvl1": "Layout", "lvl2": "API Reference", "lvl3": null } }, { "content": "FontThemeUnit", - "objectID": "32bd84c3-2df9-4dc5-8222-e05ac8cd4bcd", + "objectID": "2b796d75-e31d-4f59-96e3-a8f24446539a", "type": "lvl4", "url": "/docs/customization/layout#fontthemeunit", "hierarchy": { "lvl1": "Layout", "lvl2": "BaseThemeUnit", "lvl3": null } }, { "content": "Override styles", - "objectID": "4ace9541-84af-4c92-8ecc-a52a4fc1ea7d", + "objectID": "bafaae97-5c31-48b3-8084-30412a4d5990", "type": "lvl1", "url": "/docs/customization/override-styles", "hierarchy": { "lvl1": "Override styles" } }, { - "content": "What's is a Slot?", - "objectID": "e6394430-e0d6-4129-8258-2ed788a20e1c", + "content": "What is a Slot?", + "objectID": "911e2cba-acbb-4b8f-aa1f-b42886e3d032", "type": "lvl3", - "url": "/docs/customization/override-styles#whats-is-a-slot", + "url": "/docs/customization/override-styles#what-is-a-slot", "hierarchy": { "lvl1": "Override styles", "lvl2": "Override styles", - "lvl3": "What's is a Slot?" + "lvl3": "What is a Slot?" } }, { "content": "Overriding a component", - "objectID": "dbb4547f-609f-47f3-aed4-3946e24df8f4", + "objectID": "dea85166-4d00-4e8f-9fca-cd144dc709bb", "type": "lvl3", "url": "/docs/customization/override-styles#overriding-a-component", "hierarchy": { "lvl1": "Override styles", - "lvl2": "What's is a Slot?", + "lvl2": "What is a Slot?", "lvl3": "Overriding a component" } }, { "content": "Components with slots", - "objectID": "e49081b7-792a-41b3-9523-8fb707fbe2c5", + "objectID": "952a7420-4c09-492b-bfc0-d24300ebf13d", "type": "lvl3", "url": "/docs/customization/override-styles#components-with-slots", "hierarchy": { @@ -7306,7 +7876,7 @@ }, { "content": "CSS Modules", - "objectID": "1c3fac12-ff90-46f5-8e72-dab113fc7e33", + "objectID": "88838626-9cd6-4b31-bd03-061eb99107ca", "type": "lvl3", "url": "/docs/customization/override-styles#css-modules", "hierarchy": { @@ -7317,7 +7887,7 @@ }, { "content": "CSS-in-JS", - "objectID": "61c701ae-027a-45c9-9f29-56dd90bf67e7", + "objectID": "560a8875-9b8f-4d43-80ed-db9bcf7da297", "type": "lvl3", "url": "/docs/customization/override-styles#css-in-js", "hierarchy": { @@ -7328,35 +7898,35 @@ }, { "content": "Theme", - "objectID": "6a0f836f-df81-4c6d-b211-f5533af8708f", + "objectID": "26080070-f1d9-4678-a95e-772415c256bc", "type": "lvl1", "url": "/docs/customization/theme", "hierarchy": { "lvl1": "Theme" } }, { "content": "What is a Theme?", - "objectID": "a3cf7493-8c49-4883-a885-6540c1120562", + "objectID": "7abc3918-245c-4cec-81d6-73e7042ad5ed", "type": "lvl2", "url": "/docs/customization/theme#what-is-a-theme", "hierarchy": { "lvl1": "Theme", "lvl2": "What is a Theme?", "lvl3": null } }, { "content": "Setup", - "objectID": "9cf0fb25-4731-4b13-b089-1e8b3b399570", + "objectID": "fac3e26f-2ec0-4396-a8c4-751893b0f53b", "type": "lvl2", "url": "/docs/customization/theme#setup", "hierarchy": { "lvl1": "Theme", "lvl2": "Setup", "lvl3": null } }, { "content": "Usage", - "objectID": "15390a91-5e77-477f-9a12-14f3629fe61d", + "objectID": "3bfa6557-e3ec-402f-afff-db4b7dd7814b", "type": "lvl3", "url": "/docs/customization/theme#usage", "hierarchy": { "lvl1": "Theme", "lvl2": "Setup", "lvl3": "Usage" } }, { "content": "Default Plugin Options", - "objectID": "827b40d5-0243-4c6c-aa5d-16f9b0a31bfc", + "objectID": "aad84059-7c2a-4f1d-8b4f-c436115ac1ef", "type": "lvl3", "url": "/docs/customization/theme#default-plugin-options", "hierarchy": { @@ -7367,7 +7937,7 @@ }, { "content": "Themes Options", - "objectID": "42b7dc9e-3208-4e89-a004-9c11e614b7a1", + "objectID": "e22be376-78e6-47ad-a1dd-53830b4110dd", "type": "lvl3", "url": "/docs/customization/theme#themes-options", "hierarchy": { @@ -7378,7 +7948,7 @@ }, { "content": "Nested themes", - "objectID": "b6c4512e-5f29-4829-b4b8-e62027d20251", + "objectID": "60d5a46e-8c45-43dd-a699-90d14fefc363", "type": "lvl3", "url": "/docs/customization/theme#nested-themes", "hierarchy": { @@ -7389,7 +7959,7 @@ }, { "content": "Theme based variants", - "objectID": "0a583733-5d3e-4fda-8410-1130fa8f1a98", + "objectID": "ccf53bdd-5396-4924-b2c7-11bd121b8f76", "type": "lvl3", "url": "/docs/customization/theme#theme-based-variants", "hierarchy": { @@ -7400,7 +7970,7 @@ }, { "content": "API Reference", - "objectID": "77be834d-04d9-4ef4-b25f-c4946a08c0ea", + "objectID": "ff6480df-b38d-4825-a032-be64a1344276", "type": "lvl3", "url": "/docs/customization/theme#api-reference", "hierarchy": { @@ -7411,60 +7981,71 @@ }, { "content": "Types", - "objectID": "fc303165-0624-4f42-9ae2-f9fcb5f50f2f", + "objectID": "f96e989a-c22f-4374-a72e-ec5dfdd548de", "type": "lvl3", "url": "/docs/customization/theme#types", "hierarchy": { "lvl1": "Theme", "lvl2": "API Reference", "lvl3": "Types" } }, { "content": "ConfigThemes", - "objectID": "666c6082-9cd2-4cb5-b950-5f5d2cb74499", + "objectID": "464f3e2b-497f-43f6-885d-9f0216e036ff", "type": "lvl4", "url": "/docs/customization/theme#configthemes", "hierarchy": { "lvl1": "Theme", "lvl2": "Types", "lvl3": null } }, { "content": "LayoutTheme", - "objectID": "b31a1a42-5658-4529-9bfc-8e8c8e81b55d", + "objectID": "d34db1c4-ca3f-4cfe-856b-dea6d6f96dde", "type": "lvl4", "url": "/docs/customization/theme#layouttheme", "hierarchy": { "lvl1": "Theme", "lvl2": "ConfigThemes", "lvl3": null } }, { "content": "ThemeColors", - "objectID": "dc0deb98-5d16-4899-8f1a-007549182762", + "objectID": "48a82508-59a3-4866-9727-2b16df1e2522", "type": "lvl4", "url": "/docs/customization/theme#themecolors", "hierarchy": { "lvl1": "Theme", "lvl2": "LayoutTheme", "lvl3": null } }, { "content": "Astro", - "objectID": "1841e69c-e448-4052-a831-644c0ebc0071", + "objectID": "b59e1965-36d5-4ccd-899a-93e9ae8860f6", "type": "lvl1", "url": "/docs/frameworks/astro", "hierarchy": { "lvl1": "Astro" } }, { - "content": "Installation", - "objectID": "4f625b5b-f6cf-4d1f-882c-bb13773a4748", + "content": "Install React", + "objectID": "26ce618c-6267-423e-8751-07ce079aa278", "type": "lvl3", - "url": "/docs/frameworks/astro#installation", - "hierarchy": { "lvl1": "Astro", "lvl2": "Astro", "lvl3": "Installation" } + "url": "/docs/frameworks/astro#install-react", + "hierarchy": { "lvl1": "Astro", "lvl2": "Astro", "lvl3": "Install React" } + }, + { + "content": "Install NextUI", + "objectID": "b83f9e70-9aeb-48bb-979f-a44fb5f37098", + "type": "lvl3", + "url": "/docs/frameworks/astro#install-nextui", + "hierarchy": { + "lvl1": "Astro", + "lvl2": "Install React", + "lvl3": "Install NextUI" + } }, { "content": "Tailwind CSS Setup", - "objectID": "99fc8d5f-4ece-4285-a8af-48f029eb0c3b", + "objectID": "d9f543b4-065a-450e-a4a6-9cb09597d712", "type": "lvl3", "url": "/docs/frameworks/astro#tailwind-css-setup", "hierarchy": { "lvl1": "Astro", - "lvl2": "Installation", + "lvl2": "Install NextUI", "lvl3": "Tailwind CSS Setup" } }, { "content": "Usage", - "objectID": "d398050b-a7a3-4dd1-a332-7c4363b555cb", + "objectID": "adf37e6c-caf2-4ed2-bec8-f1aba3e43c42", "type": "lvl3", "url": "/docs/frameworks/astro#usage", "hierarchy": { @@ -7475,7 +8056,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "490b6121-d9fe-4699-839d-aab1cf5b52f8", + "objectID": "13a7871c-b54f-4850-b4e2-ca06e64b6da9", "type": "lvl3", "url": "/docs/frameworks/astro#setup-pnpm-optional", "hierarchy": { @@ -7486,14 +8067,14 @@ }, { "content": "Next.js", - "objectID": "a1e25827-a0b1-4f0d-ae61-5d295d304262", + "objectID": "924e2d64-d136-4015-912a-a5966fd5f2b1", "type": "lvl1", "url": "/docs/frameworks/nextjs", "hierarchy": { "lvl1": "Next.js" } }, { "content": "App Directory Setup", - "objectID": "f6682fde-5b5b-41e5-aff7-ada9b8749b79", + "objectID": "c44e2ca4-a79e-44c3-a283-cc39e303eed4", "type": "lvl2", "url": "/docs/frameworks/nextjs#app-directory-setup", "hierarchy": { @@ -7504,7 +8085,7 @@ }, { "content": "create-next-app", - "objectID": "da458031-ad2c-4ca5-8851-8c9309c9271d", + "objectID": "919a3489-9aed-4a9f-859c-a3b8cb5ab537", "type": "lvl3", "url": "/docs/frameworks/nextjs#create-next-app", "hierarchy": { @@ -7515,7 +8096,7 @@ }, { "content": "Manual Installation", - "objectID": "372a146f-2e26-4f6e-b1d7-1b33ad3ccc56", + "objectID": "29437c50-db78-4527-ba7e-113dabf6b419", "type": "lvl3", "url": "/docs/frameworks/nextjs#manual-installation", "hierarchy": { @@ -7526,7 +8107,7 @@ }, { "content": "Add dependencies", - "objectID": "1b420b24-714a-401d-a387-139331c3437f", + "objectID": "5a38a1f6-5f50-4408-bd38-36f284cdf894", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-dependencies", "hierarchy": { @@ -7537,7 +8118,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "9ec149f0-ac4d-44fe-a714-d1325b11cc23", + "objectID": "9129d6dd-f362-486c-a962-0a3f6f8bc410", "type": "lvl3", "url": "/docs/frameworks/nextjs#tailwind-css-setup", "hierarchy": { @@ -7548,7 +8129,7 @@ }, { "content": "Setup Provider", - "objectID": "76f810db-7a3b-4d24-b043-10fd4b31506b", + "objectID": "48ec77c2-813c-47dd-8f2d-3d55cb744191", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-provider", "hierarchy": { @@ -7559,7 +8140,7 @@ }, { "content": "Add Provider to Root", - "objectID": "ed84bd52-7ab4-4c20-a3dd-691179b2a73c", + "objectID": "2c793334-86c5-4dc2-aed9-7ee8f961db11", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-provider-to-root", "hierarchy": { @@ -7570,7 +8151,7 @@ }, { "content": "Use NextUI Components", - "objectID": "9ed24a2e-7a06-4105-9af6-300ce5e2c9b4", + "objectID": "a993819d-fd20-4e1f-b3c6-4a6ce5c9fb6c", "type": "lvl3", "url": "/docs/frameworks/nextjs#use-nextui-components", "hierarchy": { @@ -7581,7 +8162,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "4f5f7047-87a9-43df-922e-eac87a181dfc", + "objectID": "5cdc48bc-e538-40a8-a357-ff2e88b6ee64", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-pnpm-optional", "hierarchy": { @@ -7592,7 +8173,7 @@ }, { "content": "Pages Directory Setup", - "objectID": "c1d9f94d-b2bd-4c44-883b-14940dac813b", + "objectID": "fd9bd236-de7b-4a02-b59d-76c5ede16610", "type": "lvl2", "url": "/docs/frameworks/nextjs#pages-directory-setup", "hierarchy": { @@ -7603,7 +8184,7 @@ }, { "content": "create-next-app", - "objectID": "3d027e6f-d36e-4bce-a485-748fdaf98ecf", + "objectID": "1e714d19-1cab-4faf-8fb0-9e01a9a60bb5", "type": "lvl3", "url": "/docs/frameworks/nextjs#create-next-app-1", "hierarchy": { @@ -7614,7 +8195,7 @@ }, { "content": "Manual Installation", - "objectID": "91ec8894-2dca-497f-8ba0-d1576cc917d7", + "objectID": "3aabd825-802b-4fea-8c3e-2fee311f3e0d", "type": "lvl3", "url": "/docs/frameworks/nextjs#manual-installation-1", "hierarchy": { @@ -7625,7 +8206,7 @@ }, { "content": "Add dependencies", - "objectID": "715bc3e3-6761-45cf-9411-04921af83cc1", + "objectID": "45510eab-c1c4-42ec-b990-dfe681d2d8ee", "type": "lvl3", "url": "/docs/frameworks/nextjs#add-dependencies-1", "hierarchy": { @@ -7636,7 +8217,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "25c96150-7c86-464f-9b44-8125b92ccb0b", + "objectID": "5edd8eb6-414f-4750-8e1b-35a2b9e0f065", "type": "lvl3", "url": "/docs/frameworks/nextjs#tailwind-css-setup-1", "hierarchy": { @@ -7647,7 +8228,7 @@ }, { "content": "Setup Provider", - "objectID": "f8658bf3-fcc3-45e2-8752-cde7b6a5fc58", + "objectID": "9d0dc8ab-e65f-4213-aa83-d0f39ed3cec5", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-provider-1", "hierarchy": { @@ -7658,7 +8239,7 @@ }, { "content": "Use NextUI Components", - "objectID": "e8a271d3-be30-40d5-87c7-850a0a613b4e", + "objectID": "43a2de19-8ab7-4895-8ca9-5f779d6d28fd", "type": "lvl3", "url": "/docs/frameworks/nextjs#use-nextui-components-1", "hierarchy": { @@ -7669,7 +8250,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "6f1b247f-2273-48e8-8448-d5a97df2976b", + "objectID": "5f3ee5cd-2174-4a45-8fd3-02103f72a17e", "type": "lvl3", "url": "/docs/frameworks/nextjs#setup-pnpm-optional-1", "hierarchy": { @@ -7680,21 +8261,21 @@ }, { "content": "Remix", - "objectID": "038cde06-b73e-494c-b4dc-68d392c59f0c", + "objectID": "0253ee61-2f6d-418a-8de7-def84c94f0a3", "type": "lvl1", "url": "/docs/frameworks/remix", "hierarchy": { "lvl1": "Remix" } }, { "content": "Installation", - "objectID": "2a924143-ccf3-4777-ba53-6b610dca6e7f", + "objectID": "cd64d0c5-fd94-4f34-86fe-4ec05f44a572", "type": "lvl3", "url": "/docs/frameworks/remix#installation", "hierarchy": { "lvl1": "Remix", "lvl2": "Remix", "lvl3": "Installation" } }, { "content": "Tailwind CSS Setup", - "objectID": "8b9c137f-d3d3-4aca-adda-4064566e45b1", + "objectID": "d72b40b4-ddcb-4fd2-aee6-8f2c583fc88a", "type": "lvl3", "url": "/docs/frameworks/remix#tailwind-css-setup", "hierarchy": { @@ -7705,7 +8286,7 @@ }, { "content": "Provider Setup", - "objectID": "510e71be-628c-4b6c-b351-b9683ced6ca7", + "objectID": "10fc1594-16ee-4f05-b485-4e63a39bc182", "type": "lvl3", "url": "/docs/frameworks/remix#provider-setup", "hierarchy": { @@ -7716,7 +8297,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "5f257611-0fd9-4a1e-a741-a6bf5b46fe2a", + "objectID": "29a94bfc-af68-421a-9438-dd65d1f8902b", "type": "lvl3", "url": "/docs/frameworks/remix#setup-pnpm-optional", "hierarchy": { @@ -7727,21 +8308,21 @@ }, { "content": "Vite", - "objectID": "52fff8bf-7513-4920-a0e8-1ecab1b38ebb", + "objectID": "75b376af-7a3b-4d83-b1d1-aea8d4b9593c", "type": "lvl1", "url": "/docs/frameworks/vite", "hierarchy": { "lvl1": "Vite" } }, { "content": "Installation", - "objectID": "51af17d2-97b4-4761-8562-f0782bf4eb66", + "objectID": "2b4c5df3-7063-4a78-8124-99754370e911", "type": "lvl3", "url": "/docs/frameworks/vite#installation", "hierarchy": { "lvl1": "Vite", "lvl2": "Vite", "lvl3": "Installation" } }, { "content": "Tailwind CSS Setup", - "objectID": "c2a169a8-b8fd-4206-b378-3bedc2192e52", + "objectID": "c69dfa3f-8b49-4c60-a2df-f2e6d0d8204c", "type": "lvl3", "url": "/docs/frameworks/vite#tailwind-css-setup", "hierarchy": { @@ -7752,7 +8333,7 @@ }, { "content": "Provider Setup", - "objectID": "a4aa979f-a3e2-46fa-b2ec-90dc3470962a", + "objectID": "1e5642ee-15e4-4df9-99cf-8339db1ce119", "type": "lvl3", "url": "/docs/frameworks/vite#provider-setup", "hierarchy": { @@ -7763,7 +8344,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "ff0d1c77-4159-41c8-8269-5e48dc5c212c", + "objectID": "893b3b08-0b78-439a-bad2-d58c7903e025", "type": "lvl3", "url": "/docs/frameworks/vite#setup-pnpm-optional", "hierarchy": { @@ -7774,14 +8355,14 @@ }, { "content": "Design Principles", - "objectID": "a829d46e-79e3-40a6-a0db-8cbf2339db33", + "objectID": "2011ca3a-46ac-4c05-ad46-ada150d0a10a", "type": "lvl1", "url": "/docs/guide/design-principles", "hierarchy": { "lvl1": "Design Principles" } }, { "content": "Simplicity and Usability", - "objectID": "006fae5c-4b3d-4a49-9e38-b8db31c6b3cb", + "objectID": "0612b2b3-c849-4d18-bb3d-2952da6d1cd6", "type": "lvl3", "url": "/docs/guide/design-principles#simplicity-and-usability", "hierarchy": { @@ -7792,7 +8373,7 @@ }, { "content": "Modular Design", - "objectID": "501b69d9-6b7c-444a-bc5a-6b04d38b2df7", + "objectID": "ed7e57e8-2f46-406b-a7d9-75e82ac6d593", "type": "lvl3", "url": "/docs/guide/design-principles#modular-design", "hierarchy": { @@ -7803,7 +8384,7 @@ }, { "content": "Customization and Flexibility", - "objectID": "d0c63420-b54f-49f9-8c19-229c3242cad8", + "objectID": "05c75fb1-8d87-4fe7-afcf-08e0a3d4a989", "type": "lvl3", "url": "/docs/guide/design-principles#customization-and-flexibility", "hierarchy": { @@ -7814,7 +8395,7 @@ }, { "content": "Consistent API", - "objectID": "21fc2b7e-752f-4747-b6b6-5c68f0560e9c", + "objectID": "d982f0ba-0a36-4551-a7bb-d9ff0bf688a3", "type": "lvl3", "url": "/docs/guide/design-principles#consistent-api", "hierarchy": { @@ -7825,7 +8406,7 @@ }, { "content": "Accessibility", - "objectID": "bc6897b5-30c4-43f1-9796-ffebbdeffe2a", + "objectID": "74522893-a98b-440f-a579-512835ac27f5", "type": "lvl3", "url": "/docs/guide/design-principles#accessibility", "hierarchy": { @@ -7836,7 +8417,7 @@ }, { "content": "Component Slots", - "objectID": "1ab307b2-1860-417f-a00c-638167e196d9", + "objectID": "20db8388-b85c-47da-944f-7fd12762ccca", "type": "lvl3", "url": "/docs/guide/design-principles#component-slots", "hierarchy": { @@ -7847,14 +8428,14 @@ }, { "content": "Installation", - "objectID": "5021422f-7023-4045-98de-88a33385bc5a", + "objectID": "3d9ab704-22d4-47b7-8e46-d22baeb9800c", "type": "lvl1", "url": "/docs/guide/installation", "hierarchy": { "lvl1": "Installation" } }, { "content": "Global Installation", - "objectID": "dfd05c3d-b3b3-4169-a1a1-8c2ec883ce89", + "objectID": "cd83a987-b327-4228-8dfe-4be7c00f3fd1", "type": "lvl2", "url": "/docs/guide/installation#global-installation", "hierarchy": { @@ -7865,7 +8446,7 @@ }, { "content": "Install Packages", - "objectID": "aa0cf633-b370-4cfc-b79f-11a960a02978", + "objectID": "e9b71036-bc40-4f7d-b496-ca54f18a47e4", "type": "lvl3", "url": "/docs/guide/installation#install-packages", "hierarchy": { @@ -7876,7 +8457,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "062711ff-9dc3-46c3-9187-c755c0df13f8", + "objectID": "88722398-b95e-4601-b949-ae45a2d90132", "type": "lvl3", "url": "/docs/guide/installation#tailwind-css-setup", "hierarchy": { @@ -7887,7 +8468,7 @@ }, { "content": "Provider Setup", - "objectID": "d0230301-dc3d-4768-a628-51a14891f999", + "objectID": "48243704-b34a-4955-b3c1-4b22d153e000", "type": "lvl3", "url": "/docs/guide/installation#provider-setup", "hierarchy": { @@ -7898,7 +8479,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "11fc563b-dad3-4af3-bf1d-d7ef683bb5d1", + "objectID": "bdaa610b-8846-414c-9826-bc7184841d05", "type": "lvl3", "url": "/docs/guide/installation#setup-pnpm-optional", "hierarchy": { @@ -7909,7 +8490,7 @@ }, { "content": "Individual Installation", - "objectID": "c9e412cf-3ec0-4769-93fa-357473479c13", + "objectID": "14d950c1-f6af-4c5b-9efe-3baba2b192bd", "type": "lvl2", "url": "/docs/guide/installation#individual-installation", "hierarchy": { @@ -7920,7 +8501,7 @@ }, { "content": "Install Core Packages", - "objectID": "6de346ee-481d-487a-84a0-f4b55ed2957e", + "objectID": "7c83c240-c69f-4bb3-9974-4a3fb25ab6f6", "type": "lvl3", "url": "/docs/guide/installation#install-core-packages", "hierarchy": { @@ -7931,7 +8512,7 @@ }, { "content": "Install Component", - "objectID": "41df0be2-e6ca-4262-9535-9dd904e01811", + "objectID": "66a91f1d-7cb0-4a93-b6ff-c1307d6272bc", "type": "lvl3", "url": "/docs/guide/installation#install-component", "hierarchy": { @@ -7942,7 +8523,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "c753c65d-7c3b-4ad5-be4b-59e9f37d2536", + "objectID": "052087ba-c20e-4f15-ac0b-5a13b2024a90", "type": "lvl3", "url": "/docs/guide/installation#tailwind-css-setup-1", "hierarchy": { @@ -7953,7 +8534,7 @@ }, { "content": "Provider Setup", - "objectID": "71796c02-a7a2-49ff-a1ef-4406f6718fe1", + "objectID": "b465b4fd-0a31-4e65-8113-b178ebe6ccb1", "type": "lvl3", "url": "/docs/guide/installation#provider-setup-1", "hierarchy": { @@ -7964,7 +8545,7 @@ }, { "content": "Use the Component", - "objectID": "ce051c37-9de1-4c3b-8042-7007bbe2d273", + "objectID": "7edc7948-4a17-4e00-bf74-8928e54ce499", "type": "lvl3", "url": "/docs/guide/installation#use-the-component", "hierarchy": { @@ -7975,7 +8556,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "fbdc8bce-17f7-4433-88fd-029cbeefa6c3", + "objectID": "b76e9bb2-7f9c-4257-a768-f5ce7ffce7a1", "type": "lvl3", "url": "/docs/guide/installation#setup-pnpm-optional-1", "hierarchy": { @@ -7986,7 +8567,7 @@ }, { "content": "Framework Guides", - "objectID": "3ea8e23f-21c8-4ffa-a93d-4c48e57cf936", + "objectID": "74d96824-35c5-4ecb-8448-d396a7a23691", "type": "lvl2", "url": "/docs/guide/installation#framework-guides", "hierarchy": { @@ -7997,14 +8578,14 @@ }, { "content": "Introduction", - "objectID": "30557206-47bd-4347-ba91-908027473672", + "objectID": "965aa039-1eb1-4c66-960e-526df9d2bd9d", "type": "lvl1", "url": "/docs/guide/introduction", "hierarchy": { "lvl1": "Introduction" } }, { "content": "What is NextUI?", - "objectID": "1b056bf9-e80d-4585-a338-5f7ec0e7d34d", + "objectID": "4ee44a1e-4d68-4996-b836-cdba42afe512", "type": "lvl2", "url": "/docs/guide/introduction#what-is-nextui", "hierarchy": { @@ -8015,14 +8596,14 @@ }, { "content": "FAQ", - "objectID": "767a3ffb-9c98-408b-b0e9-4b3f681faf29", + "objectID": "a87c18bb-28d4-48d8-a7f9-8bd520019e6d", "type": "lvl2", "url": "/docs/guide/introduction#faq", "hierarchy": { "lvl1": "Introduction", "lvl2": "FAQ", "lvl3": null } }, { "content": "Is NextUI a Vercel related project?", - "objectID": "78fdc213-271c-4909-a842-3fda85d19e44", + "objectID": "16fc8305-4e16-45aa-bc62-2c06ab7634ad", "type": "lvl3", "url": "/docs/guide/introduction#is-nextui-a-vercel-related-project", "hierarchy": { @@ -8033,7 +8614,7 @@ }, { "content": "How is NextUI different from TailwindCSS?", - "objectID": "d4c31e84-4b5f-4a74-bf05-55281468f0a1", + "objectID": "2635b850-c59b-441b-9ab7-9b148f1af916", "type": "lvl3", "url": "/docs/guide/introduction#how-is-nextui-different-from-tailwindcss", "hierarchy": { @@ -8044,7 +8625,7 @@ }, { "content": "How is NextUI different from TailwindCSS components libraries?", - "objectID": "cd306189-26b3-4820-93fc-8b23d6120f57", + "objectID": "3cc8947c-cb41-4362-b12d-084bac3dcae1", "type": "lvl3", "url": "/docs/guide/introduction#how-is-nextui-different-from-tailwindcss-components-libraries", "hierarchy": { @@ -8055,7 +8636,7 @@ }, { "content": "How NextUI deals with TailwindCSS classes conflicts?", - "objectID": "eaea6c95-bc17-4a2b-969b-c43ea134c1c4", + "objectID": "28d7b401-067d-4a4e-b8c3-ecc68e699359", "type": "lvl3", "url": "/docs/guide/introduction#how-nextui-deals-with-tailwindcss-classes-conflicts", "hierarchy": { @@ -8066,7 +8647,7 @@ }, { "content": "Does NextUI use runtime CSS?", - "objectID": "15274277-e377-4294-9151-0c3ac9b1f566", + "objectID": "0337b18e-2ca3-45be-9458-dd6f38299c4a", "type": "lvl3", "url": "/docs/guide/introduction#does-nextui-use-runtime-css", "hierarchy": { @@ -8077,7 +8658,7 @@ }, { "content": "Does NextUI support TypeScript?", - "objectID": "52f3454b-620f-4c72-98eb-2f91ff8828ca", + "objectID": "639a875f-2d50-4783-a355-41f7dfd0d1bc", "type": "lvl3", "url": "/docs/guide/introduction#does-nextui-support-typescript", "hierarchy": { @@ -8088,7 +8669,7 @@ }, { "content": "Can I use NextUI with other front-end frameworks or libraries, such as Vue or Angular?", - "objectID": "5db21ede-c294-4629-b351-0a63607a80a2", + "objectID": "2a48aa0f-e5c3-424b-90c0-b2cfc2b31470", "type": "lvl3", "url": "/docs/guide/introduction#can-i-use-nextui-with-other-front-end-frameworks-or-libraries-such-as-vue-or-angular", "hierarchy": { @@ -8099,7 +8680,7 @@ }, { "content": "Why NextUI uses Framer Motion?", - "objectID": "55090f13-5963-47e9-bca3-23aea9f10a29", + "objectID": "513b1848-b2a0-4456-8279-610eb2848ac0", "type": "lvl3", "url": "/docs/guide/introduction#why-nextui-uses-framer-motion", "hierarchy": { @@ -8110,14 +8691,14 @@ }, { "content": "Community", - "objectID": "25cf0872-4b93-497f-b773-89b7a8722b47", + "objectID": "8e36903f-e75b-431a-aac7-98e1c61ef0ae", "type": "lvl2", "url": "/docs/guide/introduction#community", "hierarchy": { "lvl1": "Introduction", "lvl2": "Community", "lvl3": null } }, { "content": "Contributing", - "objectID": "de36ddd4-d448-459f-a885-699e7d5fb794", + "objectID": "cfdea6a8-254f-4573-879e-5b2057be5edf", "type": "lvl2", "url": "/docs/guide/introduction#contributing", "hierarchy": { @@ -8128,21 +8709,21 @@ }, { "content": "Routing", - "objectID": "5177af1d-4d58-4baa-8691-5efc527924ed", + "objectID": "613d3693-1ec0-4e4f-ae0c-6304ad459bbf", "type": "lvl1", "url": "/docs/guide/routing", "hierarchy": { "lvl1": "Routing" } }, { "content": "Introduction", - "objectID": "42e2f4dd-ca10-4373-a2ed-8d87ee1bbd2a", + "objectID": "7c584a55-fcae-422b-959e-6a0f5ca99122", "type": "lvl2", "url": "/docs/guide/routing#introduction", "hierarchy": { "lvl1": "Routing", "lvl2": "Introduction", "lvl3": null } }, { "content": "NextUIProvider Setup", - "objectID": "b23a5eae-58bf-4c10-8672-55a2fb42bb54", + "objectID": "48a4dc79-2968-4eda-baf9-1fc7f5b62d64", "type": "lvl3", "url": "/docs/guide/routing#nextuiprovider-setup", "hierarchy": { @@ -8153,7 +8734,7 @@ }, { "content": "Next.js", - "objectID": "f0194654-eee4-4c4f-8a12-b9c4aa0601a9", + "objectID": "93a998d2-6c90-40b7-94a3-a1314e658816", "type": "lvl3", "url": "/docs/guide/routing#nextjs", "hierarchy": { @@ -8164,21 +8745,21 @@ }, { "content": "App Router", - "objectID": "1b6946c1-38c9-445d-b68f-94f051f1cff0", + "objectID": "c750b049-6762-4feb-8611-f0d937f53d8f", "type": "lvl4", "url": "/docs/guide/routing#app-router", "hierarchy": { "lvl1": "Routing", "lvl2": "Next.js", "lvl3": null } }, { "content": "Add the `useRouter`", - "objectID": "93a3ef33-0c30-478f-8ec7-8b52e6973331", + "objectID": "c1fb0c21-f33d-47b1-ab82-b75845ad2e22", "type": "lvl4", "url": "/docs/guide/routing#add-the-userouter", "hierarchy": { "lvl1": "Routing", "lvl2": "App Router", "lvl3": null } }, { "content": "Add Provider to Root", - "objectID": "3c6b1b8e-32e2-4c32-8f2f-e61adf0b27aa", + "objectID": "811b3acf-8294-4f11-8efb-862dfc5c99a0", "type": "lvl4", "url": "/docs/guide/routing#add-provider-to-root", "hierarchy": { @@ -8189,7 +8770,7 @@ }, { "content": "Pages Router", - "objectID": "f7e885be-632d-4601-85f0-f56dcdfb0383", + "objectID": "7eba211a-bd54-4273-b4e1-c313ae2f74e4", "type": "lvl4", "url": "/docs/guide/routing#pages-router", "hierarchy": { @@ -8200,7 +8781,7 @@ }, { "content": "React Router", - "objectID": "4cba8296-fc50-4dd9-b570-96cc937054df", + "objectID": "ac24e4b6-87b9-4b20-95f4-50d7ea6045ac", "type": "lvl3", "url": "/docs/guide/routing#react-router", "hierarchy": { @@ -8211,14 +8792,14 @@ }, { "content": "Remix", - "objectID": "0b110e9c-4442-48f4-ae9d-41caa0571a2d", + "objectID": "1694b431-36d5-4662-a23b-8a4de1c9620f", "type": "lvl3", "url": "/docs/guide/routing#remix", "hierarchy": { "lvl1": "Routing", "lvl2": "React Router", "lvl3": "Remix" } }, { "content": "Usage examples", - "objectID": "571739ac-f428-4775-a02c-2e7f0262aa5d", + "objectID": "d0ba6575-012d-44b4-a538-b8b1ed2d0dd7", "type": "lvl3", "url": "/docs/guide/routing#usage-examples", "hierarchy": { @@ -8229,14 +8810,14 @@ }, { "content": "Upgrade to v2", - "objectID": "ed9d9494-abff-4eea-a374-8271ac2c3783", + "objectID": "6f962c01-5266-40a9-ace5-900672a5b432", "type": "lvl1", "url": "/docs/guide/upgrade-to-v2", "hierarchy": { "lvl1": "Upgrade to v2" } }, { "content": "Next.js upgrade steps", - "objectID": "501d28cd-3179-4ad5-9576-7d3713cb5d42", + "objectID": "d33ff911-0e23-4da1-b816-eacdcbaee52d", "type": "lvl2", "url": "/docs/guide/upgrade-to-v2#nextjs-upgrade-steps", "hierarchy": { @@ -8247,7 +8828,7 @@ }, { "content": "App directory Setup", - "objectID": "061dbe84-4220-4c5f-ac19-9f21d73951de", + "objectID": "e0743fe3-f777-4274-ac40-1c7173169a35", "type": "lvl2", "url": "/docs/guide/upgrade-to-v2#app-directory-setup", "hierarchy": { @@ -8258,7 +8839,7 @@ }, { "content": "Installation", - "objectID": "eafd20ab-eddb-4a54-8a82-49f943ae2f8d", + "objectID": "78c9476a-33a4-4ba6-b3f6-735d9b010bc9", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#installation", "hierarchy": { @@ -8269,7 +8850,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "26f63cbd-a681-49dd-8207-2cd5df3c20cd", + "objectID": "3a0f5ff1-89d2-4090-89ae-5aa19883c679", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#tailwind-css-setup", "hierarchy": { @@ -8280,7 +8861,7 @@ }, { "content": "Setup Provider", - "objectID": "56e9f302-1b60-433e-8ed8-fa2f2edbb7e4", + "objectID": "7d02cdba-fb7b-43eb-be7f-199f195dabd7", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-provider", "hierarchy": { @@ -8291,7 +8872,7 @@ }, { "content": "Add Provider to Root", - "objectID": "9bf782e7-cf27-439d-aac3-56a05c58a83a", + "objectID": "54eb46fb-5067-4106-a070-166d00389bac", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#add-provider-to-root", "hierarchy": { @@ -8302,7 +8883,7 @@ }, { "content": "Use NextUI Components", - "objectID": "e9c278a1-a594-4961-85e5-2ddda9293c9f", + "objectID": "45b45235-3a68-480b-ad1d-e151251dd972", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#use-nextui-components", "hierarchy": { @@ -8313,7 +8894,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "9c983a59-b551-4225-8fb8-8bb0dc8fce37", + "objectID": "870de2ac-d4b0-4edb-968d-70450ed7dfa5", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional", "hierarchy": { @@ -8324,7 +8905,7 @@ }, { "content": "Pages Directory Setup", - "objectID": "7c223dae-66cf-4534-8a06-60fec98f4106", + "objectID": "12f9af59-4fb3-4f24-8cfa-57bbfd19646b", "type": "lvl2", "url": "/docs/guide/upgrade-to-v2#pages-directory-setup", "hierarchy": { @@ -8335,7 +8916,7 @@ }, { "content": "Installation", - "objectID": "426f194d-637b-4b60-818c-5cb1e758ebb5", + "objectID": "89d5b457-1d84-47cc-8622-0528eb4990f8", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#installation-1", "hierarchy": { @@ -8346,7 +8927,7 @@ }, { "content": "Tailwind CSS Setup", - "objectID": "b5e168bb-b7e2-4292-9d86-d79fe15f35e9", + "objectID": "cca8f5f3-d0d1-4697-82b8-4d924df5fed2", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#tailwind-css-setup-1", "hierarchy": { @@ -8357,7 +8938,7 @@ }, { "content": "Setup Provider", - "objectID": "441b35f3-9582-440f-b018-9defd3654ea6", + "objectID": "c5abdc4f-8c7b-42c4-9749-16c528e5b16d", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-provider-1", "hierarchy": { @@ -8368,7 +8949,7 @@ }, { "content": "Use NextUI Components", - "objectID": "dcd8eb18-4961-4fbf-a749-5b088c0f7860", + "objectID": "6c12d330-0229-4e5c-bfea-65d162648796", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#use-nextui-components-1", "hierarchy": { @@ -8379,7 +8960,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "e2827dc7-8139-4270-b96f-846ea43f33fa", + "objectID": "37e356fb-bbec-4bf7-b42d-d5e56bab6639", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional-1", "hierarchy": { @@ -8390,7 +8971,7 @@ }, { "content": "React upgrade steps", - "objectID": "67b33c4d-bd47-4c33-a39e-92e17d669055", + "objectID": "031dab7d-9739-425f-a221-f9f84411c4cf", "type": "lvl2", "url": "/docs/guide/upgrade-to-v2#react-upgrade-steps", "hierarchy": { @@ -8401,7 +8982,7 @@ }, { "content": "Upgrade React version", - "objectID": "c1406a8e-c97e-405b-8f84-38e913b1d7f0", + "objectID": "b21136e1-6151-40fd-bb96-9db108cfb236", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#upgrade-react-version", "hierarchy": { @@ -8412,7 +8993,7 @@ }, { "content": "Install Framer motion", - "objectID": "2f39ba49-6c29-4eb0-95b5-8b2259cc896e", + "objectID": "6d2fa44a-54a9-49d8-9ea9-d4718623a00c", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#install-framer-motion", "hierarchy": { @@ -8423,7 +9004,7 @@ }, { "content": "TailwindCSS Setup", - "objectID": "0c9df702-7d58-4600-b47d-7e296ec1118f", + "objectID": "a46984c9-9b22-4813-a9c6-7b52885f6fb4", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#tailwindcss-setup", "hierarchy": { @@ -8434,7 +9015,7 @@ }, { "content": "Provider Setup", - "objectID": "b7a7fded-64a2-408c-8fb7-964a4e48da71", + "objectID": "55c535a7-cea4-40ee-97c3-18972eba32c0", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#provider-setup", "hierarchy": { @@ -8445,7 +9026,7 @@ }, { "content": "Use NextUI Components", - "objectID": "060edb9d-07a8-40f2-aae3-fcd3aeac501a", + "objectID": "324e06ee-9360-44cb-a609-51e1221d2baa", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#use-nextui-components-2", "hierarchy": { @@ -8456,7 +9037,7 @@ }, { "content": "Setup pnpm (optional)", - "objectID": "3dedd929-6ad8-4ad3-a869-05ad8c56086b", + "objectID": "ad9d0e43-c0e3-4b91-b46c-f0a3a8c71513", "type": "lvl3", "url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional-2", "hierarchy": { diff --git a/apps/docs/content/components/calendar/controlled-focused-value.ts b/apps/docs/content/components/calendar/controlled-focused-value.ts new file mode 100644 index 0000000000..a405da5060 --- /dev/null +++ b/apps/docs/content/components/calendar/controlled-focused-value.ts @@ -0,0 +1,43 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + let defaultDate = today(getLocalTimeZone()); + let [focusedDate, setFocusedDate] = React.useState(defaultDate); + + return ( + + ); +}`; + +const AppTs = `import {Calendar} from "@nextui-org/react"; +import type {DateValue} from "@react-types/calendar"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + let defaultDate = today(getLocalTimeZone()); + let [focusedDate, setFocusedDate] = React.useState(defaultDate); + + return ( + + ); +}`; + +const react = { + "/App.jsx": App, + "/App.tsx": AppTs, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/controlled.ts b/apps/docs/content/components/calendar/controlled.ts new file mode 100644 index 0000000000..4a1166231c --- /dev/null +++ b/apps/docs/content/components/calendar/controlled.ts @@ -0,0 +1,39 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {parseDate} from "@internationalized/date"; + +export default function App() { + let [value, setValue] = React.useState(parseDate("2024-03-07")); + + return ( + + ); +}`; + +const AppTs = `import {Calendar} from "@nextui-org/react"; +import type {DateValue} from "@react-types/calendar"; +import {parseDate} from "@internationalized/date"; + +export default function App() { + let [value, setValue] = React.useState(parseDate("2024-03-07")); + + return ( + + ); +}`; + +const react = { + "/App.jsx": App, + "/App.tsx": AppTs, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/disabled.ts b/apps/docs/content/components/calendar/disabled.ts new file mode 100644 index 0000000000..d82f742067 --- /dev/null +++ b/apps/docs/content/components/calendar/disabled.ts @@ -0,0 +1,15 @@ +const App = `import {Calendar} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/index.ts b/apps/docs/content/components/calendar/index.ts new file mode 100644 index 0000000000..b0f687a6f5 --- /dev/null +++ b/apps/docs/content/components/calendar/index.ts @@ -0,0 +1,31 @@ +import usage from "./usage"; +import disabled from "./disabled"; +import readonly from "./read-only"; +import controlled from "./controlled"; +import minDateValue from "./min-date-value"; +import maxDateValue from "./max-date-value"; +import unavailableDates from "./unavailable-dates"; +import controlledFocusedValue from "./controlled-focused-value"; +import invalidDate from "./invalid-date"; +import withMonthAndYearPicker from "./with-month-and-year-picker"; +import internationalCalendars from "./international-calendars"; +import visibleMonths from "./visible-months"; +import pageBehaviour from "./page-behaviour"; +import presets from "./presets"; + +export const calendarContent = { + usage, + disabled, + readonly, + controlled, + minDateValue, + maxDateValue, + unavailableDates, + controlledFocusedValue, + invalidDate, + withMonthAndYearPicker, + internationalCalendars, + visibleMonths, + pageBehaviour, + presets, +}; diff --git a/apps/docs/content/components/calendar/international-calendars.ts b/apps/docs/content/components/calendar/international-calendars.ts new file mode 100644 index 0000000000..bda32d3a4a --- /dev/null +++ b/apps/docs/content/components/calendar/international-calendars.ts @@ -0,0 +1,18 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {I18nProvider} from "@react-aria/i18n"; + +export default function App() { + return ( + + + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/invalid-date.ts b/apps/docs/content/components/calendar/invalid-date.ts new file mode 100644 index 0000000000..6a8354c74c --- /dev/null +++ b/apps/docs/content/components/calendar/invalid-date.ts @@ -0,0 +1,51 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {today, getLocalTimeZone, isWeekend} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + + +export default function App() { + let [date, setDate] = React.useState(today(getLocalTimeZone())); + let {locale} = useLocale(); + let isInvalid = isWeekend(date, locale); + + return ( + + ); +}`; + +const AppTs = `import {Calendar} from "@nextui-org/react"; +import type {DateValue} from "@react-types/calendar"; +import {today, getLocalTimeZone, isWeekend} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + + +export default function App() { + let [date, setDate] = React.useState(today(getLocalTimeZone())); + let {locale} = useLocale(); + let isInvalid = isWeekend(date, locale); + + return ( + + ); +}`; + +const react = { + "/App.jsx": App, + "/App.tsx": AppTs, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/max-date-value.ts b/apps/docs/content/components/calendar/max-date-value.ts new file mode 100644 index 0000000000..9c60a5e910 --- /dev/null +++ b/apps/docs/content/components/calendar/max-date-value.ts @@ -0,0 +1,20 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/min-date-value.ts b/apps/docs/content/components/calendar/min-date-value.ts new file mode 100644 index 0000000000..9ddbabbdb7 --- /dev/null +++ b/apps/docs/content/components/calendar/min-date-value.ts @@ -0,0 +1,20 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/page-behaviour.ts b/apps/docs/content/components/calendar/page-behaviour.ts new file mode 100644 index 0000000000..cd4fd33d27 --- /dev/null +++ b/apps/docs/content/components/calendar/page-behaviour.ts @@ -0,0 +1,18 @@ +const App = `import {Calendar} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/presets.ts b/apps/docs/content/components/calendar/presets.ts new file mode 100644 index 0000000000..51bdc13025 --- /dev/null +++ b/apps/docs/content/components/calendar/presets.ts @@ -0,0 +1,185 @@ +const App = `import {Calendar, Radio, RadioGroup, Button, ButtonGroup, cn} from "@nextui-org/react"; +import {today, getLocalTimeZone, startOfWeek, startOfMonth} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + +export default function App() { + let defaultDate = today(getLocalTimeZone()); + let [value, setValue] = React.useState(defaultDate); + let {locale} = useLocale(); + + let now = today(getLocalTimeZone()); + let nextWeek = startOfWeek(now.add({weeks: 1}), locale); + let nextMonth = startOfMonth(now.add({months: 1})); + + const CustomRadio = (props) => { + const {children, ...otherProps} = props; + + return ( + + {children} + + ); + }; + + return ( +
+ + Exact dates + 1 day + 2 days + 3 days + 7 days + 14 days + + } + classNames={{ + content: "w-full", + }} + focusedValue={value} + nextButtonProps={{ + variant: "bordered", + }} + prevButtonProps={{ + variant: "bordered", + }} + topContent={ + + + + + + } + value={value} + onChange={setValue} + onFocusChange={setValue} + /> +
+ ); +}`; + +const AppTs = `import {Calendar, Radio, RadioGroup, Button, ButtonGroup, cn} from "@nextui-org/react"; +import type {DateValue} from "@react-types/calendar"; +import {today, getLocalTimeZone, startOfWeek, startOfMonth} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + +export default function App() { + let defaultDate = today(getLocalTimeZone()); + let [value, setValue] = React.useState(defaultDate); + let {locale} = useLocale(); + + let now = today(getLocalTimeZone()); + let nextWeek = startOfWeek(now.add({weeks: 1}), locale); + let nextMonth = startOfMonth(now.add({months: 1})); + + const CustomRadio = (props) => { + const {children, ...otherProps} = props; + + return ( + + {children} + + ); + }; + + return ( +
+ + Exact dates + 1 day + 2 days + 3 days + 7 days + 14 days + + } + classNames={{ + content: "w-full", + }} + focusedValue={value} + nextButtonProps={{ + variant: "bordered", + }} + prevButtonProps={{ + variant: "bordered", + }} + topContent={ + + + + + + } + value={value} + onChange={setValue} + onFocusChange={setValue} + /> +
+ ); +}`; + +const react = { + "/App.jsx": App, + "/App.tsx": AppTs, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/read-only.ts b/apps/docs/content/components/calendar/read-only.ts new file mode 100644 index 0000000000..6fffcd20a6 --- /dev/null +++ b/apps/docs/content/components/calendar/read-only.ts @@ -0,0 +1,20 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/unavailable-dates.ts b/apps/docs/content/components/calendar/unavailable-dates.ts new file mode 100644 index 0000000000..9a884fb2a9 --- /dev/null +++ b/apps/docs/content/components/calendar/unavailable-dates.ts @@ -0,0 +1,37 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {today, getLocalTimeZone, isWeekend} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + + +export default function App() { + let now = today(getLocalTimeZone()); + + let disabledRanges = [ + [now, now.add({days: 5})], + [now.add({days: 14}), now.add({days: 16})], + [now.add({days: 23}), now.add({days: 24})], + ]; + + let {locale} = useLocale(); + + let isDateUnavailable = (date) => + isWeekend(date, locale) || + disabledRanges.some( + (interval) => date.compare(interval[0]) >= 0 && date.compare(interval[1]) <= 0, + ); + + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/usage.ts b/apps/docs/content/components/calendar/usage.ts new file mode 100644 index 0000000000..0a97b863cd --- /dev/null +++ b/apps/docs/content/components/calendar/usage.ts @@ -0,0 +1,19 @@ +const App = `import {Calendar} from "@nextui-org/react"; +import {parseDate} from '@internationalized/date'; + +export default function App() { + return ( +
+ + +
+ ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/visible-months.ts b/apps/docs/content/components/calendar/visible-months.ts new file mode 100644 index 0000000000..796fc6d9b8 --- /dev/null +++ b/apps/docs/content/components/calendar/visible-months.ts @@ -0,0 +1,18 @@ +const App = `import {Calendar} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/calendar/with-month-and-year-picker.ts b/apps/docs/content/components/calendar/with-month-and-year-picker.ts new file mode 100644 index 0000000000..1774984501 --- /dev/null +++ b/apps/docs/content/components/calendar/with-month-and-year-picker.ts @@ -0,0 +1,18 @@ +const App = `import {Calendar} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/controlled-focused-value.ts b/apps/docs/content/components/range-calendar/controlled-focused-value.ts new file mode 100644 index 0000000000..94014c4cd2 --- /dev/null +++ b/apps/docs/content/components/range-calendar/controlled-focused-value.ts @@ -0,0 +1,23 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + let defaultDate = today(getLocalTimeZone()); + let [focusedDate, setFocusedDate] = React.useState(defaultDate); + + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/controlled.ts b/apps/docs/content/components/range-calendar/controlled.ts new file mode 100644 index 0000000000..2544a02634 --- /dev/null +++ b/apps/docs/content/components/range-calendar/controlled.ts @@ -0,0 +1,46 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + let [value, setValue] = React.useState({ + start: today(getLocalTimeZone()), + end: today(getLocalTimeZone()).add({weeks: 1}), + }); + + return ( + + ); +}`; + +const AppTs = `import {RangeCalendar} from "@nextui-org/react"; +import type {DateValue} from "@react-types/calendar"; +import type {RangeValue} from "@react-types/shared"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + let [value, setValue] = React.useState>({ + start: today(getLocalTimeZone()), + end: today(getLocalTimeZone()).add({weeks: 1}), + }); + + return ( + + ); +}`; + +const react = { + "/App.jsx": App, + "/App.tsx": AppTs, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/disabled.ts b/apps/docs/content/components/range-calendar/disabled.ts new file mode 100644 index 0000000000..80f5d578ec --- /dev/null +++ b/apps/docs/content/components/range-calendar/disabled.ts @@ -0,0 +1,15 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/index.ts b/apps/docs/content/components/range-calendar/index.ts new file mode 100644 index 0000000000..9b92f64465 --- /dev/null +++ b/apps/docs/content/components/range-calendar/index.ts @@ -0,0 +1,31 @@ +import usage from "./usage"; +import disabled from "./disabled"; +import readonly from "./read-only"; +import controlled from "./controlled"; +import minDateValue from "./min-date-value"; +import maxDateValue from "./max-date-value"; +import unavailableDates from "./unavailable-dates"; +import controlledFocusedValue from "./controlled-focused-value"; +import invalidDate from "./invalid-date"; +import nonContiguousRanges from "./non-contiguous-ranges"; +import internationalCalendars from "./international-calendars"; +import visibleMonths from "./visible-months"; +import pageBehaviour from "./page-behaviour"; +import presets from "./presets"; + +export const rangeCalendarContent = { + usage, + disabled, + readonly, + controlled, + minDateValue, + maxDateValue, + unavailableDates, + controlledFocusedValue, + invalidDate, + nonContiguousRanges, + internationalCalendars, + visibleMonths, + pageBehaviour, + presets, +}; diff --git a/apps/docs/content/components/range-calendar/international-calendars.ts b/apps/docs/content/components/range-calendar/international-calendars.ts new file mode 100644 index 0000000000..bd4fac3ffc --- /dev/null +++ b/apps/docs/content/components/range-calendar/international-calendars.ts @@ -0,0 +1,18 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {I18nProvider} from "@react-aria/i18n"; + +export default function App() { + return ( + + + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/invalid-date.ts b/apps/docs/content/components/range-calendar/invalid-date.ts new file mode 100644 index 0000000000..4e053c0658 --- /dev/null +++ b/apps/docs/content/components/range-calendar/invalid-date.ts @@ -0,0 +1,58 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {today, getLocalTimeZone, isWeekend} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + + +export default function App() { + let [date, setDate] = React.useState({ + start: today(getLocalTimeZone()), + end: today(getLocalTimeZone()).add({weeks: 1}), + }); + let {locale} = useLocale(); + let isInvalid = isWeekend(date.start, locale) || isWeekend(date.end, locale); + + return ( + + ); +}`; + +const AppTs = `import {RangeCalendar} from "@nextui-org/react"; +import type {DateValue} from "@react-types/calendar"; +import type {RangeValue} from "@react-types/shared"; +import {today, getLocalTimeZone, isWeekend} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + + +export default function App() { + let [date, setDate] = React.useState>({ + start: today(getLocalTimeZone()), + end: today(getLocalTimeZone()).add({weeks: 1}), + }); + let {locale} = useLocale(); + let isInvalid = isWeekend(date.start, locale) || isWeekend(date.end, locale); + + return ( + + ); +}`; + +const react = { + "/App.jsx": App, + "/App.tsx": AppTs, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/max-date-value.ts b/apps/docs/content/components/range-calendar/max-date-value.ts new file mode 100644 index 0000000000..32c1359e13 --- /dev/null +++ b/apps/docs/content/components/range-calendar/max-date-value.ts @@ -0,0 +1,19 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/min-date-value.ts b/apps/docs/content/components/range-calendar/min-date-value.ts new file mode 100644 index 0000000000..602cb5d6a1 --- /dev/null +++ b/apps/docs/content/components/range-calendar/min-date-value.ts @@ -0,0 +1,19 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/non-contiguous-ranges.ts b/apps/docs/content/components/range-calendar/non-contiguous-ranges.ts new file mode 100644 index 0000000000..15c294adb7 --- /dev/null +++ b/apps/docs/content/components/range-calendar/non-contiguous-ranges.ts @@ -0,0 +1,23 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {isWeekend} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + +export default function App() { + let {locale} = useLocale(); + + return ( + isWeekend(date, locale)} + /> + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/page-behaviour.ts b/apps/docs/content/components/range-calendar/page-behaviour.ts new file mode 100644 index 0000000000..3408f23cc9 --- /dev/null +++ b/apps/docs/content/components/range-calendar/page-behaviour.ts @@ -0,0 +1,18 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/presets.ts b/apps/docs/content/components/range-calendar/presets.ts new file mode 100644 index 0000000000..d3eec46090 --- /dev/null +++ b/apps/docs/content/components/range-calendar/presets.ts @@ -0,0 +1,244 @@ +const App = `import {RangeCalendar, Radio, RadioGroup, Button, ButtonGroup, cn} from "@nextui-org/react"; +import {today, getLocalTimeZone, startOfWeek, startOfMonth} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + +export default function App() { + let [value, setValue] = React.useState({ + start: today(getLocalTimeZone()), + end: today(getLocalTimeZone()).add({weeks: 1, days: 3}), + }); + let [focusedValue, setFocusedValue] = React.useState(today(getLocalTimeZone())); + + let {locale} = useLocale(); + + let now = today(getLocalTimeZone()); + let nextMonth = now.add({months: 1}); + + let nextWeek = { + start: startOfWeek(now.add({weeks: 1}), locale), + end: endOfWeek(now.add({weeks: 1}), locale), + }; + let thisMonth = {start: startOfMonth(now), end: endOfMonth(now)}; + let nextMonthValue = {start: startOfMonth(nextMonth), end: endOfMonth(nextMonth)}; + + + const CustomRadio = (props) => { + const {children, ...otherProps} = props; + + return ( + + {children} + + ); + }; + + return ( +
+ + Exact dates + 1 day + 2 days + 3 days + 7 days + 14 days + + } + classNames={{ + content: "w-full", + }} + focusedValue={focusedValue} + nextButtonProps={{ + variant: "bordered", + }} + prevButtonProps={{ + variant: "bordered", + }} + topContent={ + + + + + + } + value={value} + onChange={setValue} + onFocusChange={setFocusedValue} + /> +
+ ); +}`; + +const AppTs = `import {RangeCalendar, Radio, RadioGroup, Button, ButtonGroup, cn} from "@nextui-org/react"; +import type {DateValue} from "@react-types/calendar"; +import type {RangeValue} from "@react-types/shared"; +import {today, getLocalTimeZone, startOfWeek, startOfMonth} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + +export default function App() { + let [value, setValue] = React.useState>({ + start: today(getLocalTimeZone()), + end: today(getLocalTimeZone()).add({weeks: 1, days: 3}), + }); + + let [focusedValue, setFocusedValue] = React.useState(today(getLocalTimeZone())); + + let {locale} = useLocale(); + + let now = today(getLocalTimeZone()); + let nextMonth = now.add({months: 1}); + + let nextWeek = { + start: startOfWeek(now.add({weeks: 1}), locale), + end: endOfWeek(now.add({weeks: 1}), locale), + }; + let thisMonth = {start: startOfMonth(now), end: endOfMonth(now)}; + let nextMonthValue = {start: startOfMonth(nextMonth), end: endOfMonth(nextMonth)}; + + + const CustomRadio = (props) => { + const {children, ...otherProps} = props; + + return ( + + {children} + + ); + }; + + return ( +
+ + Exact dates + 1 day + 2 days + 3 days + 7 days + 14 days + + } + focusedValue={focusedValue} + nextButtonProps={{ + variant: "bordered", + }} + prevButtonProps={{ + variant: "bordered", + }} + topContent={ + + + + + + } + value={value} + onChange={setValue} + onFocusChange={setFocusedValue} + /> +
+ ); +}`; + +const react = { + "/App.jsx": App, + "/App.tsx": AppTs, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/read-only.ts b/apps/docs/content/components/range-calendar/read-only.ts new file mode 100644 index 0000000000..1badad0004 --- /dev/null +++ b/apps/docs/content/components/range-calendar/read-only.ts @@ -0,0 +1,23 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from "@internationalized/date"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/unavailable-dates.ts b/apps/docs/content/components/range-calendar/unavailable-dates.ts new file mode 100644 index 0000000000..6d656ff8f3 --- /dev/null +++ b/apps/docs/content/components/range-calendar/unavailable-dates.ts @@ -0,0 +1,37 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {today, getLocalTimeZone, isWeekend} from "@internationalized/date"; +import {useLocale} from "@react-aria/i18n"; + + +export default function App() { + let now = today(getLocalTimeZone()); + + let disabledRanges = [ + [now, now.add({days: 5})], + [now.add({days: 14}), now.add({days: 16})], + [now.add({days: 23}), now.add({days: 24})], + ]; + + let {locale} = useLocale(); + + let isDateUnavailable = (date) => + isWeekend(date, locale) || + disabledRanges.some( + (interval) => date.compare(interval[0]) >= 0 && date.compare(interval[1]) <= 0, + ); + + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/usage.ts b/apps/docs/content/components/range-calendar/usage.ts new file mode 100644 index 0000000000..7cbaeec6e0 --- /dev/null +++ b/apps/docs/content/components/range-calendar/usage.ts @@ -0,0 +1,25 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; +import {today, getLocalTimeZone} from '@internationalized/date'; + +export default function App() { + return ( +
+ + +
+ ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/components/range-calendar/visible-months.ts b/apps/docs/content/components/range-calendar/visible-months.ts new file mode 100644 index 0000000000..a669107921 --- /dev/null +++ b/apps/docs/content/components/range-calendar/visible-months.ts @@ -0,0 +1,18 @@ +const App = `import {RangeCalendar} from "@nextui-org/react"; + +export default function App() { + return ( + + ); +}`; + +const react = { + "/App.jsx": App, +}; + +export default { + ...react, +}; diff --git a/apps/docs/content/docs/api-references/nextui-provider.mdx b/apps/docs/content/docs/api-references/nextui-provider.mdx new file mode 100644 index 0000000000..29a11c9122 --- /dev/null +++ b/apps/docs/content/docs/api-references/nextui-provider.mdx @@ -0,0 +1,104 @@ +--- +title: NextUI Provider +description: API References for NextUI Provider +--- + +# NextUI Provider + +------ + + + +Here's the API reference for the `NextUIProvider`. + +## Props + +### navigate + +`navigate` provides a client side router to all nested components such as Link, Menu, Tabs, Table, etc. + +**type**: `((path: string) => void) | undefined` + +### locale + +The locale to apply to the children. The [BCP47](https://www.ietf.org/rfc/bcp/bcp47.txt) language code for the locale. By default, It is `en-US`. + +**type**: `string | undefined` + +### defaultDates + +The default dates range that can be selected in the calendar. + +**type**: `{ minDate?: CalendarDate | undefined; maxDate?: CalendarDate | undefined; }` + +- minDate + + The minimum date that can be selected in the calendar. + + **type**: `CalendarDate | undefined` + + **default**: `new CalendarDate(1900, 1, 1)` + +- maxDate + + The maximum date that can be selected in the calendar. + + **type**: `CalendarDate | undefined` + + **default**: `new CalendarDate(2099, 12, 31)` + +### createCalendar + +This function helps to reduce the bundle size by providing a custom calendar system. + +By default, this includes all calendar systems supported by `@internationalized/date`. However, +if your application supports a more limited set of regions, or you know you will only be picking dates +in a certain calendar system, you can reduce your bundle size by providing your own implementation +of `createCalendar` that includes a subset of these Calendar implementations. + +For example, if your application only supports Gregorian dates, you could implement a `createCalendar` +function like this: + +```tsx +import {GregorianCalendar} from '@internationalized/date'; + +function createCalendar(identifier) { + switch (identifier) { + case 'gregory': + return new GregorianCalendar(); + default: + throw new Error(`Unsupported calendar ${identifier}`); + } +} +``` + +This way, only GregorianCalendar is imported, and the other calendar implementations can be tree-shaken. + +**type**: `((calendar: SupportedCalendars) => Calendar | null) | undefined` + +## Types + +### CalendarDate + +A [CalendarDate](https://react-spectrum.adobe.com/internationalized/date/CalendarDate.html) represents a date without any time components in a specific calendar system from `@internationalized/date`. + +### SupportedCalendars + +Supported react-aria i18n calendars. + +```tsx +type SupportedCalendars = + | "buddhist" + | "ethiopic" + | "ethioaa" + | "coptic" + | "hebrew" + | "indian" + | "islamic-civil" + | "islamic-tbla" + | "islamic-umalqura" + | "japanese" + | "persian" + | "roc" + | "gregory"; +``` \ No newline at end of file diff --git a/apps/docs/content/docs/components/calendar.mdx b/apps/docs/content/docs/components/calendar.mdx new file mode 100644 index 0000000000..1567c5cf41 --- /dev/null +++ b/apps/docs/content/docs/components/calendar.mdx @@ -0,0 +1,261 @@ +--- +title: "Calendar" +description: "The Calendar component is used to display one or more date grids and allows users to select a single date." +--- + +import {calendarContent} from "@/content/components/calendar"; + +# Calendar + +A calendar consists of a grouping element containing one or more date grids (e.g. months), and a previous and next button for navigating between date ranges. Each calendar grid consists of cells containing button elements that can be pressed and navigated to using the arrow keys to select a date. + + + +--- + + + +## Import + + + +## Usage + +A Calendar has no selection by default. An initial, uncontrolled value can be provided to the Calendar using the `defaultValue` prop. Alternatively, a controlled value can be provided using the `value` prop. + +Date values are provided using objects in the [@internationalized/date](https://react-spectrum.adobe.com/internationalized/date/) package. This library handles correct international date manipulation across calendars, time zones, and other localization concerns. + + + +### Disabled + +The `isDisabled` boolean prop makes the Calendar disabled. Cells cannot be focused or selected. + + + +### Read Only + +The `isReadOnly` boolean prop makes the Calendar's value immutable. Unlike `isDisabled`, the Calendar remains focusable. + + + +### Controlled + +A Calendar has no selection by default. An initial, uncontrolled value can be provided to the Calendar using the `defaultValue` prop. Alternatively, a controlled value can be provided using the value prop. + + + +### Min Date Value + +By default, Calendar allows selecting any date. The `minValue` can also be used to prevent the user from selecting dates outside a certain range. + +This example only accepts dates after today. + + + +### Max Date Value + +By default, Calendar allows selecting any date. The `maxValue` can also be used to prevent the user from selecting dates outside a certain range. + +This example only accepts dates before today. + + + +### Unavailable Dates + +Calendar supports marking certain dates as unavailable. These dates remain focusable with the keyboard so that navigation is consistent, but cannot be selected by the user. In this example, they are displayed in red. The `isDateUnavailable` prop accepts a callback that is called to evaluate whether each visible date is unavailable. + + + + +### Controlled Focused Value + +Calendar tries to avoid allowing the user to select invalid dates in the first place. However, if according to application logic a selected date is invalid, the isInvalid prop can be set. This alerts assistive technology users that the selection is invalid, and can be used for styling purposes as well. In addition, the errorMessage slot may be used to help the user fix the issue. + +By default, the selected date is focused when a Calendar first mounts. If no `value` or `defaultValue` prop is provided, then the current date is focused. However, Calendar supports controlling which date is focused using the `focusedValue` and `onFocusChange` props. This also determines which month is visible. The `defaultFocusedValue` prop allows setting the initial focused date when the Calendar first mounts, without controlling it. + + + +### Invalid Date + +This example validates that the selected date is a weekday and not a weekend according to the current locale. + + + +### With Month And Year Picker + +Calendar supports month and year picker for rapid selection. + + + +### International Calendars + +Calendar supports selecting dates in many calendar systems used around the world, including Gregorian, Hebrew, Indian, Islamic, Buddhist, and more. Dates are automatically displayed in the appropriate calendar system for the user's locale. The calendar system can be overridden using the [Unicode calendar locale extension](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/calendar#adding_a_calendar_in_the_locale_string), passed to the `Provider` component. + + + +### Visible Months + +By default, the Calendar displays a single month. The `visibleMonths` prop allows displaying up to 3 months at a time. + + + +### Page Behaviour + +By default, when pressing the next or previous buttons, pagination will advance by the `visibleMonths` value. This behavior can be changed to page by single months instead, by setting `pageBehavior` to `single`. + + + +### Presets + +Here's the example to customize `topContent` and `bottomContent` to have some preset values. + + + +## Slots + +- **base**: Calendar wrapper, it handles alignment, placement, and general appearance. +- **prevButton**: The previous button of the calendar. +- **nextButton**: The next button of the calendar. +- **headerWrapper**: Wraps the picker (month / year). +- **header**: The header element. +- **title**: A description of the visible date range, for use in the calendar title. +- **gridWrapper**: The wrapper for the calendar grid. +- **grid**: The date grid element (e.g. ``). +- **gridHeader**: The date grid header element (e.g. ``). +- **gridHeaderCell**: The date grid header cell element (e.g. ``). +- **gridBodyRow**: The date grid body row element (e.g. ``). +- **cell**: The date grid cell element (e.g. `
`). +- **gridHeaderRow**: The date grid header row element (e.g. `
`). +- **gridBody**: The date grid body element (e.g. `
`). +- **cellButton**: The button element within the cell. +- **pickerWrapper**: The wrapper for the picker +- **pickerMonthList**: The month list picker. +- **pickerYearList**: The year list picker. +- **pickerHighlight**: The highlighted item of the picker. +- **pickerItem**: The item of the picker. +- **helperWrapper**: The helper message of the calendar. +- **errorMessage**: The error message of the calendar. + + + +## Data Attributes + +`Calendar` has the following attributes on the `CalendarCell` element: + +- **data-focused**: + Whether the cell is focused. +- **data-hovered**: + Whether the cell is currently hovered with a mouse. +- **data-pressed**: + Whether the cell is currently being pressed. +- **data-unavailable**: + Whether the cell is unavailable, according to the calendar's `isDateUnavailable` prop. Unavailable dates remain focusable, but cannot be selected by the user. They should be displayed with a visual affordance to indicate they are unavailable, such as a different color or a strikethrough. +- **data-disabled**: + Whether the cell is disabled, according to the calendar's `minValue`, `maxValue`, and `isDisabled` props. +- **data-focus-visible**: + Whether the cell is keyboard focused. +- **data-outside-visible-range**: + Whether the cell is outside the visible range of the calendar. +- **data-outside-month**: + Whether the cell is outside the current month. +- **data-selected**: + Whether the cell is selected. +- **data-selected-start**: + Whether the cell is the first date in a range selection. +- **data-selected-end**: + Whether the cell is the last date in a range selection. +- **data-invalid**: + Whether the cell is part of an invalid selection. + + + +## Accessibility + +- Display one or more months at once, or a custom time range for use cases like a week view. Minimum and maximum values, unavailable dates, and non-contiguous selections are supported as well. +- Support for 13 calendar systems used around the world, including Gregorian, Buddhist, Islamic, Persian, and more. Locale-specific formatting, number systems, and right-to-left support are available as well. +- Calendar cells can be navigated and selected using the keyboard, and localized screen reader messages are included to announce when the selection and visible date range change. + + + +## API + +### Calendar Props + +| Attribute | Type | Description | Default | +|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------| +| value | `DateValue \| null` | The current value (controlled). | - | +| defaultValue | `DateValue \| null` | The default value (uncontrolled). | - | +| minValue | `DateValue` | The minimum allowed date that a user may select. | - | +| maxValue | `DateValue` | The maximum allowed date that a user may select. | - | +| visibleMonths | `number` | The number of months to display at once. Up to 3 months are supported. Passing a number greater than 1 will disable the `showMonthAndYearPickers` prop | `1` | +| focusedValue | `DateValue` | Controls the currently focused date within the calendar. | - | +| defaultFocusedValue | `DateValue` | The date that is focused when the calendar first mounts (uncountrolled). | - | +| errorMessage | `ReactNode` | An error message to display when the selected value is invalid. | - | +| isDateUnavailable | `(date: DateValue) => boolean` | Callback that is called for each date of the calendar. If it returns true, then the date is unavailable. | - | +| createCalendar | `(calendar: SupportedCalendars) => Calendar \| null` | This function helps to reduce the bundle size by providing a custom calendar system. You can also use the NextUIProvider to provide the createCalendar function to all nested components. | `all
calendars` | +| pageBehavior | `PageBehavior` | Controls the behavior of paging. Pagination either works by advancing the visible page by visibleDuration (default) or one unit of visibleDuration. | `visible` | +| weekdayStyle | `"narrow" \|"short" \| "long" \| undefined` | The style of weekday names to display in the calendar grid header, e.g. single letter, abbreviation, or full day name. | `narrow` | +| showMonthAndYearPickers | `boolean` | Whether the label should be crossed out. | `false` | +| isDisabled | `boolean` | Whether the calendar is disabled. | `false` | +| isReadOnly | `boolean` | Whether the calendar value is immutable. | `false` | +| isInvalid | `boolean` | Whether the current selection is invalid according to application logic. | - | +| autoFocus | `boolean` | Whether to automatically focus the calendar when it mounts. | `false` | +| showHelper | `boolean` | Whether to show the description or error message. | `false` | +| isHeaderExpanded | `boolean` | Whether the calendar header is expanded. This is only available if the `showMonthAndYearPickers` prop is set to `true`. | `false` | +| isHeaderDefaultExpanded | `boolean` | Whether the calendar header should be expanded by default.This is only available if the `showMonthAndYearPickers` prop is set to `true`. | `false` | +| topContent | `ReactNode` | Custom content to be included in the top of the calendar. | - | +| bottomContent | `ReactNode` | Custom content to be included in the bottom of the calendar. | - | +| classNames | `Record<"base"| "prevButton"| "nextButton"| "headerWrapper" \| "header" \| "title" \| "content" \| "gridWrapper" \| "grid" \| "gridHeader" \| "gridHeaderRow" \| "gridHeaderCell" \| "gridBody" \| "gridBodyRow" \| "cell" \| "cellButton" \| "pickerWrapper" \| "pickerMonthList" \| "pickerYearList" \| "pickerHighlight" \| "pickerItem" \| "helperWrapper" \| "errorMessage", string>` | Allows to set custom class names for the calendar slots. | - | + +### Calendar Events + +| Attribute | Type | Description | +|------------------------|------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| +| onFocusChange | `(date: CalendarDate) => void` | Handler that is called when the focused date changes. | +| onChange | `(value: MappedDateValue) => void` | Handler that is called when the value changes. | +| onHeaderExpandedChange | `(isExpanded: boolean) => void` | The event handler for the calendar header expanded state. This is only available if the `showMonthAndYearPickers` prop is set to `true`. | \ No newline at end of file diff --git a/apps/docs/content/docs/components/range-calendar.mdx b/apps/docs/content/docs/components/range-calendar.mdx new file mode 100644 index 0000000000..44d56cd21d --- /dev/null +++ b/apps/docs/content/docs/components/range-calendar.mdx @@ -0,0 +1,266 @@ +--- +title: "Range Calendar" +description: "The Range Calendar component is used to display one or more date grids and allows users to select a contiguous range of dates." +--- + +import {rangeCalendarContent} from "@/content/components/range-calendar"; + +# Range Calendar + +A range calendar consists of a grouping element containing one or more date grids (e.g. months), and a previous and next button for navigating through time. Each calendar grid consists of cells containing button elements that can be pressed and navigated to using the arrow keys to select a date range. Once a start date is selected, the user can navigate to another date using the keyboard or by hovering over it, and clicking it or pressing the Enter key commits the selected date range. + + + +--- + + + +## Import + + + +## Usage + +A RangeCalendar has no selection by default. An initial, uncontrolled value can be provided to the RangeCalendar using the `defaultValue` prop. Alternatively, a controlled value can be provided using the `value` prop. + +Date values are provided using objects in the [@internationalized/date](https://react-spectrum.adobe.com/internationalized/date/) package. This library handles correct international date manipulation across calendars, time zones, and other localization concerns. + + + +### Disabled + +The `isDisabled` boolean prop makes the Calendar disabled. Cells cannot be focused or selected. + + + +### Read Only + +The `isReadOnly` boolean prop makes the Calendar's value immutable. Unlike `isDisabled`, the Calendar remains focusable. + + + +### Controlled + +A Calendar has no selection by default. An initial, uncontrolled value can be provided to the Calendar using the `defaultValue` prop. Alternatively, a controlled value can be provided using the value prop. + + + +### Min Date Value + +By default, Calendar allows selecting any date. The `minValue` can also be used to prevent the user from selecting dates outside a certain range. + +This example only accepts dates after today. + + + +### Max Date Value + +By default, Calendar allows selecting any date. The `maxValue` can also be used to prevent the user from selecting dates outside a certain range. + +This example only accepts dates before today. + + + +### Unavailable Dates + +Calendar supports marking certain dates as unavailable. These dates remain focusable with the keyboard so that navigation is consistent, but cannot be selected by the user. In this example, they are displayed in red. The `isDateUnavailable` prop accepts a callback that is called to evaluate whether each visible date is unavailable. + + + +### Non-Contiguous Ranges + +The `allowsNonContiguousRanges` prop enables a range to be selected even if there are unavailable dates in the middle. The value emitted in the onChange event will still be a single range with a start and end property, but unavailable dates will not be displayed as selected. It is up to applications to split the full selected range into multiple as needed for business logic. + +This example prevents selecting weekends, but allows selecting ranges that span multiple weeks. + + + +### Controlled Focused Value + +Calendar tries to avoid allowing the user to select invalid dates in the first place. However, if according to application logic a selected date is invalid, the isInvalid prop can be set. This alerts assistive technology users that the selection is invalid, and can be used for styling purposes as well. In addition, the errorMessage slot may be used to help the user fix the issue. + +By default, the selected date is focused when a Calendar first mounts. If no `value` or `defaultValue` prop is provided, then the current date is focused. However, Calendar supports controlling which date is focused using the `focusedValue` and `onFocusChange` props. This also determines which month is visible. The `defaultFocusedValue` prop allows setting the initial focused date when the Calendar first mounts, without controlling it. + + + +### Invalid Date + +This example validates that the selected date is a weekday and not a weekend according to the current locale. + + + +### International Calendars + +Calendar supports selecting dates in many calendar systems used around the world, including Gregorian, Hebrew, Indian, Islamic, Buddhist, and more. Dates are automatically displayed in the appropriate calendar system for the user's locale. The calendar system can be overridden using the [Unicode calendar locale extension](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/calendar#adding_a_calendar_in_the_locale_string), passed to the `Provider` component. + + + +### Visible Months + +By default, the Calendar displays a single month. The `visibleMonths` prop allows displaying up to 3 months at a time. + + + +### Page Behaviour + +By default, when pressing the next or previous buttons, pagination will advance by the `visibleMonths` value. This behavior can be changed to page by single months instead, by setting `pageBehavior` to `single`. + + + +### Presets + +Here's the example to customize `topContent` and `bottomContent` to have some preset values. + + + +## Slots + +- **base**: Calendar wrapper, it handles alignment, placement, and general appearance. +- **prevButton**: The previous button of the calendar. +- **nextButton**: The next button of the calendar. +- **headerWrapper**: Wraps the picker (month / year). +- **header**: The header element. +- **title**: A description of the visible date range, for use in the calendar title. +- **gridWrapper**: The wrapper for the calendar grid. +- **grid**: The date grid element (e.g. ``). +- **gridHeader**: The date grid header element (e.g. ``). +- **gridHeaderCell**: The date grid header cell element (e.g. ``). +- **gridBodyRow**: The date grid body row element (e.g. ``). +- **cell**: The date grid cell element (e.g. `
`). +- **gridHeaderRow**: The date grid header row element (e.g. `
`). +- **gridBody**: The date grid body element (e.g. `
`). +- **cellButton**: The button element within the cell. +- **pickerWrapper**: The wrapper for the picker +- **pickerMonthList**: The month list picker. +- **pickerYearList**: The year list picker. +- **pickerHighlight**: The highlighted item of the picker. +- **pickerItem**: The item of the picker. +- **helperWrapper**: The helper message of the calendar. +- **errorMessage**: The error message of the calendar. + + + +## Data Attributes + +`Calendar` has the following attributes on the `CalendarCell` element: + +- **data-focused**: + Whether the cell is focused. +- **data-hovered**: + Whether the cell is currently hovered with a mouse. +- **data-pressed**: + Whether the cell is currently being pressed. +- **data-unavailable**: + Whether the cell is unavailable, according to the calendar's `isDateUnavailable` prop. Unavailable dates remain focusable, but cannot be selected by the user. They should be displayed with a visual affordance to indicate they are unavailable, such as a different color or a strikethrough. +- **data-disabled**: + Whether the cell is disabled, according to the calendar's `minValue`, `maxValue`, and `isDisabled` props. +- **data-focus-visible**: + Whether the cell is keyboard focused. +- **data-outside-visible-range**: + Whether the cell is outside the visible range of the calendar. +- **data-outside-month**: + Whether the cell is outside the current month. +- **data-selected**: + Whether the cell is selected. +- **data-selected-start**: + Whether the cell is the first date in a range selection. +- **data-selected-end**: + Whether the cell is the last date in a range selection. +- **data-invalid**: + Whether the cell is part of an invalid selection. + + + +## Accessibility + +- Display one or more months at once, or a custom time range for use cases like a week view. Minimum and maximum values, unavailable dates, and non-contiguous selections are supported as well. +- Support for 13 calendar systems used around the world, including Gregorian, Buddhist, Islamic, Persian, and more. Locale-specific formatting, number systems, and right-to-left support are available as well. +- Calendar cells can be navigated and selected using the keyboard, and localized screen reader messages are included to announce when the selection and visible date range change. + + + +## API + +### RangeCalendar Props + +| Attribute | Type | Description | Default | | +|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|---| +| value | `RangeValue | null` | The current value (controlled). | - | +| defaultValue | `RangeValue | null` | The default value (uncontrolled). | - | +| minValue | `DateValue` | The minimum allowed date that a user may select. | - | | +| maxValue | `DateValue` | The maximum allowed date that a user may select. | - | | +| visibleMonths | `number` | The number of months to display at once. Up to 3 months are supported. Passing a number greater than 1 will disable the `showMonthAndYearPickers` prop | `1` | | +| focusedValue | `DateValue` | Controls the currently focused date within the calendar. | - | | +| defaultFocusedValue | `DateValue` | The date that is focused when the calendar first mounts (uncountrolled). | - | | +| errorMessage | `ReactNode` | An error message to display when the selected value is invalid. | - | | +| isDateUnavailable | `(date: DateValue) => boolean` | Callback that is called for each date of the calendar. If it returns true, then the date is unavailable. | - | | +| createCalendar | `(calendar: SupportedCalendars) => Calendar \| null` | This function helps to reduce the bundle size by providing a custom calendar system. You can also use the NextUIProvider to provide the createCalendar function to all nested components. | `all
calendars` | | +| pageBehavior | `PageBehavior` | Controls the behavior of paging. Pagination either works by advancing the visible page by visibleDuration (default) or one unit of visibleDuration. | `visible` | | +| weekdayStyle | `"narrow" \|"short" \| "long" \| undefined` | The style of weekday names to display in the calendar grid header, e.g. single letter, abbreviation, or full day name. | `narrow` | | +| allowsNonContiguousRanges | `boolean` | When combined with `isDateUnavailable`, determines whether non-contiguous ranges, i.e. ranges containing unavailable dates, may be selected. | `false` | | +| showMonthAndYearPickers | `boolean` | Whether the label should be crossed out. | `false` | | +| isDisabled | `boolean` | Whether the calendar is disabled. | `false` | | +| isReadOnly | `boolean` | Whether the calendar value is immutable. | `false` | | +| isInvalid | `boolean` | Whether the current selection is invalid according to application logic. | - | | +| autoFocus | `boolean` | Whether to automatically focus the calendar when it mounts. | `false` | | +| showHelper | `boolean` | Whether to show the description or error message. | `false` | | +| isHeaderExpanded | `boolean` | Whether the calendar header is expanded. This is only available if the `showMonthAndYearPickers` prop is set to `true`. | `false` | | +| isHeaderDefaultExpanded | `boolean` | Whether the calendar header should be expanded by default.This is only available if the `showMonthAndYearPickers` prop is set to `true`. | `false` | | +| topContent | `ReactNode` | Custom content to be included in the top of the calendar. | - | | +| bottomContent | `ReactNode` | Custom content to be included in the bottom of the calendar. | - | | +| classNames | `Record<"base"| "prevButton"| "nextButton"| "headerWrapper" \| "header" \| "title" \| "content" \| "gridWrapper" \| "grid" \| "gridHeader" \| "gridHeaderRow" \| "gridHeaderCell" \| "gridBody" \| "gridBodyRow" \| "cell" \| "cellButton" \| "pickerWrapper" \| "pickerMonthList" \| "pickerYearList" \| "pickerHighlight" \| "pickerItem" \| "helperWrapper" \| "errorMessage", string>` | Allows to set custom class names for the calendar slots. | - | | + +### RangeCalendar Events + +| Attribute | Type | Description | +|------------------------|---------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| +| onFocusChange | `(date: CalendarDate) => void` | Handler that is called when the focused date changes. | +| onChange | `(value: RangeValue>) => void` | Handler that is called when the value changes. | +| onHeaderExpandedChange | `(isExpanded: boolean) => void` | The event handler for the calendar header expanded state. This is only available if the `showMonthAndYearPickers` prop is set to `true`. | \ No newline at end of file diff --git a/apps/docs/package.json b/apps/docs/package.json index 10361a6061..be0743a3fc 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -18,6 +18,7 @@ "@codesandbox/sandpack-react": "^2.6.4", "@iconify/icons-solar": "^1.2.3", "@iconify/react": "^4.1.1", + "@internationalized/date": "^3.5.2", "@mapbox/rehype-prism": "^0.6.0", "@nextui-org/aria-utils": "workspace:*", "@nextui-org/badge": "workspace:*", diff --git a/packages/components/calendar/src/use-calendar-base.ts b/packages/components/calendar/src/use-calendar-base.ts index 8f63509565..7bc6edb9d3 100644 --- a/packages/components/calendar/src/use-calendar-base.ts +++ b/packages/components/calendar/src/use-calendar-base.ts @@ -71,10 +71,10 @@ interface Props extends NextUIBaseProps { isHeaderDefaultExpanded?: boolean; /** * The event handler for the calendar header expanded state. This is only available if the `showMonthAndYearPickers` prop is set to `true`. - * @param ixExpanded boolean + * @param isExpanded boolean * @returns void */ - onHeaderExpandedChange?: (ixExpanded: boolean) => void; + onHeaderExpandedChange?: (isExpanded: boolean) => void; /** * This function helps to reduce the bundle size by providing a custom calendar system. * diff --git a/packages/components/calendar/stories/range-calendar.stories.tsx b/packages/components/calendar/stories/range-calendar.stories.tsx index 90cb1610d9..c17c5325b3 100644 --- a/packages/components/calendar/stories/range-calendar.stories.tsx +++ b/packages/components/calendar/stories/range-calendar.stories.tsx @@ -237,7 +237,7 @@ const PresetsTemplate = (args: RangeCalendarProps) => { } classNames={{ - content: "w-[292px]", + content: "w-full", }} focusedValue={focusedValue} nextButtonProps={{ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a12c97843..6bdd686892 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -279,6 +279,9 @@ importers: '@iconify/react': specifier: ^4.1.1 version: 4.1.1(react@18.2.0) + '@internationalized/date': + specifier: ^3.5.2 + version: 3.5.2 '@mapbox/rehype-prism': specifier: ^0.6.0 version: 0.6.0 @@ -5899,10 +5902,6 @@ packages: peerDependencies: '@effect-ts/otel-node': '*' peerDependenciesMeta: - '@effect-ts/core': - optional: true - '@effect-ts/otel': - optional: true '@effect-ts/otel-node': optional: true dependencies: @@ -22466,9 +22465,6 @@ packages: resolution: {integrity: sha512-wRvsK9v12Nt2/EIjLp/uvxd3UeRSN9DRoSofDn21Ot+rEw4e98ODvbdSHi6dYr82s4oo6mF823ACmOp1hXd4wg==} engines: {node: '>= 12.0.0'} hasBin: true - peerDependenciesMeta: - '@parcel/core': - optional: true dependencies: '@parcel/config-default': 2.10.2(@parcel/core@2.10.2)(typescript@4.9.5) '@parcel/core': 2.10.2