github-actions[bot]
5a4a60be65
ci(changesets): version packages ( #1860 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.24
@nextui-org/aria-utils@2.0.11
@nextui-org/autocomplete@2.0.1
@nextui-org/avatar@2.0.22
@nextui-org/badge@2.0.20
@nextui-org/breadcrumbs@2.0.1
@nextui-org/button@2.0.22
@nextui-org/card@2.0.22
@nextui-org/checkbox@2.0.23
@nextui-org/chip@2.0.22
@nextui-org/code@2.0.20
@nextui-org/divider@2.0.21
@nextui-org/dropdown@2.1.11
@nextui-org/framer-transitions@2.0.11
@nextui-org/image@2.0.22
@nextui-org/input@2.1.10
@nextui-org/kbd@2.0.21
@nextui-org/link@2.0.23
@nextui-org/listbox@2.1.11
@nextui-org/menu@2.0.12
@nextui-org/modal@2.0.24
@nextui-org/navbar@2.0.23
@nextui-org/pagination@2.0.23
@nextui-org/popover@2.1.10
@nextui-org/progress@2.0.22
@nextui-org/radio@2.0.23
@nextui-org/react-rsc-utils@2.0.10
@nextui-org/react-utils@2.0.10
@nextui-org/react@2.2.0
@nextui-org/ripple@2.0.22
@nextui-org/scroll-shadow@2.1.10
@nextui-org/select@2.1.12
@nextui-org/shared-icons@2.0.5
@nextui-org/shared-utils@2.0.4
@nextui-org/skeleton@2.0.20
@nextui-org/slider@2.2.1
@nextui-org/snippet@2.0.26
@nextui-org/spacer@2.0.20
@nextui-org/spinner@2.0.20
@nextui-org/stories-utils@2.0.1
@nextui-org/switch@2.0.22
@nextui-org/system-rsc@2.0.7
@nextui-org/system@2.0.11
@nextui-org/table@2.0.24
@nextui-org/tabs@2.0.22
@nextui-org/test-utils@2.0.4
@nextui-org/theme@2.1.10
@nextui-org/tooltip@2.0.25
@nextui-org/use-aria-accordion-item@2.0.7
@nextui-org/use-aria-accordion@2.0.2
@nextui-org/use-aria-button@2.0.6
@nextui-org/use-aria-link@2.0.15
@nextui-org/use-aria-modal-overlay@2.0.6
@nextui-org/use-aria-multiselect@2.1.3
@nextui-org/use-aria-press@2.0.1
@nextui-org/use-aria-toggle-button@2.0.6
@nextui-org/use-callback-ref@2.0.4
@nextui-org/use-clipboard@2.0.4
@nextui-org/use-data-scroll-overflow@2.1.2
@nextui-org/use-disclosure@2.0.6
@nextui-org/use-image@2.0.4
@nextui-org/use-infinite-scroll@2.1.2
@nextui-org/use-is-mobile@2.0.6
@nextui-org/use-is-mounted@2.0.4
@nextui-org/use-pagination@2.0.4
@nextui-org/use-real-shape@2.0.10
@nextui-org/use-ref-state@2.0.4
@nextui-org/use-resize@2.0.4
@nextui-org/use-safe-layout-effect@2.0.4
@nextui-org/use-scroll-position@2.0.4
@nextui-org/use-ssr@2.0.4
@nextui-org/use-update-effect@2.0.4
@nextui-org/user@2.0.23
2023-11-03 12:21:01 -03:00
Junior Garcia
25e86fb417
chore(changeset): updated
2023-11-03 12:08:29 -03:00
Junior Garcia
a95bd6558d
chore(core): system pkg theme dependecy moved to peer
2023-11-03 12:07:12 -03:00
Junior Garcia
080718e265
fix(root): changeset
2023-11-03 11:31:30 -03:00
Junior Garcia
8217639fd4
chore(root): v2.2.0 changeset
2023-11-03 11:17:44 -03:00
Junior Garcia
7abd68941a
v2.2.0 🕹️ ( #1777 )
...
* feat: Slider Component (#1686 )
* feat(slider): initial structure
* chore(slider): readme improved
* fix: fixed border color of slider track
* docs: added range story
* feat: added rtl support to slider
* feat: improved value label formatting
* feat: refactor styling and add colors support to slider
* chore: improved thumb color
* docs: improved slider stories
* chore(slider): default color changed by foreground
* Update packages/core/theme/src/components/slider.ts
Co-authored-by: Jakob Guddas <github@jguddas.de>
* feat: added fillOffset prop
* Update packages/components/slider/src/use-slider.ts
* fix(slider): animation
* Update packages/components/slider/src/use-slider.ts
* Update packages/core/theme/src/components/slider.ts
* feat: slider steps
* refactor: renamed variables
* feat: improved slider step styling
* fix: hide infinite steps
* fix: fixed step transparency issue
* fix: fixed thumb focus issue
* Update packages/components/slider/src/use-slider.ts
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* feat(slider): vertical orientation added, start & end content, bug fixes
* chore(slider): tests added
* fix(docs): scrollbar added to the sidebar (#1743 )
* feat(slider): marks added
* chore(slider): example ts-doc changed
* feat(slider): vertical marks support
* feat(core): slider tooltip support added, popover modified (#1746 )
* Feat/slider custom styles (#1751 )
* feat(slider): custom styles story added
* fix(slider): custom styles on different sizes
* Fix/slider tooltip android position (#1753 )
* feat(slider): custom styles story added
* fix(slider): tooltip update position dependecies added
* fix(popover): arrow placements improved
* feat(slider): docs started, custom thumb and custom output stories added
* feat(slider): render function added to custom render the slider parts
* feat(slider): docs in progress, new properties and examples added
* fix(slider): some issues fixed, output renamed to value, documentation improved
* feat(slider): docs done
* chore: changeset
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
* Client side routing (#1764 )
* feat(slider): initial structure
* chore(slider): readme improved
* fix: fixed border color of slider track
* docs: added range story
* feat: added rtl support to slider
* feat: improved value label formatting
* feat: refactor styling and add colors support to slider
* chore: improved thumb color
* docs: improved slider stories
* chore(slider): default color changed by foreground
* Update packages/core/theme/src/components/slider.ts
Co-authored-by: Jakob Guddas <github@jguddas.de>
* feat: added fillOffset prop
* Update packages/components/slider/src/use-slider.ts
* fix(slider): animation
* Update packages/components/slider/src/use-slider.ts
* Update packages/core/theme/src/components/slider.ts
* feat: slider steps
* refactor: renamed variables
* feat: improved slider step styling
* fix: hide infinite steps
* fix: fixed step transparency issue
* fix: fixed thumb focus issue
* Update packages/components/slider/src/use-slider.ts
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* feat(slider): vertical orientation added, start & end content, bug fixes
* chore(slider): tests added
* feat(slider): marks added
* chore(slider): example ts-doc changed
* feat(slider): vertical marks support
* feat(core): slider tooltip support added, popover modified (#1746 )
* Feat/slider custom styles (#1751 )
* feat(slider): custom styles story added
* fix(slider): custom styles on different sizes
* Fix/slider tooltip android position (#1753 )
* feat(slider): custom styles story added
* fix(slider): tooltip update position dependecies added
* fix(popover): arrow placements improved
* feat(slider): docs started, custom thumb and custom output stories added
* feat(slider): render function added to custom render the slider parts
* feat(slider): docs in progress, new properties and examples added
* fix(slider): some issues fixed, output renamed to value, documentation improved
* feat(slider): docs done
* chore: changeset
* chore: react aria packages upgraded
* feat(system): router provider added
* feat: client side routing support added to items components
* chore(docs): routing docs started
* chore: changeset
* feat(docs): client side routing documented
* feat(pagination): client router support added to pagination
* fix(link): csr added
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
* feat: added RTL support to accordion component (#1725 )
* feat: added RTL support to accordion component
* Create healthy-cobras-crash.md
* feat: added RTL support to avatar and avatar group component (#1727 )
* feat: added RTL support to avatar and avatar group components
* Create tender-penguins-love.md
* Update tender-penguins-love.md
* feat: added RTL support to button group component (#1726 )
* feat: added RTL support to button component
* feat: added RTL support to button component
* Create orange-bobcats-kneel.md
* Update button.ts
* refactor(root): styles refactor (#1688 )
* refactor(root): styles refactor
* chore(tabs): remove needless type extends
* fix(tabs): typecheck
* Breadcrumbs component (#1794 )
* feat(components): breadcrumbs initial structure
* feat(breadcrumbs): tests and examples added
* feat(docs): breadcrumbs documentation done
* feat(docs): breadcrumbs docs done
* chore(breadcrumbs): readme changed
* fix(slider): Place last dragged slider handle over the other handle (#1778 )
* Set `data-focused` in handle
* Style focused handle on top
* Add tests
* fix(core): tests and build
* fix(button): show only spinner if button isLoading & isIconOnly (#1800 )
* fix(button): show only spinner if button isLoading & isIconOnly
* chore: add changeset
* fix(button): remove repeating code
* Fix blur/opaque Popover (#1812 )
* fix(popover): double underlay click
* chore: use ref instead of a state
* Feat/controlled scroll shadow (#1819 )
* feat(scroll-shadow): logic improved, controlled support added
* feat(scroll-shadow): controlled visibility
* fix(scroll-shadow): visibility tests
* Autocomplete component (Single Selection) (#1797 )
* feat(autocomplete): initial structure
* feat(core): use press custom hook implemented, autocomplete improved, input and select animations fixed
* chore(button): add console.log on press
* feat(core): select & input label position, autocomplete improvements, listbox and menu empty state
* chore: tailwind-variants upgraded
* chore: autocomplete stories in progress
* fix: input and select label placement
* fix(autocomplete): popover trigger
* chore(root): react-aria pkgs and framer-motion upgraded
* fix(input,select): outside label scale removed
* feat(autocomplete): more stories and use cases supported
* fix(core): custom items support on collection-based comps, menu generic items support added
* chore(core): tailwind-variants upgraded, custom tv function adapted
* chore(docs): select on-change controlled e.g. changed, sandpack theme fixed
* chore(autocomplete): docs started, tests added
* chore: in progress
* feat(menu): top and end content added, autocomplete docs improved
* feat(docs): autocomplete documentation almost done
* fix(input): outside styles
* feat(docs): autocomplete async filtering added
* chore(docs): autocomplete highlighted lines added
* feat(docs): autocomplete a11y and slots added
* feat(docs): autocomplete a11y and slots added
* feat(docs): autocomplete docs done
* fix(root): peer dependencies (#1848 )
* Fix/small issues (#1851 )
* fix(input): visible outline
* fix(button): button group radius prop
* chore(navbar): menu item active status added
* fix(docs): pagination missing keys custom items
* fix(core): extendVariants support added to collection-based components
* fix(theme): card body padding
* chore(theme): transition added to menu/listbox items
* fix(input): textarea styles fixed, new prop added
* chore(input): textarea height animated
* feat(button): hover opacity added
* chore(textarea): hide scroll when the limit hasn't been reached
* chore(docs): updated badge added to textarea
* feat(docs): blog v2.2.0 image and entry added
* fix(avatar): ring primary color
* chore(docs): tabs added again, autocomplete iframes removed
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
Co-authored-by: Maurici Abad Gutierrez <hello@mauriciabad.com>
Co-authored-by: Ivan Kucher <dev.kucher@gmail.com>
2023-11-03 11:05:16 -03:00
Danny Nemer
c3f762563b
docs: Fix typos in frameworks/nextjs.mdx ( #1849 )
2023-11-02 11:02:39 -03:00
Sandro Huber
8d2192183b
Fix typo in table component doc ( #1850 )
2023-11-02 11:01:27 -03:00
Ajith
8b86f83802
Fix typo ( #1835 )
...
t he => the
2023-10-30 10:35:53 -03:00
Soohyun, Chae
f38059aa44
Update tabs.mdx ( #1781 )
2023-10-21 13:01:27 +00:00
navedqb
311ceb0c3a
Added missing imports to navbar ( #1771 )
2023-10-16 18:34:41 +00:00
Jakob Guddas
50a9bf54d4
fix: pagination issues second try ( #1584 )
...
* fix: pagination issues second try
* Create red-hairs-thank.md
2023-10-16 13:42:27 +00:00
KyungJi Kim
99d4d296d7
docs: fix storybook link in ComponentLinks ( #1757 )
2023-10-09 23:07:26 -03:00
Jakob Guddas
9245384ac3
docs: accessible toggle button in examples ( #1749 )
2023-10-07 11:54:16 +00:00
Junior Garcia
5af4b10114
fix(docs): scrollbar added to the sidebar ( #1743 )
2023-10-05 19:45:37 +00:00
Junior Garcia
8de357cfac
fix(docs): sandpack hook react addition validation fixed ( #1740 )
2023-10-05 15:17:27 +00:00
Junior Garcia
655599982d
fix(card): stories
2023-10-05 12:01:02 -03:00
POPO He
3aac9bac26
fix: resolved border collapse issue #1626 when border variants are mixed in button group ( #1637 )
...
* fix(button-group): radius not work
* fix(button): not show the correct borders
* fix(changeset): button issue
* fix(changeset): fix typo
* fix(changeset): tweak changeset message
* fix(button-groups): add miss undefined radius
* fix: make changeset clearly
* test(button-group): add variant button
* refactor: button-group variant handling in button-group.stories.tsx
* test: update button variant to 'bordered'
* refactor: rename isIsolate to isIsolated
* Revert "fix(button-group): radius not work"
This reverts commit 6233690d8acd96664c48d4f721c481bcb4095be4.
* fix: remove isIsolate because using a negative value for the margin will always cover the neighbor
* fix(changeset): remove radius part for another PR
* test: add multiple variant buttons on storybook
* fix: remove unused attribute
* feat: use adjacent selector to remove doubles border
* test: make variantButtons theme consistency
* refactor: use collapseAdjacentVariantBorders to wrap an adjacent selector
* Added RTL support.
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
2023-10-04 19:54:15 +00:00
markyong
95c8fdaa2e
fix(select): add placeholder dep for renderSelectedItem ( #1682 )
2023-10-04 14:54:15 +00:00
Junior Garcia
c0706acbca
Fix/1609 ( #1736 )
...
* feat: storybook upgraded
* fix(skeleton): loading state
* chore(skeleton): changeset
2023-10-04 14:49:18 +00:00
Junior Garcia
9d4c7ed9cf
fix(ripple): clear ripples on animation complete ( #1681 )
2023-09-23 13:18:13 +00:00
Sung Ye In
9ebaae083d
fix: add peer dependencies ( #1651 )
...
* fix: add peer dependencies
* fix: update pnpm lock
2023-09-23 13:02:06 +00:00
Ansh Mourya
c9c5564c58
fix : #1648 ( #1655 )
2023-09-23 09:36:55 -03:00
Bobby Chan
d79808dbe1
fix(radio): correct the style of radio in invalid and selected states ( #1668 )
...
* fix(radio): correct the style of radio in invalid and selected states
* Update hot-otters-laugh.md
2023-09-22 13:59:11 +00:00
cosine
5a9b78d234
fix doc: Fixed some errors in the Listbox Component documentation. ( #1665 )
...
* fix doc: export IconWrapper and ItemCounter
* fix doc: fix WatcherIcons -> WatcherIcon at everywhere
2023-09-22 13:57:25 +00:00
Chewy
9f4bdf352d
docs: add missing semicolon ( #1663 )
2023-09-20 17:38:14 +00:00
Junior Garcia
d62feb08dc
chore(docs): next.js upgraded
2023-09-20 01:45:07 -03:00
lijianan
62d307117a
docs: fix code Sizes demo overflow ( #1644 )
2023-09-17 15:00:08 +00:00
Jakob Guddas
01a27293eb
docs: updated isInvalid documentation ( #1646 )
...
* Update input.mdx
* Update textarea.mdx
* Update select.mdx
2023-09-17 14:54:38 +00:00
github-actions[bot]
a53e274d5b
ci(changesets): version packages ( #1615 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.23
@nextui-org/aria-utils@2.0.10
@nextui-org/avatar@2.0.21
@nextui-org/badge@2.0.19
@nextui-org/button@2.0.21
@nextui-org/card@2.0.21
@nextui-org/checkbox@2.0.22
@nextui-org/chip@2.0.21
@nextui-org/code@2.0.19
@nextui-org/divider@2.0.20
@nextui-org/dropdown@2.1.10
@nextui-org/framer-transitions@2.0.10
@nextui-org/image@2.0.21
@nextui-org/input@2.1.9
@nextui-org/kbd@2.0.20
@nextui-org/link@2.0.22
@nextui-org/listbox@2.1.10
@nextui-org/menu@2.0.11
@nextui-org/modal@2.0.23
@nextui-org/navbar@2.0.22
@nextui-org/pagination@2.0.22
@nextui-org/popover@2.1.9
@nextui-org/progress@2.0.21
@nextui-org/radio@2.0.22
@nextui-org/react-rsc-utils@2.0.9
@nextui-org/react-utils@2.0.9
@nextui-org/react@2.1.13
@nextui-org/ripple@2.0.21
@nextui-org/scroll-shadow@2.1.9
@nextui-org/select@2.1.11
@nextui-org/skeleton@2.0.19
@nextui-org/snippet@2.0.25
@nextui-org/spacer@2.0.19
@nextui-org/spinner@2.0.19
@nextui-org/switch@2.0.21
@nextui-org/system-rsc@2.0.6
@nextui-org/system@2.0.10
@nextui-org/table@2.0.23
@nextui-org/tabs@2.0.21
@nextui-org/theme@2.1.9
@nextui-org/tooltip@2.0.24
@nextui-org/use-aria-accordion-item@2.0.6
@nextui-org/use-aria-accordion@2.0.1
@nextui-org/use-real-shape@2.0.9
@nextui-org/user@2.0.22
2023-09-16 21:25:10 +00:00
Junior Garcia
425a034bca
fix(packages): validation state deprecated, isInvalid prop adjusted ( #1631 )
2023-09-16 21:16:32 +00:00
lijianan
a5a1ea5ade
fix(docs): button custom implement ( #1643 )
2023-09-16 21:12:14 +00:00
Junior Garcia
f6531c5f60
fix(core): extend variants function, destructuring order changed ( #1642 )
...
* fix(core): extend variants function, destructuring order changed
* chore(core): changeset added
2023-09-16 21:06:16 +00:00
Junior Garcia
37d5f12162
fix(docs): button custom implementation ( #1641 )
2023-09-16 20:28:52 +00:00
lijianan
dd97fc3c4f
fix: fix eslint warning ( #1640 )
2023-09-16 20:23:26 +00:00
lijianan
ceddd0d1d9
refactor: optimize the time of ripple destroy ( #1635 )
...
* refactor: optimize the time of ripple destroy
* Update packages/components/button/src/use-button.ts
Co-authored-by: Jakob Guddas <github@jguddas.de>
* fix: fix
* Update packages/components/button/src/button.tsx
Co-authored-by: Jakob Guddas <github@jguddas.de>
* Update packages/components/card/src/card.tsx
Co-authored-by: Jakob Guddas <github@jguddas.de>
* Update packages/components/button/src/button.tsx
Co-authored-by: Jakob Guddas <github@jguddas.de>
* Update packages/components/card/src/card.tsx
Co-authored-by: Jakob Guddas <github@jguddas.de>
* Update packages/components/card/src/use-card.ts
Co-authored-by: Jakob Guddas <github@jguddas.de>
* Update packages/components/card/src/use-card.ts
Co-authored-by: Jakob Guddas <github@jguddas.de>
* fix: fix
* chore: revert
* Create fresh-cameras-provide.md
* Update packages/components/button/src/button.tsx
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* Update packages/components/button/src/button.tsx
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* Update packages/components/button/src/use-button.ts
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* Update packages/components/card/src/card.tsx
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* Update packages/components/card/src/card.tsx
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* fix: fix
* feat: add getUniqueID
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2023-09-16 20:11:04 +00:00
Junior Garcia
bb8ed58749
fix(accordion): selectedKeys added to the values memo function ( #1639 )
2023-09-16 20:01:39 +00:00
markyong
bbbdcbdfdf
chore(root): update contributing.md note ( #1638 )
2023-09-16 19:17:59 +00:00
Junior Garcia
bc424948c7
fix(accordion): accordion is no longer preventing spacebar ( #1630 )
2023-09-15 20:42:02 +00:00
Junior Garcia
cdc30db14c
fix(utils): filterDomProps fixed ( #1629 )
2023-09-14 22:49:58 -03:00
Junior Garcia
3aa86423aa
Fix/1625 ( #1628 )
...
* fix(listbox): item classNames prop, listbox wrapper export
* chore(listbox): changesets
2023-09-15 00:53:26 +00:00
Junior Garcia
59ed34b3de
fix(docs): table use case example fixed, sandpack tabs padding added ( #1627 )
2023-09-15 00:30:17 +00:00
Chong Ruei He
f58fc9bb69
fix(docs): add scrollbehavior ts support ( #1618 )
2023-09-14 20:13:07 +00:00
Junior Garcia
9a478b6c1f
chore(docs): hero events
2023-09-13 09:16:48 -03:00
Junior Garcia
7fd0327657
chore(docs): va events added
2023-09-13 08:39:58 -03:00
Bobby Chan
05c966e8a4
fix(card): corrected footerStyles in card footer ( #1611 )
2023-09-12 13:20:09 -03:00
Nahuel Alejandro Cabrera
5b014b76ff
Update explanation in layout.mdx ( #1601 )
2023-09-12 13:19:10 -03:00
Koen Verheyen
cf32b5ae8b
Update standalone.ts ( #1614 )
2023-09-12 13:18:47 -03:00
github-actions[bot]
4452ed66c0
ci(changesets): version packages ( #1599 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.22
@nextui-org/aria-utils@2.0.9
@nextui-org/avatar@2.0.20
@nextui-org/badge@2.0.18
@nextui-org/button@2.0.20
@nextui-org/card@2.0.20
@nextui-org/checkbox@2.0.21
@nextui-org/chip@2.0.20
@nextui-org/code@2.0.18
@nextui-org/divider@2.0.19
@nextui-org/dropdown@2.1.9
@nextui-org/framer-transitions@2.0.9
@nextui-org/image@2.0.20
@nextui-org/input@2.1.8
@nextui-org/kbd@2.0.19
@nextui-org/link@2.0.21
@nextui-org/listbox@2.1.9
@nextui-org/menu@2.0.10
@nextui-org/modal@2.0.22
@nextui-org/navbar@2.0.21
@nextui-org/pagination@2.0.21
@nextui-org/popover@2.1.8
@nextui-org/progress@2.0.20
@nextui-org/radio@2.0.21
@nextui-org/react-rsc-utils@2.0.8
@nextui-org/react-utils@2.0.8
@nextui-org/react@2.1.12
@nextui-org/ripple@2.0.20
@nextui-org/scroll-shadow@2.1.8
@nextui-org/select@2.1.10
@nextui-org/shared-icons@2.0.4
@nextui-org/shared-utils@2.0.3
@nextui-org/skeleton@2.0.18
@nextui-org/snippet@2.0.24
@nextui-org/spacer@2.0.18
@nextui-org/spinner@2.0.18
@nextui-org/switch@2.0.20
@nextui-org/system-rsc@2.0.5
@nextui-org/system@2.0.9
@nextui-org/table@2.0.22
@nextui-org/tabs@2.0.20
@nextui-org/test-utils@2.0.3
@nextui-org/theme@2.1.8
@nextui-org/tooltip@2.0.23
@nextui-org/use-aria-accordion-item@2.0.5
@nextui-org/use-aria-button@2.0.5
@nextui-org/use-aria-link@2.0.14
@nextui-org/use-aria-modal-overlay@2.0.5
@nextui-org/use-aria-multiselect@2.1.2
@nextui-org/use-aria-toggle-button@2.0.5
@nextui-org/use-callback-ref@2.0.3
@nextui-org/use-clipboard@2.0.3
@nextui-org/use-data-scroll-overflow@2.1.1
@nextui-org/use-disclosure@2.0.5
@nextui-org/use-image@2.0.3
@nextui-org/use-infinite-scroll@2.1.1
@nextui-org/use-is-mobile@2.0.5
@nextui-org/use-is-mounted@2.0.3
@nextui-org/use-pagination@2.0.3
@nextui-org/use-real-shape@2.0.8
@nextui-org/use-ref-state@2.0.3
@nextui-org/use-resize@2.0.3
@nextui-org/use-safe-layout-effect@2.0.3
@nextui-org/use-scroll-position@2.0.3
@nextui-org/use-ssr@2.0.3
@nextui-org/use-update-effect@2.0.3
@nextui-org/user@2.0.21
2023-09-10 20:32:13 +00:00
Junior Garcia
b1b30b7976
chore(root): fix changesets deploy ( #1600 )
2023-09-10 20:20:19 +00:00