mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
This reverts commit 43906f639ef414834d62bf0ea43b7cb31a1ff52f.
This commit is contained in:
parent
455b788924
commit
d61428d9e6
10
.changeset/eighty-knives-heal.md
Normal file
10
.changeset/eighty-knives-heal.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
"@nextui-org/pagination": patch
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
fix: resolved cursor issues in pagination
|
||||
|
||||
- The cursor does not animate anymore on initial render and non page change prop changes.
|
||||
- The cursor hover state now looks good with disableAnimation set.
|
||||
- The animated cursor is now transparent to the cursor (pointer-events: none).
|
||||
5
.changeset/khaki-spiders-joke.md
Normal file
5
.changeset/khaki-spiders-joke.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/navbar": patch
|
||||
---
|
||||
|
||||
Navbar menu scroll fixed
|
||||
6
.changeset/lazy-buses-heal.md
Normal file
6
.changeset/lazy-buses-heal.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@nextui-org/system-rsc": patch
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
Tailwind variants upgraded to the latest version v0.1.14
|
||||
8
.changeset/mean-fishes-retire.md
Normal file
8
.changeset/mean-fishes-retire.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
"@nextui-org/pagination": patch
|
||||
---
|
||||
|
||||
fix: fixed pagination scale animation
|
||||
|
||||
For animations of the pagination cursor to be enabled data-moving needs to be set to true.
|
||||
We are now setting the data-moving to false 300ms after setting the cursor scale to 1.
|
||||
@ -1,16 +1,5 @@
|
||||
# @nextui-org/accordion
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/divider@2.0.16
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/aria-utils@2.0.7
|
||||
- @nextui-org/framer-transitions@2.0.7
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/accordion",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.18",
|
||||
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/avatar
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/avatar",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
|
||||
"keywords": [
|
||||
"avatar"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/badge
|
||||
|
||||
## 2.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system-rsc@2.0.4
|
||||
|
||||
## 2.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/badge",
|
||||
"version": "2.0.15",
|
||||
"version": "2.0.14",
|
||||
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
||||
"keywords": [
|
||||
"badge"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
# @nextui-org/button
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/ripple@2.0.17
|
||||
- @nextui-org/spinner@2.0.15
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/button",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
||||
"keywords": [
|
||||
"button"
|
||||
|
||||
@ -1,14 +1,5 @@
|
||||
# @nextui-org/card
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/ripple@2.0.17
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/card",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
|
||||
"keywords": [
|
||||
"card"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/checkbox
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/checkbox",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.17",
|
||||
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
|
||||
"keywords": [
|
||||
"checkbox"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/chip
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/chip",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
|
||||
"keywords": [
|
||||
"chip"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/code
|
||||
|
||||
## 2.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system-rsc@2.0.4
|
||||
|
||||
## 2.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/code",
|
||||
"version": "2.0.15",
|
||||
"version": "2.0.14",
|
||||
"description": "Code is a component used to display inline code.",
|
||||
"keywords": [
|
||||
"code"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/divider
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system-rsc@2.0.4
|
||||
|
||||
## 2.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/divider",
|
||||
"version": "2.0.16",
|
||||
"version": "2.0.15",
|
||||
"description": ". A separator is a visual divider between two groups of content",
|
||||
"keywords": [
|
||||
"divider"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
# @nextui-org/dropdown
|
||||
|
||||
## 2.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/menu@2.0.7
|
||||
- @nextui-org/popover@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/dropdown",
|
||||
"version": "2.1.6",
|
||||
"version": "2.1.5",
|
||||
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
||||
"keywords": [
|
||||
"dropdown"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/image
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/image",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "A simple image component",
|
||||
"keywords": [
|
||||
"image"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/input
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/input",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.4",
|
||||
"description": "The input component is designed for capturing user input within a text field.",
|
||||
"keywords": [
|
||||
"input"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/kbd
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system-rsc@2.0.4
|
||||
|
||||
## 2.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/kbd",
|
||||
"version": "2.0.16",
|
||||
"version": "2.0.15",
|
||||
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
|
||||
"keywords": [
|
||||
"kbd"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/link
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/link",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.17",
|
||||
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
|
||||
"keywords": [
|
||||
"link"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
# @nextui-org/listbox
|
||||
|
||||
## 2.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/divider@2.0.16
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/aria-utils@2.0.7
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/listbox",
|
||||
"version": "2.1.6",
|
||||
"version": "2.1.5",
|
||||
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"listbox"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
# @nextui-org/menu
|
||||
|
||||
## 2.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/divider@2.0.16
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/aria-utils@2.0.7
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/menu",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.6",
|
||||
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"menu"
|
||||
|
||||
@ -1,14 +1,5 @@
|
||||
# @nextui-org/modal
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/framer-transitions@2.0.7
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/modal",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.18",
|
||||
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
||||
"keywords": [
|
||||
"modal"
|
||||
|
||||
@ -1,16 +1,5 @@
|
||||
# @nextui-org/navbar
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1549](https://github.com/nextui-org/nextui/pull/1549) [`59fda3772`](https://github.com/nextui-org/nextui/commit/59fda3772fe4f05dc24266e69f4f6ac5e201506d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Navbar menu scroll fixed
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/framer-transitions@2.0.7
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/navbar",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.17",
|
||||
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
|
||||
"keywords": [
|
||||
"navbar"
|
||||
|
||||
@ -1,24 +1,5 @@
|
||||
# @nextui-org/pagination
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1222](https://github.com/nextui-org/nextui/pull/1222) [`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb) Thanks [@jguddas](https://github.com/jguddas)! - fix: resolved cursor issues in pagination
|
||||
|
||||
- The cursor does not animate anymore on initial render and non page change prop changes.
|
||||
- The cursor hover state now looks good with disableAnimation set.
|
||||
- The animated cursor is now transparent to the cursor (pointer-events: none).
|
||||
|
||||
- [#1552](https://github.com/nextui-org/nextui/pull/1552) [`8fcc8b376`](https://github.com/nextui-org/nextui/commit/8fcc8b37670fc1c7823d2ef78ad459078d6c76f4) Thanks [@jguddas](https://github.com/jguddas)! - fix: fixed pagination scale animation
|
||||
|
||||
For animations of the pagination cursor to be enabled data-moving needs to be set to true.
|
||||
We are now setting the data-moving to false 300ms after setting the cursor scale to 1.
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/pagination",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.17",
|
||||
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
|
||||
"keywords": [
|
||||
"pagination"
|
||||
|
||||
@ -1,16 +1,5 @@
|
||||
# @nextui-org/popover
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/button@2.0.17
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/aria-utils@2.0.7
|
||||
- @nextui-org/framer-transitions@2.0.7
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/popover",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.4",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/progress
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/progress",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
|
||||
"keywords": [
|
||||
"progress"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/radio
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/radio",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.17",
|
||||
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
|
||||
"keywords": [
|
||||
"radio"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/ripple
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/ripple",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "A simple implementation to display a ripple animation when the source component is clicked",
|
||||
"keywords": [
|
||||
"ripple"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/scroll-shadow
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/scroll-shadow",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.4",
|
||||
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
|
||||
"keywords": [
|
||||
"scroll-shadow"
|
||||
|
||||
@ -1,18 +1,5 @@
|
||||
# @nextui-org/select
|
||||
|
||||
## 2.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/listbox@2.1.6
|
||||
- @nextui-org/popover@2.1.5
|
||||
- @nextui-org/scroll-shadow@2.1.5
|
||||
- @nextui-org/spinner@2.0.15
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/aria-utils@2.0.7
|
||||
|
||||
## 2.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/select",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.6",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/skeleton
|
||||
|
||||
## 2.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system-rsc@2.0.4
|
||||
|
||||
## 2.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/skeleton",
|
||||
"version": "2.0.15",
|
||||
"version": "2.0.14",
|
||||
"description": "Skeleton is used to display the loading state of some component.",
|
||||
"keywords": [
|
||||
"skeleton"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
# @nextui-org/snippet
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/button@2.0.17
|
||||
- @nextui-org/tooltip@2.0.20
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/snippet",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.20",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/spacer
|
||||
|
||||
## 2.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system-rsc@2.0.4
|
||||
|
||||
## 2.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spacer",
|
||||
"version": "2.0.15",
|
||||
"version": "2.0.14",
|
||||
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
|
||||
"keywords": [
|
||||
"spacer"
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/spinner
|
||||
|
||||
## 2.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system-rsc@2.0.4
|
||||
|
||||
## 2.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spinner",
|
||||
"version": "2.0.15",
|
||||
"version": "2.0.14",
|
||||
"description": "Loaders express an unspecified wait time or display the length of a process.",
|
||||
"keywords": [
|
||||
"loading",
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
# @nextui-org/switch
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/switch",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
|
||||
"keywords": [
|
||||
"switch"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
# @nextui-org/table
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/checkbox@2.0.18
|
||||
- @nextui-org/spacer@2.0.15
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/table",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.18",
|
||||
"description": "Tables are used to display tabular data using rows and columns. ",
|
||||
"keywords": [
|
||||
"table"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
# @nextui-org/tabs
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/aria-utils@2.0.7
|
||||
- @nextui-org/framer-transitions@2.0.7
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tabs",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.16",
|
||||
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
|
||||
"keywords": [
|
||||
"tabs"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
# @nextui-org/tooltip
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/system@2.0.7
|
||||
- @nextui-org/aria-utils@2.0.7
|
||||
- @nextui-org/framer-transitions@2.0.7
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tooltip",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.19",
|
||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||
"keywords": [
|
||||
"tooltip"
|
||||
|
||||
@ -1,14 +1,5 @@
|
||||
# @nextui-org/user
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/avatar@2.0.17
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/user",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.17",
|
||||
"description": "Flexible User Profile Component.",
|
||||
"keywords": [
|
||||
"user"
|
||||
|
||||
@ -1,46 +1,5 @@
|
||||
# @nextui-org/react
|
||||
|
||||
## 2.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb), [`59fda3772`](https://github.com/nextui-org/nextui/commit/59fda3772fe4f05dc24266e69f4f6ac5e201506d), [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182), [`8fcc8b376`](https://github.com/nextui-org/nextui/commit/8fcc8b37670fc1c7823d2ef78ad459078d6c76f4)]:
|
||||
- @nextui-org/pagination@2.0.18
|
||||
- @nextui-org/theme@2.1.5
|
||||
- @nextui-org/navbar@2.0.18
|
||||
- @nextui-org/table@2.0.19
|
||||
- @nextui-org/accordion@2.0.19
|
||||
- @nextui-org/avatar@2.0.17
|
||||
- @nextui-org/badge@2.0.15
|
||||
- @nextui-org/button@2.0.17
|
||||
- @nextui-org/card@2.0.17
|
||||
- @nextui-org/checkbox@2.0.18
|
||||
- @nextui-org/chip@2.0.17
|
||||
- @nextui-org/code@2.0.15
|
||||
- @nextui-org/divider@2.0.16
|
||||
- @nextui-org/dropdown@2.1.6
|
||||
- @nextui-org/image@2.0.17
|
||||
- @nextui-org/input@2.1.5
|
||||
- @nextui-org/kbd@2.0.16
|
||||
- @nextui-org/link@2.0.18
|
||||
- @nextui-org/listbox@2.1.6
|
||||
- @nextui-org/menu@2.0.7
|
||||
- @nextui-org/modal@2.0.19
|
||||
- @nextui-org/popover@2.1.5
|
||||
- @nextui-org/progress@2.0.17
|
||||
- @nextui-org/radio@2.0.18
|
||||
- @nextui-org/scroll-shadow@2.1.5
|
||||
- @nextui-org/select@2.1.7
|
||||
- @nextui-org/skeleton@2.0.15
|
||||
- @nextui-org/snippet@2.0.21
|
||||
- @nextui-org/spacer@2.0.15
|
||||
- @nextui-org/spinner@2.0.15
|
||||
- @nextui-org/switch@2.0.17
|
||||
- @nextui-org/tabs@2.0.17
|
||||
- @nextui-org/tooltip@2.0.20
|
||||
- @nextui-org/user@2.0.18
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react",
|
||||
"version": "2.1.9",
|
||||
"version": "2.1.8",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||
"homepage": "https://nextui.org",
|
||||
|
||||
@ -1,11 +1,5 @@
|
||||
# @nextui-org/system-rsc
|
||||
|
||||
## 2.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1551](https://github.com/nextui-org/nextui/pull/1551) [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tailwind variants upgraded to the latest version v0.1.14
|
||||
|
||||
## 2.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/system-rsc",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.3",
|
||||
"description": "NextUI system primitives compatibles with RSC imports",
|
||||
"keywords": [
|
||||
"system-rsc"
|
||||
|
||||
@ -1,12 +1,5 @@
|
||||
# @nextui-org/system
|
||||
|
||||
## 2.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182)]:
|
||||
- @nextui-org/system-rsc@2.0.4
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/system",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.6",
|
||||
"description": "NextUI system primitives",
|
||||
"keywords": [
|
||||
"system"
|
||||
|
||||
@ -1,17 +1,5 @@
|
||||
# @nextui-org/theme
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1222](https://github.com/nextui-org/nextui/pull/1222) [`28477447d`](https://github.com/nextui-org/nextui/commit/28477447d3dc9d87fdc6dea666ae4ce76e7c5bfb) Thanks [@jguddas](https://github.com/jguddas)! - fix: resolved cursor issues in pagination
|
||||
|
||||
- The cursor does not animate anymore on initial render and non page change prop changes.
|
||||
- The cursor hover state now looks good with disableAnimation set.
|
||||
- The animated cursor is now transparent to the cursor (pointer-events: none).
|
||||
|
||||
- [#1551](https://github.com/nextui-org/nextui/pull/1551) [`fc3c6b943`](https://github.com/nextui-org/nextui/commit/fc3c6b9431c0c6bcb4af5e2a0be0fc50f652b182) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tailwind variants upgraded to the latest version v0.1.14
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/theme",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.4",
|
||||
"description": "The default theme for NextUI components",
|
||||
"keywords": [
|
||||
"theme",
|
||||
|
||||
@ -1,12 +1,5 @@
|
||||
# @nextui-org/aria-utils
|
||||
|
||||
## 2.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/aria-utils",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.6",
|
||||
"description": "A package for managing @react-aria nextui utils.",
|
||||
"keywords": [
|
||||
"aria-utils"
|
||||
|
||||
@ -1,12 +1,5 @@
|
||||
# @nextui-org/framer-transitions
|
||||
|
||||
## 2.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/system@2.0.7
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/framer-transitions",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.6",
|
||||
"description": "A set of framer motion transitions for react",
|
||||
"keywords": [
|
||||
"framer-transitions"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user