mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#2825)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
b8e6b2fe25
commit
1a033fe6f8
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/table": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add missing export of TableRowProps type
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/date-picker": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed missing aria labels in date range picker (#2804)
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/input": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixes the isClearable function in the input component (#2791)
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/use-aria-accordion": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixes ctrl+a keyboard shortcut enabled inside Accordion with `selectionMode="multiple"` (#2055)
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/theme": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Improved styling for radio button labels, including adjustments for different screen sizes and support for right-to-left (RTL) languages. (#2507)
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/theme": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed slider component vertical mark y position focus (#2658)
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/theme": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix custom slot styling with twMerge set to true (#2153)
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/use-aria-menu": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add react-dom as peerDependency to user-aria-menu hook
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/date-picker": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed console errors for non-DOM props in DatePicker (#2823)
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/calendar": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix #2820 #2857 Maximum update depth exceeded on Calendar & RangeCalendar when hovering the dates.
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/input": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix #2069 keep input component's position steady
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/ripple": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix press event on iOS, the ripple zIndex was preventing the press event
|
|
||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/accordion
|
# @nextui-org/accordion
|
||||||
|
|
||||||
|
## 2.0.32
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`10f2b8f42`](https://github.com/nextui-org/nextui/commit/10f2b8f42b1d208e4edea366c6bbc37ef8614ef6)]:
|
||||||
|
- @nextui-org/use-aria-accordion@2.0.4
|
||||||
|
- @nextui-org/divider@2.0.27
|
||||||
|
|
||||||
## 2.0.31
|
## 2.0.31
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/accordion",
|
"name": "@nextui-org/accordion",
|
||||||
"version": "2.0.31",
|
"version": "2.0.32",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,5 +1,17 @@
|
|||||||
# @nextui-org/autocomplete
|
# @nextui-org/autocomplete
|
||||||
|
|
||||||
|
## 2.0.16
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`355235320`](https://github.com/nextui-org/nextui/commit/35523532030468837939d127b68bee30bbc4e2b0), [`1dacf52f3`](https://github.com/nextui-org/nextui/commit/1dacf52f305a410cbf59d067d1977024d982ad03)]:
|
||||||
|
- @nextui-org/input@2.1.21
|
||||||
|
- @nextui-org/popover@2.1.21
|
||||||
|
- @nextui-org/button@2.0.31
|
||||||
|
- @nextui-org/listbox@2.1.19
|
||||||
|
- @nextui-org/scroll-shadow@2.1.16
|
||||||
|
- @nextui-org/spinner@2.0.28
|
||||||
|
|
||||||
## 2.0.15
|
## 2.0.15
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/autocomplete",
|
"name": "@nextui-org/autocomplete",
|
||||||
"version": "2.0.15",
|
"version": "2.0.16",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/button
|
# @nextui-org/button
|
||||||
|
|
||||||
|
## 2.0.31
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`765c04e2a`](https://github.com/nextui-org/nextui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]:
|
||||||
|
- @nextui-org/ripple@2.0.28
|
||||||
|
- @nextui-org/spinner@2.0.28
|
||||||
|
|
||||||
## 2.0.30
|
## 2.0.30
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/button",
|
"name": "@nextui-org/button",
|
||||||
"version": "2.0.30",
|
"version": "2.0.31",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/calendar
|
# @nextui-org/calendar
|
||||||
|
|
||||||
|
## 2.0.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2861](https://github.com/nextui-org/nextui/pull/2861) [`e9fef9bd9`](https://github.com/nextui-org/nextui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2820 #2857 Maximum update depth exceeded on Calendar & RangeCalendar when hovering the dates.
|
||||||
|
|
||||||
|
- Updated dependencies []:
|
||||||
|
- @nextui-org/button@2.0.31
|
||||||
|
|
||||||
## 2.0.3
|
## 2.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/calendar",
|
"name": "@nextui-org/calendar",
|
||||||
"version": "2.0.3",
|
"version": "2.0.4",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/card
|
# @nextui-org/card
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`765c04e2a`](https://github.com/nextui-org/nextui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]:
|
||||||
|
- @nextui-org/ripple@2.0.28
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/card",
|
"name": "@nextui-org/card",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,19 @@
|
|||||||
# @nextui-org/date-picker
|
# @nextui-org/date-picker
|
||||||
|
|
||||||
|
## 2.0.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2832](https://github.com/nextui-org/nextui/pull/2832) [`1cc5215ce`](https://github.com/nextui-org/nextui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed missing aria labels in date range picker (#2804)
|
||||||
|
|
||||||
|
- [#2833](https://github.com/nextui-org/nextui/pull/2833) [`308b32c0f`](https://github.com/nextui-org/nextui/commit/308b32c0f1611ecc72d8cf3b91a4481cc0fc09a5) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed console errors for non-DOM props in DatePicker (#2823)
|
||||||
|
|
||||||
|
- Updated dependencies [[`e9fef9bd9`](https://github.com/nextui-org/nextui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d)]:
|
||||||
|
- @nextui-org/calendar@2.0.4
|
||||||
|
- @nextui-org/popover@2.1.21
|
||||||
|
- @nextui-org/button@2.0.31
|
||||||
|
- @nextui-org/date-input@2.0.3
|
||||||
|
|
||||||
## 2.0.6
|
## 2.0.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/date-picker",
|
"name": "@nextui-org/date-picker",
|
||||||
"version": "2.0.6",
|
"version": "2.0.7",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/dropdown
|
# @nextui-org/dropdown
|
||||||
|
|
||||||
|
## 2.1.23
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies []:
|
||||||
|
- @nextui-org/popover@2.1.21
|
||||||
|
- @nextui-org/menu@2.0.22
|
||||||
|
|
||||||
## 2.1.22
|
## 2.1.22
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/dropdown",
|
"name": "@nextui-org/dropdown",
|
||||||
"version": "2.1.22",
|
"version": "2.1.23",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/input
|
# @nextui-org/input
|
||||||
|
|
||||||
|
## 2.1.21
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2796](https://github.com/nextui-org/nextui/pull/2796) [`355235320`](https://github.com/nextui-org/nextui/commit/35523532030468837939d127b68bee30bbc4e2b0) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes the isClearable function in the input component (#2791)
|
||||||
|
|
||||||
|
- [#2072](https://github.com/nextui-org/nextui/pull/2072) [`1dacf52f3`](https://github.com/nextui-org/nextui/commit/1dacf52f305a410cbf59d067d1977024d982ad03) Thanks [@black197](https://github.com/black197)! - Fix #2069 keep input component's position steady
|
||||||
|
|
||||||
## 2.1.20
|
## 2.1.20
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/input",
|
"name": "@nextui-org/input",
|
||||||
"version": "2.1.20",
|
"version": "2.1.21",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/menu
|
# @nextui-org/menu
|
||||||
|
|
||||||
|
## 2.0.22
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`b8e6b2fe2`](https://github.com/nextui-org/nextui/commit/b8e6b2fe25bbbf52f656bbcac52fc00714f464bc)]:
|
||||||
|
- @nextui-org/use-aria-menu@2.0.2
|
||||||
|
- @nextui-org/divider@2.0.27
|
||||||
|
|
||||||
## 2.0.21
|
## 2.0.21
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/menu",
|
"name": "@nextui-org/menu",
|
||||||
"version": "2.0.21",
|
"version": "2.0.22",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/popover
|
# @nextui-org/popover
|
||||||
|
|
||||||
|
## 2.1.21
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies []:
|
||||||
|
- @nextui-org/button@2.0.31
|
||||||
|
|
||||||
## 2.1.20
|
## 2.1.20
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/popover",
|
"name": "@nextui-org/popover",
|
||||||
"version": "2.1.20",
|
"version": "2.1.21",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# @nextui-org/ripple
|
# @nextui-org/ripple
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2853](https://github.com/nextui-org/nextui/pull/2853) [`765c04e2a`](https://github.com/nextui-org/nextui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix press event on iOS, the ripple zIndex was preventing the press event
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/ripple",
|
"name": "@nextui-org/ripple",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
# @nextui-org/select
|
# @nextui-org/select
|
||||||
|
|
||||||
|
## 2.1.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies []:
|
||||||
|
- @nextui-org/popover@2.1.21
|
||||||
|
- @nextui-org/listbox@2.1.19
|
||||||
|
- @nextui-org/scroll-shadow@2.1.16
|
||||||
|
- @nextui-org/spinner@2.0.28
|
||||||
|
|
||||||
## 2.1.26
|
## 2.1.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/select",
|
"name": "@nextui-org/select",
|
||||||
"version": "2.1.26",
|
"version": "2.1.27",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/snippet
|
# @nextui-org/snippet
|
||||||
|
|
||||||
|
## 2.0.35
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies []:
|
||||||
|
- @nextui-org/button@2.0.31
|
||||||
|
- @nextui-org/tooltip@2.0.33
|
||||||
|
|
||||||
## 2.0.34
|
## 2.0.34
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/snippet",
|
"name": "@nextui-org/snippet",
|
||||||
"version": "2.0.34",
|
"version": "2.0.35",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
# @nextui-org/table
|
# @nextui-org/table
|
||||||
|
|
||||||
|
## 2.0.33
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2584](https://github.com/nextui-org/nextui/pull/2584) [`d532a9da7`](https://github.com/nextui-org/nextui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb) Thanks [@sapkra](https://github.com/sapkra)! - Add missing export of TableRowProps type
|
||||||
|
|
||||||
|
- Updated dependencies []:
|
||||||
|
- @nextui-org/checkbox@2.0.29
|
||||||
|
- @nextui-org/spacer@2.0.27
|
||||||
|
|
||||||
## 2.0.32
|
## 2.0.32
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/table",
|
"name": "@nextui-org/table",
|
||||||
"version": "2.0.32",
|
"version": "2.0.33",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,52 @@
|
|||||||
# @nextui-org/react
|
# @nextui-org/react
|
||||||
|
|
||||||
|
## 2.3.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`d532a9da7`](https://github.com/nextui-org/nextui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb), [`1cc5215ce`](https://github.com/nextui-org/nextui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff), [`355235320`](https://github.com/nextui-org/nextui/commit/35523532030468837939d127b68bee30bbc4e2b0), [`31934017a`](https://github.com/nextui-org/nextui/commit/31934017a54627cbc78583674e990dc66dbe303e), [`25484f866`](https://github.com/nextui-org/nextui/commit/25484f866338cf6df549ba0b1082ffd57384eee2), [`6b96ea9c9`](https://github.com/nextui-org/nextui/commit/6b96ea9c9c091d025a886361f50970599a260715), [`308b32c0f`](https://github.com/nextui-org/nextui/commit/308b32c0f1611ecc72d8cf3b91a4481cc0fc09a5), [`e9fef9bd9`](https://github.com/nextui-org/nextui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d), [`1dacf52f3`](https://github.com/nextui-org/nextui/commit/1dacf52f305a410cbf59d067d1977024d982ad03), [`765c04e2a`](https://github.com/nextui-org/nextui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]:
|
||||||
|
- @nextui-org/table@2.0.33
|
||||||
|
- @nextui-org/date-picker@2.0.7
|
||||||
|
- @nextui-org/input@2.1.21
|
||||||
|
- @nextui-org/theme@2.2.3
|
||||||
|
- @nextui-org/calendar@2.0.4
|
||||||
|
- @nextui-org/ripple@2.0.28
|
||||||
|
- @nextui-org/accordion@2.0.32
|
||||||
|
- @nextui-org/autocomplete@2.0.16
|
||||||
|
- @nextui-org/modal@2.0.33
|
||||||
|
- @nextui-org/navbar@2.0.30
|
||||||
|
- @nextui-org/popover@2.1.21
|
||||||
|
- @nextui-org/select@2.1.27
|
||||||
|
- @nextui-org/tabs@2.0.29
|
||||||
|
- @nextui-org/avatar@2.0.27
|
||||||
|
- @nextui-org/badge@2.0.27
|
||||||
|
- @nextui-org/breadcrumbs@2.0.7
|
||||||
|
- @nextui-org/button@2.0.31
|
||||||
|
- @nextui-org/card@2.0.28
|
||||||
|
- @nextui-org/checkbox@2.0.29
|
||||||
|
- @nextui-org/chip@2.0.28
|
||||||
|
- @nextui-org/code@2.0.27
|
||||||
|
- @nextui-org/date-input@2.0.3
|
||||||
|
- @nextui-org/divider@2.0.27
|
||||||
|
- @nextui-org/dropdown@2.1.23
|
||||||
|
- @nextui-org/image@2.0.27
|
||||||
|
- @nextui-org/kbd@2.0.28
|
||||||
|
- @nextui-org/link@2.0.29
|
||||||
|
- @nextui-org/listbox@2.1.19
|
||||||
|
- @nextui-org/menu@2.0.22
|
||||||
|
- @nextui-org/pagination@2.0.30
|
||||||
|
- @nextui-org/progress@2.0.28
|
||||||
|
- @nextui-org/radio@2.0.28
|
||||||
|
- @nextui-org/scroll-shadow@2.1.16
|
||||||
|
- @nextui-org/skeleton@2.0.27
|
||||||
|
- @nextui-org/slider@2.2.9
|
||||||
|
- @nextui-org/snippet@2.0.35
|
||||||
|
- @nextui-org/spacer@2.0.27
|
||||||
|
- @nextui-org/spinner@2.0.28
|
||||||
|
- @nextui-org/switch@2.0.28
|
||||||
|
- @nextui-org/tooltip@2.0.33
|
||||||
|
- @nextui-org/user@2.0.28
|
||||||
|
|
||||||
## 2.3.5
|
## 2.3.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/react",
|
"name": "@nextui-org/react",
|
||||||
"version": "2.3.5",
|
"version": "2.3.6",
|
||||||
"description": "🚀 Beautiful and modern React UI library.",
|
"description": "🚀 Beautiful and modern React UI library.",
|
||||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||||
"homepage": "https://nextui.org",
|
"homepage": "https://nextui.org",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
# @nextui-org/theme
|
# @nextui-org/theme
|
||||||
|
|
||||||
|
## 2.2.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2508](https://github.com/nextui-org/nextui/pull/2508) [`31934017a`](https://github.com/nextui-org/nextui/commit/31934017a54627cbc78583674e990dc66dbe303e) Thanks [@khatabakhsh](https://github.com/khatabakhsh)! - Improved styling for radio button labels, including adjustments for different screen sizes and support for right-to-left (RTL) languages. (#2507)
|
||||||
|
|
||||||
|
- [#2660](https://github.com/nextui-org/nextui/pull/2660) [`25484f866`](https://github.com/nextui-org/nextui/commit/25484f866338cf6df549ba0b1082ffd57384eee2) Thanks [@sossost](https://github.com/sossost)! - Fixed slider component vertical mark y position focus (#2658)
|
||||||
|
|
||||||
|
- [#2668](https://github.com/nextui-org/nextui/pull/2668) [`6b96ea9c9`](https://github.com/nextui-org/nextui/commit/6b96ea9c9c091d025a886361f50970599a260715) Thanks [@caebwallace](https://github.com/caebwallace)! - Fix custom slot styling with twMerge set to true (#2153)
|
||||||
|
|
||||||
## 2.2.2
|
## 2.2.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/theme",
|
"name": "@nextui-org/theme",
|
||||||
"version": "2.2.2",
|
"version": "2.2.3",
|
||||||
"description": "The default theme for NextUI components",
|
"description": "The default theme for NextUI components",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"theme",
|
"theme",
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# @nextui-org/use-aria-accordion
|
# @nextui-org/use-aria-accordion
|
||||||
|
|
||||||
|
## 2.0.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2063](https://github.com/nextui-org/nextui/pull/2063) [`10f2b8f42`](https://github.com/nextui-org/nextui/commit/10f2b8f42b1d208e4edea366c6bbc37ef8614ef6) Thanks [@black197](https://github.com/black197)! - Fixes ctrl+a keyboard shortcut enabled inside Accordion with `selectionMode="multiple"` (#2055)
|
||||||
|
|
||||||
## 2.0.3
|
## 2.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/use-aria-accordion",
|
"name": "@nextui-org/use-aria-accordion",
|
||||||
"version": "2.0.3",
|
"version": "2.0.4",
|
||||||
"description": "React-aria useAccordion hooks with custom implementations",
|
"description": "React-aria useAccordion hooks with custom implementations",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"use-aria-accordion"
|
"use-aria-accordion"
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# @nextui-org/use-aria-menu
|
# @nextui-org/use-aria-menu
|
||||||
|
|
||||||
|
## 2.0.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2862](https://github.com/nextui-org/nextui/pull/2862) [`b8e6b2fe2`](https://github.com/nextui-org/nextui/commit/b8e6b2fe25bbbf52f656bbcac52fc00714f464bc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add react-dom as peerDependency to user-aria-menu hook
|
||||||
|
|
||||||
## 2.0.1
|
## 2.0.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/use-aria-menu",
|
"name": "@nextui-org/use-aria-menu",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"description": "React-aria useMenu hooks with custom implementations",
|
"description": "React-aria useMenu hooks with custom implementations",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"use-aria-menu"
|
"use-aria-menu"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user