ci(changesets): version packages (#1293)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2023-08-06 00:02:27 -03:00 committed by GitHub
parent e3e13a095f
commit b1b5eda15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
122 changed files with 814 additions and 147 deletions

View File

@ -1,22 +0,0 @@
---
"@nextui-org/react-utils": patch
"@nextui-org/accordion": patch
"@nextui-org/dropdown": patch
"@nextui-org/skeleton": patch
"@nextui-org/divider": patch
"@nextui-org/spinner": patch
"@nextui-org/button": patch
"@nextui-org/spacer": patch
"@nextui-org/badge": patch
"@nextui-org/input": patch
"@nextui-org/table": patch
"@nextui-org/card": patch
"@nextui-org/code": patch
"@nextui-org/tabs": patch
"@nextui-org/kbd": patch
"@nextui-org/system": patch
---
- "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it

View File

@ -1,65 +0,0 @@
---
"@nextui-org/accordion": patch
"@nextui-org/avatar": patch
"@nextui-org/badge": 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/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/skeleton": 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/react": patch
"@nextui-org/system": patch
"@nextui-org/system-rsc": patch
"@nextui-org/theme": patch
"@nextui-org/use-aria-accordion-item": patch
"@nextui-org/use-aria-button": patch
"@nextui-org/use-aria-modal-overlay": patch
"@nextui-org/use-aria-toggle-button": patch
"@nextui-org/use-callback-ref": patch
"@nextui-org/use-clipboard": 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/test-utils": patch
---
New package created to exports system RSC-compatible functions
Component exports changed to named exports

View File

@ -1,5 +1,27 @@
# @nextui-org/accordion
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/divider@2.0.3
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-aria-accordion-item@2.0.2
- @nextui-org/aria-utils@2.0.3
- @nextui-org/framer-transitions@2.0.3
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @nextui-org/avatar
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-image@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,22 @@
# @nextui-org/badge
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system-rsc@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/badge",
"version": "2.0.2",
"version": "2.0.3",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"

View File

@ -1,5 +1,25 @@
# @nextui-org/button
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/spinner@2.0.3
- @nextui-org/system@2.0.3
- @nextui-org/ripple@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-aria-button@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,24 @@
# @nextui-org/card
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/ripple@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-aria-button@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,17 @@
# @nextui-org/checkbox
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @nextui-org/chip
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,22 @@
# @nextui-org/code
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system-rsc@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/code",
"version": "2.0.2",
"version": "2.0.3",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"

View File

@ -1,5 +1,22 @@
# @nextui-org/divider
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/system-rsc@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/react-rsc-utils@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/divider",
"version": "2.0.2",
"version": "2.0.3",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"

View File

@ -1,5 +1,26 @@
# @nextui-org/dropdown
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/divider@2.0.3
- @nextui-org/system@2.0.3
- @nextui-org/popover@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-is-mobile@2.0.2
- @nextui-org/aria-utils@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @nextui-org/image
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-image@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/image",
"version": "2.0.2",
"version": "2.0.3",
"description": "A simple image component",
"keywords": [
"image"

View File

@ -1,5 +1,23 @@
# @nextui-org/input
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,22 @@
# @nextui-org/kbd
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system-rsc@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @nextui-org/link
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
"version": "2.0.2",
"version": "2.0.3",
"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"

View File

@ -1,5 +1,22 @@
# @nextui-org/modal
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-aria-button@2.0.2
- @nextui-org/use-aria-modal-overlay@2.0.2
- @nextui-org/use-disclosure@2.0.2
- @nextui-org/framer-transitions@2.0.3
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,20 @@
# @nextui-org/navbar
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-aria-toggle-button@2.0.2
- @nextui-org/use-scroll-position@2.0.2
- @nextui-org/framer-transitions@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,19 @@
# @nextui-org/pagination
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-pagination@2.0.2
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,21 @@
# @nextui-org/popover
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/button@2.0.3
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-aria-button@2.0.2
- @nextui-org/aria-utils@2.0.3
- @nextui-org/framer-transitions@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/popover",
"version": "2.0.2",
"version": "2.0.3",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"

View File

@ -1,5 +1,18 @@
# @nextui-org/progress
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-is-mounted@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,17 @@
# @nextui-org/radio
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,17 @@
# @nextui-org/ripple
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,22 @@
# @nextui-org/skeleton
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system-rsc@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/skeleton",
"version": "2.0.2",
"version": "2.0.3",
"description": "Skeleton is used to display the loading state of some component.",
"keywords": [
"skeleton"

View File

@ -1,5 +1,21 @@
# @nextui-org/snippet
## 2.0.4
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/button@2.0.3
- @nextui-org/system@2.0.3
- @nextui-org/tooltip@2.0.4
- @nextui-org/theme@2.0.3
- @nextui-org/use-clipboard@2.0.2
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
"version": "2.0.3",
"version": "2.0.4",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"

View File

@ -1,5 +1,22 @@
# @nextui-org/spacer
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system-rsc@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,22 @@
# @nextui-org/spinner
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system-rsc@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,17 @@
# @nextui-org/switch
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,25 @@
# @nextui-org/table
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/spacer@2.0.3
- @nextui-org/system@2.0.3
- @nextui-org/checkbox@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,26 @@
# @nextui-org/tabs
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/use-is-mounted@2.0.2
- @nextui-org/use-update-effect@2.0.2
- @nextui-org/aria-utils@2.0.3
- @nextui-org/framer-transitions@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,19 @@
# @nextui-org/tooltip
## 2.0.4
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/aria-utils@2.0.3
- @nextui-org/framer-transitions@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/tooltip",
"version": "2.0.3",
"version": "2.0.4",
"description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [
"tooltip"

View File

@ -1,5 +1,18 @@
# @nextui-org/user
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/avatar@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-utils@2.0.2
## 2.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/user",
"version": "2.0.2",
"version": "2.0.3",
"description": "Flexible User Profile Component.",
"keywords": [
"user"

View File

@ -1,5 +1,44 @@
# @nextui-org/react
## 2.0.4
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/accordion@2.0.3
- @nextui-org/dropdown@2.0.3
- @nextui-org/skeleton@2.0.3
- @nextui-org/divider@2.0.3
- @nextui-org/spinner@2.0.3
- @nextui-org/button@2.0.3
- @nextui-org/spacer@2.0.3
- @nextui-org/badge@2.0.3
- @nextui-org/input@2.0.3
- @nextui-org/table@2.0.3
- @nextui-org/card@2.0.3
- @nextui-org/code@2.0.3
- @nextui-org/tabs@2.0.3
- @nextui-org/kbd@2.0.3
- @nextui-org/system@2.0.3
- @nextui-org/avatar@2.0.3
- @nextui-org/checkbox@2.0.3
- @nextui-org/chip@2.0.3
- @nextui-org/image@2.0.3
- @nextui-org/link@2.0.3
- @nextui-org/modal@2.0.3
- @nextui-org/navbar@2.0.3
- @nextui-org/pagination@2.0.3
- @nextui-org/popover@2.0.3
- @nextui-org/progress@2.0.3
- @nextui-org/radio@2.0.3
- @nextui-org/snippet@2.0.4
- @nextui-org/switch@2.0.3
- @nextui-org/tooltip@2.0.4
- @nextui-org/user@2.0.3
- @nextui-org/theme@2.0.3
## 2.0.3
### Patch Changes

View File

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

View File

@ -0,0 +1,8 @@
# @nextui-org/system-rsc
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/system-rsc",
"version": "2.0.2",
"version": "2.0.3",
"description": "NextUI system primitives compatibles with RSC imports",
"keywords": [
"system-rsc"

View File

@ -1,5 +1,19 @@
# @nextui-org/system
## 2.0.3
### Patch Changes
- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it
- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/system-rsc@2.0.3
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @nextui-org/theme
## 2.0.3
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @nextui-org/use-aria-accordion-item
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @nextui-org/use-aria-button
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-button",
"version": "2.0.1",
"version": "2.0.2",
"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,12 @@
# @nextui-org/use-aria-modal-overlay
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @nextui-org/use-aria-toggle-button
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/use-aria-button@2.0.2
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-toggle-button",
"version": "2.0.1",
"version": "2.0.2",
"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.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/use-safe-layout-effect@2.0.2
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-callback-ref",
"version": "2.0.1",
"version": "2.0.2",
"description": "React hook to persist any value between renders, but keeps it up-to-date if it changes.",
"keywords": [
"use-callback-ref"

View File

@ -1,5 +1,12 @@
# @nextui-org/use-clipboard
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-clipboard",
"version": "2.0.1",
"version": "2.0.2",
"description": "Wrapper around navigator.clipboard with feedback timeout",
"keywords": [
"use-clipboard"

View File

@ -1,5 +1,14 @@
# @nextui-org/use-disclosure
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/use-callback-ref@2.0.2
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-disclosure",
"version": "2.0.1",
"version": "2.0.2",
"description": "The hook in charge of managing modals",
"keywords": [
"use-disclosure"

View File

@ -1,5 +1,14 @@
# @nextui-org/use-image
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/use-safe-layout-effect@2.0.2
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-image",
"version": "2.0.1",
"version": "2.0.2",
"description": "React hook for progressing image loading",
"keywords": [
"use-image"

View File

@ -1,5 +1,12 @@
# @nextui-org/use-infinite-scroll
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-infinite-scroll",
"version": "2.0.1",
"version": "2.0.2",
"description": "A hook for handling infinity scroll based on the IntersectionObserver API",
"keywords": [
"use-infinite-scroll"

View File

@ -1,5 +1,12 @@
# @nextui-org/use-is-mobile
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-is-mobile",
"version": "2.0.1",
"version": "2.0.2",
"description": "A hook that returns whether the device is mobile or not",
"keywords": [
"use-is-mobile"

View File

@ -1,5 +1,12 @@
# @nextui-org/use-is-mounted
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-is-mounted",
"version": "2.0.1",
"version": "2.0.2",
"description": "This hook can be used to render client-based components or run client logic",
"keywords": [
"use-is-mounted"

View File

@ -1,5 +1,14 @@
# @nextui-org/use-pagination
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/shared-utils@2.0.2
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-pagination",
"version": "2.0.1",
"version": "2.0.2",
"description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state",
"keywords": [
"use-pagination"

View File

@ -1,5 +1,14 @@
# @nextui-org/use-real-shape
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
- @nextui-org/react-utils@2.0.2
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-real-shape",
"version": "2.0.1",
"version": "2.0.2",
"description": "Hook that returns the real dimensions of an element",
"keywords": [
"use-real-shape"

View File

@ -1,5 +1,12 @@
# @nextui-org/use-ref-state
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-ref-state",
"version": "2.0.1",
"version": "2.0.2",
"description": "Hook for saving the state in a ref value",
"keywords": [
"use-ref-state"

View File

@ -1,5 +1,12 @@
# @nextui-org/use-resize
## 2.0.2
### Patch Changes
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
Component exports changed to named exports
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-resize",
"version": "2.0.1",
"version": "2.0.2",
"description": "Hook that adds an event listener to the resize window event",
"keywords": [
"use-resize"

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