From 6fef06c0054be20cca2d83f39eec283ec33b7772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D5=A1=D3=84=D5=A1?= Date: Sun, 2 Jun 2024 04:36:40 +0800 Subject: [PATCH] v.2.4.1 (#3129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(root): reat-aria packages updated (#2889) * chore(storybook): common colors enabled (#2902) * fix(range-calendar): hide only dates outside the month (#2906) * fix(range-calendar): hide only dates outside the month #2890 * fix(range-calendar): corrected spelling mistake in changeset description * fix(range-calendar): corrected capitalization in changeset description * chore(changeset): patch @nextui-org/theme --------- Co-authored-by: shrinidhi.upadhyaya Co-authored-by: աɨռɢӄաօռɢ * fix(date-picker): keep date picker style consistent for different variants (#2908) * fix: add missing TableRowProps export (#2866) * fix: add missing TableRowProps export * feat(changeset): add changeset for PR2866 * chore(changeset): revise changeset message --------- Co-authored-by: աɨռɢӄաօռɢ * fix(input): correct label margin for RTL required inputs (#2781) * fix(input): correct label margin for RTL required inputs * fix(theme): add changeset fr theme * docs(core): add storybook and canary release info (#2914) * Cn utility refactor (#2915) * refactor(core): cn utility adjusted and moved to the theme package * chore(root): changeset * fix(storybook): stories that used cn * docs(date-picker): change to jsx instead (#2919) * fix(switch): support uncontrolled switch in react-hook-form (#2924) * feat(switch): add @nextui-org/use-safe-layout-effect * chore(deps): add @nextui-org/use-safe-layout-effect * fix(switch): react-hook-form uncontrolled switch component * fix(switch): react-hook-form uncontrolled switch component * feat(switch): add rect-hook-form in dev dep * feat(switch): add WithReactHookFormTemplate * refactor(root): react aria packages fixed (#2944) * feat(docs): docs changes (#2868) * feat(docs): add example how to set locale (#2867) * docs(guide): add an explanation for the installation guide (#2769) * docs(guide): add an explanation for the installation guide * docs(guide): add an explanation for the cli guide * docs(guide): add support for cli output * fix: change sort priority - cmdk (#2873) * docs: remove unsupported props in range calendar and date range picker (#2881) * chore(calendar): remove showMonthAndYearPickers from range calendar story * docs(date-range-picker): remove showMonthAndYearPickers info * docs(range-calendar): remove unsupported props * docs: refactor typing in form.ts (#2882) * chore(docs): supplement errorMessage behaviour in input (#2892) * refactor(docs): revise NextUI Provider structure * chore(docs): add updated tag --------- Co-authored-by: Nozomi-Hijikata <116155762+Nozomi-Hijikata@users.noreply.github.com> Co-authored-by: HaRuki Co-authored-by: Kaben * fix(slider): missing marks when hideThumb is true & revise slider styles (#2883) * chore(slider): include marks in hideThumb * fix(slider): revise slider styles * feat(changeset): add changeset * feat(slider): add tests with marks and hideThumb * feat(test): react hook form tests & stories (#2931) * feat(input): add Input with React Hook Form tests * refactor(input): add missing types * feat(checkbox): add checkbox with React Hook Form tests * feat(select): add react-hook-form to dev dep * feat(select): add react hook form story * feat(select): react hook form tests * fix(select): incorrect button reference * feat(deps): add react-hook-form to dev dep in autocomplete * feat(autocomplete): react hook form story * feat(autocomplete): react hook form tests * fix(autocomplete): rollback wrapper type * feat(switch): add react hook form tests * refactor(stories): reorder stories items * fix: update accordion item heading tag to be customizable (#2265) * fix: update accordion item heading tag to be customizable * Update .changeset/heavy-hairs-join.md Co-authored-by: Junior Garcia * Update .changeset/heavy-hairs-join.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore(accordion): lint * chore(changeset): add issue number * feat(docs): add HeadingComponent prop --------- Co-authored-by: Shawn Dong Co-authored-by: Junior Garcia Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: աɨռɢӄաօռɢ * fix(theme): add pointer-events-none to skeleton base (#2972) * feat(tabs): add `destroyInactiveTabPanel` prop for Tabs component (#2973) * feat(tabs): add destroyInactiveTabPanel and set default to false * feat(tabs): integrate with destroyInactiveTabPanel * feat(theme): hidden inert tab panel * feat(changeset): add changeset * chore(changeset): add issue number * feat(docs): add `destroyInactiveTabPanel` prop to tabs page * chore(docs): set destroyInactiveTabPanel to true by default * chore(tabs): set destroyInactiveTabPanel to true by default * chore(tabs): revise destroyInactiveTabPanel logic * feat(tabs): add tests for destroyInactiveTabPanel * chore(tabs): change the default value of destroyInactiveTabPanel to true * refactor: add support for disabling the animation globally (#2929) * refactor: add support for disabling the animation globally * chore(docs): disableAnimation removed from global provider * feat(docs): nextui provider api updated, storybook preview adjusted * chore(theme): button is scalable when disabled, tooltip animation improved * fix(theme): remove origin-bottom from button (#2990) * fix(skeleton): overflow issue in skeleton (#2986) * fix(theme): set overflow visible after skeleton loaded * feat(changeset): add changeset * fix(table): v2 input/textarea don't allow spaces inside a table (#3020) * fix(table): set onKeyDownCapture to undefined * feat(changeset): add changeset * fix(slider): calculate the correct value on mark click (#3017) * fix(slider): calculate the correct value on mark click * refactor(slider): remove the tests inside describe block * feat(slider): add tests for thumb move on mark click * refactor(slider): use val instead of pos * fix(theme): revise input isInvalid styles (#3010) * fix(theme): revise isInvalid input styles * feat(changeset): add changeset * feat(date-picker): add missing ref to input wrapper (#3011) * fix(date-picker): add missing ref to input wrapper * feat(changeset): add changeset * fix(core): incorrect tailwind classnames (#3018) * fix(dropdown): focus behaviour on press / enter keydown (#2970) * fix(dropdown): set focus on the first item * feat(dropdown): add keyboard interactions tests * feat(changeset): add changeset * fix(dropdown): use fireEvent.keyDown instead * chore(deps): add @nextui-org/test-utils to dropdown * refactor(dropdown): pass onKeyDown to menu trigger and don't hardcode autoFocus * chore(dropdown): remove autoFocus * fix(menu): pass userMenuProps to useTreeState and useAriaMenu and remove from getListProps * chore(changeset): add menu package * fix(component): update type definition to prevent primitive values as items (#2953) * fix: update type definition to prevent primitive values as items * fix: typecheck * fix(select): onSelectionChange can handle number (#2937) * fix: onSelectionChange type for dynamic items in Select component * docs: remove unnecessary properties * docs: update highlightedLines * chore: add changeset * fix(calendar): scrolling is hidden when changing the month (#2949) * fix(calendar): scrolling is hidden when changing the month * chore(changeset): correct package name --------- Co-authored-by: Poli Sour Co-authored-by: WK Wong * fix: make VisuallyHidden's element type as span when it's inside phrasing element (#3013) * fix(checkbox): make VisuallyHidden's element type as span * feat(changeset): add changeset * fix(radio): make the VisuallyHidden element type as span * fix(switch): make the VisuallyHidden element type as span * fix(select): make the VisuallyHidden element type as span * feat(changeset): replace changeset * chore: fix formatting * docs: sync nextui-cli api (#3035) * docs: sync nextui-cli api * docs: update * chore: update routes.json with new path and set updated flag --------- Co-authored-by: Junior Garcia * feat: switch default validationBehavior to aria and allow switching via props (#2987) * chore: add support validationBehavior aria * chore: add validationBehavior to Provider * chore: add autocomplete validation test * chore: add checkbox validation test * fix(input): require condition * docs: add description of validationBehavior props * chore: add support validationBehavior props for date components * docs(dates): add description of validationBehavior props * chore: add changeset * chore: format * chore: fix test * fix: select validationBehavior is not support yet * fix: select validationBehavior not supported yet * chore(docs): validation behavior prop added to nextui-provider --------- Co-authored-by: Junior Garcia * fix: popover-based focus behaviour (#2854) * fix(autocomplete): autocomplete focus behaviour * feat(autocomplete): add test case for catching blur cases * refactor(autocomplete): use isOpen instead * feat(autocomplete): add "should focus when clicking autocomplete" test case * feat(autocomplete): add should set the input after selection * fix(autocomplete): remove shouldUseVirtualFocus * fix(autocomplete): uncomment blur logic * refactor(autocomplete): remove state as it is in getPopoverProps * refactor(autocomplete): remove unnecessary blur * refactor(select): remove unncessary props * fix(popover): use domRef instead * fix(popover): revise isNonModal and isDismissable * fix(popover): use dialogRef back * fix(popover): rollback * fix(autocomplete): onFocus logic * feat(popover): set disableFocusManagement to overlay * feat(modal): set disableFocusManagement to overlay * fix(autocomplete): set disableFocusManagement for autocomplete * feat(popover): include disableFocusManagement prop * refactor(autocomplete): revise type in selectorButton * fix(autocomplete): revise focus logic * feat(autocomplete): add internal focus state and add shouldCloseOnInteractOutside * feat(autocomplete): handle selectedItem change * feat(autocomplete): add clear button test * feat(changeset): add changeset * refactor(components): use the original order * refactor(autocomplete): add more comments * fix(autocomplete): revise focus behaviours * refactor(autocomplete): rename to listbox * chore(popover): remove disableFocusManagement from popover * chore(autocomplete): remove disableFocusManagement from autocomplete * chore(changeset): add issue number * fix(popover): don't set default value to transformOrigin * fix(autocomplete): revise shouldCloseOnInteractOutside logic * feat(autocomplete): should close listbox by clicking another autocomplete * fix(popover): add disableFocusManagement to overlay * refactor(autocomplete): revise comments and refactor shouldCloseOnInteractOutside * feat(changeset): add issue number * fix(autocomplete): merge with selectorButtonProps.onClick * refactor(autocomplete): remove extra line * refactor(autocomplete): revise comment * feat(select): add shouldCloseOnInteractOutside * feat(dropdown): add shouldCloseOnInteractOutside * feat(date-picker): add shouldCloseOnInteractOutside * feat(changeset): add dropdown and date-picker * fix(popover): revise shouldCloseOnInteractOutside * feat(date-picker): integrate with ariaShouldCloseOnInteractOutside * feat(select): integrate with ariaShouldCloseOnInteractOutside * feat(dropdown): integrate with ariaShouldCloseOnInteractOutside * feat(popover): integrate with ariaShouldCloseOnInteractOutside * feat(aria-utils): ariaShouldCloseOnInteractOutside * chore(deps): update pnpm-lock.yaml * feat(autocomplete): integrate with ariaShouldCloseOnInteractOutside * feat(aria-utils): handle setShouldFocus logic * feat(changeset): add @nextui-org/aria-utils * chore(autocomplete): put the test into correct group * feat(select): should close listbox by clicking another select * feat(dropdown): should close listbox by clicking another dropdown * feat(popover): should close listbox by clicking another popover * feat(date-picker): should close listbox by clicking another datepicker * chore(changeset): add issue numbers and revise changeset message * refactor(autocomplete): change to useRef instead * refactor(autocomplete): change to useRef instead * refactor(aria-utils): revise comments and format code * chore(changeset): add issue number * chore: take popoverProps.shouldCloseOnInteractOutside first * refactor(autocomplete): remove unnecessary logic * refactor(autocomplete): focus management logic * fix(components): Fix 'Tap to click' behavior on macOS with Edge/Chrome for Accordion and Tab (#2725) * fix(components): fix 'Tap to click' behavior on macOS * Add change file for accordion, menu, and tabs * Remove 'fix(components)' from the .changeset file * fix(components): undo dropdown change now that it's no longer applicable * fix(components): update changeset file now that we are no longer modifying the dropdown component * fix(date-picker): corrected inert value for true condition (#3054) * fix(date-picker): corrected inert value for true condition #3044 * refactor(calendar): add todo comment * feat(changeset): add changeset --------- Co-authored-by: shrinidhi.upadhyaya Co-authored-by: WK Wong * fix(hooks): resolve type error in onKeyDown event handler (#3064) * fix(hooks): resolve type error in onKeyDown event handler * chore(changeset): revise changeset --------- Co-authored-by: WK Wong * Update dependency array on setPage useCallback hook (#3029) Changes: Add the onChangeActivePage function to the dependency array of the setPage useCallback hook to ensure it always reflects the latest state. Impact: This fix ensures that the pagination component accurately reflects the current state when triggering onChangeActivePage. * fix: error peerDep in pkg (#3014) * fix: error peerDep in pkg * docs: changeset * Fix DatePicker Time Input (#2845) * fix(date-picker): set `isCalendarHeaderExpanded` to `false` when DatePicker is closed * fix(date-picker): calendar header controlled state on DatePicker * chore(date-picker): update test * chore(date-picker): remove unnecessary `async` in test * Update packages/components/date-picker/__tests__/date-picker.test.tsx --------- Co-authored-by: WK Wong Co-authored-by: Junior Garcia * fix(date-picker): test * fix(hooks): optimize useScrollPosition with useCallback and useRef (#3049) * fix(hooks): optimize useScrollPosition with useCallback and useRef * Update .changeset/lucky-cobras-jog.md * Update packages/hooks/use-scroll-position/src/index.ts * Update packages/hooks/use-scroll-position/src/index.ts --------- Co-authored-by: Junior Garcia * fix(select): placeholder text display for controlled component (#3081) * fix: return placeholder when selectedItems is empty * chore: add test and changeset * chore(docs): v2.4.0 (#3084) * chore(docs): v2.4.0 * chore(docs): v2.4.0 blog * chore(docs): revise typos based on coderabbitai * chore(docs): adjust navbar --------- Co-authored-by: WK Wong * chore(changese): update @nextui-org/react dependency to minor version * docs: update cli docs (#3096) * ci(changesets): version packages (#2903) Co-authored-by: Junior Garcia * fix(radio): remove required attribute for Radio with validationBehavior="aria" (#3110) * fix(theme): add missing pointer event after data loaded (#3126) * fix(system): listbox href issue (experimental) (#3119) * fix(system): @react-aria/utils * feat(hooks): include routerLinkProps * feat(changeset): add changeset * chore(deps): bump @react-aria/utils to 3.24.1 * fix(hooks): missing arguments * chore(deps): bump @react-types/link * chore(link): bump @react-aria/link to 3.7.1 * chore(link): use @react-aria/link instead * chore(changeset): revise changeset * chore(hooks): undo use-aria-link changes * chore(deps): undo use-aria-link changes * chore(deps): bump `@react-aria/utils` to `3.24.1` * chore(deps): bump `@react-types/shared` * feat: add missing router.open parameters due to router change * chore(changeset): add new line * chore(deps): bump `@react-types/shared` to `3.23.1` * fix(avatar): avoid passing `disableAnimation` prop to a DOM element (#3111) * fix(avatar): avoid passing `disableAnimation` prop to a DOM element * refactor(avatar): use filterDOMProps approach * chore(avatar): remove to type import * chore(avatar): change to shouldFilterDOMProps * fix(docs): removed unused import & corrected prop for disabled DatePicker (#3136) Co-authored-by: shrinidhi.upadhyaya * ci(changesets): version packages (#3115) * fix(pagination): missing animation (#3144) * fix tsup domain (#3158) * chore(docs): remove destroyInactiveTabPanel from Tab due to merge conflict (#3155) --------- Co-authored-by: Junior Garcia Co-authored-by: Shrinidhi Upadhyaya Co-authored-by: shrinidhi.upadhyaya Co-authored-by: Paul Tiedtke Co-authored-by: Mohammad Reza Badri <85818966+mrbadri@users.noreply.github.com> Co-authored-by: Nozomi-Hijikata <116155762+Nozomi-Hijikata@users.noreply.github.com> Co-authored-by: HaRuki Co-authored-by: Kaben Co-authored-by: Shawn Dong Co-authored-by: Shawn Dong Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> Co-authored-by: Poli Sour <57824881+novsource@users.noreply.github.com> Co-authored-by: Poli Sour Co-authored-by: Artem Pitikin Co-authored-by: winches <329487092@qq.com> Co-authored-by: Eric Abreu Co-authored-by: Minsu <52266597+Gaic4o@users.noreply.github.com> Co-authored-by: Jesus Perdomo Lampignano <38929969+jesuzon@users.noreply.github.com> Co-authored-by: chirokas <157580465+chirokas@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: EGOIST <0x142857@gmail.com> --- .changeset/famous-mice-approve.md | 5 + CONTRIBUTING.md | 2 +- apps/docs/content/blog/v2.4.0.mdx | 3 +- .../components/date-picker/disabled.ts | 2 +- .../components/date-picker/granularity.ts | 2 - .../docs/content/docs/components/textarea.mdx | 65 +-- apps/docs/package.json | 4 +- package.json | 2 +- packages/components/accordion/CHANGELOG.md | 12 + packages/components/accordion/package.json | 6 +- packages/components/autocomplete/CHANGELOG.md | 16 + packages/components/autocomplete/package.json | 6 +- packages/components/avatar/CHANGELOG.md | 6 + packages/components/avatar/package.json | 2 +- packages/components/avatar/src/use-avatar.ts | 18 +- packages/components/breadcrumbs/CHANGELOG.md | 6 + packages/components/breadcrumbs/package.json | 6 +- packages/components/button/CHANGELOG.md | 11 + packages/components/button/package.json | 6 +- packages/components/calendar/CHANGELOG.md | 11 + packages/components/calendar/package.json | 6 +- packages/components/card/CHANGELOG.md | 10 + packages/components/card/package.json | 6 +- packages/components/checkbox/CHANGELOG.md | 6 + packages/components/checkbox/package.json | 6 +- packages/components/chip/CHANGELOG.md | 6 + packages/components/chip/package.json | 4 +- packages/components/date-input/package.json | 2 +- packages/components/date-picker/CHANGELOG.md | 11 + packages/components/date-picker/package.json | 4 +- packages/components/divider/package.json | 2 +- packages/components/dropdown/CHANGELOG.md | 11 + packages/components/dropdown/package.json | 4 +- packages/components/input/CHANGELOG.md | 6 + packages/components/input/package.json | 6 +- packages/components/link/CHANGELOG.md | 11 + packages/components/link/package.json | 6 +- packages/components/link/src/use-link.ts | 2 +- packages/components/listbox/CHANGELOG.md | 10 + packages/components/listbox/package.json | 6 +- packages/components/menu/CHANGELOG.md | 11 + packages/components/menu/package.json | 6 +- packages/components/modal/CHANGELOG.md | 12 + packages/components/modal/package.json | 4 +- packages/components/navbar/CHANGELOG.md | 10 + packages/components/navbar/package.json | 4 +- packages/components/pagination/CHANGELOG.md | 8 + packages/components/pagination/package.json | 4 +- .../pagination/src/use-pagination-item.ts | 5 +- .../pagination/src/use-pagination.ts | 3 +- packages/components/popover/CHANGELOG.md | 12 + packages/components/popover/package.json | 4 +- packages/components/progress/CHANGELOG.md | 6 + packages/components/progress/package.json | 4 +- packages/components/radio/CHANGELOG.md | 8 + .../components/radio/__tests__/radio.test.tsx | 19 +- packages/components/radio/package.json | 6 +- packages/components/radio/src/use-radio.ts | 4 +- packages/components/select/CHANGELOG.md | 15 + packages/components/select/package.json | 6 +- packages/components/slider/CHANGELOG.md | 9 + packages/components/slider/package.json | 4 +- packages/components/snippet/CHANGELOG.md | 8 + packages/components/snippet/package.json | 2 +- packages/components/switch/CHANGELOG.md | 6 + packages/components/switch/package.json | 6 +- packages/components/table/CHANGELOG.md | 10 + packages/components/table/package.json | 4 +- packages/components/tabs/CHANGELOG.md | 10 + packages/components/tabs/package.json | 6 +- packages/components/tooltip/CHANGELOG.md | 10 + packages/components/tooltip/package.json | 4 +- packages/components/user/CHANGELOG.md | 7 + packages/components/user/package.json | 2 +- packages/core/react/CHANGELOG.md | 49 ++ packages/core/react/package.json | 2 +- packages/core/system/CHANGELOG.md | 11 + packages/core/system/package.json | 4 +- packages/core/theme/CHANGELOG.md | 6 + packages/core/theme/package.json | 2 +- .../core/theme/src/components/skeleton.ts | 1 + .../use-aria-accordion-item/package.json | 2 +- .../hooks/use-aria-accordion/CHANGELOG.md | 6 + .../hooks/use-aria-accordion/package.json | 6 +- packages/hooks/use-aria-button/CHANGELOG.md | 6 + packages/hooks/use-aria-button/package.json | 6 +- packages/hooks/use-aria-link/CHANGELOG.md | 8 + packages/hooks/use-aria-link/package.json | 6 +- packages/hooks/use-aria-link/src/index.ts | 16 +- packages/hooks/use-aria-menu/CHANGELOG.md | 8 + packages/hooks/use-aria-menu/package.json | 6 +- .../hooks/use-aria-menu/src/use-menu-item.ts | 8 +- .../hooks/use-aria-modal-overlay/CHANGELOG.md | 6 + .../hooks/use-aria-modal-overlay/package.json | 6 +- .../hooks/use-aria-multiselect/CHANGELOG.md | 6 + .../hooks/use-aria-multiselect/package.json | 6 +- .../hooks/use-aria-toggle-button/CHANGELOG.md | 9 + .../hooks/use-aria-toggle-button/package.json | 6 +- packages/hooks/use-disclosure/CHANGELOG.md | 6 + packages/hooks/use-disclosure/package.json | 4 +- .../use-intersection-observer/CHANGELOG.md | 6 + .../use-intersection-observer/package.json | 6 +- packages/utilities/aria-utils/CHANGELOG.md | 9 + packages/utilities/aria-utils/package.json | 6 +- packages/utilities/framer-utils/CHANGELOG.md | 7 + packages/utilities/framer-utils/package.json | 2 +- pnpm-lock.yaml | 551 ++++++++++-------- 107 files changed, 939 insertions(+), 405 deletions(-) create mode 100644 .changeset/famous-mice-approve.md diff --git a/.changeset/famous-mice-approve.md b/.changeset/famous-mice-approve.md new file mode 100644 index 0000000000..0fbb5443fa --- /dev/null +++ b/.changeset/famous-mice-approve.md @@ -0,0 +1,5 @@ +--- +"@nextui-org/pagination": patch +--- + +Fixed pagination missing animation (#3138) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af86d7109b..c6fe215487 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Hello!, I am very excited that you are interested in contributing with Next UI. ### Tooling - [PNPM](https://pnpm.io/) to manage packages and dependencies -- [Tsup](https://tsup.egoist.sh/) to bundle packages +- [Tsup](https://tsup.egoist.dev/) to bundle packages - [Storybook](https://storybook.js.org/) for rapid UI component development and testing - [Testing Library](https://testing-library.com/) for testing components and diff --git a/apps/docs/content/blog/v2.4.0.mdx b/apps/docs/content/blog/v2.4.0.mdx index 4222f99585..39b34152fe 100644 --- a/apps/docs/content/blog/v2.4.0.mdx +++ b/apps/docs/content/blog/v2.4.0.mdx @@ -266,6 +266,8 @@ you need to update the import as follows: + import {cn} from "@nextui-org/theme" ``` + + ### Validation Behavior Since v2.4.0, we've changed the default validation behavior to `aria` which means no native validation is applied. If you wish to use the native validation, you can set `validationBehavior` to `native` to the input components or set it to the Provider as stated above. @@ -319,7 +321,6 @@ For those who use `validationBehavior="aria"`, `validate` will be no longer appl - Refactored the useScrollPosition hook to improve performance and stability by using useCallback for the handler function and useRef for throttleTimeout. [PR](https://github.com/nextui-org/nextui/pull/3049) - [@Gaic4o](https://github.com/Gaic4o) **Documentation**: - - Updated documentation to reflect the new features and changes in the components, API references, and CLI. Special thanks to NextUI Team members [@kuri-sun](https://github.com/kuri-sun), [@ryo-manba](https://github.com/ryo-manba), diff --git a/apps/docs/content/components/date-picker/disabled.ts b/apps/docs/content/components/date-picker/disabled.ts index 35ac2d8809..d6c59845d6 100644 --- a/apps/docs/content/components/date-picker/disabled.ts +++ b/apps/docs/content/components/date-picker/disabled.ts @@ -6,7 +6,7 @@ export default function App() { ); diff --git a/apps/docs/content/components/date-picker/granularity.ts b/apps/docs/content/components/date-picker/granularity.ts index 8f74d37aed..96e6a6656c 100644 --- a/apps/docs/content/components/date-picker/granularity.ts +++ b/apps/docs/content/components/date-picker/granularity.ts @@ -1,6 +1,5 @@ const App = `import {DatePicker} from "@nextui-org/react"; import {now, parseAbsoluteToLocal} from "@internationalized/date"; -import {useDateFormatter} from "@react-aria/i18n"; export default function App() { let [date, setDate] = React.useState(parseAbsoluteToLocal("2021-04-07T18:45:22Z")); @@ -34,7 +33,6 @@ export default function App() { const AppTs = `import {DatePicker} from "@nextui-org/react"; import {DateValue, now, parseAbsoluteToLocal} from "@internationalized/date"; -import {useDateFormatter} from "@react-aria/i18n"; export default function App() { let [date, setDate] = React.useState(parseAbsoluteToLocal("2021-04-07T18:45:22Z")); diff --git a/apps/docs/content/docs/components/textarea.mdx b/apps/docs/content/docs/components/textarea.mdx index 851985ee55..36b560026c 100644 --- a/apps/docs/content/docs/components/textarea.mdx +++ b/apps/docs/content/docs/components/textarea.mdx @@ -13,8 +13,6 @@ Textarea component is a multi-line Input which allows you to write large texts. --- - - ## Installation - ## Import ReactNode)` | An error message for the textarea. | - | -| validate | `(value: string) => ValidationError | true | null | undefined` | Validate input values when committing (e.g. on blur), returning error messages for invalid values. Validation errors are displayed upon form submission if `validationBehavior` is set to `native`. For real-time validation, use the `isInvalid` prop.| - | -| validationBehavior | `native` \| `aria` | Whether to use native HTML form validation to prevent form submission when the value is missing or invalid, or mark the field as required or invalid via ARIA.| `aria` | -| labelPlacement | `inside` \| `outside` \| `outside-left` | The position of the label. | `inside` | -| fullWidth | `boolean` | Whether the textarea should take up the width of its parent. | `true` | -| isRequired | `boolean` | Whether user input is required on the textarea before form submission. | `false` | -| isReadOnly | `boolean` | Whether the textarea can be selected but not changed by the user. | | -| isDisabled | `boolean` | Whether the textarea is disabled. | `false` | -| isInvalid | `boolean` | Whether the textarea is invalid. | `false` | -| validationState | `valid` \| `invalid` | Whether the textarea should display its "valid" or "invalid" visual styling. (**Deprecated**) use **isInvalid** instead. | - | -| disableAutosize | `boolean` | Whether the textarea auto vertically resize should be disabled. | `false` | -| disableAnimation | `boolean` | Whether the textarea should be animated. | `false` | -| classNames | `Record<"base"| "label"| "inputWrapper"| "innerWrapper" | "input" | "description" | "errorMessage", string>` | Allows to set custom class names for the checkbox slots. | - | +| Attribute | Type | Description | Default | +| ------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| children | `ReactNode` | The content of the textarea. | - | +| minRows | `number` | The minimum number of rows to display. | `3` | +| maxRows | `number` | Maximum number of rows up to which the textarea can grow. | `8` | +| cacheMeasurements | `boolean` | Reuse previously computed measurements when computing height of textarea. | `false` | +| variant | `flat` \| `bordered` \| `faded` \| `underlined` | The variant of the textarea. | `flat` | +| color | `default` \| `primary` \| `secondary` \| `success` \| `warning` \| `danger` | The color of the textarea. | `default` | +| size | `sm`\|`md`\|`lg` | The size of the textarea. | `md` | +| radius | `none` \| `sm` \| `md` \| `lg` \| `full` | The radius of the textarea. | - | +| label | `ReactNode` | The content to display as the label. | - | +| value | `string` | The current value of the textarea (controlled). | - | +| defaultValue | `string` | The default value of the textarea (uncontrolled). | - | +| placeholder | `string` | The placeholder of the textarea. | - | +| startContent | `ReactNode` | Element to be rendered in the left side of the input. | - | +| endContent | `ReactNode` | Element to be rendered in the right side of the input. | - | +| description | `ReactNode` | A description for the textarea. Provides a hint such as specific requirements for what to choose. | - | +| errorMessage | `ReactNode` \| `((v: ValidationResult) => ReactNode)` | An error message for the textarea. | - | +| validate | `(value: string) => ValidationError | true | null | undefined` | Validate input values when committing (e.g. on blur), returning error messages for invalid values. Validation errors are displayed upon form submission if `validationBehavior` is set to `native`. For real-time validation, use the `isInvalid` prop. | - | +| validationBehavior | `native` \| `aria` | Whether to use native HTML form validation to prevent form submission when the value is missing or invalid, or mark the field as required or invalid via ARIA. | `aria` | +| labelPlacement | `inside` \| `outside` \| `outside-left` | The position of the label. | `inside` | +| fullWidth | `boolean` | Whether the textarea should take up the width of its parent. | `true` | +| isRequired | `boolean` | Whether user input is required on the textarea before form submission. | `false` | +| isReadOnly | `boolean` | Whether the textarea can be selected but not changed by the user. | | +| isDisabled | `boolean` | Whether the textarea is disabled. | `false` | +| isInvalid | `boolean` | Whether the textarea is invalid. | `false` | +| validationState | `valid` \| `invalid` | Whether the textarea should display its "valid" or "invalid" visual styling. (**Deprecated**) use **isInvalid** instead. | - | +| disableAutosize | `boolean` | Whether the textarea auto vertically resize should be disabled. | `false` | +| disableAnimation | `boolean` | Whether the textarea should be animated. | `false` | +| classNames | `Record<"base"| "label"| "inputWrapper"| "innerWrapper" | "input" | "description" | "errorMessage", string>` | Allows to set custom class names for the checkbox slots. | - | ### Input Events diff --git a/apps/docs/package.json b/apps/docs/package.json index 1e9e1460c3..2942171b86 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -42,7 +42,7 @@ "@react-aria/interactions": "^3.21.1", "@react-aria/selection": "^3.17.5", "@react-aria/ssr": "^3.9.2", - "@react-aria/utils": "^3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/virtualizer": "^3.9.10", "@react-aria/visually-hidden": "^3.8.10", "@react-stately/data": "^3.11.2", @@ -101,7 +101,7 @@ "@docusaurus/utils": "2.0.0-beta.3", "@next/bundle-analyzer": "^13.4.6", "@next/env": "^13.4.12", - "@react-types/shared": "^3.22.1", + "@react-types/shared": "3.23.1", "@tailwindcss/typography": "^0.5.9", "@types/canvas-confetti": "^1.4.2", "@types/lodash": "^4.14.194", diff --git a/package.json b/package.json index 95c464cab1..bdac1c71e7 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@commitlint/config-conventional": "^17.2.0", "@react-bootstrap/babel-preset": "^2.1.0", "@react-types/link": "^3.4.4", - "@react-types/shared": "^3.22.1", + "@react-types/shared": "3.23.1", "@swc-node/jest": "^1.5.2", "@swc/core": "^1.3.35", "@swc/jest": "^0.2.24", diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 801e09bce8..fdc97c0036 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/accordion +## 2.0.34 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-accordion@2.0.5 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/framer-utils@2.0.20 + - @nextui-org/divider@2.0.28 + ## 2.0.33 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 7d27ab08b5..c5797d14d1 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.0.33", + "version": "2.0.34", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", @@ -56,11 +56,11 @@ "@nextui-org/use-aria-accordion": "workspace:*", "@react-aria/interactions": "3.21.1", "@react-aria/focus": "3.16.2", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/tree": "3.7.6", "@react-aria/button": "3.9.3", "@react-types/accordion": "3.0.0-alpha.19", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index ed532e3415..f4801a2c44 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/autocomplete +## 2.1.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/input@2.2.1 + - @nextui-org/listbox@2.1.21 + - @nextui-org/popover@2.1.23 + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/scroll-shadow@2.1.16 + - @nextui-org/spinner@2.0.29 + ## 2.1.0 ### Minor Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index c40e475797..ca9404a604 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/autocomplete", - "version": "2.1.0", + "version": "2.1.1", "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" @@ -57,11 +57,11 @@ "@react-aria/focus": "3.16.2", "@react-aria/i18n": "3.10.2", "@react-aria/interactions": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/visually-hidden": "3.8.10", "@react-stately/combobox": "3.8.2", "@react-types/combobox": "3.10.1", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index c4b28b2843..26c7e1c51d 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/avatar +## 2.0.29 + +### Patch Changes + +- [#3111](https://github.com/nextui-org/nextui/pull/3111) [`cdbc6514f`](https://github.com/nextui-org/nextui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28) Thanks [@wingkwong](https://github.com/wingkwong)! - avoid passing `disableAnimation` prop to a DOM element (#3109) + ## 2.0.28 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 3602905ba5..d8f7a47822 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.0.28", + "version": "2.0.29", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" diff --git a/packages/components/avatar/src/use-avatar.ts b/packages/components/avatar/src/use-avatar.ts index a7a89be77b..6852f6b8a8 100644 --- a/packages/components/avatar/src/use-avatar.ts +++ b/packages/components/avatar/src/use-avatar.ts @@ -1,11 +1,11 @@ import type {AvatarSlots, AvatarVariantProps, SlotsToClasses} from "@nextui-org/theme"; +import type {DOMElement, DOMAttributes, HTMLNextUIProps, PropGetter} from "@nextui-org/system"; import {avatar} from "@nextui-org/theme"; -import {HTMLNextUIProps, PropGetter, useProviderContext} from "@nextui-org/system"; +import {useProviderContext} from "@nextui-org/system"; import {mergeProps} from "@react-aria/utils"; -import {useDOMRef} from "@nextui-org/react-utils"; +import {ReactRef, useDOMRef, filterDOMProps} from "@nextui-org/react-utils"; import {clsx, safeText, dataAttr} from "@nextui-org/shared-utils"; -import {ReactRef} from "@nextui-org/react-utils"; import {useFocusRing} from "@react-aria/focus"; import {useMemo, useCallback} from "react"; import {useImage} from "@nextui-org/use-image"; @@ -141,6 +141,8 @@ export function useAvatar(originalProps: UseAvatarProps = {}) { const isImgLoaded = imageStatus === "loaded"; + const shouldFilterDOMProps = typeof ImgComponent === "string"; + /** * Fallback avatar applies under 2 conditions: * - If `src` was passed and the image has not loaded or failed to load @@ -202,9 +204,15 @@ export function useAvatar(originalProps: UseAvatarProps = {}) { disableAnimation, "data-loaded": dataAttr(isImgLoaded), className: slots.img({class: classNames?.img}), - ...mergeProps(imgProps, props), + ...mergeProps( + imgProps, + props, + filterDOMProps({disableAnimation} as DOMAttributes, { + enabled: shouldFilterDOMProps, + }), + ), }), - [slots, isImgLoaded, imgProps, disableAnimation, src, imgRef], + [slots, isImgLoaded, imgProps, disableAnimation, src, imgRef, shouldFilterDOMProps], ); return { diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index 5b421ce028..2db1e40f8d 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/breadcrumbs +## 2.0.9 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.8 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index a736c3f46a..69bd900f04 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/breadcrumbs", - "version": "2.0.8", + "version": "2.0.9", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" @@ -45,9 +45,9 @@ "@nextui-org/shared-icons": "workspace:*", "@react-aria/focus": "3.16.2", "@react-aria/breadcrumbs": "3.5.11", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-types/breadcrumbs": "3.7.3", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index 3d2e283a0a..28c1761147 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/button +## 2.0.33 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/ripple@2.0.29 + - @nextui-org/spinner@2.0.29 + ## 2.0.32 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 18f401cd85..7e8e0a24f6 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.0.32", + "version": "2.0.33", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" @@ -48,9 +48,9 @@ "@nextui-org/spinner": "workspace:*", "@react-aria/button": "3.9.3", "@react-aria/interactions": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/focus": "3.16.2", - "@react-types/shared": "3.22.1", + "@react-types/shared": "3.23.1", "@react-types/button": "3.9.2" }, "devDependencies": { diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index cd020df5fa..614220cd7b 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/calendar +## 2.0.6 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.5 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 088d3d1cdc..6bc97d7d5f 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/calendar", - "version": "2.0.5", + "version": "2.0.6", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" @@ -54,11 +54,11 @@ "@react-stately/calendar": "3.4.4", "@react-types/button": "3.9.2", "@react-aria/visually-hidden": "3.8.10", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/utils": "3.9.1", "@react-types/calendar": "3.4.4", "@react-aria/interactions": "3.21.1", - "@react-types/shared": "3.22.1", + "@react-types/shared": "3.23.1", "scroll-into-view-if-needed": "3.0.10", "@types/lodash.debounce": "^4.0.7" }, diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 53a44138b7..04a6cce7ab 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/card +## 2.0.30 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/ripple@2.0.29 + ## 2.0.29 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 6a91bdd6f7..6fc1c98602 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.0.29", + "version": "2.0.30", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" @@ -46,10 +46,10 @@ "@nextui-org/use-aria-button": "workspace:*", "@nextui-org/ripple": "workspace:*", "@react-aria/focus": "3.16.2", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/interactions": "3.21.1", "@react-aria/button": "3.9.3", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index 376032edaa..9605931f3e 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/checkbox +## 2.1.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.1.0 ### Minor Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 4f1bd8597a..72f286c01d 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.1.0", + "version": "2.1.1", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" @@ -47,12 +47,12 @@ "@react-aria/checkbox": "3.14.1", "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/visually-hidden": "3.8.10", "@react-stately/checkbox": "3.6.3", "@react-stately/toggle": "3.7.2", "@react-types/checkbox": "3.7.1", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/chip": "workspace:*", diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index 666b87651b..b402b224a5 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/chip +## 2.0.29 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.28 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index adee99c070..e30a2fa756 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.0.28", + "version": "2.0.29", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" @@ -45,7 +45,7 @@ "@nextui-org/react-utils": "workspace:*", "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-types/checkbox": "3.7.1" }, "devDependencies": { diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index 1f85ae8961..64c7a793da 100644 --- a/packages/components/date-input/package.json +++ b/packages/components/date-input/package.json @@ -47,7 +47,7 @@ "@react-aria/i18n": "3.10.2", "@react-stately/datepicker": "3.9.2", "@react-types/datepicker": "3.7.2", - "@react-types/shared": "3.22.1", + "@react-types/shared": "3.23.1", "@react-aria/utils": "3.23.2" }, "devDependencies": { diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index c261c0e469..c1e8739471 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/date-picker +## 2.1.1 + +### Patch Changes + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/calendar@2.0.6 + - @nextui-org/popover@2.1.23 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/date-input@2.1.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 2ebbfc86c5..8cf1bfc22e 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/date-picker", - "version": "2.1.0", + "version": "2.1.1", "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.", "keywords": [ "date-picker" @@ -55,7 +55,7 @@ "@react-aria/i18n": "3.10.2", "@react-stately/datepicker": "3.9.2", "@react-types/datepicker": "3.7.2", - "@react-types/shared": "3.22.1", + "@react-types/shared": "3.23.1", "@react-aria/utils": "3.23.2" }, "devDependencies": { diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 69f2990e2b..9a8a87582b 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -42,7 +42,7 @@ "@nextui-org/shared-utils": "workspace:*", "@nextui-org/react-rsc-utils": "workspace:*", "@nextui-org/system-rsc": "workspace:*", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index b33c22baa3..0505fdc873 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/dropdown +## 2.1.25 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/menu@2.0.24 + - @nextui-org/popover@2.1.23 + - @nextui-org/aria-utils@2.0.20 + ## 2.1.24 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 0eb9555ccd..1dbfbe1d1f 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.1.24", + "version": "2.1.25", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" @@ -47,7 +47,7 @@ "@nextui-org/react-utils": "workspace:*", "@nextui-org/aria-utils": "workspace:*", "@react-aria/menu": "3.13.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/menu": "3.6.1", "@react-aria/focus": "3.16.2", "@react-types/menu": "3.9.7" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index da97ccb899..5762c87182 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/input +## 2.2.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.2.0 ### Minor Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 4f61664745..2496d6c368 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.2.0", + "version": "2.2.1", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" @@ -47,9 +47,9 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/textfield": "3.14.3", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/utils": "3.9.1", - "@react-types/shared": "3.22.1", + "@react-types/shared": "3.23.1", "@react-types/textfield": "3.9.1", "react-textarea-autosize": "^8.5.3" }, diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index 5a8e4b1717..11f3ae95a4 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/link +## 2.0.31 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed listbox href issue (#3105) + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-link@2.0.17 + ## 2.0.30 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index d09b7a3dde..64c30ced36 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.0.30", + "version": "2.0.31", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "keywords": [ "link" @@ -44,8 +44,8 @@ "@nextui-org/shared-icons": "workspace:*", "@nextui-org/react-utils": "workspace:*", "@nextui-org/use-aria-link": "workspace:*", - "@react-aria/link": "3.6.5", - "@react-aria/utils": "3.23.2", + "@react-aria/link": "3.7.1", + "@react-aria/utils": "3.24.1", "@react-aria/focus": "3.16.2", "@react-types/link": "3.5.3" }, diff --git a/packages/components/link/src/use-link.ts b/packages/components/link/src/use-link.ts index bc1617c923..3bd7ef1564 100644 --- a/packages/components/link/src/use-link.ts +++ b/packages/components/link/src/use-link.ts @@ -2,7 +2,7 @@ import type {AriaLinkProps} from "@react-types/link"; import type {LinkVariantProps} from "@nextui-org/theme"; import {link} from "@nextui-org/theme"; -import {useAriaLink} from "@nextui-org/use-aria-link"; +import {useLink as useAriaLink} from "@react-aria/link"; import { HTMLNextUIProps, mapPropsVariants, diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index a2f520baed..ce47459b70 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/listbox +## 2.1.21 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/divider@2.0.28 + ## 2.1.20 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index 05c6ab95c9..d1fb9ffc26 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/listbox", - "version": "2.1.20", + "version": "2.1.21", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" @@ -45,13 +45,13 @@ "@nextui-org/divider": "workspace:*", "@nextui-org/aria-utils": "workspace:*", "@nextui-org/use-is-mobile": "workspace:*", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/listbox": "3.11.5", "@react-stately/list": "3.10.3", "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-types/menu": "3.9.7", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index b347c30b78..d877d9d799 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/menu +## 2.0.24 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-menu@2.0.4 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/divider@2.0.28 + ## 2.0.23 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index 3bf337b451..f79ba7a5ff 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/menu", - "version": "2.0.23", + "version": "2.0.24", "description": "A menu displays a list of options and allows a user to select one or more of them.", "keywords": [ "menu" @@ -49,11 +49,11 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/menu": "3.13.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/menu": "3.6.1", "@react-stately/tree": "3.7.6", "@react-types/menu": "3.9.7", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index 3d764923e1..8d1b7616ad 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/modal +## 2.0.35 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/use-aria-modal-overlay@2.0.9 + - @nextui-org/use-disclosure@2.0.8 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.34 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 1d257147be..e08c9d5358 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.0.34", + "version": "2.0.35", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "keywords": [ "modal" @@ -52,7 +52,7 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/overlays": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/overlays": "3.6.5", "@react-types/overlays": "3.8.5" }, diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index b9b217ce7c..a6772476c2 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/navbar +## 2.0.32 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-toggle-button@2.0.8 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.31 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index e700f49a13..ebda8182f6 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.0.31", + "version": "2.0.32", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" @@ -49,7 +49,7 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/overlays": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/toggle": "3.7.2", "@react-stately/utils": "3.9.1", "react-remove-scroll": "^2.5.6" diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index 7db790be2f..8a9edc49ef 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/pagination +## 2.0.32 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change + ## 2.0.31 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 1560fe7697..81cd173946 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.0.31", + "version": "2.0.32", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" @@ -47,7 +47,7 @@ "@react-aria/focus": "3.16.2", "@react-aria/i18n": "3.10.2", "@react-aria/interactions": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "scroll-into-view-if-needed": "3.0.10" }, "devDependencies": { diff --git a/packages/components/pagination/src/use-pagination-item.ts b/packages/components/pagination/src/use-pagination-item.ts index 1eff4db342..1bef299b98 100644 --- a/packages/components/pagination/src/use-pagination-item.ts +++ b/packages/components/pagination/src/use-pagination-item.ts @@ -117,10 +117,11 @@ export function usePaginationItem(props: UsePaginationItemProps) { e.currentTarget.href && // If props are applied to a router Link component, it may have already prevented default. !e.isDefaultPrevented() && - shouldClientNavigate(e.currentTarget, e) + shouldClientNavigate(e.currentTarget, e) && + props.href ) { e.preventDefault(); - router.open(e.currentTarget, e); + router.open(e.currentTarget, e, props.href, props.routerOptions); } }, }; diff --git a/packages/components/pagination/src/use-pagination.ts b/packages/components/pagination/src/use-pagination.ts index b59df5852a..1747077045 100644 --- a/packages/components/pagination/src/use-pagination.ts +++ b/packages/components/pagination/src/use-pagination.ts @@ -298,7 +298,8 @@ export function usePagination(originalProps: UsePaginationProps) { () => pagination({ ...variantProps, - disableCursorAnimation: disableCursorAnimation || disableAnimation, + disableAnimation, + disableCursorAnimation, }), [objectToDeps(variantProps), disableCursorAnimation, disableAnimation], ); diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index d1d602416b..02bf4512bd 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/popover +## 2.1.23 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/framer-utils@2.0.20 + ## 2.1.22 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 03ec401aac..c91b194489 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.1.22", + "version": "2.1.23", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" @@ -52,7 +52,7 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/overlays": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/overlays": "3.6.5", "@react-types/button": "3.9.2", "@react-types/overlays": "3.8.5", diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index d23f7da31a..e0985d7fb5 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/progress +## 2.0.30 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.29 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index 5c23ea6ffe..d689c328c6 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.0.29", + "version": "2.0.30", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" @@ -45,7 +45,7 @@ "@nextui-org/use-is-mounted": "workspace:*", "@react-aria/i18n": "3.10.2", "@react-aria/progress": "3.4.11", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-types/progress": "3.5.2" }, "devDependencies": { diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index 7242cdbc0d..a78db50b54 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/radio +## 2.1.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3110](https://github.com/nextui-org/nextui/pull/3110) [`41d2eeb20`](https://github.com/nextui-org/nextui/commit/41d2eeb20bde3182306f134ba619942e182d0998) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Remove required attribute for Radio with validationBehavior="aria" + ## 2.1.0 ### Minor Changes diff --git a/packages/components/radio/__tests__/radio.test.tsx b/packages/components/radio/__tests__/radio.test.tsx index b89b2b7963..4322e60dd5 100644 --- a/packages/components/radio/__tests__/radio.test.tsx +++ b/packages/components/radio/__tests__/radio.test.tsx @@ -144,7 +144,7 @@ describe("Radio", () => { expect(onFocus).toBeCalled(); }); - it('should work correctly with "isRequired" prop', () => { + it("should have required attribute when isRequired with native validationBehavior", () => { const {getByRole, getAllByRole} = render( Option 1 @@ -161,6 +161,23 @@ describe("Radio", () => { expect(radios[0]).toHaveAttribute("required"); }); + it("should not have required attribute when isRequired with aria validationBehavior", () => { + const {getByRole, getAllByRole} = render( + + Option 1 + Option 2 + , + ); + + const group = getByRole("radiogroup"); + + expect(group).toHaveAttribute("aria-required", "true"); + + const radios = getAllByRole("radio"); + + expect(radios[0]).not.toHaveAttribute("required"); + }); + it("should work correctly with controlled value", () => { const onValueChange = jest.fn(); diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 32e834f0f6..941e2ee4bb 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.1.0", + "version": "2.1.1", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" @@ -45,11 +45,11 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/radio": "3.10.2", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/visually-hidden": "3.8.10", "@react-stately/radio": "3.10.2", "@react-types/radio": "3.7.1", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/radio/src/use-radio.ts b/packages/components/radio/src/use-radio.ts index 85a6117589..b401b76373 100644 --- a/packages/components/radio/src/use-radio.ts +++ b/packages/components/radio/src/use-radio.ts @@ -219,11 +219,11 @@ export function useRadio(props: UseRadioProps) { (props = {}) => { return { ref: inputRef, - ...mergeProps(props, inputProps, focusProps, {required: isRequired}), + ...mergeProps(props, inputProps, focusProps), onChange: chain(inputProps.onChange, onChange), }; }, - [inputProps, focusProps, isRequired, onChange], + [inputProps, focusProps, onChange], ); const getLabelProps: PropGetter = useCallback( diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 7069293938..84c7de30e7 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/select +## 2.2.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/listbox@2.1.21 + - @nextui-org/popover@2.1.23 + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/use-aria-multiselect@2.2.1 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/scroll-shadow@2.1.16 + - @nextui-org/spinner@2.0.29 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 1bf659ed20..8ee374227d 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/select", - "version": "2.2.0", + "version": "2.2.1", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "keywords": [ "select" @@ -55,9 +55,9 @@ "@react-aria/focus": "3.16.2", "@react-aria/form": "3.0.3", "@react-aria/interactions": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/visually-hidden": "3.8.10", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index 79a1930fbc..dc9c6dfa4b 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/slider +## 2.2.11 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/tooltip@2.0.35 + ## 2.2.10 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 9899c2d971..19e9450215 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/slider", - "version": "2.2.10", + "version": "2.2.11", "description": "A slider allows a user to select one or more values within a range.", "keywords": [ "slider" @@ -47,7 +47,7 @@ "@react-aria/i18n": "3.10.2", "@react-aria/interactions": "3.21.1", "@react-aria/slider": "3.7.6", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/visually-hidden": "3.8.10", "@react-stately/slider": "3.5.2" }, diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index d0d7aaadfa..fe979a82ed 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/snippet +## 2.0.37 + +### Patch Changes + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/tooltip@2.0.35 + ## 2.0.36 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index ae00a45bf2..f66d595718 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.0.36", + "version": "2.0.37", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index beb3c994a2..7d095caa52 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/switch +## 2.0.30 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.29 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 8f15a90907..6809dbc66a 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.0.29", + "version": "2.0.30", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" @@ -46,10 +46,10 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/switch": "3.6.2", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/visually-hidden": "3.8.10", "@react-stately/toggle": "3.7.2", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "@nextui-org/theme": "workspace:*", diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index 12067ed1ef..2681bf88e7 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/table +## 2.0.35 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/checkbox@2.1.1 + - @nextui-org/spacer@2.0.28 + ## 2.0.34 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 59ff88a4c9..8457c743b7 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.0.34", + "version": "2.0.35", "description": "Tables are used to display tabular data using rows and columns. ", "keywords": [ "table" @@ -48,7 +48,7 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/table": "3.13.5", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/visually-hidden": "3.8.10", "@react-stately/table": "3.11.6", "@react-stately/virtualizer": "3.6.8", diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index 888d62b82f..76f5b379b1 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/tabs +## 2.0.31 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.30 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 91d0f2b91d..ff01e7ae47 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.0.30", + "version": "2.0.31", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" @@ -50,9 +50,9 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/tabs": "3.8.5", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/tabs": "3.6.4", - "@react-types/shared": "3.22.1", + "@react-types/shared": "3.23.1", "@react-types/tabs": "3.3.5", "scroll-into-view-if-needed": "3.0.10" }, diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index a4dc503359..d7001ceb60 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/tooltip +## 2.0.35 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.34 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 0aaaae210c..7474da356d 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.0.34", + "version": "2.0.35", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" @@ -49,7 +49,7 @@ "@react-aria/interactions": "3.21.1", "@react-aria/overlays": "3.21.1", "@react-aria/tooltip": "3.7.2", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/tooltip": "3.4.7", "@react-types/overlays": "3.8.5", "@react-types/tooltip": "3.4.7" diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index e0f52c2618..16a2c360ea 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/user +## 2.0.30 + +### Patch Changes + +- Updated dependencies [[`cdbc6514f`](https://github.com/nextui-org/nextui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28)]: + - @nextui-org/avatar@2.0.29 + ## 2.0.29 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 64360b2528..f80541770f 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.0.29", + "version": "2.0.30", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 07b3a938f7..f686e8bf02 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,54 @@ # @nextui-org/react +## 2.4.1 + +### Patch Changes + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`cdbc6514f`](https://github.com/nextui-org/nextui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28), [`43bef0718`](https://github.com/nextui-org/nextui/commit/43bef07180c5e0bc7d08319f922aa47a63715860), [`41d2eeb20`](https://github.com/nextui-org/nextui/commit/41d2eeb20bde3182306f134ba619942e182d0998)]: + - @nextui-org/accordion@2.0.34 + - @nextui-org/autocomplete@2.1.1 + - @nextui-org/breadcrumbs@2.0.9 + - @nextui-org/button@2.0.33 + - @nextui-org/calendar@2.0.6 + - @nextui-org/card@2.0.30 + - @nextui-org/checkbox@2.1.1 + - @nextui-org/chip@2.0.29 + - @nextui-org/dropdown@2.1.25 + - @nextui-org/input@2.2.1 + - @nextui-org/link@2.0.31 + - @nextui-org/listbox@2.1.21 + - @nextui-org/menu@2.0.24 + - @nextui-org/modal@2.0.35 + - @nextui-org/navbar@2.0.32 + - @nextui-org/pagination@2.0.32 + - @nextui-org/popover@2.1.23 + - @nextui-org/progress@2.0.30 + - @nextui-org/radio@2.1.1 + - @nextui-org/select@2.2.1 + - @nextui-org/slider@2.2.11 + - @nextui-org/switch@2.0.30 + - @nextui-org/table@2.0.35 + - @nextui-org/tabs@2.0.31 + - @nextui-org/tooltip@2.0.35 + - @nextui-org/system@2.2.1 + - @nextui-org/avatar@2.0.29 + - @nextui-org/theme@2.2.5 + - @nextui-org/date-picker@2.1.1 + - @nextui-org/skeleton@2.0.28 + - @nextui-org/snippet@2.0.37 + - @nextui-org/user@2.0.30 + - @nextui-org/badge@2.0.28 + - @nextui-org/date-input@2.1.0 + - @nextui-org/image@2.0.28 + - @nextui-org/ripple@2.0.29 + - @nextui-org/scroll-shadow@2.1.16 + - @nextui-org/framer-utils@2.0.20 + - @nextui-org/code@2.0.28 + - @nextui-org/divider@2.0.28 + - @nextui-org/kbd@2.0.29 + - @nextui-org/spacer@2.0.28 + - @nextui-org/spinner@2.0.29 + ## 2.4.0 ### Minor Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 4cf929f16e..94de59f360 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.4.0", + "version": "2.4.1", "description": "🚀 Beautiful and modern React UI library.", "author": "Junior Garcia ", "homepage": "https://nextui.org", diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 6ad35226c1..471025ad93 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/system +## 2.2.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed listbox href issue (#3105) + +- Updated dependencies []: + - @nextui-org/system-rsc@2.1.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 78b6682136..9f0ad27e71 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.2.0", + "version": "2.2.1", "description": "NextUI system primitives", "keywords": [ "system" @@ -59,7 +59,7 @@ "@react-aria/i18n": "3.10.2", "@internationalized/date": "^3.5.2", "@react-aria/overlays": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/utils": "3.9.1" } } \ No newline at end of file diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 1dca568c2d..d339f0431e 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/theme +## 2.2.5 + +### Patch Changes + +- [#3126](https://github.com/nextui-org/nextui/pull/3126) [`43bef0718`](https://github.com/nextui-org/nextui/commit/43bef07180c5e0bc7d08319f922aa47a63715860) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing pointer event after data loaded (#3125) + ## 2.2.4 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 737a1c7c10..91f0521baf 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.2.4", + "version": "2.2.5", "description": "The default theme for NextUI components", "keywords": [ "theme", diff --git a/packages/core/theme/src/components/skeleton.ts b/packages/core/theme/src/components/skeleton.ts index f2340af0e7..723fb25ebd 100644 --- a/packages/core/theme/src/components/skeleton.ts +++ b/packages/core/theme/src/components/skeleton.ts @@ -41,6 +41,7 @@ const skeleton = tv({ "after:bg-content3", "dark:after:bg-content2", // state + "data-[loaded=true]:pointer-events-auto", "data-[loaded=true]:overflow-visible", "data-[loaded=true]:!bg-transparent", "data-[loaded=true]:before:opacity-0 data-[loaded=true]:before:animate-none", diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 2ff05e9ce1..624a52eefe 100644 --- a/packages/hooks/use-aria-accordion-item/package.json +++ b/packages/hooks/use-aria-accordion-item/package.json @@ -37,7 +37,7 @@ "@react-aria/button": "3.9.3", "@react-aria/focus": "3.16.2", "@react-stately/tree": "3.7.6", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "peerDependencies": { "react": ">=18" diff --git a/packages/hooks/use-aria-accordion/CHANGELOG.md b/packages/hooks/use-aria-accordion/CHANGELOG.md index 5c5d52159e..e33914fcca 100644 --- a/packages/hooks/use-aria-accordion/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-accordion +## 2.0.5 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.4 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index ab73b0bc8d..1e095d8342 100644 --- a/packages/hooks/use-aria-accordion/package.json +++ b/packages/hooks/use-aria-accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-accordion", - "version": "2.0.4", + "version": "2.0.5", "description": "React-aria useAccordion hooks with custom implementations", "keywords": [ "use-aria-accordion" @@ -37,10 +37,10 @@ "@react-aria/button": "3.9.3", "@react-aria/focus": "3.16.2", "@react-aria/selection": "3.17.5", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/tree": "3.7.6", "@react-types/accordion": "3.0.0-alpha.19", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "peerDependencies": { "react": ">=18" diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md index 90ff0c4e2b..5a9612ae80 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-button +## 2.0.8 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.7 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 54b64570c5..a89fac01c8 100644 --- a/packages/hooks/use-aria-button/package.json +++ b/packages/hooks/use-aria-button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-button", - "version": "2.0.7", + "version": "2.0.8", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-button" @@ -39,9 +39,9 @@ "dependencies": { "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-types/button": "3.9.2", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "clean-package": "2.2.0", diff --git a/packages/hooks/use-aria-link/CHANGELOG.md b/packages/hooks/use-aria-link/CHANGELOG.md index fdd6dfa039..41173f93c8 100644 --- a/packages/hooks/use-aria-link/CHANGELOG.md +++ b/packages/hooks/use-aria-link/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/use-aria-link +## 2.0.17 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change + ## 2.0.16 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index a52137be76..906395f5af 100644 --- a/packages/hooks/use-aria-link/package.json +++ b/packages/hooks/use-aria-link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-link", - "version": "2.0.16", + "version": "2.0.17", "description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning", "keywords": [ "use-aria-link" @@ -39,9 +39,9 @@ "dependencies": { "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-types/link": "3.5.3", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "clean-package": "2.2.0", diff --git a/packages/hooks/use-aria-link/src/index.ts b/packages/hooks/use-aria-link/src/index.ts index 97cbd0b644..008cf95b9e 100644 --- a/packages/hooks/use-aria-link/src/index.ts +++ b/packages/hooks/use-aria-link/src/index.ts @@ -1,6 +1,12 @@ import {AriaLinkProps} from "@react-types/link"; import {DOMAttributes, FocusableElement} from "@react-types/shared"; -import {filterDOMProps, mergeProps, useRouter, shouldClientNavigate} from "@react-aria/utils"; +import { + filterDOMProps, + mergeProps, + useRouter, + shouldClientNavigate, + useLinkProps, +} from "@react-aria/utils"; import {RefObject} from "react"; import {useFocusable} from "@react-aria/focus"; import {usePress} from "@react-aria/interactions"; @@ -54,10 +60,11 @@ export function useAriaLink(props: AriaLinkOptions, ref: RefObject=18" }, "dependencies": { - "@react-aria/utils": "3.23.2", - "@react-types/shared": "3.22.1", + "@react-aria/utils": "3.24.1", + "@react-types/shared": "3.23.1", "@react-aria/menu": "3.13.1", "@react-aria/interactions": "3.21.1", "@react-stately/tree": "3.7.6", diff --git a/packages/hooks/use-aria-menu/src/use-menu-item.ts b/packages/hooks/use-aria-menu/src/use-menu-item.ts index 5a2357a500..79b73e764b 100644 --- a/packages/hooks/use-aria-menu/src/use-menu-item.ts +++ b/packages/hooks/use-aria-menu/src/use-menu-item.ts @@ -8,6 +8,7 @@ import { KeyboardEvents, PressEvent, PressEvents, + RouterOptions, } from "@react-types/shared"; import {chain, filterDOMProps, mergeProps, useRouter, useSlotId} from "@react-aria/utils"; import {getItemCount} from "@react-stately/collections"; @@ -139,6 +140,8 @@ export function useMenuItem( let isSelected = props.isSelected ?? state.selectionManager.isSelected(key); let data = menuData.get(state); // @ts-ignore + let item = state.collection.getItem(key); + // @ts-ignore let onClose = props.onClose || data.onClose; // @ts-ignore let onAction = isTrigger ? () => {} : props.onAction || data.onAction; @@ -150,7 +153,7 @@ export function useMenuItem( } if (e.target instanceof HTMLAnchorElement) { - router.open(e.target, e); + router.open(e.target, e, item?.props.href, item?.props.routerOptions as RouterOptions); } }; @@ -184,9 +187,6 @@ export function useMenuItem( ariaProps["aria-checked"] = isSelected; } - // @ts-ignore - let item = state.collection.getItem(key); - if (isVirtualized) { // @ts-ignore ariaProps["aria-posinset"] = item?.index; diff --git a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md index 491b8dccaa..37dc245d60 100644 --- a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-modal-overlay +## 2.0.9 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.8 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index 79a76a5d97..38359143d0 100644 --- a/packages/hooks/use-aria-modal-overlay/package.json +++ b/packages/hooks/use-aria-modal-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-modal-overlay", - "version": "2.0.8", + "version": "2.0.9", "description": "A custom implementation of react aria modal overlay, this removes the prevent scroll", "keywords": [ "use-aria-modal-overlay" @@ -35,9 +35,9 @@ }, "dependencies": { "@react-aria/overlays": "3.21.1", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/overlays": "3.6.5", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "peerDependencies": { "react": ">=18", diff --git a/packages/hooks/use-aria-multiselect/CHANGELOG.md b/packages/hooks/use-aria-multiselect/CHANGELOG.md index 327c735617..3de0b86e0b 100644 --- a/packages/hooks/use-aria-multiselect/CHANGELOG.md +++ b/packages/hooks/use-aria-multiselect/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-multiselect +## 2.2.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index 6d3c4bf063..37d5f9f0e8 100644 --- a/packages/hooks/use-aria-multiselect/package.json +++ b/packages/hooks/use-aria-multiselect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-multiselect", - "version": "2.2.0", + "version": "2.2.1", "description": "Provides the behavior and accessibility implementation for a multi-select component.", "keywords": [ "use-aria-multiselect" @@ -40,14 +40,14 @@ "@react-aria/listbox": "3.11.5", "@react-aria/menu": "3.13.1", "@react-aria/selection": "3.17.5", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/form": "3.0.1", "@react-stately/list": "3.10.3", "@react-stately/menu": "3.6.1", "@react-types/button": "3.9.2", "@react-types/overlays": "3.8.5", "@react-types/select": "3.9.2", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "peerDependencies": { "react": ">=18", diff --git a/packages/hooks/use-aria-toggle-button/CHANGELOG.md b/packages/hooks/use-aria-toggle-button/CHANGELOG.md index 85eb7c102f..3d794616e9 100644 --- a/packages/hooks/use-aria-toggle-button/CHANGELOG.md +++ b/packages/hooks/use-aria-toggle-button/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-aria-toggle-button +## 2.0.8 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-button@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index 857687d8ad..b65de4ee97 100644 --- a/packages/hooks/use-aria-toggle-button/package.json +++ b/packages/hooks/use-aria-toggle-button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-toggle-button", - "version": "2.0.7", + "version": "2.0.8", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-toggle-button" @@ -38,10 +38,10 @@ }, "dependencies": { "@nextui-org/use-aria-button": "workspace:*", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/toggle": "3.7.2", "@react-types/button": "3.9.2", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "clean-package": "2.2.0", diff --git a/packages/hooks/use-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md index f64cd0c4f9..d24f6ef507 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-disclosure +## 2.0.8 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.7 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index bcb531b107..32efa32621 100644 --- a/packages/hooks/use-disclosure/package.json +++ b/packages/hooks/use-disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-disclosure", - "version": "2.0.7", + "version": "2.0.8", "description": "The hook in charge of managing modals", "keywords": [ "use-disclosure" @@ -38,7 +38,7 @@ }, "dependencies": { "@nextui-org/use-callback-ref": "workspace:*", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/utils": "3.9.1" }, "devDependencies": { diff --git a/packages/hooks/use-intersection-observer/CHANGELOG.md b/packages/hooks/use-intersection-observer/CHANGELOG.md index 81e44c2206..1e89754fe6 100644 --- a/packages/hooks/use-intersection-observer/CHANGELOG.md +++ b/packages/hooks/use-intersection-observer/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-intersection-observer +## 2.0.3 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.2 ### Patch Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index 5710e78ccd..4a18f8a8d2 100644 --- a/packages/hooks/use-intersection-observer/package.json +++ b/packages/hooks/use-intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-intersection-observer", - "version": "2.0.2", + "version": "2.0.3", "description": "Tracks the intersection of a DOM element and its containing element or the viewport.", "keywords": [ "use-intersection-observer" @@ -34,9 +34,9 @@ "postpack": "clean-package restore" }, "dependencies": { - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-aria/ssr": "3.9.2", - "@react-types/shared": "3.22.1", + "@react-types/shared": "3.23.1", "@react-aria/interactions": "3.21.1" }, "peerDependencies": { diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index f313d00b6a..fd569b2de2 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/aria-utils +## 2.0.20 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/system@2.2.1 + ## 2.0.19 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 5cfe86db9c..8df7018f95 100644 --- a/packages/utilities/aria-utils/package.json +++ b/packages/utilities/aria-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/aria-utils", - "version": "2.0.19", + "version": "2.0.20", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" @@ -41,11 +41,11 @@ "@nextui-org/system": "workspace:*", "@nextui-org/shared-utils": "workspace:*", "@nextui-org/react-rsc-utils": "workspace:*", - "@react-aria/utils": "3.23.2", + "@react-aria/utils": "3.24.1", "@react-stately/collections": "3.10.5", "@react-stately/overlays": "3.6.5", "@react-types/overlays": "3.8.5", - "@react-types/shared": "3.22.1" + "@react-types/shared": "3.23.1" }, "devDependencies": { "clean-package": "2.2.0", diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md index f4a77da3a8..1ef1b5d051 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/framer-utils +## 2.0.20 + +### Patch Changes + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/system@2.2.1 + ## 2.0.19 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index 96e1d25b3f..6a04a5d0f0 100644 --- a/packages/utilities/framer-utils/package.json +++ b/packages/utilities/framer-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/framer-utils", - "version": "2.0.19", + "version": "2.0.20", "description": "A set of framer motion transitions for react", "keywords": [ "framer-utils" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8163b07a45..76d4099581 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: ^3.4.4 version: 3.5.3(react@18.2.0) '@react-types/shared': - specifier: ^3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) '@storybook/react': specifier: ^7.4.6 version: 7.6.17(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) @@ -352,8 +352,8 @@ importers: specifier: ^3.9.2 version: 3.9.2(react@18.2.0) '@react-aria/utils': - specifier: ^3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/virtualizer': specifier: ^3.9.10 version: 3.9.10(react-dom@18.2.0)(react@18.2.0) @@ -524,8 +524,8 @@ importers: specifier: ^13.4.12 version: 13.5.6 '@react-types/shared': - specifier: ^3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) '@tailwindcss/typography': specifier: ^0.5.9 version: 0.5.12(tailwindcss@3.4.3) @@ -641,8 +641,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/tree': specifier: 3.7.6 version: 3.7.6(react@18.2.0) @@ -650,8 +650,8 @@ importers: specifier: 3.0.0-alpha.19 version: 3.0.0-alpha.19(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/avatar': specifier: workspace:* @@ -735,8 +735,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/visually-hidden': specifier: 3.8.10 version: 3.8.10(react@18.2.0) @@ -747,8 +747,8 @@ importers: specifier: 3.10.1 version: 3.10.1(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/avatar': specifier: workspace:* @@ -882,14 +882,14 @@ importers: specifier: 3.16.2 version: 3.16.2(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/breadcrumbs': specifier: 3.7.3 version: 3.7.3(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/button': specifier: workspace:* @@ -943,14 +943,14 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/button': specifier: 3.9.2 version: 3.9.2(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) framer-motion: specifier: '>=10.17.0' version: 11.1.7(react-dom@18.2.0)(react@18.2.0) @@ -1010,8 +1010,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/visually-hidden': specifier: 3.8.10 version: 3.8.10(react@18.2.0) @@ -1028,8 +1028,8 @@ importers: specifier: 3.4.4 version: 3.4.4(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) '@types/lodash.debounce': specifier: ^4.0.7 version: 4.0.9 @@ -1089,11 +1089,11 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) framer-motion: specifier: '>=10.17.0' version: 11.1.7(react-dom@18.2.0)(react@18.2.0) @@ -1153,8 +1153,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/visually-hidden': specifier: 3.8.10 version: 3.8.10(react@18.2.0) @@ -1168,8 +1168,8 @@ importers: specifier: 3.7.1 version: 3.7.1(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/chip': specifier: workspace:* @@ -1220,8 +1220,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/checkbox': specifier: 3.7.1 version: 3.7.1(react@18.2.0) @@ -1297,8 +1297,8 @@ importers: specifier: 3.7.2 version: 3.7.2(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/shared-icons': specifier: workspace:* @@ -1373,8 +1373,8 @@ importers: specifier: 3.7.2 version: 3.7.2(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/radio': specifier: workspace:* @@ -1410,8 +1410,8 @@ importers: specifier: workspace:* version: link:../../core/system-rsc '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/theme': specifier: workspace:* @@ -1450,8 +1450,8 @@ importers: specifier: 3.13.1 version: 3.13.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/menu': specifier: 3.6.1 version: 3.6.1(react@18.2.0) @@ -1548,14 +1548,14 @@ importers: specifier: 3.14.3 version: 3.14.3(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/utils': specifier: 3.9.1 version: 3.9.1(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) '@react-types/textfield': specifier: 3.9.1 version: 3.9.1(react@18.2.0) @@ -1628,11 +1628,11 @@ importers: specifier: 3.16.2 version: 3.16.2(react@18.2.0) '@react-aria/link': - specifier: 3.6.5 - version: 3.6.5(react@18.2.0) + specifier: 3.7.1 + version: 3.7.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/link': specifier: 3.5.3 version: 3.5.3(react@18.2.0) @@ -1680,8 +1680,8 @@ importers: specifier: 3.11.5 version: 3.11.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/list': specifier: 3.10.3 version: 3.10.3(react@18.2.0) @@ -1689,8 +1689,8 @@ importers: specifier: 3.9.7 version: 3.9.7(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/avatar': specifier: workspace:* @@ -1753,8 +1753,8 @@ importers: specifier: 3.13.1 version: 3.13.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/menu': specifier: 3.6.1 version: 3.6.1(react@18.2.0) @@ -1765,8 +1765,8 @@ importers: specifier: 3.9.7 version: 3.9.7(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/shared-icons': specifier: workspace:* @@ -1826,8 +1826,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/overlays': specifier: 3.6.5 version: 3.6.5(react@18.2.0) @@ -1896,8 +1896,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/toggle': specifier: 3.7.2 version: 3.7.2(react@18.2.0) @@ -1972,8 +1972,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) scroll-into-view-if-needed: specifier: 3.0.10 version: 3.0.10 @@ -2030,8 +2030,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/overlays': specifier: 3.6.5 version: 3.6.5(react@18.2.0) @@ -2088,8 +2088,8 @@ importers: specifier: 3.4.11 version: 3.4.11(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/progress': specifier: 3.5.2 version: 3.5.2(react@18.2.0) @@ -2134,8 +2134,8 @@ importers: specifier: 3.10.2 version: 3.10.2(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/visually-hidden': specifier: 3.8.10 version: 3.8.10(react@18.2.0) @@ -2146,8 +2146,8 @@ importers: specifier: 3.7.1 version: 3.7.1(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/button': specifier: workspace:* @@ -2272,14 +2272,14 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/visually-hidden': specifier: 3.8.10 version: 3.8.10(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/avatar': specifier: workspace:* @@ -2382,8 +2382,8 @@ importers: specifier: 3.7.6 version: 3.7.6(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/visually-hidden': specifier: 3.8.10 version: 3.8.10(react@18.2.0) @@ -2530,8 +2530,8 @@ importers: specifier: 3.6.2 version: 3.6.2(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/visually-hidden': specifier: 3.8.10 version: 3.8.10(react@18.2.0) @@ -2539,8 +2539,8 @@ importers: specifier: 3.7.2 version: 3.7.2(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: '@nextui-org/shared-icons': specifier: workspace:* @@ -2591,8 +2591,8 @@ importers: specifier: 3.13.5 version: 3.13.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-aria/visually-hidden': specifier: 3.8.10 version: 3.8.10(react@18.2.0) @@ -2682,14 +2682,14 @@ importers: specifier: 3.8.5 version: 3.8.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/tabs': specifier: 3.6.4 version: 3.6.4(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) '@react-types/tabs': specifier: 3.3.5 version: 3.3.5(react@18.2.0) @@ -2761,8 +2761,8 @@ importers: specifier: 3.7.2 version: 3.7.2(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/tooltip': specifier: 3.4.7 version: 3.4.7(react@18.2.0) @@ -2998,8 +2998,8 @@ importers: specifier: 3.21.1 version: 3.21.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/utils': specifier: 3.9.1 version: 3.9.1(react@18.2.0) @@ -3121,8 +3121,8 @@ importers: specifier: 3.17.5 version: 3.17.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/tree': specifier: 3.7.6 version: 3.7.6(react@18.2.0) @@ -3130,8 +3130,8 @@ importers: specifier: 3.0.0-alpha.19 version: 3.0.0-alpha.19(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3152,8 +3152,8 @@ importers: specifier: 3.7.6 version: 3.7.6(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3171,14 +3171,14 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/button': specifier: 3.9.2 version: 3.9.2(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3196,14 +3196,14 @@ importers: specifier: 3.21.1 version: 3.21.1(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/link': specifier: 3.5.3 version: 3.5.3(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3227,8 +3227,8 @@ importers: specifier: 3.17.5 version: 3.17.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/collections': specifier: 3.10.5 version: 3.10.5(react@18.2.0) @@ -3239,8 +3239,8 @@ importers: specifier: 3.9.7 version: 3.9.7(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) react-dom: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) @@ -3258,14 +3258,14 @@ importers: specifier: 3.21.1 version: 3.21.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/overlays': specifier: 3.6.5 version: 3.6.5(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3298,8 +3298,8 @@ importers: specifier: 3.17.5 version: 3.17.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/form': specifier: 3.0.1 version: 3.0.1(react@18.2.0) @@ -3319,8 +3319,8 @@ importers: specifier: 3.9.2 version: 3.9.2(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3338,8 +3338,8 @@ importers: specifier: workspace:* version: link:../use-aria-button '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/toggle': specifier: 3.7.2 version: 3.7.2(react@18.2.0) @@ -3347,8 +3347,8 @@ importers: specifier: 3.9.2 version: 3.9.2(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3398,8 +3398,8 @@ importers: specifier: workspace:* version: link:../use-callback-ref '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/utils': specifier: 3.9.1 version: 3.9.1(react@18.2.0) @@ -3449,11 +3449,11 @@ importers: specifier: 3.9.2 version: 3.9.2(react@18.2.0) '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -3652,8 +3652,8 @@ importers: specifier: workspace:* version: link:../../core/system '@react-aria/utils': - specifier: 3.23.2 - version: 3.23.2(react@18.2.0) + specifier: 3.24.1 + version: 3.24.1(react@18.2.0) '@react-stately/collections': specifier: 3.10.5 version: 3.10.5(react@18.2.0) @@ -3664,8 +3664,8 @@ importers: specifier: 3.8.5 version: 3.8.5(react@18.2.0) '@react-types/shared': - specifier: 3.22.1 - version: 3.22.1(react@18.2.0) + specifier: 3.23.1 + version: 3.23.1(react@18.2.0) devDependencies: clean-package: specifier: 2.2.0 @@ -9623,9 +9623,9 @@ packages: dependencies: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/link': 3.6.5(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-types/breadcrumbs': 3.7.3(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9637,10 +9637,10 @@ packages: dependencies: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/toggle': 3.7.2(react@18.2.0) '@react-types/button': 3.9.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9655,11 +9655,11 @@ packages: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/live-announcer': 3.3.2 - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/calendar': 3.4.4(react@18.2.0) '@react-types/button': 3.9.2(react@18.2.0) '@react-types/calendar': 3.4.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9674,12 +9674,12 @@ packages: '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/label': 3.7.6(react@18.2.0) '@react-aria/toggle': 3.10.2(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/checkbox': 3.6.3(react@18.2.0) '@react-stately/form': 3.0.1(react@18.2.0) '@react-stately/toggle': 3.7.2(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9697,13 +9697,13 @@ packages: '@react-aria/overlays': 3.21.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/selection': 3.17.5(react-dom@18.2.0)(react@18.2.0) '@react-aria/textfield': 3.14.3(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/combobox': 3.8.2(react@18.2.0) '@react-stately/form': 3.0.1(react@18.2.0) '@react-types/button': 3.9.2(react@18.2.0) '@react-types/combobox': 3.10.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9724,14 +9724,14 @@ packages: '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/label': 3.7.6(react@18.2.0) '@react-aria/spinbutton': 3.6.3(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/datepicker': 3.9.2(react@18.2.0) '@react-stately/form': 3.0.1(react@18.2.0) '@react-types/button': 3.9.2(react@18.2.0) '@react-types/calendar': 3.4.4(react@18.2.0) '@react-types/datepicker': 3.7.2(react@18.2.0) '@react-types/dialog': 3.5.8(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9745,9 +9745,9 @@ packages: dependencies: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/overlays': 3.21.1(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-types/dialog': 3.5.8(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9759,8 +9759,21 @@ packages: react: ^18.2.0 dependencies: '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) + '@swc/helpers': 0.5.9 + clsx: 2.1.0 + react: 18.2.0 + dev: false + + /@react-aria/focus@3.17.1(react@18.2.0): + resolution: {integrity: sha512-FLTySoSNqX++u0nWZJPPN5etXY0WBxaIe/YuL/GTEeuqUIuC/2bJSaw5hlsM6T2yjy6Y/VAxBcKSdAFUlU6njQ==} + peerDependencies: + react: ^18.2.0 + dependencies: + '@react-aria/interactions': 3.21.3(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 clsx: 2.1.0 react: 18.2.0 @@ -9772,9 +9785,9 @@ packages: react: ^18.2.0 dependencies: '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/form': 3.0.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9790,14 +9803,14 @@ packages: '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/live-announcer': 3.3.2 '@react-aria/selection': 3.17.5(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/grid': 3.8.5(react@18.2.0) '@react-stately/selection': 3.14.3(react@18.2.0) '@react-stately/virtualizer': 3.6.8(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) '@react-types/grid': 3.2.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9813,8 +9826,8 @@ packages: '@internationalized/number': 3.5.1 '@internationalized/string': 3.2.1 '@react-aria/ssr': 3.9.2(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -9824,8 +9837,20 @@ packages: react: ^18.2.0 dependencies: '@react-aria/ssr': 3.9.2(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) + '@swc/helpers': 0.5.9 + react: 18.2.0 + dev: false + + /@react-aria/interactions@3.21.3(react@18.2.0): + resolution: {integrity: sha512-BWIuf4qCs5FreDJ9AguawLVS0lV9UU+sK4CCnbCNNmYqOWY+1+gRXCsnOM32K+oMESBxilAjdHW5n1hsMqYMpA==} + peerDependencies: + react: ^18.2.0 + dependencies: + '@react-aria/ssr': 3.9.4(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9835,8 +9860,8 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9848,9 +9873,23 @@ packages: dependencies: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-types/link': 3.5.3(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) + '@swc/helpers': 0.5.9 + react: 18.2.0 + dev: false + + /@react-aria/link@3.7.1(react@18.2.0): + resolution: {integrity: sha512-a4IaV50P3fXc7DQvEIPYkJJv26JknFbRzFT5MJOMgtzuhyJoQdILEUK6XHYjcSSNCA7uLgzpojArVk5Hz3lCpw==} + peerDependencies: + react: ^18.2.0 + dependencies: + '@react-aria/focus': 3.17.1(react@18.2.0) + '@react-aria/interactions': 3.21.3(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/link': 3.5.5(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9864,11 +9903,11 @@ packages: '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/label': 3.7.6(react@18.2.0) '@react-aria/selection': 3.17.5(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/list': 3.10.3(react@18.2.0) '@react-types/listbox': 3.4.7(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9891,13 +9930,13 @@ packages: '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/overlays': 3.21.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/selection': 3.17.5(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/menu': 3.6.1(react@18.2.0) '@react-stately/tree': 3.7.6(react@18.2.0) '@react-types/button': 3.9.2(react@18.2.0) '@react-types/menu': 3.9.7(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9913,12 +9952,12 @@ packages: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/ssr': 3.9.2(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-aria/visually-hidden': 3.8.10(react@18.2.0) '@react-stately/overlays': 3.6.5(react@18.2.0) '@react-types/button': 3.9.2(react@18.2.0) '@react-types/overlays': 3.8.5(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9931,9 +9970,9 @@ packages: dependencies: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/label': 3.7.6(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-types/progress': 3.5.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9948,10 +9987,10 @@ packages: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/label': 3.7.6(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/radio': 3.10.2(react@18.2.0) '@react-types/radio': 3.7.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -9965,9 +10004,9 @@ packages: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/selection': 3.14.3(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9982,9 +10021,9 @@ packages: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/label': 3.7.6(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/slider': 3.5.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/slider': 3.7.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -9998,9 +10037,9 @@ packages: dependencies: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/live-announcer': 3.3.2 - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-types/button': 3.9.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -10015,6 +10054,15 @@ packages: '@swc/helpers': 0.5.9 react: 18.2.0 + /@react-aria/ssr@3.9.4(react@18.2.0): + resolution: {integrity: sha512-4jmAigVq409qcJvQyuorsmBR4+9r3+JEC60wC+Y0MZV0HCtTmm8D9guYXlJMdx0SSkgj0hHAyFm/HvPNFofCoQ==} + engines: {node: '>= 12'} + peerDependencies: + react: ^18.2.0 + dependencies: + '@swc/helpers': 0.5.9 + react: 18.2.0 + /@react-aria/switch@3.6.2(react@18.2.0): resolution: {integrity: sha512-X5m/omyhXK+V/vhJFsHuRs2zmt9Asa/RuzlldbXnWohLdeuHMPgQnV8C9hg3f+sRi3sh9UUZ64H61pCtRoZNwg==} peerDependencies: @@ -10038,7 +10086,7 @@ packages: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) '@react-aria/live-announcer': 3.3.2 - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-aria/visually-hidden': 3.8.10(react@18.2.0) '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/flags': 3.0.1 @@ -10046,7 +10094,7 @@ packages: '@react-stately/virtualizer': 3.6.8(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) '@react-types/grid': 3.2.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/table': 3.9.3(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10062,9 +10110,9 @@ packages: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/selection': 3.17.5(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/tabs': 3.6.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/tabs': 3.3.5(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10079,10 +10127,10 @@ packages: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/form': 3.0.3(react@18.2.0) '@react-aria/label': 3.7.6(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/form': 3.0.1(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/textfield': 3.9.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10095,7 +10143,7 @@ packages: dependencies: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/toggle': 3.7.2(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) '@swc/helpers': 0.5.9 @@ -10109,9 +10157,9 @@ packages: dependencies: '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/tooltip': 3.4.7(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/tooltip': 3.4.7(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10124,7 +10172,20 @@ packages: dependencies: '@react-aria/ssr': 3.9.2(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) + '@swc/helpers': 0.5.9 + clsx: 2.1.0 + react: 18.2.0 + dev: false + + /@react-aria/utils@3.24.1(react@18.2.0): + resolution: {integrity: sha512-O3s9qhPMd6n42x9sKeJ3lhu5V1Tlnzhu6Yk8QOvDuXf7UGuUjXf9mzfHJt1dYzID4l9Fwm8toczBzPM9t0jc8Q==} + peerDependencies: + react: ^18.2.0 + dependencies: + '@react-aria/ssr': 3.9.4(react@18.2.0) + '@react-stately/utils': 3.10.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 clsx: 2.1.0 react: 18.2.0 @@ -10137,9 +10198,9 @@ packages: dependencies: '@react-aria/i18n': 3.10.2(react@18.2.0) '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) '@react-stately/virtualizer': 3.6.8(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -10151,8 +10212,8 @@ packages: react: ^18.2.0 dependencies: '@react-aria/interactions': 3.21.1(react@18.2.0) - '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10203,7 +10264,7 @@ packages: '@internationalized/date': 3.5.2 '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/calendar': 3.4.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10216,7 +10277,7 @@ packages: '@react-stately/form': 3.0.1(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/checkbox': 3.7.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10226,7 +10287,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10243,7 +10304,7 @@ packages: '@react-stately/select': 3.6.2(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/combobox': 3.10.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10253,7 +10314,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10268,7 +10329,7 @@ packages: '@react-stately/overlays': 3.6.5(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/datepicker': 3.7.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10284,7 +10345,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10297,7 +10358,7 @@ packages: '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/selection': 3.14.3(react@18.2.0) '@react-types/grid': 3.2.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10311,7 +10372,7 @@ packages: '@react-stately/table': 3.11.6(react@18.2.0) '@react-stately/virtualizer': 3.6.8(react@18.2.0) '@react-types/grid': 3.2.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/table': 3.9.3(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10325,7 +10386,7 @@ packages: '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/selection': 3.14.3(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10337,7 +10398,7 @@ packages: dependencies: '@react-stately/overlays': 3.6.5(react@18.2.0) '@react-types/menu': 3.9.7(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10361,7 +10422,7 @@ packages: '@react-stately/form': 3.0.1(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/radio': 3.7.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10375,7 +10436,7 @@ packages: '@react-stately/list': 3.10.3(react@18.2.0) '@react-stately/overlays': 3.6.5(react@18.2.0) '@react-types/select': 3.9.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10387,7 +10448,7 @@ packages: dependencies: '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10398,7 +10459,7 @@ packages: react: ^18.2.0 dependencies: '@react-stately/utils': 3.9.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/slider': 3.7.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10415,7 +10476,7 @@ packages: '@react-stately/selection': 3.14.3(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) '@react-types/grid': 3.2.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/table': 3.9.3(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10427,7 +10488,7 @@ packages: react: ^18.2.0 dependencies: '@react-stately/list': 3.10.3(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@react-types/tabs': 3.3.5(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 @@ -10463,11 +10524,19 @@ packages: '@react-stately/collections': 3.10.5(react@18.2.0) '@react-stately/selection': 3.14.3(react@18.2.0) '@react-stately/utils': 3.9.1(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false + /@react-stately/utils@3.10.1(react@18.2.0): + resolution: {integrity: sha512-VS/EHRyicef25zDZcM/ClpzYMC5i2YGN6uegOeQawmgfGjb02yaCX0F0zR69Pod9m2Hr3wunTbtpgVXvYbZItg==} + peerDependencies: + react: ^18.2.0 + dependencies: + '@swc/helpers': 0.5.9 + react: 18.2.0 + /@react-stately/utils@3.9.1(react@18.2.0): resolution: {integrity: sha512-yzw75GE0iUWiyps02BOAPTrybcsMIxEJlzXqtvllAb01O9uX5n0i3X+u2eCpj2UoDF4zS08Ps0jPgWxg8xEYtA==} peerDependencies: @@ -10475,14 +10544,15 @@ packages: dependencies: '@swc/helpers': 0.5.9 react: 18.2.0 + dev: false /@react-stately/virtualizer@3.6.8(react@18.2.0): resolution: {integrity: sha512-Pf06ihTwExRJltGhi72tmLIo0pcjkL55nu7ifMafAAdxZK4ONxRLSuUjjpvYf/0Rs92xRZy2t/XmHREnfirdkQ==} peerDependencies: react: ^18.2.0 dependencies: - '@react-aria/utils': 3.23.2(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-aria/utils': 3.24.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) '@swc/helpers': 0.5.9 react: 18.2.0 dev: false @@ -10492,7 +10562,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10502,7 +10572,7 @@ packages: react: ^18.2.0 dependencies: '@react-types/link': 3.5.3(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10511,7 +10581,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10521,7 +10591,7 @@ packages: react: ^18.2.0 dependencies: '@internationalized/date': 3.5.2 - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10530,7 +10600,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10539,7 +10609,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10551,7 +10621,7 @@ packages: '@internationalized/date': 3.5.2 '@react-types/calendar': 3.4.4(react@18.2.0) '@react-types/overlays': 3.8.5(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10561,7 +10631,7 @@ packages: react: ^18.2.0 dependencies: '@react-types/overlays': 3.8.5(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10570,7 +10640,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10579,15 +10649,24 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 + /@react-types/link@3.5.5(react@18.2.0): + resolution: {integrity: sha512-G6P5WagHDR87npN7sEuC5IIgL1GsoY4WFWKO4734i2CXRYx24G9P0Su3AX4GA3qpspz8sK1AWkaCzBMmvnunfw==} + peerDependencies: + react: ^18.2.0 + dependencies: + '@react-types/shared': 3.23.1(react@18.2.0) + react: 18.2.0 + dev: false + /@react-types/listbox@3.4.7(react@18.2.0): resolution: {integrity: sha512-68y5H9CVSPFiwO6MOFxTbry9JQMK/Lb1M9i3M8TDyq1AbJxBPpgAvJ9RaqIMCucsnqCzpY/zA3D/X417zByL1w==} peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10597,7 +10676,7 @@ packages: react: ^18.2.0 dependencies: '@react-types/overlays': 3.8.5(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10606,7 +10685,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10615,7 +10694,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10624,7 +10703,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10633,12 +10712,12 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false - /@react-types/shared@3.22.1(react@18.2.0): - resolution: {integrity: sha512-PCpa+Vo6BKnRMuOEzy5zAZ3/H5tnQg1e80khMhK2xys0j6ZqzkgQC+fHMNZ7VDFNLqqNMj/o0eVeSBDh2POjkw==} + /@react-types/shared@3.23.1(react@18.2.0): + resolution: {integrity: sha512-5d+3HbFDxGZjhbMBeFHRQhexMFt4pUce3okyRtUVKbbedQFUrtXSBg9VszgF2RTeQDKDkMCIQDtz5ccP/Lk1gw==} peerDependencies: react: ^18.2.0 dependencies: @@ -10649,7 +10728,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10658,7 +10737,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10668,7 +10747,7 @@ packages: react: ^18.2.0 dependencies: '@react-types/grid': 3.2.4(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10677,7 +10756,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10686,7 +10765,7 @@ packages: peerDependencies: react: ^18.2.0 dependencies: - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false @@ -10696,7 +10775,7 @@ packages: react: ^18.2.0 dependencies: '@react-types/overlays': 3.8.5(react@18.2.0) - '@react-types/shared': 3.22.1(react@18.2.0) + '@react-types/shared': 3.23.1(react@18.2.0) react: 18.2.0 dev: false