mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#2787)
This commit is contained in:
parent
a2b8421441
commit
51095b1628
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/dropdown": patch
|
|
||||||
"@nextui-org/popover": patch
|
|
||||||
"@nextui-org/theme": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components.
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/react": patch
|
|
||||||
"@nextui-org/system": patch
|
|
||||||
"@nextui-org/aria-utils": patch
|
|
||||||
"@nextui-org/framer-utils": patch
|
|
||||||
"@nextui-org/react-utils": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.
|
|
||||||
@ -1,5 +1,15 @@
|
|||||||
# @nextui-org/accordion
|
# @nextui-org/accordion
|
||||||
|
|
||||||
|
## 2.0.31
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/aria-utils@2.0.18
|
||||||
|
- @nextui-org/framer-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/divider@2.0.27
|
||||||
|
|
||||||
## 2.0.30
|
## 2.0.30
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/accordion",
|
"name": "@nextui-org/accordion",
|
||||||
"version": "2.0.30",
|
"version": "2.0.31",
|
||||||
"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,19 @@
|
|||||||
# @nextui-org/autocomplete
|
# @nextui-org/autocomplete
|
||||||
|
|
||||||
|
## 2.0.15
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/popover@2.1.20
|
||||||
|
- @nextui-org/aria-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/button@2.0.30
|
||||||
|
- @nextui-org/input@2.1.20
|
||||||
|
- @nextui-org/listbox@2.1.19
|
||||||
|
- @nextui-org/scroll-shadow@2.1.16
|
||||||
|
- @nextui-org/spinner@2.0.28
|
||||||
|
|
||||||
## 2.0.14
|
## 2.0.14
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/autocomplete",
|
"name": "@nextui-org/autocomplete",
|
||||||
"version": "2.0.14",
|
"version": "2.0.15",
|
||||||
"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,12 @@
|
|||||||
# @nextui-org/avatar
|
# @nextui-org/avatar
|
||||||
|
|
||||||
|
## 2.0.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.26
|
## 2.0.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/avatar",
|
"name": "@nextui-org/avatar",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/badge
|
# @nextui-org/badge
|
||||||
|
|
||||||
|
## 2.0.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/system-rsc@2.1.1
|
||||||
|
|
||||||
## 2.0.26
|
## 2.0.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/badge",
|
"name": "@nextui-org/badge",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"badge"
|
"badge"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/breadcrumbs
|
# @nextui-org/breadcrumbs
|
||||||
|
|
||||||
|
## 2.0.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.6
|
## 2.0.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/breadcrumbs",
|
"name": "@nextui-org/breadcrumbs",
|
||||||
"version": "2.0.6",
|
"version": "2.0.7",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/button
|
# @nextui-org/button
|
||||||
|
|
||||||
|
## 2.0.30
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/ripple@2.0.27
|
||||||
|
- @nextui-org/spinner@2.0.28
|
||||||
|
|
||||||
## 2.0.29
|
## 2.0.29
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/button",
|
"name": "@nextui-org/button",
|
||||||
"version": "2.0.29",
|
"version": "2.0.30",
|
||||||
"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.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/framer-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/button@2.0.30
|
||||||
|
|
||||||
## 2.0.2
|
## 2.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/calendar",
|
"name": "@nextui-org/calendar",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"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,13 @@
|
|||||||
# @nextui-org/card
|
# @nextui-org/card
|
||||||
|
|
||||||
|
## 2.0.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/ripple@2.0.27
|
||||||
|
|
||||||
## 2.0.26
|
## 2.0.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/card",
|
"name": "@nextui-org/card",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"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,12 @@
|
|||||||
# @nextui-org/checkbox
|
# @nextui-org/checkbox
|
||||||
|
|
||||||
|
## 2.0.29
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.28
|
## 2.0.28
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/checkbox",
|
"name": "@nextui-org/checkbox",
|
||||||
"version": "2.0.28",
|
"version": "2.0.29",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/chip
|
# @nextui-org/chip
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/chip",
|
"name": "@nextui-org/chip",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/code
|
# @nextui-org/code
|
||||||
|
|
||||||
|
## 2.0.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/system-rsc@2.1.1
|
||||||
|
|
||||||
## 2.0.26
|
## 2.0.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/code",
|
"name": "@nextui-org/code",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"description": "Code is a component used to display inline code.",
|
"description": "Code is a component used to display inline code.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"code"
|
"code"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/date-input
|
# @nextui-org/date-input
|
||||||
|
|
||||||
|
## 2.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.2
|
## 2.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/date-input",
|
"name": "@nextui-org/date-input",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,16 @@
|
|||||||
# @nextui-org/date-picker
|
# @nextui-org/date-picker
|
||||||
|
|
||||||
|
## 2.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/popover@2.1.20
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/button@2.0.30
|
||||||
|
- @nextui-org/calendar@2.0.3
|
||||||
|
- @nextui-org/date-input@2.0.3
|
||||||
|
|
||||||
## 2.0.5
|
## 2.0.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/date-picker",
|
"name": "@nextui-org/date-picker",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"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,16 @@
|
|||||||
# @nextui-org/dropdown
|
# @nextui-org/dropdown
|
||||||
|
|
||||||
|
## 2.1.22
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2784](https://github.com/nextui-org/nextui/pull/2784) [`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components.
|
||||||
|
|
||||||
|
- Updated dependencies [[`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/popover@2.1.20
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/menu@2.0.21
|
||||||
|
|
||||||
## 2.1.21
|
## 2.1.21
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/dropdown",
|
"name": "@nextui-org/dropdown",
|
||||||
"version": "2.1.21",
|
"version": "2.1.22",
|
||||||
"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,12 @@
|
|||||||
# @nextui-org/image
|
# @nextui-org/image
|
||||||
|
|
||||||
|
## 2.0.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.26
|
## 2.0.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/image",
|
"name": "@nextui-org/image",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"description": "A simple image component",
|
"description": "A simple image component",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"image"
|
"image"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/input
|
# @nextui-org/input
|
||||||
|
|
||||||
|
## 2.1.20
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.1.19
|
## 2.1.19
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/input",
|
"name": "@nextui-org/input",
|
||||||
"version": "2.1.19",
|
"version": "2.1.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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/kbd
|
# @nextui-org/kbd
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/system-rsc@2.1.1
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/kbd",
|
"name": "@nextui-org/kbd",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/link
|
# @nextui-org/link
|
||||||
|
|
||||||
|
## 2.0.29
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.28
|
## 2.0.28
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/link",
|
"name": "@nextui-org/link",
|
||||||
"version": "2.0.28",
|
"version": "2.0.29",
|
||||||
"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>",
|
"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": [
|
"keywords": [
|
||||||
"link"
|
"link"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/listbox
|
# @nextui-org/listbox
|
||||||
|
|
||||||
|
## 2.1.19
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/aria-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/divider@2.0.27
|
||||||
|
|
||||||
## 2.1.18
|
## 2.1.18
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/listbox",
|
"name": "@nextui-org/listbox",
|
||||||
"version": "2.1.18",
|
"version": "2.1.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"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/menu
|
# @nextui-org/menu
|
||||||
|
|
||||||
|
## 2.0.21
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/aria-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/divider@2.0.27
|
||||||
|
|
||||||
## 2.0.20
|
## 2.0.20
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/menu",
|
"name": "@nextui-org/menu",
|
||||||
"version": "2.0.20",
|
"version": "2.0.21",
|
||||||
"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,13 @@
|
|||||||
# @nextui-org/modal
|
# @nextui-org/modal
|
||||||
|
|
||||||
|
## 2.0.33
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/framer-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.32
|
## 2.0.32
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/modal",
|
"name": "@nextui-org/modal",
|
||||||
"version": "2.0.32",
|
"version": "2.0.33",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/navbar
|
# @nextui-org/navbar
|
||||||
|
|
||||||
|
## 2.0.30
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/framer-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.29
|
## 2.0.29
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/navbar",
|
"name": "@nextui-org/navbar",
|
||||||
"version": "2.0.29",
|
"version": "2.0.30",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/pagination
|
# @nextui-org/pagination
|
||||||
|
|
||||||
|
## 2.0.30
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.29
|
## 2.0.29
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/pagination",
|
"name": "@nextui-org/pagination",
|
||||||
"version": "2.0.29",
|
"version": "2.0.30",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,17 @@
|
|||||||
# @nextui-org/popover
|
# @nextui-org/popover
|
||||||
|
|
||||||
|
## 2.1.20
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2784](https://github.com/nextui-org/nextui/pull/2784) [`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components.
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/aria-utils@2.0.18
|
||||||
|
- @nextui-org/framer-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/button@2.0.30
|
||||||
|
|
||||||
## 2.1.19
|
## 2.1.19
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/popover",
|
"name": "@nextui-org/popover",
|
||||||
"version": "2.1.19",
|
"version": "2.1.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"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/progress
|
# @nextui-org/progress
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/progress",
|
"name": "@nextui-org/progress",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/radio
|
# @nextui-org/radio
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/radio",
|
"name": "@nextui-org/radio",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/ripple
|
# @nextui-org/ripple
|
||||||
|
|
||||||
|
## 2.0.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.26
|
## 2.0.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/ripple",
|
"name": "@nextui-org/ripple",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"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,12 @@
|
|||||||
# @nextui-org/scroll-shadow
|
# @nextui-org/scroll-shadow
|
||||||
|
|
||||||
|
## 2.1.16
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.1.15
|
## 2.1.15
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/scroll-shadow",
|
"name": "@nextui-org/scroll-shadow",
|
||||||
"version": "2.1.15",
|
"version": "2.1.16",
|
||||||
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
|
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"scroll-shadow"
|
"scroll-shadow"
|
||||||
|
|||||||
@ -1,5 +1,17 @@
|
|||||||
# @nextui-org/select
|
# @nextui-org/select
|
||||||
|
|
||||||
|
## 2.1.26
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/popover@2.1.20
|
||||||
|
- @nextui-org/aria-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/listbox@2.1.19
|
||||||
|
- @nextui-org/scroll-shadow@2.1.16
|
||||||
|
- @nextui-org/spinner@2.0.28
|
||||||
|
|
||||||
## 2.1.25
|
## 2.1.25
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/select",
|
"name": "@nextui-org/select",
|
||||||
"version": "2.1.25",
|
"version": "2.1.26",
|
||||||
"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/skeleton
|
# @nextui-org/skeleton
|
||||||
|
|
||||||
|
## 2.0.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/system-rsc@2.1.1
|
||||||
|
|
||||||
## 2.0.26
|
## 2.0.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/skeleton",
|
"name": "@nextui-org/skeleton",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"description": "Skeleton is used to display the loading state of some component.",
|
"description": "Skeleton is used to display the loading state of some component.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"skeleton"
|
"skeleton"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/slider
|
# @nextui-org/slider
|
||||||
|
|
||||||
|
## 2.2.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/tooltip@2.0.33
|
||||||
|
|
||||||
## 2.2.8
|
## 2.2.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/slider",
|
"name": "@nextui-org/slider",
|
||||||
"version": "2.2.8",
|
"version": "2.2.9",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/snippet
|
# @nextui-org/snippet
|
||||||
|
|
||||||
|
## 2.0.34
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/button@2.0.30
|
||||||
|
- @nextui-org/tooltip@2.0.33
|
||||||
|
|
||||||
## 2.0.33
|
## 2.0.33
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/snippet",
|
"name": "@nextui-org/snippet",
|
||||||
"version": "2.0.33",
|
"version": "2.0.34",
|
||||||
"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,13 @@
|
|||||||
# @nextui-org/spacer
|
# @nextui-org/spacer
|
||||||
|
|
||||||
|
## 2.0.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/system-rsc@2.1.1
|
||||||
|
|
||||||
## 2.0.26
|
## 2.0.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/spacer",
|
"name": "@nextui-org/spacer",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/spinner
|
# @nextui-org/spinner
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/system-rsc@2.1.1
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/spinner",
|
"name": "@nextui-org/spinner",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/switch
|
# @nextui-org/switch
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/switch",
|
"name": "@nextui-org/switch",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/table
|
# @nextui-org/table
|
||||||
|
|
||||||
|
## 2.0.32
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/checkbox@2.0.29
|
||||||
|
- @nextui-org/spacer@2.0.27
|
||||||
|
|
||||||
## 2.0.31
|
## 2.0.31
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/table",
|
"name": "@nextui-org/table",
|
||||||
"version": "2.0.31",
|
"version": "2.0.32",
|
||||||
"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,14 @@
|
|||||||
# @nextui-org/tabs
|
# @nextui-org/tabs
|
||||||
|
|
||||||
|
## 2.0.29
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/aria-utils@2.0.18
|
||||||
|
- @nextui-org/framer-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.28
|
## 2.0.28
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/tabs",
|
"name": "@nextui-org/tabs",
|
||||||
"version": "2.0.28",
|
"version": "2.0.29",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/tooltip
|
# @nextui-org/tooltip
|
||||||
|
|
||||||
|
## 2.0.33
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/aria-utils@2.0.18
|
||||||
|
- @nextui-org/framer-utils@2.0.18
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.32
|
## 2.0.32
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/tooltip",
|
"name": "@nextui-org/tooltip",
|
||||||
"version": "2.0.32",
|
"version": "2.0.33",
|
||||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tooltip"
|
"tooltip"
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @nextui-org/user
|
# @nextui-org/user
|
||||||
|
|
||||||
|
## 2.0.28
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/avatar@2.0.27
|
||||||
|
|
||||||
## 2.0.27
|
## 2.0.27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/user",
|
"name": "@nextui-org/user",
|
||||||
"version": "2.0.27",
|
"version": "2.0.28",
|
||||||
"description": "Flexible User Profile Component.",
|
"description": "Flexible User Profile Component.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"user"
|
"user"
|
||||||
|
|||||||
@ -1,5 +1,56 @@
|
|||||||
# @nextui-org/react
|
# @nextui-org/react
|
||||||
|
|
||||||
|
## 2.3.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2789](https://github.com/nextui-org/nextui/pull/2789) [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.
|
||||||
|
|
||||||
|
- Updated dependencies [[`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/dropdown@2.1.22
|
||||||
|
- @nextui-org/popover@2.1.20
|
||||||
|
- @nextui-org/theme@2.2.2
|
||||||
|
- @nextui-org/system@2.1.2
|
||||||
|
- @nextui-org/framer-utils@2.0.18
|
||||||
|
- @nextui-org/breadcrumbs@2.0.7
|
||||||
|
- @nextui-org/navbar@2.0.30
|
||||||
|
- @nextui-org/autocomplete@2.0.15
|
||||||
|
- @nextui-org/date-picker@2.0.6
|
||||||
|
- @nextui-org/select@2.1.26
|
||||||
|
- @nextui-org/accordion@2.0.31
|
||||||
|
- @nextui-org/avatar@2.0.27
|
||||||
|
- @nextui-org/badge@2.0.27
|
||||||
|
- @nextui-org/button@2.0.30
|
||||||
|
- @nextui-org/calendar@2.0.3
|
||||||
|
- @nextui-org/card@2.0.27
|
||||||
|
- @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/image@2.0.27
|
||||||
|
- @nextui-org/input@2.1.20
|
||||||
|
- @nextui-org/kbd@2.0.28
|
||||||
|
- @nextui-org/link@2.0.29
|
||||||
|
- @nextui-org/listbox@2.1.19
|
||||||
|
- @nextui-org/menu@2.0.21
|
||||||
|
- @nextui-org/modal@2.0.33
|
||||||
|
- @nextui-org/pagination@2.0.30
|
||||||
|
- @nextui-org/progress@2.0.28
|
||||||
|
- @nextui-org/radio@2.0.28
|
||||||
|
- @nextui-org/ripple@2.0.27
|
||||||
|
- @nextui-org/scroll-shadow@2.1.16
|
||||||
|
- @nextui-org/skeleton@2.0.27
|
||||||
|
- @nextui-org/slider@2.2.9
|
||||||
|
- @nextui-org/snippet@2.0.34
|
||||||
|
- @nextui-org/spacer@2.0.27
|
||||||
|
- @nextui-org/spinner@2.0.28
|
||||||
|
- @nextui-org/switch@2.0.28
|
||||||
|
- @nextui-org/table@2.0.32
|
||||||
|
- @nextui-org/tabs@2.0.29
|
||||||
|
- @nextui-org/tooltip@2.0.33
|
||||||
|
- @nextui-org/user@2.0.28
|
||||||
|
|
||||||
## 2.3.4
|
## 2.3.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/react",
|
"name": "@nextui-org/react",
|
||||||
"version": "2.3.4",
|
"version": "2.3.5",
|
||||||
"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/system
|
# @nextui-org/system
|
||||||
|
|
||||||
|
## 2.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2789](https://github.com/nextui-org/nextui/pull/2789) [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
- @nextui-org/system-rsc@2.1.1
|
||||||
|
|
||||||
## 2.1.1
|
## 2.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/system",
|
"name": "@nextui-org/system",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"description": "NextUI system primitives",
|
"description": "NextUI system primitives",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"system"
|
"system"
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# @nextui-org/theme
|
# @nextui-org/theme
|
||||||
|
|
||||||
|
## 2.2.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2784](https://github.com/nextui-org/nextui/pull/2784) [`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components.
|
||||||
|
|
||||||
## 2.2.1
|
## 2.2.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/theme",
|
"name": "@nextui-org/theme",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"description": "The default theme for NextUI components",
|
"description": "The default theme for NextUI components",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"theme",
|
"theme",
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/use-real-shape
|
# @nextui-org/use-real-shape
|
||||||
|
|
||||||
|
## 2.0.13
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/react-utils@2.0.13
|
||||||
|
|
||||||
## 2.0.12
|
## 2.0.12
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/use-real-shape",
|
"name": "@nextui-org/use-real-shape",
|
||||||
"version": "2.0.12",
|
"version": "2.0.13",
|
||||||
"description": "Hook that returns the real dimensions of an element",
|
"description": "Hook that returns the real dimensions of an element",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"use-real-shape"
|
"use-real-shape"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/aria-utils
|
# @nextui-org/aria-utils
|
||||||
|
|
||||||
|
## 2.0.18
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2789](https://github.com/nextui-org/nextui/pull/2789) [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/system@2.1.2
|
||||||
|
|
||||||
## 2.0.17
|
## 2.0.17
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/aria-utils",
|
"name": "@nextui-org/aria-utils",
|
||||||
"version": "2.0.17",
|
"version": "2.0.18",
|
||||||
"description": "A package for managing @react-aria nextui utils.",
|
"description": "A package for managing @react-aria nextui utils.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"aria-utils"
|
"aria-utils"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/framer-utils
|
# @nextui-org/framer-utils
|
||||||
|
|
||||||
|
## 2.0.18
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2789](https://github.com/nextui-org/nextui/pull/2789) [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.
|
||||||
|
|
||||||
|
- Updated dependencies [[`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
||||||
|
- @nextui-org/system@2.1.2
|
||||||
|
|
||||||
## 2.0.17
|
## 2.0.17
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/framer-utils",
|
"name": "@nextui-org/framer-utils",
|
||||||
"version": "2.0.17",
|
"version": "2.0.18",
|
||||||
"description": "A set of framer motion transitions for react",
|
"description": "A set of framer motion transitions for react",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"framer-utils"
|
"framer-utils"
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# @nextui-org/react-utils
|
# @nextui-org/react-utils
|
||||||
|
|
||||||
|
## 2.0.13
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2789](https://github.com/nextui-org/nextui/pull/2789) [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.
|
||||||
|
|
||||||
## 2.0.12
|
## 2.0.12
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/react-utils",
|
"name": "@nextui-org/react-utils",
|
||||||
"version": "2.0.12",
|
"version": "2.0.13",
|
||||||
"description": "A set of utilities for react on client side",
|
"description": "A set of utilities for react on client side",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react-utils"
|
"react-utils"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user