ci(changesets): version packages (#3662)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2024-09-14 13:18:24 +08:00 committed by GitHub
parent a6eccbea66
commit def45d4d7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
148 changed files with 672 additions and 232 deletions

View File

@ -1,5 +0,0 @@
---
"@nextui-org/select": patch
---
Fixed toggle issue while clicking on label of select component unexpectedly open and close the model instantly. The removal of code block containing `group-data-[filled=true]:pointer-events-auto` prevent from any unwanted user interactions and resolve the flickering issue (#3558)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
applied tw nested group (#3544, #2324, #2959)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/system": patch
---
Fix missing `useHref` logic (#2934)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
fix(theme): use data-hover instead of hover (#2095)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/use-scroll-position": patch
---
re-attach scroll event behavior in `useScrollPosition`

View File

@ -1,5 +0,0 @@
---
"@nextui-org/select": patch
---
added missing onChange when there are more than 300 items (#3455)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
fixed the shadow clipping of card inside listbox or menubox item (#3480)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
Improved RTL support for the input component

View File

@ -1,14 +0,0 @@
---
"@nextui-org/autocomplete": patch
"@nextui-org/date-picker": patch
"@nextui-org/dropdown": patch
"@nextui-org/modal": patch
"@nextui-org/popover": patch
"@nextui-org/select": patch
"@nextui-org/use-aria-modal-overlay": patch
"@nextui-org/use-aria-multiselect": patch
"@nextui-org/use-aria-overlay": patch
"@nextui-org/aria-utils": patch
---
Refactor overlays to reduce its complexity, while improving stability.

View File

@ -1,5 +0,0 @@
---
"@nextui-org/navbar": patch
---
Fix navbar menu breaking when a numerical height value is provided. The height value is now converted to pixels if it is a number.

View File

@ -1,5 +0,0 @@
---
"@nextui-org/input": patch
---
Fixed hover and focus of input when label placement is outside-left (#2328)

View File

@ -1,6 +0,0 @@
---
"@nextui-org/autocomplete": patch
"@nextui-org/theme": patch
---
Improve clear button pointer events, keyboard reopen issue on mobile

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
Fix skeleton overflow issue (#3214 #3670)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
set the min-height of base height to 100dvh where size equals `full` (#2681)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/system-rsc": patch
---
added missing `StringToBoolean<keyof V[K]>[]` (#3530)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/listbox": patch
---
Fix item highlighting in `AutocompleteSection` during keyboard navigation (#3713)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
Improved RTL support for the table component

View File

@ -1,5 +0,0 @@
---
"@nextui-org/popover": patch
---
Use `usePreventScroll` instead of `react-remove-scroll`; Add `shouldBlockScroll` prop to `Tooltip` (#3474).

View File

@ -1,5 +0,0 @@
---
"@nextui-org/link": patch
---
use `@nextui-org/use-aria-link` to suppress onClick deprecation warning (#3196)

View File

@ -1,7 +0,0 @@
---
"@nextui-org/use-clipboard": patch
"@nextui-org/use-real-shape": patch
"@nextui-org/use-ref-state": patch
---
ensure exposed functions wrap by `useCallback`

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
Improved RTL support for the select component

View File

@ -1,6 +0,0 @@
---
"@nextui-org/modal": patch
"@nextui-org/theme": patch
---
adjust modal position when keyboard appears (#2837)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
export default-layout in theme

View File

@ -1,6 +0,0 @@
---
"@nextui-org/calendar": patch
"@nextui-org/theme": patch
---
fixed arrow keys order when html has dir="rtl" (#3641, #3642)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/input": patch
---
disable clear button when input is read-only

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
fixed the double click need in chrome for checkbox, switch and radiobuttons (#3528)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/react-rsc-utils": patch
---
added react to peerDependencies to remove react copy from react-rsc-utils bundle (#3531)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
The color of the selected value in SELECT component was `text-foreground-500` instead of `text-default-foreground`. Also label slot in SELECT component's UNDERLINE had no effect of color variant. The change includes the fix for the mentioned issues (#3659).

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
Updates the text colors for the flat variant in the theme so that elements using this variant are accessible (#3738)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/theme": patch
---
Improved RTL support for the pagination component

View File

@ -1,5 +0,0 @@
---
"@nextui-org/dropdown": patch
---
fix(dropdown): respect closeOnSelect prop on DropdownItem (#2290)

View File

@ -1,5 +0,0 @@
---
"@nextui-org/shared-utils": patch
---
fixed gregorian year offset for persian (#3602)

View File

@ -1,5 +1,16 @@
# @nextui-org/accordion
## 2.0.39
### Patch Changes
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/aria-utils@2.0.25
- @nextui-org/shared-utils@2.0.8
- @nextui-org/divider@2.0.32
- @nextui-org/framer-utils@2.0.25
- @nextui-org/react-utils@2.0.17
## 2.0.38
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "2.0.38",
"version": "2.0.39",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",

View File

@ -1,5 +1,23 @@
# @nextui-org/autocomplete
## 2.1.6
### Patch Changes
- [#3467](https://github.com/nextui-org/nextui/pull/3467) [`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability.
- [#3000](https://github.com/nextui-org/nextui/pull/3000) [`81da063d6`](https://github.com/nextui-org/nextui/commit/81da063d6ab80e1b352ebfda78ed26a47a239c49) Thanks [@chirokas](https://github.com/chirokas)! - Improve clear button pointer events, keyboard reopen issue on mobile
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`985c2e1dd`](https://github.com/nextui-org/nextui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099), [`d621b2923`](https://github.com/nextui-org/nextui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`19c331be7`](https://github.com/nextui-org/nextui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`3d6865586`](https://github.com/nextui-org/nextui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/popover@2.1.28
- @nextui-org/input@2.2.5
- @nextui-org/listbox@2.1.26
- @nextui-org/shared-utils@2.0.8
- @nextui-org/button@2.0.38
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/spinner@2.0.34
- @nextui-org/react-utils@2.0.17
## 2.1.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.1.5",
"version": "2.1.6",
"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"

View File

@ -1,5 +1,13 @@
# @nextui-org/avatar
## 2.0.33
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.32
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/avatar",
"version": "2.0.32",
"version": "2.0.33",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"

View File

@ -1,5 +1,13 @@
# @nextui-org/badge
## 2.0.32
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.31
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/badge",
"version": "2.0.31",
"version": "2.0.32",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"

View File

@ -1,5 +1,13 @@
# @nextui-org/breadcrumbs
## 2.0.13
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/breadcrumbs",
"version": "2.0.12",
"version": "2.0.13",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"

View File

@ -1,5 +1,15 @@
# @nextui-org/button
## 2.0.38
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/ripple@2.0.33
- @nextui-org/spinner@2.0.34
- @nextui-org/react-utils@2.0.17
## 2.0.37
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "2.0.37",
"version": "2.0.38",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"

View File

@ -1,5 +1,17 @@
# @nextui-org/calendar
## 2.0.12
### Patch Changes
- [#3656](https://github.com/nextui-org/nextui/pull/3656) [`55c92981e`](https://github.com/nextui-org/nextui/commit/55c92981e009b1721e8288341402feb1ebec08f3) Thanks [@ameybh](https://github.com/ameybh)! - fixed arrow keys order when html has dir="rtl" (#3641, #3642)
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/button@2.0.38
- @nextui-org/framer-utils@2.0.25
- @nextui-org/react-utils@2.0.17
## 2.0.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
"version": "2.0.11",
"version": "2.0.12",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"

View File

@ -1,5 +1,14 @@
# @nextui-org/card
## 2.0.34
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/ripple@2.0.33
- @nextui-org/react-utils@2.0.17
## 2.0.33
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
"version": "2.0.33",
"version": "2.0.34",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"

View File

@ -1,5 +1,13 @@
# @nextui-org/checkbox
## 2.1.5
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.1.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.1.4",
"version": "2.1.5",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"

View File

@ -1,5 +1,13 @@
# @nextui-org/chip
## 2.0.33
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.32
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/chip",
"version": "2.0.32",
"version": "2.0.33",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"

View File

@ -1,5 +1,14 @@
# @nextui-org/code
## 2.0.33
### Patch Changes
- Updated dependencies [[`44e89a077`](https://github.com/nextui-org/nextui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/system-rsc@2.1.6
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.32
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/code",
"version": "2.0.32",
"version": "2.0.33",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"

View File

@ -1,5 +1,13 @@
# @nextui-org/date-input
## 2.1.4
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.1.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-input",
"version": "2.1.3",
"version": "2.1.4",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"

View File

@ -1,5 +1,19 @@
# @nextui-org/date-picker
## 2.1.7
### Patch Changes
- [#3467](https://github.com/nextui-org/nextui/pull/3467) [`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability.
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`19c331be7`](https://github.com/nextui-org/nextui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`55c92981e`](https://github.com/nextui-org/nextui/commit/55c92981e009b1721e8288341402feb1ebec08f3), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/popover@2.1.28
- @nextui-org/calendar@2.0.12
- @nextui-org/shared-utils@2.0.8
- @nextui-org/button@2.0.38
- @nextui-org/date-input@2.1.4
- @nextui-org/react-utils@2.0.17
## 2.1.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.1.6",
"version": "2.1.7",
"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"

View File

@ -1,5 +1,14 @@
# @nextui-org/divider
## 2.0.32
### Patch Changes
- Updated dependencies [[`44e89a077`](https://github.com/nextui-org/nextui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`446a6bf57`](https://github.com/nextui-org/nextui/commit/446a6bf57c3c9e6acadd6629411b33353b305590), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/system-rsc@2.1.6
- @nextui-org/react-rsc-utils@2.0.14
- @nextui-org/shared-utils@2.0.8
## 2.0.31
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/divider",
"version": "2.0.31",
"version": "2.0.32",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"

View File

@ -1,5 +1,19 @@
# @nextui-org/dropdown
## 2.1.30
### Patch Changes
- [#3467](https://github.com/nextui-org/nextui/pull/3467) [`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability.
- [#2598](https://github.com/nextui-org/nextui/pull/2598) [`4f8ae50cf`](https://github.com/nextui-org/nextui/commit/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2) Thanks [@gtoxlili](https://github.com/gtoxlili)! - fix(dropdown): respect closeOnSelect prop on DropdownItem (#2290)
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`19c331be7`](https://github.com/nextui-org/nextui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/popover@2.1.28
- @nextui-org/shared-utils@2.0.8
- @nextui-org/menu@2.0.29
- @nextui-org/react-utils@2.0.17
## 2.1.29
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
"version": "2.1.29",
"version": "2.1.30",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"

View File

@ -1,5 +1,13 @@
# @nextui-org/image
## 2.0.32
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.31
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/image",
"version": "2.0.31",
"version": "2.0.32",
"description": "A simple image component",
"keywords": [
"image"

View File

@ -1,5 +1,17 @@
# @nextui-org/input
## 2.2.5
### Patch Changes
- [#2958](https://github.com/nextui-org/nextui/pull/2958) [`985c2e1dd`](https://github.com/nextui-org/nextui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hover and focus of input when label placement is outside-left (#2328)
- [#3643](https://github.com/nextui-org/nextui/pull/3643) [`3d6865586`](https://github.com/nextui-org/nextui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea) Thanks [@ryxxn](https://github.com/ryxxn)! - disable clear button when input is read-only
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.2.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.2.4",
"version": "2.2.5",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"

View File

@ -1,5 +1,14 @@
# @nextui-org/kbd
## 2.0.34
### Patch Changes
- Updated dependencies [[`44e89a077`](https://github.com/nextui-org/nextui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/system-rsc@2.1.6
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.33
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/kbd",
"version": "2.0.33",
"version": "2.0.34",
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
"keywords": [
"kbd"

View File

@ -1,5 +1,15 @@
# @nextui-org/link
## 2.0.35
### Patch Changes
- [#3569](https://github.com/nextui-org/nextui/pull/3569) [`3c0a486ce`](https://github.com/nextui-org/nextui/commit/3c0a486ceaa73479e5909d3add1cd14619f62796) Thanks [@awesome-pro](https://github.com/awesome-pro)! - use `@nextui-org/use-aria-link` to suppress onClick deprecation warning (#3196)
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.34
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
"version": "2.0.34",
"version": "2.0.35",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
"keywords": [
"link"

View File

@ -1,5 +1,17 @@
# @nextui-org/listbox
## 2.1.26
### Patch Changes
- [#3726](https://github.com/nextui-org/nextui/pull/3726) [`d621b2923`](https://github.com/nextui-org/nextui/commit/d621b2923e7c90e73bea996e5918b744223e896c) Thanks [@chirokas](https://github.com/chirokas)! - Fix item highlighting in `AutocompleteSection` during keyboard navigation (#3713)
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/aria-utils@2.0.25
- @nextui-org/shared-utils@2.0.8
- @nextui-org/divider@2.0.32
- @nextui-org/react-utils@2.0.17
## 2.1.25
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/listbox",
"version": "2.1.25",
"version": "2.1.26",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"

View File

@ -1,5 +1,15 @@
# @nextui-org/menu
## 2.0.29
### Patch Changes
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/aria-utils@2.0.25
- @nextui-org/shared-utils@2.0.8
- @nextui-org/divider@2.0.32
- @nextui-org/react-utils@2.0.17
## 2.0.28
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/menu",
"version": "2.0.28",
"version": "2.0.29",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"

View File

@ -1,5 +1,19 @@
# @nextui-org/modal
## 2.0.40
### Patch Changes
- [#3467](https://github.com/nextui-org/nextui/pull/3467) [`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability.
- [#3691](https://github.com/nextui-org/nextui/pull/3691) [`3e06ef64c`](https://github.com/nextui-org/nextui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca) Thanks [@wingkwong](https://github.com/wingkwong)! - adjust modal position when keyboard appears (#2837)
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/use-aria-modal-overlay@2.0.12
- @nextui-org/shared-utils@2.0.8
- @nextui-org/framer-utils@2.0.25
- @nextui-org/react-utils@2.0.17
## 2.0.39
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/modal",
"version": "2.0.39",
"version": "2.0.40",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"

View File

@ -1,5 +1,17 @@
# @nextui-org/navbar
## 2.0.37
### Patch Changes
- [#3601](https://github.com/nextui-org/nextui/pull/3601) [`048de6e9b`](https://github.com/nextui-org/nextui/commit/048de6e9b289d1cec180856fbcf3ba38db3007e2) Thanks [@FacundoTenuta](https://github.com/FacundoTenuta)! - Fix navbar menu breaking when a numerical height value is provided. The height value is now converted to pixels if it is a number.
- Updated dependencies [[`b0728e3c3`](https://github.com/nextui-org/nextui/commit/b0728e3c3841ce6abb6ed6d4617ddb5242077324), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/use-scroll-position@2.0.9
- @nextui-org/shared-utils@2.0.8
- @nextui-org/framer-utils@2.0.25
- @nextui-org/react-utils@2.0.17
## 2.0.36
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/navbar",
"version": "2.0.36",
"version": "2.0.37",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"keywords": [
"navbar"

View File

@ -1,5 +1,14 @@
# @nextui-org/pagination
## 2.0.36
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
- @nextui-org/use-pagination@2.0.10
## 2.0.35
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/pagination",
"version": "2.0.35",
"version": "2.0.36",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"

View File

@ -1,5 +1,21 @@
# @nextui-org/popover
## 2.1.28
### Patch Changes
- [#3467](https://github.com/nextui-org/nextui/pull/3467) [`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability.
- [#3307](https://github.com/nextui-org/nextui/pull/3307) [`19c331be7`](https://github.com/nextui-org/nextui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11) Thanks [@chirokas](https://github.com/chirokas)! - Use `usePreventScroll` instead of `react-remove-scroll`; Add `shouldBlockScroll` prop to `Tooltip` (#3474).
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/use-aria-overlay@2.0.1
- @nextui-org/aria-utils@2.0.25
- @nextui-org/shared-utils@2.0.8
- @nextui-org/button@2.0.38
- @nextui-org/framer-utils@2.0.25
- @nextui-org/react-utils@2.0.17
## 2.1.27
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/popover",
"version": "2.1.27",
"version": "2.1.28",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"

View File

@ -1,5 +1,13 @@
# @nextui-org/progress
## 2.0.34
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.33
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/progress",
"version": "2.0.33",
"version": "2.0.34",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"keywords": [
"progress"

View File

@ -1,5 +1,13 @@
# @nextui-org/radio
## 2.1.5
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.1.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
"version": "2.1.4",
"version": "2.1.5",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"

View File

@ -1,5 +1,13 @@
# @nextui-org/ripple
## 2.0.33
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.32
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/ripple",
"version": "2.0.32",
"version": "2.0.33",
"description": "A simple implementation to display a ripple animation when the source component is clicked",
"keywords": [
"ripple"

View File

@ -1,5 +1,14 @@
# @nextui-org/scroll-shadow
## 2.1.20
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
- @nextui-org/use-data-scroll-overflow@2.1.7
## 2.1.19
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/scroll-shadow",
"version": "2.1.19",
"version": "2.1.20",
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
"keywords": [
"scroll-shadow"

View File

@ -1,5 +1,24 @@
# @nextui-org/select
## 2.2.6
### Patch Changes
- [#3568](https://github.com/nextui-org/nextui/pull/3568) [`5c8cc7a42`](https://github.com/nextui-org/nextui/commit/5c8cc7a42d1e7a7957c0273ab21555f01d5bac8f) Thanks [@sohan01fw](https://github.com/sohan01fw)! - Fixed toggle issue while clicking on label of select component unexpectedly open and close the model instantly. The removal of code block containing `group-data-[filled=true]:pointer-events-auto` prevent from any unwanted user interactions and resolve the flickering issue (#3558)
- [#3598](https://github.com/nextui-org/nextui/pull/3598) [`74792f7bf`](https://github.com/nextui-org/nextui/commit/74792f7bff9ffe735d3954e01b5383d969a51caf) Thanks [@wingkwong](https://github.com/wingkwong)! - added missing onChange when there are more than 300 items (#3455)
- [#3467](https://github.com/nextui-org/nextui/pull/3467) [`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability.
- Updated dependencies [[`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`d621b2923`](https://github.com/nextui-org/nextui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`19c331be7`](https://github.com/nextui-org/nextui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/popover@2.1.28
- @nextui-org/use-aria-multiselect@2.2.4
- @nextui-org/listbox@2.1.26
- @nextui-org/shared-utils@2.0.8
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/spinner@2.0.34
- @nextui-org/react-utils@2.0.17
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.2.5",
"version": "2.2.6",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"

View File

@ -1,5 +1,13 @@
# @nextui-org/skeleton
## 2.0.32
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.31
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/skeleton",
"version": "2.0.31",
"version": "2.0.32",
"description": "Skeleton is used to display the loading state of some component.",
"keywords": [
"skeleton"

View File

@ -1,5 +1,14 @@
# @nextui-org/slider
## 2.2.16
### Patch Changes
- Updated dependencies [[`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/shared-utils@2.0.8
- @nextui-org/tooltip@2.0.40
- @nextui-org/react-utils@2.0.17
## 2.2.15
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/slider",
"version": "2.2.15",
"version": "2.2.16",
"description": "A slider allows a user to select one or more values within a range.",
"keywords": [
"slider"

View File

@ -1,5 +1,16 @@
# @nextui-org/snippet
## 2.0.42
### Patch Changes
- Updated dependencies [[`eda316ab2`](https://github.com/nextui-org/nextui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/use-clipboard@2.0.7
- @nextui-org/shared-utils@2.0.8
- @nextui-org/button@2.0.38
- @nextui-org/tooltip@2.0.40
- @nextui-org/react-utils@2.0.17
## 2.0.41
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
"version": "2.0.41",
"version": "2.0.42",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"

View File

@ -1,5 +1,14 @@
# @nextui-org/spacer
## 2.0.33
### Patch Changes
- Updated dependencies [[`44e89a077`](https://github.com/nextui-org/nextui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/nextui-org/nextui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]:
- @nextui-org/system-rsc@2.1.6
- @nextui-org/shared-utils@2.0.8
- @nextui-org/react-utils@2.0.17
## 2.0.32
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/spacer",
"version": "2.0.32",
"version": "2.0.33",
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
"keywords": [
"spacer"

Some files were not shown because too many files have changed in this diff Show More