ci(changesets): version packages (#1860)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2023-11-03 12:21:01 -03:00 committed by GitHub
parent 25e86fb417
commit 5a4a60be65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
147 changed files with 1014 additions and 255 deletions

View File

@ -1,77 +0,0 @@
---
"@nextui-org/react": minor
"@nextui-org/accordion": patch
"@nextui-org/autocomplete": patch
"@nextui-org/avatar": patch
"@nextui-org/badge": patch
"@nextui-org/breadcrumbs": patch
"@nextui-org/button": patch
"@nextui-org/card": patch
"@nextui-org/checkbox": patch
"@nextui-org/chip": patch
"@nextui-org/code": patch
"@nextui-org/divider": patch
"@nextui-org/dropdown": patch
"@nextui-org/image": patch
"@nextui-org/input": patch
"@nextui-org/kbd": patch
"@nextui-org/link": patch
"@nextui-org/listbox": patch
"@nextui-org/menu": patch
"@nextui-org/modal": patch
"@nextui-org/navbar": patch
"@nextui-org/pagination": patch
"@nextui-org/popover": patch
"@nextui-org/progress": patch
"@nextui-org/radio": patch
"@nextui-org/ripple": patch
"@nextui-org/scroll-shadow": patch
"@nextui-org/select": patch
"@nextui-org/skeleton": patch
"@nextui-org/slider": patch
"@nextui-org/snippet": patch
"@nextui-org/spacer": patch
"@nextui-org/spinner": patch
"@nextui-org/switch": patch
"@nextui-org/table": patch
"@nextui-org/tabs": patch
"@nextui-org/tooltip": patch
"@nextui-org/user": patch
"@nextui-org/system": patch
"@nextui-org/system-rsc": patch
"@nextui-org/theme": patch
"@nextui-org/use-aria-accordion": patch
"@nextui-org/use-aria-accordion-item": patch
"@nextui-org/use-aria-button": patch
"@nextui-org/use-aria-link": patch
"@nextui-org/use-aria-modal-overlay": patch
"@nextui-org/use-aria-multiselect": patch
"@nextui-org/use-aria-press": patch
"@nextui-org/use-aria-toggle-button": patch
"@nextui-org/use-callback-ref": patch
"@nextui-org/use-clipboard": patch
"@nextui-org/use-data-scroll-overflow": patch
"@nextui-org/use-disclosure": patch
"@nextui-org/use-image": patch
"@nextui-org/use-infinite-scroll": patch
"@nextui-org/use-is-mobile": patch
"@nextui-org/use-is-mounted": patch
"@nextui-org/use-pagination": patch
"@nextui-org/use-real-shape": patch
"@nextui-org/use-ref-state": patch
"@nextui-org/use-resize": patch
"@nextui-org/use-safe-layout-effect": patch
"@nextui-org/use-scroll-position": patch
"@nextui-org/use-ssr": patch
"@nextui-org/use-update-effect": patch
"@nextui-org/aria-utils": patch
"@nextui-org/framer-transitions": patch
"@nextui-org/react-rsc-utils": patch
"@nextui-org/react-utils": patch
"@nextui-org/shared-icons": patch
"@nextui-org/shared-utils": patch
"@nextui-org/stories-utils": patch
"@nextui-org/test-utils": patch
---
New version v2.2.0

View File

@ -1,5 +1,23 @@
# @nextui-org/accordion
## 2.0.24
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/divider@2.0.21
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-accordion@2.0.2
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/aria-utils@2.0.11
- @nextui-org/framer-transitions@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.0.23
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "2.0.23",
"version": "2.0.24",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
@ -42,9 +42,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",

View File

@ -0,0 +1,22 @@
# @nextui-org/autocomplete
## 2.0.1
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/button@2.0.22
- @nextui-org/input@2.1.10
- @nextui-org/listbox@2.1.11
- @nextui-org/popover@2.1.10
- @nextui-org/scroll-shadow@2.1.10
- @nextui-org/spinner@2.0.20
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/aria-utils@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.0.0",
"version": "2.0.1",
"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"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
@ -62,7 +62,7 @@
"@react-types/combobox": "^3.8.1",
"@react-types/shared": "^3.21.0"
},
"devDependencies": {
"devDependencies": {
"@nextui-org/theme": "workspace:*",
"@nextui-org/system": "workspace:*",
"@nextui-org/avatar": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/avatar
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-image@2.0.4
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/avatar",
"version": "2.0.21",
"version": "2.0.22",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,17 @@
# @nextui-org/badge
## 2.0.20
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.19
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/badge",
"version": "2.0.19",
"version": "2.0.20",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"
@ -35,8 +35,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -0,0 +1,14 @@
# @nextui-org/breadcrumbs
## 2.0.1
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/breadcrumbs",
"version": "2.0.0",
"version": "2.0.1",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",

View File

@ -1,5 +1,20 @@
# @nextui-org/button
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/ripple@2.0.22
- @nextui-org/spinner@2.0.20
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "2.0.21",
"version": "2.0.22",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,19 @@
# @nextui-org/card
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/ripple@2.0.22
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
"version": "2.0.21",
"version": "2.0.22",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/checkbox
## 2.0.23
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.0.22",
"version": "2.0.23",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,19 @@
# @nextui-org/chip
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/chip",
"version": "2.0.21",
"version": "2.0.22",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-icons": "workspace:*",

View File

@ -1,5 +1,17 @@
# @nextui-org/code
## 2.0.20
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.19
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/code",
"version": "2.0.19",
"version": "2.0.20",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
@ -35,8 +35,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -1,5 +1,17 @@
# @nextui-org/divider
## 2.0.21
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
- @nextui-org/theme@2.1.10
- @nextui-org/react-rsc-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.20
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/divider",
"version": "2.0.20",
"version": "2.0.21",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"
@ -35,8 +35,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,19 @@
# @nextui-org/dropdown
## 2.1.11
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/menu@2.0.12
- @nextui-org/popover@2.1.10
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.1.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
"version": "2.1.10",
"version": "2.1.11",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/menu": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/image
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-image@2.0.4
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/image",
"version": "2.0.21",
"version": "2.0.22",
"description": "A simple image component",
"keywords": [
"image"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/input
## 2.1.10
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.1.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.1.9",
"version": "2.1.10",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",

View File

@ -1,5 +1,17 @@
# @nextui-org/kbd
## 2.0.21
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.20
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/kbd",
"version": "2.0.20",
"version": "2.0.21",
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
"keywords": [
"kbd"
@ -35,8 +35,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -1,5 +1,19 @@
# @nextui-org/link
## 2.0.23
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-link@2.0.15
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.0.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
"version": "2.0.22",
"version": "2.0.23",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
"keywords": [
"link"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,21 @@
# @nextui-org/listbox
## 2.1.11
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/divider@2.0.21
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/use-is-mobile@2.0.6
- @nextui-org/aria-utils@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.1.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/listbox",
"version": "2.1.10",
"version": "2.1.11",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",

View File

@ -1,5 +1,21 @@
# @nextui-org/menu
## 2.0.12
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/divider@2.0.21
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/use-is-mobile@2.0.6
- @nextui-org/aria-utils@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/menu",
"version": "2.0.11",
"version": "2.0.12",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/divider": "workspace:*",

View File

@ -1,5 +1,22 @@
# @nextui-org/modal
## 2.0.24
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/use-aria-modal-overlay@2.0.6
- @nextui-org/use-disclosure@2.0.6
- @nextui-org/framer-transitions@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.0.23
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/modal",
"version": "2.0.23",
"version": "2.0.24",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/use-disclosure": "workspace:*",

View File

@ -1,5 +1,20 @@
# @nextui-org/navbar
## 2.0.23
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-toggle-button@2.0.6
- @nextui-org/use-scroll-position@2.0.4
- @nextui-org/framer-transitions@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/navbar",
"version": "2.0.22",
"version": "2.0.23",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"keywords": [
"navbar"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,20 @@
# @nextui-org/pagination
## 2.0.23
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/use-pagination@2.0.4
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.0.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/pagination",
"version": "2.0.22",
"version": "2.0.23",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,21 @@
# @nextui-org/popover
## 2.1.10
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/button@2.0.22
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/aria-utils@2.0.11
- @nextui-org/framer-transitions@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.1.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/popover",
"version": "2.1.9",
"version": "2.1.10",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/progress
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-is-mounted@2.0.4
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/progress",
"version": "2.0.21",
"version": "2.0.22",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"keywords": [
"progress"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/radio
## 2.0.23
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
"version": "2.0.22",
"version": "2.0.23",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,17 @@
# @nextui-org/ripple
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/ripple",
"version": "2.0.21",
"version": "2.0.22",
"description": "A simple implementation to display a ripple animation when the source component is clicked",
"keywords": [
"ripple"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/scroll-shadow
## 2.1.10
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-data-scroll-overflow@2.1.2
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.1.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/scroll-shadow",
"version": "2.1.9",
"version": "2.1.10",
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
"keywords": [
"scroll-shadow"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,25 @@
# @nextui-org/select
## 2.1.12
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/listbox@2.1.11
- @nextui-org/popover@2.1.10
- @nextui-org/scroll-shadow@2.1.10
- @nextui-org/spinner@2.0.20
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/use-aria-multiselect@2.1.3
- @nextui-org/aria-utils@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.1.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.1.11",
"version": "2.1.12",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",

View File

@ -1,5 +1,17 @@
# @nextui-org/skeleton
## 2.0.20
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.19
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/skeleton",
"version": "2.0.19",
"version": "2.0.20",
"description": "Skeleton is used to display the loading state of some component.",
"keywords": [
"skeleton"
@ -35,8 +35,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -0,0 +1,15 @@
# @nextui-org/slider
## 2.2.1
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/tooltip@2.0.25
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/slider",
"version": "2.2.0",
"version": "2.2.1",
"description": "A slider allows a user to select one or more values within a range.",
"keywords": [
"slider"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,21 @@
# @nextui-org/snippet
## 2.0.26
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/button@2.0.22
- @nextui-org/tooltip@2.0.25
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-clipboard@2.0.4
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.0.25
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
"version": "2.0.25",
"version": "2.0.26",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/button": "workspace:*",

View File

@ -1,5 +1,17 @@
# @nextui-org/spacer
## 2.0.20
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.19
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/spacer",
"version": "2.0.19",
"version": "2.0.20",
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
"keywords": [
"spacer"
@ -35,8 +35,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -1,5 +1,17 @@
# @nextui-org/spinner
## 2.0.20
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.19
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/spinner",
"version": "2.0.19",
"version": "2.0.20",
"description": "Loaders express an unspecified wait time or display the length of a process.",
"keywords": [
"loading",
@ -37,8 +37,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/switch
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/switch",
"version": "2.0.21",
"version": "2.0.22",
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
"keywords": [
"switch"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,20 @@
# @nextui-org/table
## 2.0.24
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/checkbox@2.0.23
- @nextui-org/spacer@2.0.20
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
## 2.0.23
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/table",
"version": "2.0.23",
"version": "2.0.24",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/checkbox": "workspace:*",

View File

@ -1,5 +1,21 @@
# @nextui-org/tabs
## 2.0.22
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-is-mounted@2.0.4
- @nextui-org/use-update-effect@2.0.4
- @nextui-org/aria-utils@2.0.11
- @nextui-org/framer-transitions@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/tabs",
"version": "2.0.21",
"version": "2.0.22",
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
"keywords": [
"tabs"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,19 @@
# @nextui-org/tooltip
## 2.0.25
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/aria-utils@2.0.11
- @nextui-org/framer-transitions@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.24
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/tooltip",
"version": "2.0.24",
"version": "2.0.25",
"description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [
"tooltip"
@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -1,5 +1,18 @@
# @nextui-org/user
## 2.0.23
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/avatar@2.0.22
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4
## 2.0.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/user",
"version": "2.0.22",
"version": "2.0.23",
"description": "Flexible User Profile Component.",
"keywords": [
"user"
@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/avatar": "workspace:*",

View File

@ -1,5 +1,54 @@
# @nextui-org/react
## 2.2.0
### Minor Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
### Patch Changes
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/accordion@2.0.24
- @nextui-org/autocomplete@2.0.1
- @nextui-org/avatar@2.0.22
- @nextui-org/badge@2.0.20
- @nextui-org/breadcrumbs@2.0.1
- @nextui-org/button@2.0.22
- @nextui-org/card@2.0.22
- @nextui-org/checkbox@2.0.23
- @nextui-org/chip@2.0.22
- @nextui-org/code@2.0.20
- @nextui-org/divider@2.0.21
- @nextui-org/dropdown@2.1.11
- @nextui-org/image@2.0.22
- @nextui-org/input@2.1.10
- @nextui-org/kbd@2.0.21
- @nextui-org/link@2.0.23
- @nextui-org/listbox@2.1.11
- @nextui-org/menu@2.0.12
- @nextui-org/modal@2.0.24
- @nextui-org/navbar@2.0.23
- @nextui-org/pagination@2.0.23
- @nextui-org/popover@2.1.10
- @nextui-org/progress@2.0.22
- @nextui-org/radio@2.0.23
- @nextui-org/ripple@2.0.22
- @nextui-org/scroll-shadow@2.1.10
- @nextui-org/select@2.1.12
- @nextui-org/skeleton@2.0.20
- @nextui-org/slider@2.2.1
- @nextui-org/snippet@2.0.26
- @nextui-org/spacer@2.0.20
- @nextui-org/spinner@2.0.20
- @nextui-org/switch@2.0.22
- @nextui-org/table@2.0.24
- @nextui-org/tabs@2.0.22
- @nextui-org/tooltip@2.0.25
- @nextui-org/user@2.0.23
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
## 2.1.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.1.13",
"version": "2.2.0",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",

View File

@ -1,5 +1,14 @@
# @nextui-org/system-rsc
## 2.0.7
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/theme@2.1.10
## 2.0.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/system-rsc",
"version": "2.0.6",
"version": "2.0.7",
"description": "NextUI system primitives compatibles with RSC imports",
"keywords": [
"system-rsc"
@ -35,7 +35,7 @@
},
"peerDependencies": {
"react": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/theme": ">=2.1.10",
"tailwind-variants": ">=0.1.13"
},
"devDependencies": {

View File

@ -1,5 +1,14 @@
# @nextui-org/system
## 2.0.11
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
## 2.0.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/system",
"version": "2.0.10",
"version": "2.0.11",
"description": "NextUI system primitives",
"keywords": [
"system"

View File

@ -1,5 +1,11 @@
# @nextui-org/theme
## 2.1.10
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
## 2.1.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.1.9",
"version": "2.1.10",
"description": "The default theme for NextUI components",
"keywords": [
"theme",

View File

@ -1,5 +1,11 @@
# @nextui-org/use-aria-accordion-item
## 2.0.7
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
## 2.0.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-accordion-item",
"version": "2.0.6",
"version": "2.0.7",
"description": "Internal impl for react aria accordion item",
"keywords": [
"use-aria-accordion-item"

View File

@ -1,5 +1,11 @@
# @nextui-org/use-aria-accordion
## 2.0.2
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-accordion",
"version": "2.0.1",
"version": "2.0.2",
"description": "React-aria useAccordion hooks with custom implementations",
"keywords": [
"use-aria-accordion"

View File

@ -1,5 +1,14 @@
# @nextui-org/use-aria-button
## 2.0.6
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/use-aria-press@2.0.1
## 2.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-button",
"version": "2.0.5",
"version": "2.0.6",
"description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning",
"keywords": [
"use-aria-button"

View File

@ -1,5 +1,14 @@
# @nextui-org/use-aria-link
## 2.0.15
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/use-aria-press@2.0.1
## 2.0.14
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-link",
"version": "2.0.14",
"version": "2.0.15",
"description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning",
"keywords": [
"use-aria-link"

View File

@ -1,5 +1,11 @@
# @nextui-org/use-aria-modal-overlay
## 2.0.6
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
## 2.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-modal-overlay",
"version": "2.0.5",
"version": "2.0.6",
"description": "A custom implementation of react aria modal overlay, this removes the prevent scroll",
"keywords": [
"use-aria-modal-overlay"

View File

@ -1,5 +1,11 @@
# @nextui-org/use-aria-multiselect
## 2.1.3
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
## 2.1.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-multiselect",
"version": "2.1.2",
"version": "2.1.3",
"description": "Provides the behavior and accessibility implementation for a multi-select component.",
"keywords": [
"use-aria-multiselect"

View File

@ -0,0 +1,7 @@
# @nextui-org/use-aria-press
## 2.0.1
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-press",
"version": "2.0.0",
"version": "2.0.1",
"description": "Handles press interactions across mouse, touch, keyboard, and screen readers.",
"keywords": [
"use-aria-press"

View File

@ -1,5 +1,14 @@
# @nextui-org/use-aria-toggle-button
## 2.0.6
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/use-aria-button@2.0.6
## 2.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-toggle-button",
"version": "2.0.5",
"version": "2.0.6",
"description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning",
"keywords": [
"use-aria-toggle-button"

View File

@ -1,5 +1,14 @@
# @nextui-org/use-callback-ref
## 2.0.4
### Patch Changes
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/use-safe-layout-effect@2.0.4
## 2.0.3
### Patch Changes

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