Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08f1f1ed82 | |||
| 0f55c491b7 | |||
| 27ebcbe252 | |||
| 5339b2571e | |||
| a0af4c901c | |||
| 54be700e04 | |||
| 2038fd6e1d | |||
| ef432eb539 | |||
| 51b85bcec5 | |||
| 7c1c0dd8fe | |||
| d650ab1358 | |||
| 563c1585a3 | |||
| 3b21c11dfc | |||
| 52f6274e9b | |||
| 8958f13ce3 | |||
| 1c05c6d77b | |||
| fc1e270b4d | |||
| f18ac498d8 | |||
| f608a8f3ec | |||
| 9bd96b3c88 | |||
| a2d653137d | |||
| 98b13d9a93 | |||
| c0cc602e81 | |||
| cb5bc4c74f | |||
| fcaee42835 | |||
| 9732fc37b5 | |||
| f00dfe77bc | |||
| 21cace8795 | |||
| 3c6cd378a6 | |||
| 5868101380 | |||
| 12b0c3be50 | |||
| c50ff75bcb | |||
| 65496450db | |||
| 23d24e0f3a | |||
| e72837128f | |||
| 7e814ad1c4 | |||
| 4527f165d5 | |||
| dab98177fb | |||
| 3d2cfb38a2 | |||
| 4640f1681a | |||
| 907dc132dd | |||
| fee3bdc0b7 | |||
| 2339a2740b | |||
| ad6393ab33 | |||
| c94445ef13 |
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@nextui-org/select": patch
|
||||
"@nextui-org/input": patch
|
||||
---
|
||||
|
||||
- Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present
|
||||
@@ -1,8 +1,10 @@
|
||||
---
|
||||
"@nextui-org/table": minor
|
||||
"@nextui-org/accordion": minor
|
||||
"@nextui-org/alert": minor
|
||||
"@nextui-org/autocomplete": minor
|
||||
"@nextui-org/avatar": minor
|
||||
"@nextui-org/badge": minor
|
||||
"@nextui-org/breadcrumbs": minor
|
||||
"@nextui-org/button": minor
|
||||
"@nextui-org/calendar": minor
|
||||
@@ -11,9 +13,12 @@
|
||||
"@nextui-org/chip": minor
|
||||
"@nextui-org/date-input": minor
|
||||
"@nextui-org/date-picker": minor
|
||||
"@nextui-org/divider": minor
|
||||
"@nextui-org/dropdown": minor
|
||||
"@nextui-org/input": minor
|
||||
"@nextui-org/code": minor
|
||||
"@nextui-org/divider": minor
|
||||
"@nextui-org/image": minor
|
||||
"@nextui-org/drawer": minor
|
||||
"@nextui-org/kbd": minor
|
||||
"@nextui-org/link": minor
|
||||
"@nextui-org/listbox": minor
|
||||
@@ -24,8 +29,13 @@
|
||||
"@nextui-org/popover": minor
|
||||
"@nextui-org/progress": minor
|
||||
"@nextui-org/radio": minor
|
||||
"@nextui-org/scroll-shadow": minor
|
||||
"@nextui-org/ripple": minor
|
||||
"@nextui-org/select": minor
|
||||
"@nextui-org/slider": minor
|
||||
"@nextui-org/skeleton": minor
|
||||
"@nextui-org/spacer": minor
|
||||
"@nextui-org/spinner": minor
|
||||
"@nextui-org/snippet": minor
|
||||
"@nextui-org/switch": minor
|
||||
"@nextui-org/tabs": minor
|
||||
@@ -33,6 +43,7 @@
|
||||
"@nextui-org/user": minor
|
||||
"@nextui-org/react": minor
|
||||
"@nextui-org/system": minor
|
||||
"@nextui-org/theme": minor
|
||||
"@nextui-org/system-rsc": minor
|
||||
"@nextui-org/use-aria-accordion": minor
|
||||
"@nextui-org/use-aria-accordion-item": minor
|
||||
@@ -41,13 +52,14 @@
|
||||
"@nextui-org/use-aria-menu": minor
|
||||
"@nextui-org/use-aria-modal-overlay": minor
|
||||
"@nextui-org/use-aria-multiselect": minor
|
||||
"@nextui-org/use-aria-overlay": minor
|
||||
"@nextui-org/use-aria-toggle-button": minor
|
||||
"@nextui-org/use-disclosure": minor
|
||||
"@nextui-org/use-intersection-observer": minor
|
||||
"@nextui-org/use-is-mobile": minor
|
||||
"@nextui-org/use-pagination": minor
|
||||
"@nextui-org/aria-utils": minor
|
||||
"@nextui-org/use-ssr": minor
|
||||
"@nextui-org/use-theme": minor
|
||||
---
|
||||
|
||||
update react-aria version
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/use-image": patch
|
||||
---
|
||||
|
||||
use-image hook logic restore to the previous one to avoid nextjs hydration issues
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
apply tw nested group (#3544, #2324, #2959)
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/use-image": patch
|
||||
---
|
||||
|
||||
server validation added to the use-image hook
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"@nextui-org/use-theme": minor
|
||||
"@nextui-org/use-theme": patch
|
||||
---
|
||||
|
||||
introduce `use-theme` hook
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@nextui-org/calendar": patch
|
||||
"@nextui-org/tabs": patch
|
||||
"@nextui-org/shared-utils": patch
|
||||
---
|
||||
|
||||
support inert value with boolean type for react 19 (#4038)
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"@nextui-org/date-picker": minor
|
||||
"@nextui-org/theme": minor
|
||||
"@nextui-org/date-picker": patch
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
Add support for selectorButtonPlacement property (#3015)
|
||||
|
||||
@@ -0,0 +1,77 @@
|
||||
---
|
||||
"@nextui-org/accordion": patch
|
||||
"@nextui-org/alert": patch
|
||||
"@nextui-org/autocomplete": patch
|
||||
"@nextui-org/avatar": patch
|
||||
"@nextui-org/badge": patch
|
||||
"@nextui-org/breadcrumbs": patch
|
||||
"@nextui-org/button": patch
|
||||
"@nextui-org/calendar": patch
|
||||
"@nextui-org/card": patch
|
||||
"@nextui-org/checkbox": patch
|
||||
"@nextui-org/chip": patch
|
||||
"@nextui-org/code": patch
|
||||
"@nextui-org/date-input": patch
|
||||
"@nextui-org/date-picker": patch
|
||||
"@nextui-org/divider": patch
|
||||
"@nextui-org/drawer": 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/react": 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-menu": patch
|
||||
"@nextui-org/use-aria-modal-overlay": patch
|
||||
"@nextui-org/use-aria-multiselect": patch
|
||||
"@nextui-org/use-aria-toggle-button": patch
|
||||
"@nextui-org/use-clipboard": patch
|
||||
"@nextui-org/use-data-scroll-overflow": patch
|
||||
"@nextui-org/use-disclosure": patch
|
||||
"@nextui-org/use-draggable": patch
|
||||
"@nextui-org/use-image": patch
|
||||
"@nextui-org/use-infinite-scroll": patch
|
||||
"@nextui-org/use-intersection-observer": patch
|
||||
"@nextui-org/use-is-mobile": patch
|
||||
"@nextui-org/use-pagination": patch
|
||||
"@nextui-org/use-real-shape": patch
|
||||
"@nextui-org/use-ref-state": patch
|
||||
"@nextui-org/use-theme": patch
|
||||
"@nextui-org/aria-utils": patch
|
||||
"@nextui-org/dom-animation": patch
|
||||
"@nextui-org/framer-utils": patch
|
||||
"@nextui-org/react-utils": patch
|
||||
"@nextui-org/shared-icons": patch
|
||||
"@nextui-org/shared-utils": patch
|
||||
"@nextui-org/test-utils": patch
|
||||
---
|
||||
|
||||
Beta 1
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"mode": "pre",
|
||||
"tag": "beta",
|
||||
"initialVersions": {
|
||||
"@nextui-org/docs": "2.0.0",
|
||||
"@nextui-org/accordion": "2.0.40",
|
||||
"@nextui-org/alert": "2.0.0",
|
||||
"@nextui-org/autocomplete": "2.1.7",
|
||||
"@nextui-org/avatar": "2.0.33",
|
||||
"@nextui-org/badge": "2.0.32",
|
||||
"@nextui-org/breadcrumbs": "2.0.13",
|
||||
"@nextui-org/button": "2.0.38",
|
||||
"@nextui-org/calendar": "2.0.12",
|
||||
"@nextui-org/card": "2.0.34",
|
||||
"@nextui-org/checkbox": "2.1.5",
|
||||
"@nextui-org/chip": "2.0.33",
|
||||
"@nextui-org/code": "2.0.33",
|
||||
"@nextui-org/date-input": "2.1.4",
|
||||
"@nextui-org/date-picker": "2.1.8",
|
||||
"@nextui-org/divider": "2.0.32",
|
||||
"@nextui-org/drawer": "2.0.0",
|
||||
"@nextui-org/dropdown": "2.1.31",
|
||||
"@nextui-org/image": "2.0.32",
|
||||
"@nextui-org/input": "2.2.5",
|
||||
"@nextui-org/kbd": "2.0.34",
|
||||
"@nextui-org/link": "2.0.35",
|
||||
"@nextui-org/listbox": "2.1.27",
|
||||
"@nextui-org/menu": "2.0.30",
|
||||
"@nextui-org/modal": "2.0.41",
|
||||
"@nextui-org/navbar": "2.0.37",
|
||||
"@nextui-org/pagination": "2.0.36",
|
||||
"@nextui-org/popover": "2.1.29",
|
||||
"@nextui-org/progress": "2.0.34",
|
||||
"@nextui-org/radio": "2.1.5",
|
||||
"@nextui-org/ripple": "2.0.33",
|
||||
"@nextui-org/scroll-shadow": "2.1.20",
|
||||
"@nextui-org/select": "2.2.7",
|
||||
"@nextui-org/skeleton": "2.0.32",
|
||||
"@nextui-org/slider": "2.2.17",
|
||||
"@nextui-org/snippet": "2.0.43",
|
||||
"@nextui-org/spacer": "2.0.33",
|
||||
"@nextui-org/spinner": "2.0.34",
|
||||
"@nextui-org/switch": "2.0.34",
|
||||
"@nextui-org/table": "2.0.40",
|
||||
"@nextui-org/tabs": "2.0.37",
|
||||
"@nextui-org/tooltip": "2.0.41",
|
||||
"@nextui-org/user": "2.0.34",
|
||||
"@nextui-org/react": "2.4.8",
|
||||
"@nextui-org/system": "2.2.6",
|
||||
"@nextui-org/system-rsc": "2.1.6",
|
||||
"@nextui-org/theme": "2.2.11",
|
||||
"@nextui-org/use-aria-accordion": "2.0.7",
|
||||
"@nextui-org/use-aria-accordion-item": "2.0.10",
|
||||
"@nextui-org/use-aria-button": "2.0.10",
|
||||
"@nextui-org/use-aria-link": "2.0.19",
|
||||
"@nextui-org/use-aria-menu": "2.0.7",
|
||||
"@nextui-org/use-aria-modal-overlay": "2.0.13",
|
||||
"@nextui-org/use-aria-multiselect": "2.2.5",
|
||||
"@nextui-org/use-aria-toggle-button": "2.0.10",
|
||||
"@nextui-org/use-callback-ref": "2.0.6",
|
||||
"@nextui-org/use-clipboard": "2.0.7",
|
||||
"@nextui-org/use-data-scroll-overflow": "2.1.7",
|
||||
"@nextui-org/use-disclosure": "2.0.10",
|
||||
"@nextui-org/use-draggable": "2.0.0",
|
||||
"@nextui-org/use-image": "2.0.6",
|
||||
"@nextui-org/use-infinite-scroll": "2.1.5",
|
||||
"@nextui-org/use-intersection-observer": "2.0.5",
|
||||
"@nextui-org/use-is-mobile": "2.0.9",
|
||||
"@nextui-org/use-is-mounted": "2.0.6",
|
||||
"@nextui-org/use-measure": "2.0.2",
|
||||
"@nextui-org/use-pagination": "2.0.10",
|
||||
"@nextui-org/use-real-shape": "2.0.17",
|
||||
"@nextui-org/use-ref-state": "2.0.7",
|
||||
"@nextui-org/use-resize": "2.0.6",
|
||||
"@nextui-org/use-safe-layout-effect": "2.0.6",
|
||||
"@nextui-org/use-scroll-position": "2.0.9",
|
||||
"@nextui-org/use-ssr": "2.0.6",
|
||||
"@nextui-org/use-theme": "2.0.0",
|
||||
"@nextui-org/use-update-effect": "2.0.6",
|
||||
"@nextui-org/storybook": "2.0.0",
|
||||
"@nextui-org/aria-utils": "2.0.26",
|
||||
"@nextui-org/dom-animation": "2.0.0",
|
||||
"@nextui-org/framer-utils": "2.0.25",
|
||||
"@nextui-org/react-rsc-utils": "2.0.14",
|
||||
"@nextui-org/react-utils": "2.0.17",
|
||||
"@nextui-org/shared-icons": "2.0.9",
|
||||
"@nextui-org/shared-utils": "2.0.8",
|
||||
"@nextui-org/stories-utils": "2.0.3",
|
||||
"@nextui-org/test-utils": "2.0.6"
|
||||
},
|
||||
"changesets": [
|
||||
"calm-trees-serve",
|
||||
"curly-zoos-thank",
|
||||
"dirty-moles-refuse",
|
||||
"dull-bags-divide",
|
||||
"empty-helper-wrapper-div",
|
||||
"fast-horses-explode",
|
||||
"few-jars-flow",
|
||||
"flat-pants-accept",
|
||||
"forty-doors-flash",
|
||||
"gentle-needles-rescue",
|
||||
"giant-worms-hammer",
|
||||
"grumpy-mayflies-rhyme",
|
||||
"happy-parrots-search",
|
||||
"kind-cobras-travel",
|
||||
"kind-insects-end",
|
||||
"light-needles-behave",
|
||||
"mean-mangos-occur",
|
||||
"mighty-birds-deny",
|
||||
"moody-rabbits-shop",
|
||||
"neat-donkeys-accept",
|
||||
"pink-beans-sit",
|
||||
"plenty-scissors-love",
|
||||
"poor-moose-double",
|
||||
"poor-sheep-repair",
|
||||
"popular-pigs-begin",
|
||||
"quick-geckos-punch",
|
||||
"red-camels-build",
|
||||
"selfish-baboons-know",
|
||||
"shy-mails-live",
|
||||
"silly-candles-wonder",
|
||||
"slimy-cats-brush",
|
||||
"slow-paws-punch",
|
||||
"smooth-mayflies-wonder",
|
||||
"soft-apricots-sleep",
|
||||
"sour-seas-buy",
|
||||
"swift-news-complain",
|
||||
"ten-paws-relate",
|
||||
"thirty-cheetahs-guess",
|
||||
"tricky-fans-draw",
|
||||
"twelve-papayas-clean",
|
||||
"twelve-trains-smile",
|
||||
"two-waves-own",
|
||||
"wild-jobs-explain",
|
||||
"witty-socks-bathe"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
---
|
||||
"@nextui-org/accordion": patch
|
||||
"@nextui-org/alert": patch
|
||||
"@nextui-org/autocomplete": patch
|
||||
"@nextui-org/avatar": patch
|
||||
"@nextui-org/badge": patch
|
||||
"@nextui-org/breadcrumbs": patch
|
||||
"@nextui-org/button": patch
|
||||
"@nextui-org/calendar": patch
|
||||
"@nextui-org/card": patch
|
||||
"@nextui-org/checkbox": patch
|
||||
"@nextui-org/chip": patch
|
||||
"@nextui-org/code": patch
|
||||
"@nextui-org/date-input": patch
|
||||
"@nextui-org/date-picker": patch
|
||||
"@nextui-org/divider": patch
|
||||
"@nextui-org/drawer": 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/react": 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-menu": patch
|
||||
"@nextui-org/use-aria-modal-overlay": patch
|
||||
"@nextui-org/use-aria-multiselect": 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-draggable": patch
|
||||
"@nextui-org/use-image": patch
|
||||
"@nextui-org/use-infinite-scroll": patch
|
||||
"@nextui-org/use-intersection-observer": patch
|
||||
"@nextui-org/use-is-mobile": patch
|
||||
"@nextui-org/use-is-mounted": patch
|
||||
"@nextui-org/use-measure": 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-theme": patch
|
||||
"@nextui-org/use-update-effect": patch
|
||||
"@nextui-org/aria-utils": patch
|
||||
"@nextui-org/dom-animation": patch
|
||||
"@nextui-org/framer-utils": 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
|
||||
---
|
||||
|
||||
React 19 added to peerDeps
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@nextui-org/alert": patch
|
||||
"@nextui-org/theme": patch
|
||||
"@nextui-org/shared-icons": patch
|
||||
---
|
||||
|
||||
Alert design improved
|
||||
@@ -0,0 +1,86 @@
|
||||
---
|
||||
"@nextui-org/accordion": patch
|
||||
"@nextui-org/alert": patch
|
||||
"@nextui-org/autocomplete": patch
|
||||
"@nextui-org/avatar": patch
|
||||
"@nextui-org/badge": patch
|
||||
"@nextui-org/breadcrumbs": patch
|
||||
"@nextui-org/button": patch
|
||||
"@nextui-org/calendar": patch
|
||||
"@nextui-org/card": patch
|
||||
"@nextui-org/checkbox": patch
|
||||
"@nextui-org/chip": patch
|
||||
"@nextui-org/code": patch
|
||||
"@nextui-org/date-input": patch
|
||||
"@nextui-org/date-picker": patch
|
||||
"@nextui-org/divider": patch
|
||||
"@nextui-org/drawer": 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/react": 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-menu": patch
|
||||
"@nextui-org/use-aria-modal-overlay": patch
|
||||
"@nextui-org/use-aria-multiselect": 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-draggable": patch
|
||||
"@nextui-org/use-image": patch
|
||||
"@nextui-org/use-infinite-scroll": patch
|
||||
"@nextui-org/use-intersection-observer": patch
|
||||
"@nextui-org/use-is-mobile": patch
|
||||
"@nextui-org/use-is-mounted": patch
|
||||
"@nextui-org/use-measure": 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-theme": patch
|
||||
"@nextui-org/use-update-effect": patch
|
||||
"@nextui-org/aria-utils": patch
|
||||
"@nextui-org/dom-animation": patch
|
||||
"@nextui-org/framer-utils": 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
|
||||
---
|
||||
|
||||
framer-motion alpha version added
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"@nextui-org/popover": minor
|
||||
"@nextui-org/popover": patch
|
||||
---
|
||||
|
||||
added `shouldCloseOnScroll` to control the popover closing on scroll (#3594)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/popover": patch
|
||||
---
|
||||
|
||||
Fix: element.ref was removed in React 19
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
making input and select styling consistent(#3876)
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/use-image": patch
|
||||
---
|
||||
|
||||
fix Image ReferenceError in SSR
|
||||
@@ -52,9 +52,24 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Debug condition values
|
||||
run: |
|
||||
echo "pre.json exists: ${{ steps.check_if_pre_json_exists.outputs.files_exists }}"
|
||||
echo "Commit message: ${{ github.event.head_commit.message }}"
|
||||
echo "Contains version packages: ${{ contains(github.event.head_commit.message, 'ci(changesets): version packages') }}"
|
||||
echo "Full condition would be: ${{ steps.check_if_pre_json_exists.outputs.files_exists == 'true' && contains(github.event.head_commit.message, 'ci(changesets): version packages') }}"
|
||||
|
||||
- name: Tests
|
||||
if: "${{ steps.check_if_pre_json_exists.outputs.files_exists == 'true' && contains(github.event.head_commit.message, 'ci(changesets): version packages') }}"
|
||||
run: pnpm test
|
||||
|
||||
- name: Build
|
||||
if: "${{ steps.check_if_pre_json_exists.outputs.files_exists == 'true' && contains(github.event.head_commit.message, 'ci(changesets): version packages') }}"
|
||||
run: pnpm build
|
||||
|
||||
- name: Publish to NPM
|
||||
id: publish-to-npm
|
||||
if: "${{ steps.check_if_pre_json_exists.outputs.files_exists == 'true' && contains(github.event.head_commit.message, 'ci(changesets): :package: version packages') }}"
|
||||
if: "${{ steps.check_if_pre_json_exists.outputs.files_exists == 'true' && contains(github.event.head_commit.message, 'ci(changesets): version packages') }}"
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
publish: pnpm run release
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
"title": "Alert",
|
||||
"keywords": "alert, notification, message",
|
||||
"path": "/docs/components/alert.mdx",
|
||||
"isNew": true
|
||||
"newPost": true
|
||||
},
|
||||
{
|
||||
"key": "avatar",
|
||||
|
||||
@@ -611,13 +611,13 @@ export default function App() {
|
||||
td: [
|
||||
// changing the rows border radius
|
||||
// first
|
||||
"group-data-[first=true]:first:before:rounded-none",
|
||||
"group-data-[first=true]:last:before:rounded-none",
|
||||
"group-data-[first=true]/tr:first:before:rounded-none",
|
||||
"group-data-[first=true]/tr:last:before:rounded-none",
|
||||
// middle
|
||||
"group-data-[middle=true]:before:rounded-none",
|
||||
"group-data-[middle=true]/tr:before:rounded-none",
|
||||
// last
|
||||
"group-data-[last=true]:first:before:rounded-none",
|
||||
"group-data-[last=true]:last:before:rounded-none",
|
||||
"group-data-[last=true]/tr:first:before:rounded-none",
|
||||
"group-data-[last=true]/tr:last:before:rounded-none",
|
||||
],
|
||||
}),
|
||||
[],
|
||||
@@ -966,13 +966,13 @@ export default function App() {
|
||||
td: [
|
||||
// changing the rows border radius
|
||||
// first
|
||||
"group-data-[first=true]:first:before:rounded-none",
|
||||
"group-data-[first=true]:last:before:rounded-none",
|
||||
"group-data-[first=true]/tr:first:before:rounded-none",
|
||||
"group-data-[first=true]/tr:last:before:rounded-none",
|
||||
// middle
|
||||
"group-data-[middle=true]:before:rounded-none",
|
||||
"group-data-[middle=true]/tr:before:rounded-none",
|
||||
// last
|
||||
"group-data-[last=true]:first:before:rounded-none",
|
||||
"group-data-[last=true]:last:before:rounded-none",
|
||||
"group-data-[last=true]/tr:first:before:rounded-none",
|
||||
"group-data-[last=true]/tr:last:before:rounded-none",
|
||||
],
|
||||
}),
|
||||
[],
|
||||
|
||||
@@ -110,10 +110,12 @@ Alert has the following attributes on the `base` element:
|
||||
| icon | `ReactNode` | The alert icon - overrides the default icon | - |
|
||||
| description | `ReactNode` | The alert description | - |
|
||||
| color | `default` \| `primary` \| `secondary` \| `success` \| `warning` \| `danger` | The alert color theme | `default` |
|
||||
| variant | `solid` \| `bordered` \| `flat` | The alert variant | `flat` |
|
||||
| variant | `solid` \| `bordered` \| `flat` \| `faded` | The alert variant | `flat` |
|
||||
| radius | `none` \| `sm` \| `md` \| `lg` \| `full` | The alert border radius | `md` |
|
||||
| isVisible | `boolean` | Whether the alert is visible | - |
|
||||
| isClosable | `boolean` | Whether the alert can be closed | `false` |
|
||||
| hideIcon | `boolean` | Whether the icon is hidden | `false` |
|
||||
| hideIconWrapper | `boolean` | Whether the icon wrapper is hidden | `false` |
|
||||
| closeButtonProps | `ButtonProps` | Props for the close button | - |
|
||||
|
||||
### Alert Events
|
||||
|
||||
@@ -1,5 +1,95 @@
|
||||
# @nextui-org/accordion
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
- @nextui-org/divider@2.1.0-beta.4
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/divider@2.1.0-beta.4
|
||||
- @nextui-org/aria-utils@2.1.0-beta.4
|
||||
- @nextui-org/framer-utils@2.0.26-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/divider@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-accordion@2.1.0-beta.3
|
||||
- @nextui-org/aria-utils@2.1.0-beta.3
|
||||
- @nextui-org/dom-animation@2.0.1-beta.3
|
||||
- @nextui-org/framer-utils@2.0.26-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/divider@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-accordion@2.1.0-beta.2
|
||||
- @nextui-org/aria-utils@2.1.0-beta.2
|
||||
- @nextui-org/dom-animation@2.0.1-beta.2
|
||||
- @nextui-org/framer-utils@2.0.26-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/divider@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-accordion@2.1.0-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.1
|
||||
- @nextui-org/dom-animation@2.0.1-beta.1
|
||||
- @nextui-org/framer-utils@2.0.26-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/divider@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-accordion@2.1.0-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/dom-animation@2.0.1-beta.0
|
||||
- @nextui-org/framer-utils@2.0.26-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/accordion",
|
||||
"version": "2.0.40",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
|
||||
"keywords": [
|
||||
"react",
|
||||
@@ -40,11 +40,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/aria-utils": "workspace:*",
|
||||
|
||||
@@ -0,0 +1,73 @@
|
||||
# @nextui-org/alert
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4054](https://github.com/nextui-org/nextui/pull/4054) [`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/button@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/button@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/button@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3982](https://github.com/nextui-org/nextui/pull/3982) [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduced Alert component (#2250)
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/button@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/alert",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
|
||||
"keywords": [
|
||||
"alert"
|
||||
@@ -38,10 +38,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
|
||||
@@ -45,6 +45,7 @@ const Alert = forwardRef<"div", AlertProps>((props, ref) => {
|
||||
isVisible,
|
||||
onClose,
|
||||
getAlertIconProps,
|
||||
getIconWrapperProps,
|
||||
} = useAlert({...props, ref});
|
||||
|
||||
if (!isVisible) return null;
|
||||
@@ -55,7 +56,9 @@ const Alert = forwardRef<"div", AlertProps>((props, ref) => {
|
||||
|
||||
return (
|
||||
<div ref={domRef} role="alert" {...getBaseProps()}>
|
||||
{customIcon || <IconComponent {...getAlertIconProps()} />}
|
||||
<div {...getIconWrapperProps()}>
|
||||
{customIcon || <IconComponent {...getAlertIconProps()} />}
|
||||
</div>
|
||||
<div {...getMainWrapperProps()}>
|
||||
{title && <div {...getTitleProps()}>{title}</div>}
|
||||
{!isEmpty(description) && <div {...getDescriptionProps()}>{description}</div>}
|
||||
|
||||
@@ -168,6 +168,13 @@ export function useAlert(originalProps: UseAlertProps) {
|
||||
[slots, classNames?.alertIcon],
|
||||
);
|
||||
|
||||
const getIconWrapperProps = useCallback<PropGetter>(
|
||||
() => ({
|
||||
className: slots.iconWrapper({class: classNames?.iconWrapper}),
|
||||
}),
|
||||
[slots, classNames?.iconWrapper],
|
||||
);
|
||||
|
||||
return {
|
||||
title,
|
||||
icon,
|
||||
@@ -184,5 +191,6 @@ export function useAlert(originalProps: UseAlertProps) {
|
||||
isVisible,
|
||||
onClose,
|
||||
getAlertIconProps,
|
||||
getIconWrapperProps,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ export default {
|
||||
control: {
|
||||
type: "select",
|
||||
},
|
||||
options: ["solid", "flat", "bordered"],
|
||||
options: ["solid", "flat", "bordered", "faded"],
|
||||
},
|
||||
radius: {
|
||||
control: {
|
||||
|
||||
@@ -1,5 +1,138 @@
|
||||
# @nextui-org/autocomplete
|
||||
|
||||
## 2.2.0-beta.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/input@2.3.0-beta.6
|
||||
- @nextui-org/listbox@2.2.0-beta.4
|
||||
- @nextui-org/popover@2.2.0-beta.5
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.4
|
||||
- @nextui-org/spinner@2.1.0-beta.4
|
||||
|
||||
## 2.2.0-beta.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/input@2.3.0-beta.5
|
||||
- @nextui-org/listbox@2.2.0-beta.4
|
||||
- @nextui-org/popover@2.2.0-beta.5
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.4
|
||||
- @nextui-org/spinner@2.1.0-beta.4
|
||||
- @nextui-org/aria-utils@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/button@2.1.0-beta.3
|
||||
- @nextui-org/input@2.3.0-beta.4
|
||||
- @nextui-org/listbox@2.2.0-beta.3
|
||||
- @nextui-org/popover@2.2.0-beta.4
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.3
|
||||
- @nextui-org/spinner@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.3
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/button@2.1.0-beta.2
|
||||
- @nextui-org/input@2.3.0-beta.3
|
||||
- @nextui-org/listbox@2.2.0-beta.2
|
||||
- @nextui-org/popover@2.2.0-beta.3
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.2
|
||||
- @nextui-org/spinner@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.2
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
|
||||
- @nextui-org/popover@2.2.0-beta.2
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`a2d653137`](https://github.com/nextui-org/nextui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87)]:
|
||||
- @nextui-org/input@2.3.0-beta.2
|
||||
- @nextui-org/popover@2.2.0-beta.1
|
||||
- @nextui-org/listbox@2.2.0-beta.1
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/button@2.1.0-beta.1
|
||||
- @nextui-org/input@2.3.0-beta.1
|
||||
- @nextui-org/listbox@2.2.0-beta.1
|
||||
- @nextui-org/popover@2.2.0-beta.1
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.1
|
||||
- @nextui-org/spinner@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3788](https://github.com/nextui-org/nextui/pull/3788) [`2e82f165a`](https://github.com/nextui-org/nextui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15) Thanks [@abhinav700](https://github.com/abhinav700)! - Clicking the clear button clears the selected value without closing the dropdown. (#3788)
|
||||
|
||||
- [#3845](https://github.com/nextui-org/nextui/pull/3845) [`780ba4316`](https://github.com/nextui-org/nextui/commit/780ba43162dc7ceb3f7b46c68c8134473013c873) Thanks [@alexnguyennz](https://github.com/alexnguyennz)! - Return null if there are items for exit animation on popover close to work
|
||||
|
||||
- [#2186](https://github.com/nextui-org/nextui/pull/2186) [`557f10f5e`](https://github.com/nextui-org/nextui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da) Thanks [@juliesaia](https://github.com/juliesaia)! - automatically focus first non-disabled item
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/nextui-org/nextui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/nextui-org/nextui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/listbox@2.2.0-beta.0
|
||||
- @nextui-org/button@2.1.0-beta.0
|
||||
- @nextui-org/input@2.3.0-beta.0
|
||||
- @nextui-org/popover@2.2.0-beta.0
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.0
|
||||
- @nextui-org/spinner@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/autocomplete",
|
||||
"version": "2.1.7",
|
||||
"version": "2.2.0-beta.7",
|
||||
"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"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextui-org/system": ">=2.0.0",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"@nextui-org/system": ">=2.3.0-beta.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/aria-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,82 @@
|
||||
# @nextui-org/avatar
|
||||
|
||||
## 2.1.0-beta.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.6
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.5
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`52f6274e9`](https://github.com/nextui-org/nextui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`1c05c6d77`](https://github.com/nextui-org/nextui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`98b13d9a9`](https://github.com/nextui-org/nextui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`90cb5b14a`](https://github.com/nextui-org/nextui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/use-image@2.0.7-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/avatar",
|
||||
"version": "2.0.33",
|
||||
"version": "2.1.0-beta.7",
|
||||
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
|
||||
"keywords": [
|
||||
"avatar"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,57 @@
|
||||
# @nextui-org/badge
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/badge",
|
||||
"version": "2.0.32",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
||||
"keywords": [
|
||||
"badge"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,67 @@
|
||||
# @nextui-org/breadcrumbs
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/breadcrumbs",
|
||||
"version": "2.0.13",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
|
||||
"keywords": [
|
||||
"breadcrumbs"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,73 @@
|
||||
# @nextui-org/button
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/ripple@2.1.0-beta.4
|
||||
- @nextui-org/spinner@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/ripple@2.1.0-beta.3
|
||||
- @nextui-org/spinner@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/ripple@2.1.0-beta.2
|
||||
- @nextui-org/spinner@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/ripple@2.1.0-beta.1
|
||||
- @nextui-org/spinner@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/ripple@2.1.0-beta.0
|
||||
- @nextui-org/spinner@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.38
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/button",
|
||||
"version": "2.0.38",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
||||
"keywords": [
|
||||
"button"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,96 @@
|
||||
# @nextui-org/calendar
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4039](https://github.com/nextui-org/nextui/pull/4039) [`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7) Thanks [@wingkwong](https://github.com/wingkwong)! - support inert value with boolean type for react 19 (#4038)
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/framer-utils@2.0.26-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/button@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.3
|
||||
- @nextui-org/dom-animation@2.0.1-beta.3
|
||||
- @nextui-org/framer-utils@2.0.26-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/button@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.2
|
||||
- @nextui-org/dom-animation@2.0.1-beta.2
|
||||
- @nextui-org/framer-utils@2.0.26-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/button@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.1
|
||||
- @nextui-org/dom-animation@2.0.1-beta.1
|
||||
- @nextui-org/framer-utils@2.0.26-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3302](https://github.com/nextui-org/nextui/pull/3302) [`a4a1d8fb6`](https://github.com/nextui-org/nextui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add month and year picker to DateRangePicker and RangeCalendar (#3089, #3090)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/button@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/dom-animation@2.0.1-beta.0
|
||||
- @nextui-org/framer-utils@2.0.26-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/calendar",
|
||||
"version": "2.0.12",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "A calendar displays one or more date grids and allows users to select a single date.",
|
||||
"keywords": [
|
||||
"calendar"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextui-org/system": ">=2.1.0",
|
||||
"@nextui-org/theme": ">=2.2.0",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"@nextui-org/system": ">=2.3.0-beta.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
|
||||
@@ -4,7 +4,7 @@ import {HTMLNextUIProps} from "@nextui-org/system";
|
||||
import {useLocale} from "@react-aria/i18n";
|
||||
import {useCalendarGrid} from "@react-aria/calendar";
|
||||
import {m} from "framer-motion";
|
||||
import {dataAttr} from "@nextui-org/shared-utils";
|
||||
import {dataAttr, getInertValue} from "@nextui-org/shared-utils";
|
||||
|
||||
import {CalendarCell} from "./calendar-cell";
|
||||
import {slideVariants} from "./calendar-transitions";
|
||||
@@ -40,9 +40,8 @@ export function CalendarMonth(props: CalendarMonthProps) {
|
||||
className={slots?.gridBodyRow({class: classNames?.gridBodyRow})}
|
||||
data-slot="grid-body-row"
|
||||
// makes the browser ignore the element and its children when tabbing
|
||||
// TODO: invert inert when switching to React 19 (ref: https://github.com/facebook/react/issues/17157)
|
||||
// @ts-ignore
|
||||
inert={isHeaderExpanded ? "" : undefined}
|
||||
inert={getInertValue(!!isHeaderExpanded)}
|
||||
>
|
||||
{state
|
||||
.getDatesInWeek(weekIndex, startDate)
|
||||
|
||||
@@ -2,6 +2,7 @@ import type {CalendarPickerProps} from "./use-calendar-picker";
|
||||
|
||||
import {HTMLNextUIProps} from "@nextui-org/system";
|
||||
import {useCallback} from "react";
|
||||
import {getInertValue} from "@nextui-org/shared-utils";
|
||||
|
||||
import {CalendarPickerItem} from "./calendar-picker-item";
|
||||
import {useCalendarPicker} from "./use-calendar-picker";
|
||||
@@ -66,9 +67,8 @@ export function CalendarPicker(props: CalendarPickerProps) {
|
||||
})}
|
||||
data-slot="picker-wrapper"
|
||||
// makes the browser ignore the element and its children when tabbing
|
||||
// TODO: invert inert when switching to React 19 (ref: https://github.com/facebook/react/issues/17157)
|
||||
// @ts-ignore
|
||||
inert={isHeaderExpanded ? undefined : ""}
|
||||
inert={getInertValue(!isHeaderExpanded)}
|
||||
>
|
||||
<div
|
||||
ref={highlightRef}
|
||||
|
||||
@@ -1,5 +1,68 @@
|
||||
# @nextui-org/card
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/ripple@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/ripple@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/ripple@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/ripple@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/ripple@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/card",
|
||||
"version": "2.0.34",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
|
||||
"keywords": [
|
||||
"card"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,61 @@
|
||||
# @nextui-org/checkbox
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-callback-ref@2.0.7-beta.1
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-callback-ref@2.0.7-beta.0
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/checkbox",
|
||||
"version": "2.1.5",
|
||||
"version": "2.2.0-beta.4",
|
||||
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
|
||||
"keywords": [
|
||||
"checkbox"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextui-org/system": ">=2.0.0",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"@nextui-org/system": ">=2.3.0-beta.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,67 @@
|
||||
# @nextui-org/chip
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/chip",
|
||||
"version": "2.0.33",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
|
||||
"keywords": [
|
||||
"chip"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,61 @@
|
||||
# @nextui-org/code
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/system-rsc@2.2.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system-rsc@2.2.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/code",
|
||||
"version": "2.0.33",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "Code is a component used to display inline code.",
|
||||
"keywords": [
|
||||
"code"
|
||||
@@ -34,9 +34,9 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/system-rsc": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,57 @@
|
||||
# @nextui-org/date-input
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/date-input",
|
||||
"version": "2.1.4",
|
||||
"version": "2.2.0-beta.4",
|
||||
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
|
||||
"keywords": [
|
||||
"date-field"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextui-org/system": ">=2.1.0",
|
||||
"@nextui-org/theme": ">=2.2.0",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"@nextui-org/system": ">=2.3.0-beta.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,109 @@
|
||||
# @nextui-org/date-picker
|
||||
|
||||
## 2.2.0-beta.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/calendar@2.1.0-beta.5
|
||||
- @nextui-org/date-input@2.2.0-beta.4
|
||||
- @nextui-org/popover@2.2.0-beta.5
|
||||
|
||||
## 2.2.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/calendar@2.1.0-beta.4
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/date-input@2.2.0-beta.4
|
||||
- @nextui-org/popover@2.2.0-beta.5
|
||||
- @nextui-org/aria-utils@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/button@2.1.0-beta.3
|
||||
- @nextui-org/calendar@2.1.0-beta.3
|
||||
- @nextui-org/date-input@2.2.0-beta.3
|
||||
- @nextui-org/popover@2.2.0-beta.4
|
||||
- @nextui-org/aria-utils@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/button@2.1.0-beta.2
|
||||
- @nextui-org/calendar@2.1.0-beta.2
|
||||
- @nextui-org/date-input@2.2.0-beta.2
|
||||
- @nextui-org/popover@2.2.0-beta.3
|
||||
- @nextui-org/aria-utils@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
|
||||
- @nextui-org/popover@2.2.0-beta.2
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/button@2.1.0-beta.1
|
||||
- @nextui-org/calendar@2.1.0-beta.1
|
||||
- @nextui-org/date-input@2.2.0-beta.1
|
||||
- @nextui-org/popover@2.2.0-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3773](https://github.com/nextui-org/nextui/pull/3773) [`a4ab02006`](https://github.com/nextui-org/nextui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb) Thanks [@macci001](https://github.com/macci001)! - Fixes getCalendarProps to propagate the classNames in the calendarProps. (#3769)
|
||||
|
||||
- [#3302](https://github.com/nextui-org/nextui/pull/3302) [`a4a1d8fb6`](https://github.com/nextui-org/nextui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add month and year picker to DateRangePicker and RangeCalendar (#3089, #3090)
|
||||
|
||||
- [#3248](https://github.com/nextui-org/nextui/pull/3248) [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add support for selectorButtonPlacement property (#3015)
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`a4a1d8fb6`](https://github.com/nextui-org/nextui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/nextui-org/nextui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/button@2.1.0-beta.0
|
||||
- @nextui-org/calendar@2.1.0-beta.0
|
||||
- @nextui-org/date-input@2.2.0-beta.0
|
||||
- @nextui-org/popover@2.2.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/date-picker",
|
||||
"version": "2.1.8",
|
||||
"version": "2.2.0-beta.6",
|
||||
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
|
||||
"keywords": [
|
||||
"date-picker"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextui-org/system": ">=2.1.0",
|
||||
"@nextui-org/theme": ">=2.2.0",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"@nextui-org/system": ">=2.3.0-beta.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@internationalized/date": "3.5.5",
|
||||
|
||||
@@ -1,5 +1,58 @@
|
||||
# @nextui-org/divider
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/system-rsc@2.2.0-beta.3
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.3
|
||||
- @nextui-org/react-rsc-utils@2.0.15-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.2
|
||||
- @nextui-org/react-rsc-utils@2.0.15-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system-rsc@2.2.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
|
||||
## 2.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/divider",
|
||||
"version": "2.0.32",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": ". A separator is a visual divider between two groups of content",
|
||||
"keywords": [
|
||||
"divider"
|
||||
@@ -34,9 +34,9 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
# @nextui-org/drawer
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/modal@2.1.0-beta.5
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/modal@2.1.0-beta.4
|
||||
- @nextui-org/framer-utils@2.0.26-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/modal@2.1.0-beta.3
|
||||
- @nextui-org/framer-utils@2.0.26-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/modal@2.1.0-beta.2
|
||||
- @nextui-org/framer-utils@2.0.26-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/modal@2.1.0-beta.1
|
||||
- @nextui-org/framer-utils@2.0.26-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`2d6ae74c3`](https://github.com/nextui-org/nextui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/modal@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/framer-utils@2.0.26-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/drawer",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "Used to render a content that slides in from the side of the screen.",
|
||||
"keywords": [
|
||||
"drawer"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.0.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,81 @@
|
||||
# @nextui-org/dropdown
|
||||
|
||||
## 2.2.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/menu@2.1.0-beta.4
|
||||
- @nextui-org/popover@2.2.0-beta.5
|
||||
- @nextui-org/aria-utils@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/menu@2.1.0-beta.3
|
||||
- @nextui-org/popover@2.2.0-beta.4
|
||||
- @nextui-org/aria-utils@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/menu@2.1.0-beta.2
|
||||
- @nextui-org/popover@2.2.0-beta.3
|
||||
- @nextui-org/aria-utils@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
|
||||
- @nextui-org/popover@2.2.0-beta.2
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/menu@2.1.0-beta.1
|
||||
- @nextui-org/popover@2.2.0-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/nextui-org/nextui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`2aebfcca5`](https://github.com/nextui-org/nextui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/menu@2.1.0-beta.0
|
||||
- @nextui-org/popover@2.2.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/dropdown",
|
||||
"version": "2.1.31",
|
||||
"version": "2.2.0-beta.5",
|
||||
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
||||
"keywords": [
|
||||
"dropdown"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextui-org/system": ">=2.0.0",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"@nextui-org/system": ">=2.3.0-beta.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/aria-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,84 @@
|
||||
# @nextui-org/image
|
||||
|
||||
## 2.1.0-beta.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.6
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.5
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`52f6274e9`](https://github.com/nextui-org/nextui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`1c05c6d77`](https://github.com/nextui-org/nextui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`98b13d9a9`](https://github.com/nextui-org/nextui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/use-image@2.0.7-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3802](https://github.com/nextui-org/nextui/pull/3802) [`06c4b2f76`](https://github.com/nextui-org/nextui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `w` to `getWrapperProps` dependency (#3801)
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`90cb5b14a`](https://github.com/nextui-org/nextui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/use-image@2.0.7-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/image",
|
||||
"version": "2.0.32",
|
||||
"version": "2.1.0-beta.7",
|
||||
"description": "A simple image component",
|
||||
"keywords": [
|
||||
"image"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,77 @@
|
||||
# @nextui-org/input
|
||||
|
||||
## 2.3.0-beta.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
|
||||
## 2.3.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.3.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.3.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.3.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3966](https://github.com/nextui-org/nextui/pull/3966) [`a2d653137`](https://github.com/nextui-org/nextui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87) Thanks [@mstfblci](https://github.com/mstfblci)! - - Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present
|
||||
|
||||
## 2.3.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.3.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3774](https://github.com/nextui-org/nextui/pull/3774) [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349) Thanks [@ryxxn](https://github.com/ryxxn)! - clear button should not receive focus when input is disabled.
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/input",
|
||||
"version": "2.2.5",
|
||||
"version": "2.3.0-beta.6",
|
||||
"description": "The input component is designed for capturing user input within a text field.",
|
||||
"keywords": [
|
||||
"input"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
|
||||
@@ -43,15 +43,18 @@ const Input = forwardRef<"input", InputProps>((props, ref) => {
|
||||
}, [isClearable, getClearButtonProps]);
|
||||
|
||||
const helperWrapper = useMemo(() => {
|
||||
if (!hasHelper) return null;
|
||||
const shouldShowError = isInvalid && errorMessage;
|
||||
const hasContent = shouldShowError || description;
|
||||
|
||||
if (!hasHelper || !hasContent) return null;
|
||||
|
||||
return (
|
||||
<div {...getHelperWrapperProps()}>
|
||||
{isInvalid && errorMessage ? (
|
||||
{shouldShowError ? (
|
||||
<div {...getErrorMessageProps()}>{errorMessage}</div>
|
||||
) : description ? (
|
||||
) : (
|
||||
<div {...getDescriptionProps()}>{description}</div>
|
||||
) : null}
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}, [
|
||||
|
||||
@@ -136,6 +136,9 @@ const Textarea = forwardRef<"textarea", TextAreaProps>(
|
||||
return <div {...getInnerWrapperProps()}>{content}</div>;
|
||||
}, [startContent, inputProps, endContent, getInnerWrapperProps]);
|
||||
|
||||
const shouldShowError = isInvalid && errorMessage;
|
||||
const hasHelperContent = shouldShowError || description;
|
||||
|
||||
return (
|
||||
<Component {...getBaseProps()}>
|
||||
{shouldLabelBeOutside ? labelContent : null}
|
||||
@@ -143,13 +146,13 @@ const Textarea = forwardRef<"textarea", TextAreaProps>(
|
||||
{shouldLabelBeInside ? labelContent : null}
|
||||
{innerWrapper}
|
||||
</div>
|
||||
{hasHelper ? (
|
||||
{hasHelper && hasHelperContent ? (
|
||||
<div {...getHelperWrapperProps()}>
|
||||
{isInvalid && errorMessage ? (
|
||||
{shouldShowError ? (
|
||||
<div {...getErrorMessageProps()}>{errorMessage}</div>
|
||||
) : description ? (
|
||||
) : (
|
||||
<div {...getDescriptionProps()}>{description}</div>
|
||||
) : null}
|
||||
)}
|
||||
</div>
|
||||
) : null}
|
||||
</Component>
|
||||
|
||||
@@ -1,5 +1,61 @@
|
||||
# @nextui-org/kbd
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/system-rsc@2.2.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/system-rsc@2.2.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system-rsc@2.2.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/kbd",
|
||||
"version": "2.0.34",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
|
||||
"keywords": [
|
||||
"kbd"
|
||||
@@ -34,9 +34,9 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/system-rsc": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,71 @@
|
||||
# @nextui-org/link
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-aria-link@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-aria-link@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/use-aria-link@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-link@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/link",
|
||||
"version": "2.0.35",
|
||||
"version": "2.1.0-beta.5",
|
||||
"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"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,73 @@
|
||||
# @nextui-org/listbox
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/divider@2.1.0-beta.4
|
||||
- @nextui-org/aria-utils@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/divider@2.1.0-beta.3
|
||||
- @nextui-org/use-is-mobile@2.1.0-beta.3
|
||||
- @nextui-org/aria-utils@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/divider@2.1.0-beta.2
|
||||
- @nextui-org/use-is-mobile@2.1.0-beta.2
|
||||
- @nextui-org/aria-utils@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/divider@2.1.0-beta.1
|
||||
- @nextui-org/use-is-mobile@2.1.0-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3883](https://github.com/nextui-org/nextui/pull/3883) [`a2e562b03`](https://github.com/nextui-org/nextui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6) Thanks [@ryo-manba](https://github.com/ryo-manba)! - change ListboxItem key to optional (#3880)
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/divider@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-is-mobile@2.1.0-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/listbox",
|
||||
"version": "2.1.27",
|
||||
"version": "2.2.0-beta.4",
|
||||
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"listbox"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,77 @@
|
||||
# @nextui-org/menu
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/divider@2.1.0-beta.4
|
||||
- @nextui-org/aria-utils@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/divider@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-menu@2.1.0-beta.3
|
||||
- @nextui-org/use-is-mobile@2.1.0-beta.3
|
||||
- @nextui-org/aria-utils@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/divider@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-menu@2.1.0-beta.2
|
||||
- @nextui-org/use-is-mobile@2.1.0-beta.2
|
||||
- @nextui-org/aria-utils@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/divider@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-menu@2.1.0-beta.1
|
||||
- @nextui-org/use-is-mobile@2.1.0-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3261](https://github.com/nextui-org/nextui/pull/3261) [`2aebfcca5`](https://github.com/nextui-org/nextui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3) Thanks [@wingkwong](https://github.com/wingkwong)! - Use `useMenu` and `useMenuItem` from `@react-aria` instead of custom hooks
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/divider@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-menu@2.1.0-beta.0
|
||||
- @nextui-org/use-is-mobile@2.1.0-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/menu",
|
||||
"version": "2.0.30",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"menu"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/divider": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,98 @@
|
||||
# @nextui-org/modal
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/framer-utils@2.0.26-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-modal-overlay@2.1.0-beta.3
|
||||
- @nextui-org/use-disclosure@2.1.0-beta.3
|
||||
- @nextui-org/use-draggable@2.0.1-beta.3
|
||||
- @nextui-org/dom-animation@2.0.1-beta.3
|
||||
- @nextui-org/framer-utils@2.0.26-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-modal-overlay@2.1.0-beta.2
|
||||
- @nextui-org/use-disclosure@2.1.0-beta.2
|
||||
- @nextui-org/use-draggable@2.0.1-beta.2
|
||||
- @nextui-org/dom-animation@2.0.1-beta.2
|
||||
- @nextui-org/framer-utils@2.0.26-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-modal-overlay@2.1.0-beta.1
|
||||
- @nextui-org/use-disclosure@2.1.0-beta.1
|
||||
- @nextui-org/use-draggable@2.0.1-beta.1
|
||||
- @nextui-org/dom-animation@2.0.1-beta.1
|
||||
- @nextui-org/framer-utils@2.0.26-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3983](https://github.com/nextui-org/nextui/pull/3983) [`2d6ae74c3`](https://github.com/nextui-org/nextui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add draggable modal (#2647)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`2d6ae74c3`](https://github.com/nextui-org/nextui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.0
|
||||
- @nextui-org/use-aria-modal-overlay@2.1.0-beta.0
|
||||
- @nextui-org/use-disclosure@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/use-draggable@2.0.1-beta.0
|
||||
- @nextui-org/dom-animation@2.0.1-beta.0
|
||||
- @nextui-org/framer-utils@2.0.26-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/modal",
|
||||
"version": "2.0.41",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
||||
"keywords": [
|
||||
"modal"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/use-disclosure": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,76 @@
|
||||
# @nextui-org/navbar
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/framer-utils@2.0.26-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-aria-toggle-button@2.1.0-beta.3
|
||||
- @nextui-org/use-scroll-position@2.0.10-beta.1
|
||||
- @nextui-org/dom-animation@2.0.1-beta.3
|
||||
- @nextui-org/framer-utils@2.0.26-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-aria-toggle-button@2.1.0-beta.2
|
||||
- @nextui-org/use-scroll-position@2.0.10-beta.0
|
||||
- @nextui-org/dom-animation@2.0.1-beta.2
|
||||
- @nextui-org/framer-utils@2.0.26-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/use-aria-toggle-button@2.1.0-beta.1
|
||||
- @nextui-org/dom-animation@2.0.1-beta.1
|
||||
- @nextui-org/framer-utils@2.0.26-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-toggle-button@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/dom-animation@2.0.1-beta.0
|
||||
- @nextui-org/framer-utils@2.0.26-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/navbar",
|
||||
"version": "2.0.37",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
|
||||
"keywords": [
|
||||
"navbar"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,72 @@
|
||||
# @nextui-org/pagination
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/use-pagination@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-pagination@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-pagination@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/use-pagination@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-pagination@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/pagination",
|
||||
"version": "2.0.36",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
|
||||
"keywords": [
|
||||
"pagination"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,94 @@
|
||||
# @nextui-org/popover
|
||||
|
||||
## 2.2.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/aria-utils@2.1.0-beta.4
|
||||
- @nextui-org/framer-utils@2.0.26-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/button@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.3
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.3
|
||||
- @nextui-org/dom-animation@2.0.1-beta.3
|
||||
- @nextui-org/framer-utils@2.0.26-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/button@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.2
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.2
|
||||
- @nextui-org/dom-animation@2.0.1-beta.2
|
||||
- @nextui-org/framer-utils@2.0.26-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4003](https://github.com/nextui-org/nextui/pull/4003) [`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix: element.ref was removed in React 19
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/button@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.1
|
||||
- @nextui-org/dom-animation@2.0.1-beta.1
|
||||
- @nextui-org/framer-utils@2.0.26-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3595](https://github.com/nextui-org/nextui/pull/3595) [`9f6839faf`](https://github.com/nextui-org/nextui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a) Thanks [@awesome-pro](https://github.com/awesome-pro)! - added `shouldCloseOnScroll` to control the popover closing on scroll (#3594)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/button@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/dom-animation@2.0.1-beta.0
|
||||
- @nextui-org/framer-utils@2.0.26-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/popover",
|
||||
"version": "2.1.29",
|
||||
"version": "2.2.0-beta.5",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextui-org/system": ">=2.0.0",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"@nextui-org/system": ">=2.3.0-beta.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/aria-utils": "workspace:*",
|
||||
|
||||
@@ -29,9 +29,13 @@ const PopoverTrigger = forwardRef<"button", PopoverTriggerProps>((props, _) => {
|
||||
};
|
||||
}, [children]);
|
||||
|
||||
// Accessing the ref from props, else fallback to element.ref
|
||||
// https://github.com/facebook/react/pull/28348
|
||||
const childRef = child.props.ref ?? (child as any).ref;
|
||||
|
||||
const {onPress, isDisabled, ...restProps} = useMemo(() => {
|
||||
return getTriggerProps(mergeProps(otherProps, child.props), child.ref);
|
||||
}, [getTriggerProps, child.props, otherProps, child.ref]);
|
||||
return getTriggerProps(mergeProps(otherProps, child.props), childRef);
|
||||
}, [getTriggerProps, child.props, otherProps, childRef]);
|
||||
|
||||
// validates if contains a NextUI Button as a child
|
||||
const [, triggerChildren] = pickChildren(children, Button);
|
||||
|
||||
@@ -1,5 +1,59 @@
|
||||
# @nextui-org/progress
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-is-mounted@2.0.7-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-is-mounted@2.0.7-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/progress",
|
||||
"version": "2.0.34",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
|
||||
"keywords": [
|
||||
"progress"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,57 @@
|
||||
# @nextui-org/radio
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/radio",
|
||||
"version": "2.1.5",
|
||||
"version": "2.2.0-beta.4",
|
||||
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
|
||||
"keywords": [
|
||||
"radio"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,65 @@
|
||||
# @nextui-org/ripple
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/dom-animation@2.0.1-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/dom-animation@2.0.1-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/dom-animation@2.0.1-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340)
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/dom-animation@2.0.1-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/ripple",
|
||||
"version": "2.0.33",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "A simple implementation to display a ripple animation when the source component is clicked",
|
||||
"keywords": [
|
||||
"ripple"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,62 @@
|
||||
# @nextui-org/scroll-shadow
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/use-data-scroll-overflow@2.1.8-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.2.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/use-data-scroll-overflow@2.1.8-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.2.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/use-data-scroll-overflow@2.1.8-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.2.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/use-data-scroll-overflow@2.1.8-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.2.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/use-data-scroll-overflow@2.1.8-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.1.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/scroll-shadow",
|
||||
"version": "2.1.20",
|
||||
"version": "2.2.0-beta.4",
|
||||
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
|
||||
"keywords": [
|
||||
"scroll-shadow"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,127 @@
|
||||
# @nextui-org/select
|
||||
|
||||
## 2.3.0-beta.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
- @nextui-org/listbox@2.2.0-beta.4
|
||||
- @nextui-org/popover@2.2.0-beta.5
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.4
|
||||
- @nextui-org/spinner@2.1.0-beta.4
|
||||
|
||||
## 2.3.0-beta.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/listbox@2.2.0-beta.4
|
||||
- @nextui-org/popover@2.2.0-beta.5
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.4
|
||||
- @nextui-org/spinner@2.1.0-beta.4
|
||||
- @nextui-org/aria-utils@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.3.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/listbox@2.2.0-beta.3
|
||||
- @nextui-org/popover@2.2.0-beta.4
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.3
|
||||
- @nextui-org/spinner@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.3
|
||||
- @nextui-org/use-aria-multiselect@2.3.0-beta.3
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.3.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/listbox@2.2.0-beta.2
|
||||
- @nextui-org/popover@2.2.0-beta.3
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.2
|
||||
- @nextui-org/spinner@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.2
|
||||
- @nextui-org/use-aria-multiselect@2.3.0-beta.2
|
||||
- @nextui-org/use-safe-layout-effect@2.0.7-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.3.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
|
||||
- @nextui-org/popover@2.2.0-beta.2
|
||||
|
||||
## 2.3.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3966](https://github.com/nextui-org/nextui/pull/3966) [`a2d653137`](https://github.com/nextui-org/nextui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87) Thanks [@mstfblci](https://github.com/mstfblci)! - - Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/popover@2.2.0-beta.1
|
||||
- @nextui-org/listbox@2.2.0-beta.1
|
||||
|
||||
## 2.3.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/listbox@2.2.0-beta.1
|
||||
- @nextui-org/popover@2.2.0-beta.1
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.1
|
||||
- @nextui-org/spinner@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.1
|
||||
- @nextui-org/use-aria-multiselect@2.3.0-beta.1
|
||||
- @nextui-org/aria-utils@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.3.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3853](https://github.com/nextui-org/nextui/pull/3853) [`488a18f52`](https://github.com/nextui-org/nextui/commit/488a18f525465817ce56e81db8e502399a7572b7) Thanks [@macci001](https://github.com/macci001)! - update label placement in Select to use `shouldLabelBeOutside` instead of `isOutsideLeft`, resolving multiline label placement issues (#3841).
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/nextui-org/nextui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/nextui-org/nextui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/listbox@2.2.0-beta.0
|
||||
- @nextui-org/popover@2.2.0-beta.0
|
||||
- @nextui-org/scroll-shadow@2.2.0-beta.0
|
||||
- @nextui-org/spinner@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/use-aria-button@2.1.0-beta.0
|
||||
- @nextui-org/use-aria-multiselect@2.3.0-beta.0
|
||||
- @nextui-org/aria-utils@2.1.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/select",
|
||||
"version": "2.2.7",
|
||||
"version": "2.3.0-beta.7",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextui-org/system": ">=2.0.0",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"@nextui-org/system": ">=2.3.0-beta.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/aria-utils": "workspace:*",
|
||||
|
||||
@@ -53,15 +53,18 @@ function Select<T extends object>(props: Props<T>, ref: ForwardedRef<HTMLSelectE
|
||||
const clonedIcon = cloneElement(selectorIcon as ReactElement, getSelectorIconProps());
|
||||
|
||||
const helperWrapper = useMemo(() => {
|
||||
if (!hasHelper) return null;
|
||||
const shouldShowError = isInvalid && errorMessage;
|
||||
const hasContent = shouldShowError || description;
|
||||
|
||||
if (!hasHelper || !hasContent) return null;
|
||||
|
||||
return (
|
||||
<div {...getHelperWrapperProps()}>
|
||||
{isInvalid && errorMessage ? (
|
||||
{shouldShowError ? (
|
||||
<div {...getErrorMessageProps()}>{errorMessage}</div>
|
||||
) : description ? (
|
||||
) : (
|
||||
<div {...getDescriptionProps()}>{description}</div>
|
||||
) : null}
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}, [
|
||||
|
||||
@@ -1,5 +1,57 @@
|
||||
# @nextui-org/skeleton
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/skeleton",
|
||||
"version": "2.0.32",
|
||||
"version": "2.1.0-beta.4",
|
||||
"description": "Skeleton is used to display the loading state of some component.",
|
||||
"keywords": [
|
||||
"skeleton"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,62 @@
|
||||
# @nextui-org/slider
|
||||
|
||||
## 2.3.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/tooltip@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.3.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/tooltip@2.1.0-beta.3
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.3.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/tooltip@2.1.0-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.3.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/tooltip@2.1.0-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.3.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/tooltip@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/slider",
|
||||
"version": "2.2.17",
|
||||
"version": "2.3.0-beta.4",
|
||||
"description": "A slider allows a user to select one or more values within a range.",
|
||||
"keywords": [
|
||||
"slider"
|
||||
@@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,84 @@
|
||||
# @nextui-org/snippet
|
||||
|
||||
## 2.1.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
||||
- @nextui-org/shared-icons@2.0.10-beta.3
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/tooltip@2.1.0-beta.4
|
||||
|
||||
## 2.1.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
||||
- @nextui-org/shared-utils@2.0.9-beta.4
|
||||
- @nextui-org/button@2.1.0-beta.4
|
||||
- @nextui-org/tooltip@2.1.0-beta.4
|
||||
- @nextui-org/react-utils@2.0.18-beta.4
|
||||
|
||||
## 2.1.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
||||
|
||||
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
||||
- @nextui-org/button@2.1.0-beta.3
|
||||
- @nextui-org/tooltip@2.1.0-beta.3
|
||||
- @nextui-org/use-clipboard@2.0.8-beta.2
|
||||
- @nextui-org/react-utils@2.0.18-beta.3
|
||||
- @nextui-org/shared-icons@2.0.10-beta.2
|
||||
- @nextui-org/shared-utils@2.0.9-beta.3
|
||||
|
||||
## 2.1.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
||||
|
||||
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
||||
- @nextui-org/button@2.1.0-beta.2
|
||||
- @nextui-org/tooltip@2.1.0-beta.2
|
||||
- @nextui-org/use-clipboard@2.0.8-beta.1
|
||||
- @nextui-org/react-utils@2.0.18-beta.2
|
||||
- @nextui-org/shared-icons@2.0.10-beta.1
|
||||
- @nextui-org/shared-utils@2.0.9-beta.2
|
||||
|
||||
## 2.1.0-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
||||
|
||||
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
||||
- @nextui-org/button@2.1.0-beta.1
|
||||
- @nextui-org/tooltip@2.1.0-beta.1
|
||||
- @nextui-org/use-clipboard@2.0.8-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.1
|
||||
- @nextui-org/shared-icons@2.0.10-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.1
|
||||
|
||||
## 2.1.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3523](https://github.com/nextui-org/nextui/pull/3523) [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions
|
||||
|
||||
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
||||
- @nextui-org/theme@2.3.0-beta.0
|
||||
- @nextui-org/button@2.1.0-beta.0
|
||||
- @nextui-org/tooltip@2.1.0-beta.0
|
||||
- @nextui-org/system@2.3.0-beta.0
|
||||
- @nextui-org/shared-utils@2.0.9-beta.0
|
||||
- @nextui-org/react-utils@2.0.18-beta.0
|
||||
|
||||
## 2.0.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/snippet",
|
||||
"version": "2.0.43",
|
||||
"version": "2.1.0-beta.5",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
@@ -34,11 +34,11 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18",
|
||||
"framer-motion": ">=11.5.6",
|
||||
"@nextui-org/theme": ">=2.1.0",
|
||||
"@nextui-org/system": ">=2.0.0"
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"@nextui-org/theme": ">=2.3.0-beta.0",
|
||||
"@nextui-org/system": ">=2.3.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/button": "workspace:*",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user