mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#5218)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
dd60608886
commit
cc4819e3b4
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/button": patch
|
||||
---
|
||||
|
||||
fix button icon focus behaviour on click (#5200)
|
||||
@ -1,61 +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/dom-animation": patch
|
||||
"@heroui/breadcrumbs": patch
|
||||
"@heroui/date-picker": patch
|
||||
"@heroui/shared-utils": 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/use-is-mobile": patch
|
||||
"@heroui/divider": patch
|
||||
"@heroui/listbox": patch
|
||||
"@heroui/popover": patch
|
||||
"@heroui/snippet": patch
|
||||
"@heroui/tooltip": patch
|
||||
"@heroui/avatar": patch
|
||||
"@heroui/button": patch
|
||||
"@heroui/drawer": 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/use-image": patch
|
||||
"@heroui/use-theme": patch
|
||||
"@heroui/kbd": patch
|
||||
"@heroui/system": patch
|
||||
"@heroui/react": patch
|
||||
---
|
||||
|
||||
RA version bump (#5186)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
Utilize `hover-opacity` in Link & Breadcrumb component (#5169)
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@heroui/input-otp": patch
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
fixed input-otp variants on segment background
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/accordion": patch
|
||||
---
|
||||
|
||||
fixed keepContentMounted with disableAnimation (#5157)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/table": patch
|
||||
---
|
||||
|
||||
fix(table): Header sticky in virtualized table + topContent and bottom content placement fix in virtualized table (#5149)
|
||||
@ -1,5 +1,22 @@
|
||||
# @heroui/accordion
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- [#5172](https://github.com/heroui-inc/heroui/pull/5172) [`531518f`](https://github.com/heroui-inc/heroui/commit/531518f2ef0d146f5ab499c10057deac29e094b6) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed keepContentMounted with disableAnimation (#5157)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/use-aria-accordion@2.2.10
|
||||
- @heroui/dom-animation@2.1.7
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/divider@2.2.12
|
||||
- @heroui/framer-utils@2.1.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/accordion",
|
||||
"version": "2.2.14",
|
||||
"version": "2.2.15",
|
||||
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/alert
|
||||
|
||||
## 2.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd), [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/button@2.2.18
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/alert",
|
||||
"version": "2.2.17",
|
||||
"version": "2.2.18",
|
||||
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
|
||||
"keywords": [
|
||||
"alert"
|
||||
|
||||
@ -1,5 +1,24 @@
|
||||
# @heroui/autocomplete
|
||||
|
||||
## 2.3.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd), [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/button@2.2.18
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-aria-button@2.2.12
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/listbox@2.3.17
|
||||
- @heroui/popover@2.3.18
|
||||
- @heroui/input@2.4.18
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/scroll-shadow@2.3.12
|
||||
- @heroui/spinner@2.2.15
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/autocomplete",
|
||||
"version": "2.3.18",
|
||||
"version": "2.3.19",
|
||||
"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"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/avatar
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-image@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/avatar",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
|
||||
"keywords": [
|
||||
"avatar"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @heroui/badge
|
||||
|
||||
## 2.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/badge",
|
||||
"version": "2.2.10",
|
||||
"version": "2.2.11",
|
||||
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
||||
"keywords": [
|
||||
"badge"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @heroui/breadcrumbs
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/breadcrumbs",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
|
||||
"keywords": [
|
||||
"breadcrumbs"
|
||||
|
||||
@ -1,5 +1,20 @@
|
||||
# @heroui/button
|
||||
|
||||
## 2.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5209](https://github.com/heroui-inc/heroui/pull/5209) [`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd) Thanks [@wingkwong](https://github.com/wingkwong)! - fix button icon focus behaviour on click (#5200)
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-aria-button@2.2.12
|
||||
- @heroui/ripple@2.2.13
|
||||
- @heroui/spinner@2.2.15
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/button",
|
||||
"version": "2.2.17",
|
||||
"version": "2.2.18",
|
||||
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
||||
"keywords": [
|
||||
"button"
|
||||
|
||||
@ -1,5 +1,19 @@
|
||||
# @heroui/calendar
|
||||
|
||||
## 2.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd), [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/button@2.2.18
|
||||
- @heroui/dom-animation@2.1.7
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-aria-button@2.2.12
|
||||
- @heroui/framer-utils@2.1.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/calendar",
|
||||
"version": "2.2.17",
|
||||
"version": "2.2.18",
|
||||
"description": "A calendar displays one or more date grids and allows users to select a single date.",
|
||||
"keywords": [
|
||||
"calendar"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/card
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-aria-button@2.2.12
|
||||
- @heroui/ripple@2.2.13
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/card",
|
||||
"version": "2.2.16",
|
||||
"version": "2.2.17",
|
||||
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
|
||||
"keywords": [
|
||||
"card"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/checkbox
|
||||
|
||||
## 2.3.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/checkbox",
|
||||
"version": "2.3.16",
|
||||
"version": "2.3.17",
|
||||
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
|
||||
"keywords": [
|
||||
"checkbox"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @heroui/chip
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/chip",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
|
||||
"keywords": [
|
||||
"chip"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @heroui/code
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/system-rsc@2.3.12
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/code",
|
||||
"version": "2.2.12",
|
||||
"version": "2.2.13",
|
||||
"description": "Code is a component used to display inline code.",
|
||||
"keywords": [
|
||||
"code"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/date-input
|
||||
|
||||
## 2.3.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/date-input",
|
||||
"version": "2.3.16",
|
||||
"version": "2.3.17",
|
||||
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
|
||||
"keywords": [
|
||||
"date-field"
|
||||
|
||||
@ -1,5 +1,21 @@
|
||||
# @heroui/date-picker
|
||||
|
||||
## 2.3.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd), [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/button@2.2.18
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/date-input@2.3.17
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/calendar@2.2.18
|
||||
- @heroui/popover@2.3.18
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/date-picker",
|
||||
"version": "2.3.17",
|
||||
"version": "2.3.18",
|
||||
"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"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @heroui/divider
|
||||
|
||||
## 2.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/system-rsc@2.3.12
|
||||
|
||||
## 2.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/divider",
|
||||
"version": "2.2.11",
|
||||
"version": "2.2.12",
|
||||
"description": ". A separator is a visual divider between two groups of content",
|
||||
"keywords": [
|
||||
"divider"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/drawer
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/modal@2.2.15
|
||||
- @heroui/framer-utils@2.1.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/drawer",
|
||||
"version": "2.2.14",
|
||||
"version": "2.2.15",
|
||||
"description": "Used to render a content that slides in from the side of the screen.",
|
||||
"keywords": [
|
||||
"drawer"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @heroui/dropdown
|
||||
|
||||
## 2.3.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/popover@2.3.18
|
||||
- @heroui/menu@2.2.17
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/dropdown",
|
||||
"version": "2.3.17",
|
||||
"version": "2.3.18",
|
||||
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
||||
"keywords": [
|
||||
"dropdown"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/form
|
||||
|
||||
## 2.1.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e), [`f223e1f`](https://github.com/heroui-inc/heroui/commit/f223e1ff634ee5c97e6e88e2d74ab002132fa19e), [`99a5bc2`](https://github.com/heroui-inc/heroui/commit/99a5bc2f4caa7d5468c629c30286935b5e5fa833)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/system@2.4.14
|
||||
- @heroui/theme@2.4.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/form",
|
||||
"version": "2.1.16",
|
||||
"version": "2.1.17",
|
||||
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
|
||||
"keywords": [
|
||||
"form"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @heroui/image
|
||||
|
||||
## 2.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-image@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/image",
|
||||
"version": "2.2.10",
|
||||
"version": "2.2.11",
|
||||
"description": "A simple image component",
|
||||
"keywords": [
|
||||
"image"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @heroui/input-otp
|
||||
|
||||
## 2.1.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- [#5179](https://github.com/heroui-inc/heroui/pull/5179) [`99a5bc2`](https://github.com/heroui-inc/heroui/commit/99a5bc2f4caa7d5468c629c30286935b5e5fa833) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed input-otp variants on segment background
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/input-otp",
|
||||
"version": "2.1.16",
|
||||
"version": "2.1.17",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"input-otp"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/input
|
||||
|
||||
## 2.4.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.4.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/input",
|
||||
"version": "2.4.17",
|
||||
"version": "2.4.18",
|
||||
"description": "The input component is designed for capturing user input within a text field.",
|
||||
"keywords": [
|
||||
"input"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/kbd
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/system-rsc@2.3.12
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/kbd",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
|
||||
"keywords": [
|
||||
"kbd"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/link
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-aria-link@2.2.13
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/link",
|
||||
"version": "2.2.14",
|
||||
"version": "2.2.15",
|
||||
"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"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @heroui/listbox
|
||||
|
||||
## 2.3.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/use-is-mobile@2.2.8
|
||||
- @heroui/divider@2.2.12
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/listbox",
|
||||
"version": "2.3.16",
|
||||
"version": "2.3.17",
|
||||
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"listbox"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @heroui/menu
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/use-is-mobile@2.2.8
|
||||
- @heroui/divider@2.2.12
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/menu",
|
||||
"version": "2.2.16",
|
||||
"version": "2.2.17",
|
||||
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"menu"
|
||||
|
||||
@ -1,5 +1,21 @@
|
||||
# @heroui/modal
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/use-aria-modal-overlay@2.2.11
|
||||
- @heroui/dom-animation@2.1.7
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-aria-button@2.2.12
|
||||
- @heroui/use-disclosure@2.2.10
|
||||
- @heroui/use-draggable@2.1.10
|
||||
- @heroui/framer-utils@2.1.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/modal",
|
||||
"version": "2.2.14",
|
||||
"version": "2.2.15",
|
||||
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
||||
"keywords": [
|
||||
"modal"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/navbar
|
||||
|
||||
## 2.2.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/dom-animation@2.1.7
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/framer-utils@2.1.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/navbar",
|
||||
"version": "2.2.15",
|
||||
"version": "2.2.16",
|
||||
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
|
||||
"keywords": [
|
||||
"navbar"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/number-input
|
||||
|
||||
## 2.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd), [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/button@2.2.18
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/number-input",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons",
|
||||
"keywords": [
|
||||
"input",
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/pagination
|
||||
|
||||
## 2.2.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/use-intersection-observer@2.2.10
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-pagination@2.2.11
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/pagination",
|
||||
"version": "2.2.15",
|
||||
"version": "2.2.16",
|
||||
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
|
||||
"keywords": [
|
||||
"pagination"
|
||||
|
||||
@ -1,5 +1,20 @@
|
||||
# @heroui/popover
|
||||
|
||||
## 2.3.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd), [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/button@2.2.18
|
||||
- @heroui/dom-animation@2.1.7
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-aria-button@2.2.12
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/framer-utils@2.1.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/popover",
|
||||
"version": "2.3.17",
|
||||
"version": "2.3.18",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @heroui/progress
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/progress",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
|
||||
"keywords": [
|
||||
"progress"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/radio
|
||||
|
||||
## 2.3.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/radio",
|
||||
"version": "2.3.16",
|
||||
"version": "2.3.17",
|
||||
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
|
||||
"keywords": [
|
||||
"radio"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @heroui/ripple
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/dom-animation@2.1.7
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/ripple",
|
||||
"version": "2.2.12",
|
||||
"version": "2.2.13",
|
||||
"description": "A simple implementation to display a ripple animation when the source component is clicked",
|
||||
"keywords": [
|
||||
"ripple"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @heroui/scroll-shadow
|
||||
|
||||
## 2.3.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-data-scroll-overflow@2.2.9
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.3.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/scroll-shadow",
|
||||
"version": "2.3.11",
|
||||
"version": "2.3.12",
|
||||
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
|
||||
"keywords": [
|
||||
"scroll-shadow"
|
||||
|
||||
@ -1,5 +1,23 @@
|
||||
# @heroui/select
|
||||
|
||||
## 2.4.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/use-aria-multiselect@2.4.11
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-aria-button@2.2.12
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/listbox@2.3.17
|
||||
- @heroui/popover@2.3.18
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/scroll-shadow@2.3.12
|
||||
- @heroui/spinner@2.2.15
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.4.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/select",
|
||||
"version": "2.4.17",
|
||||
"version": "2.4.18",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @heroui/skeleton
|
||||
|
||||
## 2.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/skeleton",
|
||||
"version": "2.2.10",
|
||||
"version": "2.2.11",
|
||||
"description": "Skeleton is used to display the loading state of some component.",
|
||||
"keywords": [
|
||||
"skeleton"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/slider
|
||||
|
||||
## 2.4.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/tooltip@2.2.15
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.4.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/slider",
|
||||
"version": "2.4.14",
|
||||
"version": "2.4.15",
|
||||
"description": "A slider allows a user to select one or more values within a range.",
|
||||
"keywords": [
|
||||
"slider"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/snippet
|
||||
|
||||
## 2.2.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd), [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/button@2.2.18
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/tooltip@2.2.15
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/snippet",
|
||||
"version": "2.2.18",
|
||||
"version": "2.2.19",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @heroui/spacer
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/system-rsc@2.3.12
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/spacer",
|
||||
"version": "2.2.12",
|
||||
"version": "2.2.13",
|
||||
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
|
||||
"keywords": [
|
||||
"spacer"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @heroui/spinner
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/system-rsc@2.3.12
|
||||
- @heroui/system@2.4.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/spinner",
|
||||
"version": "2.2.14",
|
||||
"version": "2.2.15",
|
||||
"description": "Loaders express an unspecified wait time or display the length of a process.",
|
||||
"keywords": [
|
||||
"loading",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @heroui/switch
|
||||
|
||||
## 2.2.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/switch",
|
||||
"version": "2.2.15",
|
||||
"version": "2.2.16",
|
||||
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
|
||||
"keywords": [
|
||||
"switch"
|
||||
|
||||
@ -1,5 +1,19 @@
|
||||
# @heroui/table
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- [#5184](https://github.com/heroui-inc/heroui/pull/5184) [`8bd8783`](https://github.com/heroui-inc/heroui/commit/8bd878341e8c26493f7cf1bc59c5d66a824f15f8) Thanks [@Hova25](https://github.com/Hova25)! - fix(table): Header sticky in virtualized table + topContent and bottom content placement fix in virtualized table (#5149)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/checkbox@2.3.17
|
||||
- @heroui/spacer@2.2.13
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/table",
|
||||
"version": "2.2.16",
|
||||
"version": "2.2.17",
|
||||
"description": "Tables are used to display tabular data using rows and columns. ",
|
||||
"keywords": [
|
||||
"table"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/tabs
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/framer-utils@2.1.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/tabs",
|
||||
"version": "2.2.14",
|
||||
"version": "2.2.15",
|
||||
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
|
||||
"keywords": [
|
||||
"tabs"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @heroui/toast
|
||||
|
||||
## 2.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/use-is-mobile@2.2.8
|
||||
- @heroui/spinner@2.2.15
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/toast",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"description": "Toast are temporary notifications that provide concise feedback about an action or event",
|
||||
"keywords": [
|
||||
"toast"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @heroui/tooltip
|
||||
|
||||
## 2.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/dom-animation@2.1.7
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/aria-utils@2.2.15
|
||||
- @heroui/framer-utils@2.1.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/tooltip",
|
||||
"version": "2.2.14",
|
||||
"version": "2.2.15",
|
||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||
"keywords": [
|
||||
"tooltip"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/user
|
||||
|
||||
## 2.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
|
||||
- @heroui/shared-utils@2.1.8
|
||||
- @heroui/avatar@2.2.14
|
||||
- @heroui/react-utils@2.1.9
|
||||
|
||||
## 2.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/user",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "Flexible User Profile Component.",
|
||||
"keywords": [
|
||||
"user"
|
||||
|
||||
@ -1,5 +1,62 @@
|
||||
# @heroui/react
|
||||
|
||||
## 2.7.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
|
||||
|
||||
- Updated dependencies [[`53295ca`](https://github.com/heroui-inc/heroui/commit/53295ca9dc7a1310485e1574fd28110b6cbf5ebd), [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e), [`f223e1f`](https://github.com/heroui-inc/heroui/commit/f223e1ff634ee5c97e6e88e2d74ab002132fa19e), [`99a5bc2`](https://github.com/heroui-inc/heroui/commit/99a5bc2f4caa7d5468c629c30286935b5e5fa833), [`531518f`](https://github.com/heroui-inc/heroui/commit/531518f2ef0d146f5ab499c10057deac29e094b6), [`8bd8783`](https://github.com/heroui-inc/heroui/commit/8bd878341e8c26493f7cf1bc59c5d66a824f15f8)]:
|
||||
- @heroui/button@2.2.18
|
||||
- @heroui/autocomplete@2.3.19
|
||||
- @heroui/number-input@2.0.8
|
||||
- @heroui/breadcrumbs@2.2.14
|
||||
- @heroui/date-picker@2.3.18
|
||||
- @heroui/date-input@2.3.17
|
||||
- @heroui/pagination@2.2.16
|
||||
- @heroui/accordion@2.2.15
|
||||
- @heroui/input-otp@2.1.17
|
||||
- @heroui/calendar@2.2.18
|
||||
- @heroui/checkbox@2.3.17
|
||||
- @heroui/dropdown@2.3.18
|
||||
- @heroui/progress@2.2.14
|
||||
- @heroui/divider@2.2.12
|
||||
- @heroui/listbox@2.3.17
|
||||
- @heroui/popover@2.3.18
|
||||
- @heroui/snippet@2.2.19
|
||||
- @heroui/tooltip@2.2.15
|
||||
- @heroui/avatar@2.2.14
|
||||
- @heroui/drawer@2.2.15
|
||||
- @heroui/navbar@2.2.16
|
||||
- @heroui/select@2.4.18
|
||||
- @heroui/slider@2.4.15
|
||||
- @heroui/switch@2.2.16
|
||||
- @heroui/alert@2.2.18
|
||||
- @heroui/input@2.4.18
|
||||
- @heroui/modal@2.2.15
|
||||
- @heroui/radio@2.3.17
|
||||
- @heroui/table@2.2.17
|
||||
- @heroui/toast@2.0.8
|
||||
- @heroui/card@2.2.17
|
||||
- @heroui/chip@2.2.14
|
||||
- @heroui/form@2.1.17
|
||||
- @heroui/link@2.2.15
|
||||
- @heroui/menu@2.2.17
|
||||
- @heroui/tabs@2.2.15
|
||||
- @heroui/user@2.2.14
|
||||
- @heroui/kbd@2.2.14
|
||||
- @heroui/system@2.4.14
|
||||
- @heroui/theme@2.4.14
|
||||
- @heroui/skeleton@2.2.11
|
||||
- @heroui/ripple@2.2.13
|
||||
- @heroui/badge@2.2.11
|
||||
- @heroui/code@2.2.13
|
||||
- @heroui/image@2.2.11
|
||||
- @heroui/scroll-shadow@2.3.12
|
||||
- @heroui/spacer@2.2.13
|
||||
- @heroui/spinner@2.2.15
|
||||
- @heroui/framer-utils@2.1.14
|
||||
|
||||
## 2.7.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/react",
|
||||
"version": "2.7.6",
|
||||
"version": "2.7.7",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "HeroUI <support@heroui.com>",
|
||||
"homepage": "https://heroui.com",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user