Pull Request Number: 4262 Title: Docs & New version Base Branch: main Head Branch: canary Author: jrgarciadev URL: https://github.com/nextui-org/nextui/pull/4262 State: MERGED Created At: 2024-12-07T12:34:58Z Merged At: 2024-12-07T12:40:39Z Participants: jrgarciadev, ryxxn, wingkwong, abhinav700, macci001, dgz9, juliesaia, alexnguyennz, nnmax, ryo-manba, ShrinidhiUpadhyaya, sanuj21, PentSec, winchesHe, awesome-pro, CanRau, AzpektDev, Peterl561, vinroger, jubar Description: Closes # ๐Ÿ“ Description โ›ณ๏ธ Current behavior (updates) ๐Ÿš€ New behavior ๐Ÿ’ฃ Is this a breaking change (Yes/No): ๐Ÿ“ Additional Information Summary by CodeRabbit New Features Introduced new components: Form, Drawer, Input OTP, and Alert in NextUI version 2.6.0. Enhanced functionality with built-in validation and accessibility features for the Form component. Added draggable modal functionality and improved router integration. Bug Fixes Corrected peer dependency issues across multiple packages. Resolved layout issues in the DocsToc and DocPage components. Documentation Updated changelogs to reflect new versions and changes across various components. Commits: - fix(input): ensure clear button is not focusable when disabled (#3774) * fix(input): ensure clear button is not focusable when disabled * test(input): add test to ensure clear button is not focusable when disabled * chore: add changeset for clear button focus fix when input is disabled * fix(input): update clear button to use button element * test(input): add focus test when disabled and update tests for clear button using button element * test(input): replace querySelector with getByRole for clear button * fix(input): set tabIndex to -1 for clear button * test(input): ensure clear button is not focusable\n- fix(image): add missing `w` to `getWrapperProps` dependency (#3802) * fix(image): add missing `w` to `getWrapperProps` dependency * chore(changeset): add changeset\n- fix(autocomplete): popover should remain open after clicking clear button (#3788) * fix: add state.open() so that dropdown is not closed * chore: add changeset * chore(autocomplete): add testcases for keeping lisbox open when clearButton is clicked * chore: update changeset * chore(autocomplete): change the docs for test cases * chore(changeset): update changeset message and add issue number --------- Co-authored-by: WK Wong \n- refactor(docs): example of blurred card (#3741) * docs(card): adding info regarding the gradient for blurred card * chore(nit): adding example * chore(docs): revise content for card isBlurred example * chore(docs): revise isBlurred note --------- Co-authored-by: Maharshi Alpesh Co-authored-by: WK Wong \n- fix(docs): replace twitter logo/links with x logo/links (#3815) * fix(docs): replace Twitter logo/links with X logo/links * docs: update twitter references to x * docs: update changeset for twitter to x changes * docs: update twitter references to x * docs: update twitter references to x * chore(docs): undo .sponsorsrc since it's generated * refactor(docs): remove unnecessary classes * chore(docs): undo .sponsorsrc since it's generated --------- Co-authored-by: WK Wong \n- fix(date-picker): adding props from calendarProps to getCalendarProps (#3773) * fix(date-picker): adding props from calendarProps to the getCalendarProps * chore(date-picker): adding the changeset * chore(changeset): add issue number --------- Co-authored-by: Maharshi Alpesh Co-authored-by: WK Wong \n- feat(autocomplete): automatically focus first non-disabled item (#2186) Co-authored-by: WK Wong \n- docs(accordion): add overflow to custom motion example (#3793)\n- fix(docs): typos in dark mode page (#3823)\n- fix(theme): fullWidth in input and select (#3768) * fix(input): fixing the fullWidth functionality * chore(changeset): add issue number * chore(changeset): revise changeset message --------- Co-authored-by: Maharshi Alpesh Co-authored-by: WK Wong \n- fix(autocomplete): exit animation on popover close (#3845) * fix(autocomplete): exit animation on popover close * refactor(autocomplete): getListBoxProps --------- Co-authored-by: WK Wong \n- chore: merge branch with main\n- refactor(theme): replace the use of RTL-specific styles with logical properties (#3868) * chore(rtl): remove the usages of rtl * chore(changeset): adding the changeset * chore(changeset): update changeset message --------- Co-authored-by: WK Wong \n- fix(select): label placement discrepancy in Select (#3853) * fix(select): label placement incorrect in case of multiline * chore(select): adding the changeset * chore(select): adding the tests * chore(select): code imrovement, wkw's suggestions * chore(changeset): update changeset message --------- Co-authored-by: WK Wong \n- fix(theme): label placement in select and input (#3869) * fix(theme): fix the label placement * chore(changeset): adding the changeset * chore(select): adding comments\n- fix(docs): avoid translating the code block (#3878) * docs(Codeblock): avoid code be translated * fix(docs): lint issue --------- Co-authored-by: WK Wong \n- fix(listbox): change listBoxItem key to optional (#3883) * fix(listbox): listBoxItem key to optional * chore: add defaultSelectedKeys test for numeric keys and ids * chore: add changeset\n- chore: comment out section prompts in PR template (#3884)\n- chore(test): update testing libraries and refactor (#3886)\n- fix(theme): show margin only with label in Switch component (#3861) * fix(switch): removed right margin in wrapper #3791 * feat(changeset): added changeset * fix(switch): removed me-2 in wrapper * fix(switch): added ms-2 to label * chore(changeset): correct package and message --------- Co-authored-by: WK Wong \n- fix(theme): removed pseudo cancel btn from input (#3912) * fix(theme): removed pseudo cancel btn from input * chore(changeset): adding the changeset * fix(input): conditionally hiding the webkit search * chore(changeset): revise changeset message --------- Co-authored-by: WK Wong \n- refactor(docs): dx improvement in accordion (#3856) * refactor: improve dx for writing a docs component (#2544) * refactor: improve dx for write a docs component Signed-off-by: Innei * refactor(docs): switch to contentlayer2 * chore(docs): rename to avoid conflict * refactor(docs): switch to next-contentlayer2 * refactor(docs): revise docs lib * chore(deps): bump docs related dependencies * fix(use-aria-multiselect): type issue due to ts version bump --------- Signed-off-by: Innei Co-authored-by: WK Wong * refactor(docs): accordion codes * feat(docs): declare module `*.jsx?raw` * feat(docs): include `**/*.jsx` * fix(docs): incorrect content * chore(docs): add new lines * refactor(docs): lint --------- Signed-off-by: Innei Co-authored-by: Innei \n- fix(docs): typos in hero section (#3928)\n- fix(theme): support RTL for breadcrumbs (#3927) * fix(breadcrumbs): added separator rotation for RTL #2486 * chore(changeset): added changeset\n- fix(docs): removed unused import and merged classNames in dropdown (#3936) * fix(breadcrumbs): added separator rotation for RTL #2486 * chore(changeset): added changeset * fix(docs): removed unused Link import and merged classnames in dropdown\n- fix: avatar filter disableAnimation to dom prop (#3946)\n- feat: add git hook to auto update dependencies (#3365) * feat: add git hook to auto update dependencies * feat: update color\n- fix: prevent test matcher warning (#3893) * fix: prevent test matcher warning * chore: add node types * chore: update Jest related packages * chore: run pnpm install\n- fix(tabs): correct inert value for true condition (#3978)\n- Alert component (#3982) * feat(alert): began the work on alert component * fix(readme): making correction * chore(deps): change to 2.0.0 * chore(docs): update README.md * feat(theme): init alert tv * chore(alert): update package.json * feat(alert): init alert storybook structure * chore(changeset): add changeset * chore(changeset): change to minor * chore(alert): revise alert package.json * feat(alert): init test structure * chore(deps): pnpm-lock.yaml * feat(alert): initailized theme and basic structure * feat(alert): completed use-alert.ts and alert.tsx * feat(alert): remove innerWrapper, replace helperWrapper with mainWrapper, adding isCloseable prop * feat(alert): adding isCloseable prop to baseWrapper dependency * feat(alert): setting the default value of isCloseable prop to true * feat(alert): moving CloseIcon inside the button * feat(alert): updated package.json * feat(alert): default variant and default story * feat(alert): adding color and radius stories * feat(alert): completed the styling * feat(alert): add stories for isCloseable prop and restyle other stories * feat(alert): correcting ref type * feat(alert): add test cases * feat(alert): remove startContent and endContent props * feat(alert): make styling more accurate * feat(alert): fixed default props * feat(alert): fixed theme docs * feat(alert): add logic for icons * feat(alert): begin to add docs * chore(alert): implement the changes suggested in code review * feat(alert): add onclose prop to alert * feat(alert): add test cases * docs(alert): add onClose event * feat(docs): add alert to routes.json * fix(alert): correct the text colors * docs(alert): fix imports and syntax errors * chore(alert): implement the changes suggested in code review * chore(alert): lint the code and change isCloseable to isClosable * chore(alert): lint the code * chore(alert): run pnpm i * fix(alert): fix the logic for close button and add test case * docs(alert): fix docs, change isCloseable to isClosable and change docs for isClosable property * chore(alert): add the support for RTL, refactor the code and fix the typos * docs(alert): grammer issues fix * fix(alert): replace rtl with ms * chore(alert): custom style and custom implementation, remove isClosable={false}, refactor, fix typos * chore(alert): linting and implement coderabbit suggestions * chore(alert): refactor and typos fix * chore(alert): add import for closeIcon * chore(alert): add props for closeIcon * chore(alert): refactor fixes * chore(alert): implement ryo-manba's suggestion on close Icon * chore(alert): make alert more responsive * chore(alert): fix grammer issues suggested by coderabbit * fix(alert): add max-w property to make alert responsive * chore(alert): improve responsiveness and refactor alertIcon * chore(alert): add missing dependency to useMemo * chore(alert): implement coderabbit's suggestions * chore(alert): update docs and refactor * chore(alert): refactor alertIcon and implement coderabbit's suggestion * chore: fixes --------- Co-authored-by: Abhinav Agarwal Co-authored-by: WK Wong Co-authored-by: Abhinav Agarwal <78839973+abhinav700@users.noreply.github.com>\n- Feat/add draggable modal (#3983) * feat(hooks): add use-draggable hook * feat(components): [modal] export use-draggable * docs(components): [modal] add draggable modal * feat(components): [modal] add ref prop for modal-header * chore(components): [modal] add draggable modal for storybook * chore: add changeset for draggable modal * docs(hooks): [use-draggable] fix typo * chore: upper changeset * chore(components): [modal] add overflow draggable modal to sb * test(components): [modal] add draggable modal tests * build: update pnpm-lock * chore(changeset): include issue number * feat(hooks): [use-draggable] set user-select to none when during the dragging * docs(components): [modal] update code demo title * docs(components): [modal] condense description for draggable overflow * feat(hooks): [use-draggable] change version to 0.1.0 * refactor(hooks): [use-draggable] use use-move implement use-draggable * feat(hooks): [use-draggable] remove repeated user-select * test(components): [modal] update test case to use-draggable base use-move * docs(components): [modal] update draggable examples * fix(hooks): [use-draggable] fix mobile device touchmove event conflict * refactor(hooks): [use-draggable] remove drag ref prop * refactor(hooks): [use-draggable] draggable2is-disabled overflow2can-overflow * test(components): [modal] add draggble disable test * chore(hooks): [use-draggable] add commant for body touchmove * Update packages/hooks/use-draggable/src/index.ts Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> * fix(hooks): [use-draggable] import use-callback * test(components): [modal] add mobile-sized test for draggable * chore(hooks): [use-draggable] add use-callback for func * chore(hooks): [use-draggable] update version to 2.0.0 * chore: fix typo * Update .changeset/soft-apricots-sleep.md * fix: pnpm lock * fix: build * chore: add updated moadl --------- Co-authored-by: wzc520pyfm <1528857653@qq.com> Co-authored-by: ีกษจีผษขำ„ีกึ…ีผษข Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com>\n- chore: upgrade react-aria / React 19 & Next.js 15 support (#3732) * chore: upgrade react-aria * chore: add changeset * chore: fix type error --------- Co-authored-by: Junior Garcia \n- feat(date-picker): add selectorButtonPlacement property (#3248) * feat(date-picker): add selectorButtonPlacement property * chore: update changeset * Update .changeset/neat-donkeys-accept.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Junior Garcia \n- feat: add tab ref (#3974) * feat: add tab ref * feat: add changeset\n- feat: pre-release workflow (#2910) * feat(workflow): pre-release * feat(workflow): exit pre-release * chore(workflow): update version & publish commands * fix(workflow): add missing attributes and use schangeset:beta cmd * feat(root): add changeset:beta * fix(workflows): revise pre-release logic * fix(workflows): add missing run * fix(workflows): use changeset:exit with version instead * feat(root): add changeset:exit cmd * refactor(workflows): add pths, id, and format * feat(workflows): enter pre-release mode * chore(workflows): remove pre.json only * refactor(workflows): remove enter-pre-release-mode * fix(workflows): incorrect url * refactor(root): remove unused exit command * refactor(workflows): add comments * feat(changeset): change to main branch as baseBranch * feat(root): add changeset:canary * refactor(workflows): remove unused workflow * feat(workflow): support canary pre-release mode * refactor(docs): change to canary\n- feat(popover): added control for closing popover on scroll (#3595) * fix(navbar): fixed the height when style h-full * fix(navbar): fixed the height when style h-full * docs(changeset): resolved extra file * feat(popover): added control for closing popover on scroll * update(changeset): correction * feat(popover): removed extra story * refactor(test): corrected test for both true and false values of shouldCloseOnScroll * refactor(docs): added shouldCloseOnScroll prop * chore(changeset): change to minor --------- Co-authored-by: ีกำ„ีก \n- feat: add month and year pickers to DateRangePicker and RangeCalendar (#3302) * feat: add month and year pickers to DateRangePicker and RangeCalendar * chore: update docs * Update .changeset/kind-cobras-travel.md * chore: react package version --------- Co-authored-by: Junior Garcia \n- chore(deps): bump tailwind-merge version (#3657) * chore(deps): bump tailwind-merge versions * chore(theme): adopt latest extendTailwindMerge * chore(changeset): add changeset * chore(changeset): change to minor * Update .changeset/grumpy-mayflies-rhyme.md --------- Co-authored-by: Junior Garcia \n- feat: added drawer component (#3986) Signed-off-by: The1111mp Co-authored-by: The1111mp \n- refactor: optimisations (#3523) * refactor: replace lodash with native approaches * refactor(deps): update framer-motion versions * feat(utilities): add @nextui-org/dom-animation * refactor(components): load domAnimation dynamically * refactor(deps): add @nextui-org/dom-animation * fix(utilities): relocate index.ts * feat(changeset): framer motion optimization * chore(deps): bump framer-motion version * fix(docs): conflict issue * refactor(hooks): remove the unnecessary this aliasing * refactor(utilities): remove the unnecessary this aliasing * chore(docs): remove {} so that it won't be true all the time * chore(dom-animation): end with new line * refactor(hooks): use debounce from `@nextui-org/shared-utils` * chore(deps): add `@nextui-org/shared-utils` * refactor: move mapKeys logic to `@nextui-org/shared-utils` * refactor: use `get` from `@nextui-org/shared-utils` * refactor(docs): use `get` from `@nextui-org/shared-utils` * refactor(shared-utils): mapKeys * chore(deps): bump framer-motion version * chore(deps): remove lodash * refactor(docs): use intersectionBy from shared-utils * feat(shared-utils): add intersectionBy * chore(dom-animation): remove extra blank line * refactor(shared-utils): revise intersectionBy * fix(modal): add willChange * refactor(shared-utils): add comments * fix: build & tests --------- Co-authored-by: Junior Garcia \n- feat(hooks): use-theme hook (#3169) * feat(docs): update dark mode content * feat(hooks): @nextui-org/use-theme * chore(docs): revise ThemeSwitcher code * refactor(hooks): simplify useTheme and support custom theme names * feat(hooks): add use-theme test cases * feat(changeset): add changeset * refactor(hooks): make localStorageMock globally and clear before each test * fix(docs): typo * fix(hooks): coderabbitai comments * chore(hooks): remove unnecessary + * chore(changeset): change to minor * feat(hooks): handle system theme * chore(hooks): add EOL * refactor(hooks): add default theme * refactor(hooks): revise useTheme * refactor(hooks): resolve pr comments * refactor(hooks): resolve pr comments * refactor(hooks): resolve pr comments * refactor(hooks): remove unused theme in dependency array * chore(docs): typos * refactor(hooks): mark system as key for system theme * chore: merged with canary --------- Co-authored-by: Junior Garcia \n- Fix/avatar flashing (#3987) * fix(use-image): cached image flashing * chore: merged with canary --------- Co-authored-by: Rakha Kanz Kautsar \n- refactor(menu): Use `useMenu` and `useMenuItem` from RA (#3261) * refactor(menu): use useMenu from react-aria instead * refactor(menu): use useMenuItem from react-aria instead * feat(changeset): add changeset * chore: merged with canary * fix: dropdown tests --------- Co-authored-by: Junior Garcia \n- fix(theme): added stripe color gradients for progress (#3938) * fix(breadcrumbs): added separator rotation for RTL #2486 * chore(changeset): added changeset * fix(docs): removed unused Link import and merged classnames in dropdown * fix(theme):added stripe color gradients for progress #1933 * refactor(theme): added stripe-size and createStripeGradient\n- chore: add all minor releases\n- fix(docs): invalid canary storybook link (#4030)\n- fix(use-image): image ReferenceError in SSR (#4122) * fix(use-image): image ReferenceError in SSR * fix(use-image): sync with beta * fix(use-image): sync with beta * chore(use-image): remove unnecessary comments\n- fix(docs): buildLocation expects an object (#4118) * fix(docs): routing.mdx * Delete .changeset/pre.json\n- chore: merged with main\n- chore(docs): update yarn installation command (#4132) There is no `-g` flag in yarn. `global` is a command which must immediately follow yarn. Source: https://classic.yarnpkg.com/lang/en/docs/cli/global/\n Labels: Comments: - changeset-bot: ### โš ๏ธ No Changeset found Latest commit: 949dd1863ea53abfdce7951e6e2a2105362deaf9 Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. **If these changes should result in a version bump, you need to add a changeset.**
This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
[Click here to learn what changesets are, and how to add one](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). [Click here if you're a maintainer who wants to add a changeset to this PR](https://github.com/nextui-org/nextui/new/canary?filename=.changeset/lovely-ants-care.md&value=---%0A%22%40nextui-org%2Fdocs%22%3A%20patch%0A%22%40nextui-org%2Faccordion%22%3A%20patch%0A%22%40nextui-org%2Falert%22%3A%20patch%0A%22%40nextui-org%2Fautocomplete%22%3A%20patch%0A%22%40nextui-org%2Favatar%22%3A%20patch%0A%22%40nextui-org%2Fbadge%22%3A%20patch%0A%22%40nextui-org%2Fbreadcrumbs%22%3A%20patch%0A%22%40nextui-org%2Fbutton%22%3A%20patch%0A%22%40nextui-org%2Fcalendar%22%3A%20patch%0A%22%40nextui-org%2Fcard%22%3A%20patch%0A%22%40nextui-org%2Fcheckbox%22%3A%20patch%0A%22%40nextui-org%2Fchip%22%3A%20patch%0A%22%40nextui-org%2Fcode%22%3A%20patch%0A%22%40nextui-org%2Fdate-input%22%3A%20patch%0A%22%40nextui-org%2Fdate-picker%22%3A%20patch%0A---%0A%0ADocs%20%26%20New%20version%0A) \n- vercel: [vc]: #CpKJawFcHzHZhJCBUP753oFegLsdJsrjg3bg5CNu04U=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJuZXh0dWktZG9jcy12MiIsInJvb3REaXJlY3RvcnkiOiJhcHBzL2RvY3MiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbmV4dHVpLW9yZy9uZXh0dWktZG9jcy12Mi9DWDhVQmhNbWV5dkVOZG83dGt3ZjlEUXlMWExVIiwicHJldmlld1VybCI6IiIsIm5leHRDb21taXRTdGF0dXMiOiJDQU5DRUxFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiIifX0seyJuYW1lIjoibmV4dHVpLXN0b3J5Ym9vay12MiIsInJvb3REaXJlY3RvcnkiOiJwYWNrYWdlcy9zdG9yeWJvb2siLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbmV4dHVpLW9yZy9uZXh0dWktc3Rvcnlib29rLXYyL0RWVURrRjdwMlpBTnFzRUpxNmZEYkF0S1oyS2ciLCJwcmV2aWV3VXJsIjoibmV4dHVpLXN0b3J5Ym9vay12Mi1naXQtY2FuYXJ5LW5leHR1aS1vcmcudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJuZXh0dWktc3Rvcnlib29rLXYyLWdpdC1jYW5hcnktbmV4dHVpLW9yZy52ZXJjZWwuYXBwIn19XX0= **The latest updates on your projects**. Learn more about [Vercel for Git โ†—๏ธŽ](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **nextui-docs-v2** | ๐Ÿ›‘ Canceled ([Inspect](https://vercel.com/nextui-org/nextui-docs-v2/CX8UBhMmeyvENdo7tkwf9DQyLXLU)) | | | Dec 7, 2024 0:45am | | **nextui-storybook-v2** | โœ… Ready ([Inspect](https://vercel.com/nextui-org/nextui-storybook-v2/DVUDkF7p2ZANqsEJq6fDbAtKZ2Kg)) | [Visit Preview](https://nextui-storybook-v2-git-canary-nextui-org.vercel.app) | ๐Ÿ’ฌ [**Add feedback**](https://vercel.live/open-feedback/nextui-storybook-v2-git-canary-nextui-org.vercel.app?via=pr-comment-feedback-link) | Dec 7, 2024 0:45am | \n- coderabbitai: > [!CAUTION] > ## Review failed > > The pull request is closed. ## Walkthrough The pull request introduces several updates across various components and packages, primarily focusing on fixing incorrect peer dependencies for the theme and system packages. Changes include version increments and updates to dependencies in multiple components such as `accordion`, `alert`, `button`, `calendar`, and others. Additionally, the `DocPage` and `DocsToc` components were modified to adjust layout styles and improve document retrieval handling, ensuring better functionality and user experience. ## Changes | File Path | Change Summary | |-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------| | apps/docs/app/docs/[[...slug]]/page.tsx | Modified `DocPage` component to adjust `DocsToc` padding from `pl-4` to `pl-0` and updated `getDocFromParams` to return `null` if no document is found. | | apps/docs/components/docs/toc.tsx | Adjusted text size classes for list items and "Back to top" link from `text-sm`/`text-small` to `text-tiny`. | | apps/docs/content/blog/v2.6.0.mdx | Updated release notes for NextUI v2.6.0, detailing new components, features, bug fixes, and performance improvements. | | packages/components/*/CHANGELOG.md | Updated changelogs for multiple components to include version `2.2.3` or `2.3.3`, documenting peer dependency fixes. | | packages/components/*/package.json | Incremented version numbers and updated peer dependencies for multiple components to require `>=2.4.0`. | ## Possibly related PRs - **#3014**: Addresses peer dependency updates in multiple components, potentially relevant to the document retrieval handling. - **#3307**: Refactors the `Popover` component, which may share structural similarities with `DocPage` and `DocsToc`. - **#3762**: Fixes an issue in the `Dropdown` component, potentially overlapping with `DocsToc` functionality. - **#3822**: Modifies the `DocsToc` component, specifically adjusting padding for headings, directly related to layout changes in the main PR. - **#4013**: Updates the Yarn installation command in documentation, indirectly related to overall documentation structure. - **#4132**: Corrects the Yarn installation command, relevant to documentation aspects of the main PR. - **#4204**: Addresses a core package issue that may affect overall functionality of modified components. - **#4227**: Adds a section for NextUI Pro on the landing page, enhancing documentation and user experience. ## Suggested labels `๐Ÿ“‹ Scope : Docs`, `๐Ÿ’ฅ Type: Breaking Change` ## Suggested reviewers - wingkwong ---
๐Ÿ“œ Recent review details **Configuration used: .coderabbit.yaml** **Review profile: CHILL**
๐Ÿ“ฅ Commits Reviewing files that changed from the base of the PR and between d9ae7c89c021626fb3e54aaf805f7ace3f3ee3a8 and 949dd1863ea53abfdce7951e6e2a2105362deaf9.
๐Ÿ“’ Files selected for processing (82) * `apps/docs/app/docs/[[...slug]]/page.tsx` (1 hunks) * `apps/docs/components/docs/toc.tsx` (2 hunks) * `apps/docs/content/blog/v2.6.0.mdx` (1 hunks) * `packages/components/accordion/CHANGELOG.md` (1 hunks) * `packages/components/accordion/package.json` (2 hunks) * `packages/components/alert/CHANGELOG.md` (1 hunks) * `packages/components/alert/package.json` (2 hunks) * `packages/components/autocomplete/CHANGELOG.md` (1 hunks) * `packages/components/autocomplete/package.json` (2 hunks) * `packages/components/avatar/CHANGELOG.md` (1 hunks) * `packages/components/avatar/package.json` (2 hunks) * `packages/components/badge/CHANGELOG.md` (1 hunks) * `packages/components/badge/package.json` (2 hunks) * `packages/components/breadcrumbs/CHANGELOG.md` (1 hunks) * `packages/components/breadcrumbs/package.json` (2 hunks) * `packages/components/button/CHANGELOG.md` (1 hunks) * `packages/components/button/package.json` (2 hunks) * `packages/components/calendar/CHANGELOG.md` (1 hunks) * `packages/components/calendar/package.json` (2 hunks) * `packages/components/card/CHANGELOG.md` (1 hunks) * `packages/components/card/package.json` (2 hunks) * `packages/components/checkbox/CHANGELOG.md` (1 hunks) * `packages/components/checkbox/package.json` (2 hunks) * `packages/components/chip/CHANGELOG.md` (1 hunks) * `packages/components/chip/package.json` (2 hunks) * `packages/components/code/CHANGELOG.md` (1 hunks) * `packages/components/code/package.json` (2 hunks) * `packages/components/date-input/CHANGELOG.md` (1 hunks) * `packages/components/date-input/package.json` (2 hunks) * `packages/components/date-picker/CHANGELOG.md` (1 hunks) * `packages/components/date-picker/package.json` (2 hunks) * `packages/components/divider/CHANGELOG.md` (1 hunks) * `packages/components/divider/package.json` (2 hunks) * `packages/components/drawer/CHANGELOG.md` (1 hunks) * `packages/components/drawer/package.json` (2 hunks) * `packages/components/dropdown/CHANGELOG.md` (1 hunks) * `packages/components/dropdown/package.json` (2 hunks) * `packages/components/form/CHANGELOG.md` (1 hunks) * `packages/components/form/package.json` (2 hunks) * `packages/components/image/CHANGELOG.md` (1 hunks) * `packages/components/image/package.json` (2 hunks) * `packages/components/input-otp/CHANGELOG.md` (1 hunks) * `packages/components/input-otp/package.json` (2 hunks) * `packages/components/input/CHANGELOG.md` (1 hunks) * `packages/components/input/package.json` (2 hunks) * `packages/components/kbd/CHANGELOG.md` (1 hunks) * `packages/components/kbd/package.json` (2 hunks) * `packages/components/link/CHANGELOG.md` (1 hunks) * `packages/components/link/package.json` (2 hunks) * `packages/components/listbox/CHANGELOG.md` (1 hunks) * `packages/components/listbox/package.json` (2 hunks) * `packages/components/menu/CHANGELOG.md` (1 hunks) * `packages/components/menu/package.json` (2 hunks) * `packages/components/modal/CHANGELOG.md` (1 hunks) * `packages/components/modal/package.json` (2 hunks) * `packages/components/navbar/CHANGELOG.md` (1 hunks) * `packages/components/navbar/package.json` (2 hunks) * `packages/components/pagination/CHANGELOG.md` (1 hunks) * `packages/components/pagination/package.json` (2 hunks) * `packages/components/popover/CHANGELOG.md` (1 hunks) * `packages/components/popover/package.json` (2 hunks) * `packages/components/progress/CHANGELOG.md` (1 hunks) * `packages/components/progress/package.json` (2 hunks) * `packages/components/radio/CHANGELOG.md` (1 hunks) * `packages/components/radio/package.json` (2 hunks) * `packages/components/ripple/CHANGELOG.md` (1 hunks) * `packages/components/ripple/package.json` (2 hunks) * `packages/components/scroll-shadow/CHANGELOG.md` (1 hunks) * `packages/components/scroll-shadow/package.json` (2 hunks) * `packages/components/select/CHANGELOG.md` (1 hunks) * `packages/components/select/package.json` (2 hunks) * `packages/components/skeleton/CHANGELOG.md` (1 hunks) * `packages/components/skeleton/package.json` (2 hunks) * `packages/components/slider/CHANGELOG.md` (1 hunks) * `packages/components/slider/package.json` (2 hunks) * `packages/components/snippet/CHANGELOG.md` (1 hunks) * `packages/components/snippet/package.json` (2 hunks) * `packages/components/spacer/CHANGELOG.md` (1 hunks) * `packages/components/spacer/package.json` (2 hunks) * `packages/components/spinner/CHANGELOG.md` (1 hunks) * `packages/components/spinner/package.json` (2 hunks) * `packages/components/switch/CHANGELOG.md` (1 hunks)
โ›” Files not processed due to max files limit (20) * packages/components/switch/package.json * packages/components/table/CHANGELOG.md * packages/components/table/package.json * packages/components/tabs/CHANGELOG.md * packages/components/tabs/package.json * packages/components/tooltip/CHANGELOG.md * packages/components/tooltip/package.json * packages/components/user/CHANGELOG.md * packages/components/user/package.json * packages/core/react/CHANGELOG.md * packages/core/react/package.json * packages/core/system-rsc/CHANGELOG.md * packages/core/system-rsc/package.json * packages/core/system/CHANGELOG.md * packages/core/system/package.json * packages/utilities/aria-utils/CHANGELOG.md * packages/utilities/aria-utils/package.json * packages/utilities/framer-utils/CHANGELOG.md * packages/utilities/framer-utils/package.json * plop/component/package.json.hbs
--- Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
โค๏ธ Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
๐Ÿชง Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit , please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### Documentation and Community - Visit our [Documentation](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
\n Files Changed: - apps/docs/app/docs/[[...slug]]/page.tsx (modified, 2 changes)\n Patch: @@ -99,7 +99,7 @@ export default async function DocPage({params}: DocPageProps) { {headings && headings.length > 0 && ( -
+
)}\n- apps/docs/components/docs/toc.tsx (modified, 4 changes)\n Patch: @@ -87,7 +87,7 @@ export const DocsToc: FC = ({headings}) => { className={clsx( "transition-colors", "font-normal", - "flex items-center text-sm font-normal text-default-500 dark:text-default-300", + "flex items-center text-tiny font-normal text-default-500 dark:text-default-300", "data-[active=true]:text-foreground", "dark:data-[active=true]:text-foreground", "before:content-['']", @@ -115,7 +115,7 @@ export const DocsToc: FC = ({headings}) => { Back to top\n- apps/docs/content/blog/v2.6.0.mdx (modified, 2 changes)\n Patch: @@ -749,7 +749,7 @@ The circular progress Tailwind variants have been moved from `circular-progress` - Replaced VA by Posthog by [@wingkwong](https://github.com/wingkwong) in [PR #4123](https://github.com/nextui-org/nextui/pull/4123) - Moved circular-progress tv to progress by [@winchesHe](https://github.com/winchesHe) in [PR #3321](https://github.com/nextui-org/nextui/pull/3321) -Special thanks to NextUI Team members [@wingkwong](https://github.com/wingkwong), [@macci001](https://github.com/macci001), +Special thanks to NextUI Team members [@wingkwong](https://github.com/wingkwong), [@macci001](https://github.com/macci001), [@vinroger](https://github.com/vinroger), [@ryo-manba](https://github.com/ryo-manba), [@winchesHe](https://github.com/winchesHe), [@tianenpang](https://github.com/tianenpang) and contributors for their contributions to this release. For a full list of changes, please refer to the [release notes](https://github.com/nextui-org/nextui/releases/tag/%40nextui-org%2Freact%402.6.2).\n- packages/components/accordion/CHANGELOG.md (modified, 11 changes)\n Patch: @@ -1,5 +1,16 @@ # @nextui-org/accordion +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/divider@2.2.3 + - @nextui-org/aria-utils@2.2.3 + - @nextui-org/framer-utils@2.1.3 + ## 2.2.2 ### Patch Changes\n- packages/components/accordion/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.2.2", + "version": "2.2.3", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", @@ -43,8 +43,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.3.0", - "@nextui-org/system": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0", + "@nextui-org/system": ">=2.4.0" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*",\n- packages/components/alert/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ # @nextui-org/alert +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/button@2.2.3 + ## 2.2.2 ### Patch Changes\n- packages/components/alert/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/alert", - "version": "2.2.2", + "version": "2.2.3", "description": "Alerts are temporary notifications that provide concise feedback about an action or event.", "keywords": [ "alert" @@ -40,8 +40,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.3.0", - "@nextui-org/system": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0", + "@nextui-org/system": ">=2.4.0" }, "dependencies": { "@nextui-org/react-utils": "workspace:*",\n- packages/components/autocomplete/CHANGELOG.md (modified, 16 changes)\n Patch: @@ -1,5 +1,21 @@ # @nextui-org/autocomplete +## 2.3.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/scroll-shadow@2.3.3 + - @nextui-org/listbox@2.3.3 + - @nextui-org/popover@2.3.3 + - @nextui-org/spinner@2.2.3 + - @nextui-org/button@2.2.3 + - @nextui-org/input@2.4.3 + - @nextui-org/form@2.1.3 + - @nextui-org/aria-utils@2.2.3 + ## 2.3.2 ### Patch Changes\n- packages/components/autocomplete/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/autocomplete", - "version": "2.3.2", + "version": "2.3.3", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "keywords": [ "autocomplete" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.3.0", - "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.4.0", + "@nextui-org/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0"\n- packages/components/avatar/CHANGELOG.md (modified, 6 changes)\n Patch: @@ -1,5 +1,11 @@ # @nextui-org/avatar +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + ## 2.2.2 ### Patch Changes\n- packages/components/avatar/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.2.2", + "version": "2.2.3", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.3.0", - "@nextui-org/system": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0", + "@nextui-org/system": ">=2.4.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*",\n- packages/components/badge/CHANGELOG.md (modified, 6 changes)\n Patch: @@ -1,5 +1,11 @@ # @nextui-org/badge +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + ## 2.2.2 ### Patch Changes\n- packages/components/badge/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/badge", - "version": "2.2.2", + "version": "2.2.3", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.3.0", - "@nextui-org/system": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0", + "@nextui-org/system": ">=2.4.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*",\n- packages/components/breadcrumbs/CHANGELOG.md (modified, 6 changes)\n Patch: @@ -1,5 +1,11 @@ # @nextui-org/breadcrumbs +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + ## 2.2.2 ### Patch Changes\n- packages/components/breadcrumbs/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/breadcrumbs", - "version": "2.2.2", + "version": "2.2.3", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.3.0", - "@nextui-org/system": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0", + "@nextui-org/system": ">=2.4.0" }, "dependencies": { "@nextui-org/react-utils": "workspace:*",\n- packages/components/button/CHANGELOG.md (modified, 10 changes)\n Patch: @@ -1,5 +1,15 @@ # @nextui-org/button +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/spinner@2.2.3 + - @nextui-org/ripple@2.2.3 + ## 2.2.2 ### Patch Changes\n- packages/components/button/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.2.2", + "version": "2.2.3", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.3.0", - "@nextui-org/system": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0", + "@nextui-org/system": ">=2.4.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*",\n- packages/components/calendar/CHANGELOG.md (modified, 10 changes)\n Patch: @@ -1,5 +1,15 @@ # @nextui-org/calendar +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/button@2.2.3 + - @nextui-org/framer-utils@2.1.3 + ## 2.2.2 ### Patch Changes\n- packages/components/calendar/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/calendar", - "version": "2.2.2", + "version": "2.2.3", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.3.0", - "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.4.0", + "@nextui-org/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0"\n- packages/components/card/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ # @nextui-org/card +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/ripple@2.2.3 + ## 2.2.2 ### Patch Changes\n- packages/components/card/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.2.2", + "version": "2.2.3", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.3.0", - "@nextui-org/system": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0", + "@nextui-org/system": ">=2.4.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*",\n- packages/components/checkbox/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ # @nextui-org/checkbox +## 2.3.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/form@2.1.3 + ## 2.3.2 ### Patch Changes\n- packages/components/checkbox/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.3.2", + "version": "2.3.3", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.3.0", - "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.4.0", + "@nextui-org/theme": ">=2.4.0", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" },\n- packages/components/chip/CHANGELOG.md (modified, 6 changes)\n Patch: @@ -1,5 +1,11 @@ # @nextui-org/chip +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + ## 2.2.2 ### Patch Changes\n- packages/components/chip/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.2.2", + "version": "2.2.3", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.3.0", - "@nextui-org/system": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0", + "@nextui-org/system": ">=2.4.0" }, "dependencies": { "@nextui-org/shared-icons": "workspace:*",\n- packages/components/code/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ # @nextui-org/code +## 2.2.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/system-rsc@2.3.3 + ## 2.2.2 ### Patch Changes\n- packages/components/code/package.json (modified, 4 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "2.2.2", + "version": "2.2.3", "description": "Code is a component used to display inline code.", "keywords": [ "code" @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.3.0" + "@nextui-org/theme": ">=2.4.0" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*",\n- packages/components/date-input/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ # @nextui-org/date-input +## 2.3.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/form@2.1.3 + ## 2.3.2 ### Patch Changes\n- packages/components/date-input/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ { "name": "@nextui-org/date-input", - "version": "2.3.2", + "version": "2.3.3", "description": "A date input allows users to enter and edit date and time values using a keyboard.", "keywords": [ "date-field" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.3.0", - "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.4.0", + "@nextui-org/theme": ">=2.4.0", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" },\n- packages/components/date-picker/CHANGELOG.md (modified, 14 changes)\n Patch: @@ -1,5 +1,19 @@ # @nextui-org/date-picker +## 2.3.3 + +### Patch Changes + +- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) + +- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: + - @nextui-org/date-input@2.3.3 + - @nextui-org/calendar@2.2.3 + - @nextui-org/popover@2.3.3 + - @nextui-org/button@2.2.3 + - @nextui-org/form@2.1.3 + - @nextui-org/aria-utils@2.2.3 + ## 2.3.2 ### Patch Changes\n