ci(changesets): version packages (#5323)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2025-06-01 14:22:28 -03:00 committed by GitHub
parent 6e9247ad32
commit 63a1a671a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
128 changed files with 699 additions and 169 deletions

View File

@ -1,5 +0,0 @@
---
"@heroui/autocomplete": patch
---
ensure focused item matches selected item after filter, selection (#5277)

View File

@ -1,6 +0,0 @@
---
"@heroui/shared-icons": patch
"@heroui/toast": patch
---
support render icons by function in Toast

View File

@ -1,5 +0,0 @@
---
"@heroui/date-picker": patch
---
fix date-range-picker error state (#5309)

View File

@ -1,6 +0,0 @@
---
"@heroui/autocomplete": patch
"@heroui/select": patch
---
persist last selected item position (#5282)

View File

@ -1,5 +0,0 @@
---
"@heroui/theme": patch
---
Fixed the clear button rendering for smaller devices (#5069)

View File

@ -1,5 +0,0 @@
---
"@heroui/tabs": patch
---
fixed click handling for tab items

View File

@ -1,55 +0,0 @@
---
"@heroui/use-intersection-observer": patch
"@heroui/use-aria-accordion-item": patch
"@heroui/use-aria-modal-overlay": patch
"@heroui/use-aria-multiselect": patch
"@heroui/use-aria-accordion": patch
"@heroui/autocomplete": patch
"@heroui/number-input": patch
"@heroui/breadcrumbs": patch
"@heroui/date-picker": patch
"@heroui/date-input": patch
"@heroui/pagination": patch
"@heroui/use-aria-button": patch
"@heroui/accordion": patch
"@heroui/input-otp": patch
"@heroui/use-disclosure": patch
"@heroui/use-pagination": patch
"@heroui/aria-utils": patch
"@heroui/calendar": patch
"@heroui/checkbox": patch
"@heroui/dropdown": patch
"@heroui/progress": patch
"@heroui/use-aria-link": patch
"@heroui/use-draggable": patch
"@heroui/divider": patch
"@heroui/listbox": patch
"@heroui/popover": patch
"@heroui/snippet": patch
"@heroui/tooltip": patch
"@heroui/avatar": patch
"@heroui/button": patch
"@heroui/navbar": patch
"@heroui/select": patch
"@heroui/slider": patch
"@heroui/switch": patch
"@heroui/alert": patch
"@heroui/input": patch
"@heroui/modal": patch
"@heroui/radio": patch
"@heroui/table": patch
"@heroui/toast": patch
"@heroui/card": patch
"@heroui/chip": patch
"@heroui/form": patch
"@heroui/link": patch
"@heroui/menu": patch
"@heroui/tabs": patch
"@heroui/user": patch
"@heroui/system-rsc": patch
"@heroui/kbd": patch
"@heroui/system": patch
"@heroui/react": patch
---
bump RA versions

View File

@ -1,22 +0,0 @@
---
"@heroui/autocomplete": patch
"@heroui/dom-animation": patch
"@heroui/date-picker": patch
"@heroui/framer-utils": patch
"@heroui/accordion": patch
"@heroui/calendar": patch
"@heroui/dropdown": patch
"@heroui/popover": patch
"@heroui/snippet": patch
"@heroui/tooltip": patch
"@heroui/button": patch
"@heroui/navbar": patch
"@heroui/ripple": patch
"@heroui/select": patch
"@heroui/modal": patch
"@heroui/card": patch
"@heroui/tabs": patch
"@heroui/system": patch
---
bump framer-motion version

View File

@ -1,5 +1,21 @@
# @heroui/accordion # @heroui/accordion
## 2.2.17
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/use-aria-accordion@2.2.12
- @heroui/aria-utils@2.2.17
- @heroui/divider@2.2.14
- @heroui/dom-animation@2.1.9
- @heroui/framer-utils@2.1.16
## 2.2.16 ## 2.2.16
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @heroui/alert # @heroui/alert
## 2.2.20
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/button@2.2.20
## 2.2.19 ## 2.2.19
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/alert", "name": "@heroui/alert",
"version": "2.2.19", "version": "2.2.20",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.", "description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [ "keywords": [
"alert" "alert"

View File

@ -1,5 +1,29 @@
# @heroui/autocomplete # @heroui/autocomplete
## 2.3.21
### Patch Changes
- [#5290](https://github.com/heroui-inc/heroui/pull/5290) [`360b2e7`](https://github.com/heroui-inc/heroui/commit/360b2e77fdfa2688b96c01e1f96e2b8f918854fe) Thanks [@KumJungMin](https://github.com/KumJungMin)! - ensure focused item matches selected item after filter, selection (#5277)
- [#5286](https://github.com/heroui-inc/heroui/pull/5286) [`74e4dec`](https://github.com/heroui-inc/heroui/commit/74e4deca9a5e24207076c9af3738dd1f4baecc09) Thanks [@wingkwong](https://github.com/wingkwong)! - persist last selected item position (#5282)
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/use-aria-button@2.2.14
- @heroui/aria-utils@2.2.17
- @heroui/listbox@2.3.19
- @heroui/popover@2.3.20
- @heroui/button@2.2.20
- @heroui/input@2.4.20
- @heroui/form@2.1.19
- @heroui/scroll-shadow@2.3.13
- @heroui/spinner@2.2.17
## 2.3.20 ## 2.3.20
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/autocomplete", "name": "@heroui/autocomplete",
"version": "2.3.20", "version": "2.3.21",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [ "keywords": [
"autocomplete" "autocomplete"

View File

@ -1,5 +1,11 @@
# @heroui/avatar # @heroui/avatar
## 2.2.16
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
## 2.2.15 ## 2.2.15
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @heroui/breadcrumbs # @heroui/breadcrumbs
## 2.2.16
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0)]:
- @heroui/shared-icons@2.1.8
## 2.2.15 ## 2.2.15
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @heroui/button # @heroui/button
## 2.2.20
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/use-aria-button@2.2.14
- @heroui/ripple@2.2.15
- @heroui/spinner@2.2.17
## 2.2.19 ## 2.2.19
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,20 @@
# @heroui/calendar # @heroui/calendar
## 2.2.20
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/use-aria-button@2.2.14
- @heroui/button@2.2.20
- @heroui/dom-animation@2.1.9
- @heroui/framer-utils@2.1.16
## 2.2.19 ## 2.2.19
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,17 @@
# @heroui/card # @heroui/card
## 2.2.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/use-aria-button@2.2.14
- @heroui/ripple@2.2.15
## 2.2.18 ## 2.2.18
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @heroui/checkbox # @heroui/checkbox
## 2.3.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/form@2.1.19
## 2.3.18 ## 2.3.18
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @heroui/chip # @heroui/chip
## 2.2.16
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0)]:
- @heroui/shared-icons@2.1.8
## 2.2.15 ## 2.2.15
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @heroui/code # @heroui/code
## 2.2.15
### Patch Changes
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/system-rsc@2.3.14
## 2.2.14 ## 2.2.14
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/code", "name": "@heroui/code",
"version": "2.2.14", "version": "2.2.15",
"description": "Code is a component used to display inline code.", "description": "Code is a component used to display inline code.",
"keywords": [ "keywords": [
"code" "code"

View File

@ -1,5 +1,14 @@
# @heroui/date-input # @heroui/date-input
## 2.3.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/form@2.1.19
## 2.3.18 ## 2.3.18
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,24 @@
# @heroui/date-picker # @heroui/date-picker
## 2.3.20
### Patch Changes
- [#5317](https://github.com/heroui-inc/heroui/pull/5317) [`d40c744`](https://github.com/heroui-inc/heroui/commit/d40c744f46f14c2212bd4c9ba116bb866c368426) Thanks [@Vishvsalvi](https://github.com/Vishvsalvi)! - fix date-range-picker error state (#5309)
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/date-input@2.3.19
- @heroui/aria-utils@2.2.17
- @heroui/calendar@2.2.20
- @heroui/popover@2.3.20
- @heroui/button@2.2.20
- @heroui/form@2.1.19
## 2.3.19 ## 2.3.19
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/date-picker", "name": "@heroui/date-picker",
"version": "2.3.19", "version": "2.3.20",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.", "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [ "keywords": [
"date-picker" "date-picker"

View File

@ -1,5 +1,14 @@
# @heroui/divider # @heroui/divider
## 2.2.14
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/system-rsc@2.3.14
## 2.2.13 ## 2.2.13
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/divider", "name": "@heroui/divider",
"version": "2.2.13", "version": "2.2.14",
"description": ". A separator is a visual divider between two groups of content", "description": ". A separator is a visual divider between two groups of content",
"keywords": [ "keywords": [
"divider" "divider"

View File

@ -1,5 +1,13 @@
# @heroui/drawer # @heroui/drawer
## 2.2.17
### Patch Changes
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/modal@2.2.17
- @heroui/framer-utils@2.1.16
## 2.2.16 ## 2.2.16
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/drawer", "name": "@heroui/drawer",
"version": "2.2.16", "version": "2.2.17",
"description": "Used to render a content that slides in from the side of the screen.", "description": "Used to render a content that slides in from the side of the screen.",
"keywords": [ "keywords": [
"drawer" "drawer"

View File

@ -1,5 +1,18 @@
# @heroui/dropdown # @heroui/dropdown
## 2.3.20
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/aria-utils@2.2.17
- @heroui/popover@2.3.20
- @heroui/menu@2.2.19
## 2.3.19 ## 2.3.19
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @heroui/form # @heroui/form
## 2.1.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`ee4d2eb`](https://github.com/heroui-inc/heroui/commit/ee4d2ebe257319ce1dd14dd96b545f27bd92d56c), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/theme@2.4.16
- @heroui/system@2.4.16
## 2.1.18 ## 2.1.18
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/form", "name": "@heroui/form",
"version": "2.1.18", "version": "2.1.19",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.", "description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [ "keywords": [
"form" "form"

View File

@ -1,5 +1,14 @@
# @heroui/input-otp # @heroui/input-otp
## 2.1.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/form@2.1.19
## 2.1.18 ## 2.1.18
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/input-otp", "name": "@heroui/input-otp",
"version": "2.1.18", "version": "2.1.19",
"description": "", "description": "",
"keywords": [ "keywords": [
"input-otp" "input-otp"

View File

@ -1,5 +1,15 @@
# @heroui/input # @heroui/input
## 2.4.20
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/shared-icons@2.1.8
- @heroui/form@2.1.19
## 2.4.19 ## 2.4.19
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @heroui/kbd # @heroui/kbd
## 2.2.16
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/system-rsc@2.3.14
## 2.2.15 ## 2.2.15
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @heroui/link # @heroui/link
## 2.2.17
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/shared-icons@2.1.8
- @heroui/use-aria-link@2.2.15
## 2.2.16 ## 2.2.16
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/link", "name": "@heroui/link",
"version": "2.2.16", "version": "2.2.17",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;", "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": [ "keywords": [
"link" "link"

View File

@ -1,5 +1,15 @@
# @heroui/listbox # @heroui/listbox
## 2.3.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/aria-utils@2.2.17
- @heroui/divider@2.2.14
## 2.3.18 ## 2.3.18
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @heroui/menu # @heroui/menu
## 2.2.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/aria-utils@2.2.17
- @heroui/divider@2.2.14
## 2.2.18 ## 2.2.18
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,22 @@
# @heroui/modal # @heroui/modal
## 2.2.17
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/use-aria-modal-overlay@2.2.13
- @heroui/use-aria-button@2.2.14
- @heroui/use-disclosure@2.2.12
- @heroui/use-draggable@2.1.12
- @heroui/dom-animation@2.1.9
- @heroui/framer-utils@2.1.16
## 2.2.16 ## 2.2.16
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,17 @@
# @heroui/navbar # @heroui/navbar
## 2.2.18
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/dom-animation@2.1.9
- @heroui/framer-utils@2.1.16
## 2.2.17 ## 2.2.17
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,16 @@
# @heroui/number-input # @heroui/number-input
## 2.0.10
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/button@2.2.20
- @heroui/form@2.1.19
## 2.0.9 ## 2.0.9
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/number-input", "name": "@heroui/number-input",
"version": "2.0.9", "version": "2.0.10",
"description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons", "description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons",
"keywords": [ "keywords": [
"input", "input",

View File

@ -1,5 +1,16 @@
# @heroui/pagination # @heroui/pagination
## 2.2.18
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/shared-icons@2.1.8
- @heroui/use-intersection-observer@2.2.12
- @heroui/use-pagination@2.2.13
## 2.2.17 ## 2.2.17
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,20 @@
# @heroui/popover # @heroui/popover
## 2.3.20
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/use-aria-button@2.2.14
- @heroui/aria-utils@2.2.17
- @heroui/button@2.2.20
- @heroui/dom-animation@2.1.9
- @heroui/framer-utils@2.1.16
## 2.3.19 ## 2.3.19
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/popover", "name": "@heroui/popover",
"version": "2.3.19", "version": "2.3.20",
"description": "A popover is an overlay element positioned relative to a trigger.", "description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [ "keywords": [
"popover" "popover"

View File

@ -1,5 +1,11 @@
# @heroui/progress # @heroui/progress
## 2.2.16
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
## 2.2.15 ## 2.2.15
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @heroui/radio # @heroui/radio
## 2.3.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/form@2.1.19
## 2.3.18 ## 2.3.18
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @heroui/ripple # @heroui/ripple
## 2.2.15
### Patch Changes
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/dom-animation@2.1.9
## 2.2.14 ## 2.2.14
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,26 @@
# @heroui/select # @heroui/select
## 2.4.20
### Patch Changes
- [#5286](https://github.com/heroui-inc/heroui/pull/5286) [`74e4dec`](https://github.com/heroui-inc/heroui/commit/74e4deca9a5e24207076c9af3738dd1f4baecc09) Thanks [@wingkwong](https://github.com/wingkwong)! - persist last selected item position (#5282)
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/use-aria-multiselect@2.4.13
- @heroui/use-aria-button@2.2.14
- @heroui/aria-utils@2.2.17
- @heroui/listbox@2.3.19
- @heroui/popover@2.3.20
- @heroui/form@2.1.19
- @heroui/scroll-shadow@2.3.13
- @heroui/spinner@2.2.17
## 2.4.19 ## 2.4.19
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @heroui/slider # @heroui/slider
## 2.4.17
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/tooltip@2.2.17
## 2.4.16 ## 2.4.16
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @heroui/snippet # @heroui/snippet
## 2.2.21
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/shared-icons@2.1.8
- @heroui/tooltip@2.2.17
- @heroui/button@2.2.20
## 2.2.20 ## 2.2.20
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/snippet", "name": "@heroui/snippet",
"version": "2.2.20", "version": "2.2.21",
"description": "Display a snippet of copyable code for the command line.", "description": "Display a snippet of copyable code for the command line.",
"keywords": [ "keywords": [
"snippet" "snippet"

View File

@ -1,5 +1,12 @@
# @heroui/spacer # @heroui/spacer
## 2.2.15
### Patch Changes
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/system-rsc@2.3.14
## 2.2.14 ## 2.2.14
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @heroui/spinner # @heroui/spinner
## 2.2.17
### Patch Changes
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/system-rsc@2.3.14
- @heroui/system@2.4.16
## 2.2.16 ## 2.2.16
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/spinner", "name": "@heroui/spinner",
"version": "2.2.16", "version": "2.2.17",
"description": "Loaders express an unspecified wait time or display the length of a process.", "description": "Loaders express an unspecified wait time or display the length of a process.",
"keywords": [ "keywords": [
"loading", "loading",

View File

@ -1,5 +1,11 @@
# @heroui/switch # @heroui/switch
## 2.2.18
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
## 2.2.17 ## 2.2.17
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/switch", "name": "@heroui/switch",
"version": "2.2.17", "version": "2.2.18",
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
"keywords": [ "keywords": [
"switch" "switch"

View File

@ -1,5 +1,16 @@
# @heroui/table # @heroui/table
## 2.2.19
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/shared-icons@2.1.8
- @heroui/checkbox@2.3.19
- @heroui/spacer@2.2.15
## 2.2.18 ## 2.2.18
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/table", "name": "@heroui/table",
"version": "2.2.18", "version": "2.2.19",
"description": "Tables are used to display tabular data using rows and columns. ", "description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [ "keywords": [
"table" "table"

View File

@ -1,5 +1,19 @@
# @heroui/tabs # @heroui/tabs
## 2.2.17
### Patch Changes
- [#3917](https://github.com/heroui-inc/heroui/pull/3917) [`718dc24`](https://github.com/heroui-inc/heroui/commit/718dc24ff591adcba67ad11c2f8a49540cea1cce) Thanks [@liaoyinglong](https://github.com/liaoyinglong)! - fixed click handling for tab items
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/aria-utils@2.2.17
- @heroui/framer-utils@2.1.16
## 2.2.16 ## 2.2.16
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/tabs", "name": "@heroui/tabs",
"version": "2.2.16", "version": "2.2.17",
"description": "Tabs organize content into multiple sections and allow users to navigate between them.", "description": "Tabs organize content into multiple sections and allow users to navigate between them.",
"keywords": [ "keywords": [
"tabs" "tabs"

View File

@ -1,5 +1,17 @@
# @heroui/toast # @heroui/toast
## 2.0.10
### Patch Changes
- [#5246](https://github.com/heroui-inc/heroui/pull/5246) [`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0) Thanks [@wingkwong](https://github.com/wingkwong)! - support render icons by function in Toast
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0)]:
- @heroui/shared-icons@2.1.8
- @heroui/spinner@2.2.17
## 2.0.9 ## 2.0.9
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/toast", "name": "@heroui/toast",
"version": "2.0.9", "version": "2.0.10",
"description": "Toast are temporary notifications that provide concise feedback about an action or event", "description": "Toast are temporary notifications that provide concise feedback about an action or event",
"keywords": [ "keywords": [
"toast" "toast"

View File

@ -1,5 +1,18 @@
# @heroui/tooltip # @heroui/tooltip
## 2.2.17
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/aria-utils@2.2.17
- @heroui/dom-animation@2.1.9
- @heroui/framer-utils@2.1.16
## 2.2.16 ## 2.2.16
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/tooltip", "name": "@heroui/tooltip",
"version": "2.2.16", "version": "2.2.17",
"description": "A React Component for rendering dynamically positioned Tooltips", "description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [ "keywords": [
"tooltip" "tooltip"

View File

@ -1,5 +1,14 @@
# @heroui/user # @heroui/user
## 2.2.16
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/avatar@2.2.16
## 2.2.15 ## 2.2.15
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/user", "name": "@heroui/user",
"version": "2.2.15", "version": "2.2.16",
"description": "Flexible User Profile Component.", "description": "Flexible User Profile Component.",
"keywords": [ "keywords": [
"user" "user"

View File

@ -1,5 +1,62 @@
# @heroui/react # @heroui/react
## 2.7.9
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`360b2e7`](https://github.com/heroui-inc/heroui/commit/360b2e77fdfa2688b96c01e1f96e2b8f918854fe), [`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0), [`d40c744`](https://github.com/heroui-inc/heroui/commit/d40c744f46f14c2212bd4c9ba116bb866c368426), [`74e4dec`](https://github.com/heroui-inc/heroui/commit/74e4deca9a5e24207076c9af3738dd1f4baecc09), [`ee4d2eb`](https://github.com/heroui-inc/heroui/commit/ee4d2ebe257319ce1dd14dd96b545f27bd92d56c), [`718dc24`](https://github.com/heroui-inc/heroui/commit/718dc24ff591adcba67ad11c2f8a49540cea1cce), [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88), [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9)]:
- @heroui/autocomplete@2.3.21
- @heroui/toast@2.0.10
- @heroui/date-picker@2.3.20
- @heroui/select@2.4.20
- @heroui/theme@2.4.16
- @heroui/tabs@2.2.17
- @heroui/number-input@2.0.10
- @heroui/breadcrumbs@2.2.16
- @heroui/date-input@2.3.19
- @heroui/pagination@2.2.18
- @heroui/accordion@2.2.17
- @heroui/input-otp@2.1.19
- @heroui/calendar@2.2.20
- @heroui/checkbox@2.3.19
- @heroui/dropdown@2.3.20
- @heroui/progress@2.2.16
- @heroui/divider@2.2.14
- @heroui/listbox@2.3.19
- @heroui/popover@2.3.20
- @heroui/snippet@2.2.21
- @heroui/tooltip@2.2.17
- @heroui/avatar@2.2.16
- @heroui/button@2.2.20
- @heroui/navbar@2.2.18
- @heroui/slider@2.4.17
- @heroui/switch@2.2.18
- @heroui/alert@2.2.20
- @heroui/input@2.4.20
- @heroui/modal@2.2.17
- @heroui/radio@2.3.19
- @heroui/table@2.2.19
- @heroui/card@2.2.19
- @heroui/chip@2.2.16
- @heroui/form@2.1.19
- @heroui/link@2.2.17
- @heroui/menu@2.2.19
- @heroui/user@2.2.16
- @heroui/kbd@2.2.16
- @heroui/system@2.4.16
- @heroui/framer-utils@2.1.16
- @heroui/ripple@2.2.15
- @heroui/badge@2.2.12
- @heroui/drawer@2.2.17
- @heroui/code@2.2.15
- @heroui/image@2.2.12
- @heroui/scroll-shadow@2.3.13
- @heroui/skeleton@2.2.12
- @heroui/spacer@2.2.15
- @heroui/spinner@2.2.17
## 2.7.8 ## 2.7.8
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/react", "name": "@heroui/react",
"version": "2.7.8", "version": "2.7.9",
"description": "🚀 Beautiful and modern React UI library.", "description": "🚀 Beautiful and modern React UI library.",
"author": "HeroUI <support@heroui.com>", "author": "HeroUI <support@heroui.com>",
"homepage": "https://heroui.com", "homepage": "https://heroui.com",

View File

@ -1,5 +1,11 @@
# @heroui/system-rsc # @heroui/system-rsc
## 2.3.14
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
## 2.3.13 ## 2.3.13
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/system-rsc", "name": "@heroui/system-rsc",
"version": "2.3.13", "version": "2.3.14",
"description": "HeroUI system primitives compatibles with RSC imports", "description": "HeroUI system primitives compatibles with RSC imports",
"keywords": [ "keywords": [
"system-rsc" "system-rsc"

View File

@ -1,5 +1,16 @@
# @heroui/system # @heroui/system
## 2.4.16
### Patch Changes
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- [#5287](https://github.com/heroui-inc/heroui/pull/5287) [`06fe3a3`](https://github.com/heroui-inc/heroui/commit/06fe3a3c4e7f2fdfb5fcbb2255c907280c892de9) Thanks [@wingkwong](https://github.com/wingkwong)! - bump framer-motion version
- Updated dependencies [[`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88)]:
- @heroui/system-rsc@2.3.14
## 2.4.15 ## 2.4.15
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/system", "name": "@heroui/system",
"version": "2.4.15", "version": "2.4.16",
"description": "HeroUI system primitives", "description": "HeroUI system primitives",
"keywords": [ "keywords": [
"system" "system"

View File

@ -1,5 +1,11 @@
# @heroui/theme # @heroui/theme
## 2.4.16
### Patch Changes
- [#5252](https://github.com/heroui-inc/heroui/pull/5252) [`ee4d2eb`](https://github.com/heroui-inc/heroui/commit/ee4d2ebe257319ce1dd14dd96b545f27bd92d56c) Thanks [@Vishvsalvi](https://github.com/Vishvsalvi)! - Fixed the clear button rendering for smaller devices (#5069)
## 2.4.15 ## 2.4.15
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@heroui/theme", "name": "@heroui/theme",
"version": "2.4.15", "version": "2.4.16",
"description": "The default theme for HeroUI components", "description": "The default theme for HeroUI components",
"keywords": [ "keywords": [
"theme", "theme",

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