3422 Commits

Author SHA1 Message Date
Hyden Liu
82a9fd9bc4
chore: fix typo (#2583) 2024-04-01 14:52:40 -03:00
աӄա
ef6ea6c1ff
fix(checkbox): incorrect onChange typing in Checkbox Group (#2595)
* fix(checkbox): incorrect onChange typing in Checkbox Group

* fix(checkbox): remove onChange from Props instead
2024-04-01 14:50:11 -03:00
Junior Garcia
c188e4d628
chore(badge): remove unused import statement in badge.tsx (#2619) 2024-03-31 15:32:21 -03:00
աӄա
a597c82a9c
fix(image): className in image blurred example (#2540) 2024-03-31 15:17:33 -03:00
աӄա
0359bf3084
fix(skeleton): fixed missing disableAnimation behavior in skeleton (#2538) 2024-03-31 15:17:02 -03:00
աӄա
eb51bf2261
fix: incorrect level of m.div (#2616)
* fix(modal): incorrect level of m.div

* fix(popover): incorrect level of m.div

* feat(changeset): fixed incorrect level of m.div

* fix(modal): remove forwardProps in RemoveScroll

* fix(popover): remove forwardProps in RemoveScroll
2024-03-31 12:16:48 -03:00
winches
b14067bb94
feat: add component meta data (#2590)
* feat: add component meta data

* feat: add component meta data

* feat: add description and status component data

* fix: review problem
2024-03-31 11:56:28 -03:00
աӄա
8761168d34
fix: lazy motion forward ref issue (#2611)
* fix(modal): lazy motion forward ref issue

* fix(popover): lazy motion forward ref issue

* feat(changeset): fixed lazy motion forwardRef issue
2024-03-30 15:03:54 -03:00
Sagar Joshi
cf0d4e471e
Update override-styles.mdx (#2588) 2024-03-26 07:37:52 -03:00
HaRuki
2aa476455f
fix(docs): some user links in support us section led to 404 pages (#2576) 2024-03-24 18:42:46 -03:00
winches
ee7a819147
fix: recycle import error (#2568) 2024-03-22 15:49:33 -03:00
codeesura
fb0625470f
Sort 'Space' Type Values in Ascending Order (#2545)
Reordered `Space` type values to a logical ascending sequence (0.5, 1, 1.5, etc.) for improved readability and consistency. No functional impact on the code.
2024-03-21 13:06:43 -03:00
աӄա
2b9f89023a
fix: revise shouldCloseOnInteractOutside for FreeSoloPopover (#2536)
* fix(select): set undefined to shouldCloseOnInteractOutside in select

* fix(select): set false to shouldCloseOnInteractOutside in autocomplete

* fix(popover): take shouldCloseOnInteractOutside from props

* chore(changeset):  revise shouldCloseOnInteractOutside for FreeSoloPopover

* feat(select): add test cases to select

* feat(select): assert that the select is open after click

* feat(autocomplete): add test cases to autocomplete

* feat(select): assert that the select is open after click
2024-03-21 13:04:59 -03:00
Denish Navadiya
26a3a7d2c6
chore(badge): Remove unnecessary type (#2541)
* chore(badge): Remove unnecessary type

I suggest removing the `children` type from BadgeProps, as the already extended UseBadgeProps has a `children` prop.

* Create three-tools-whisper.md

* Update three-tools-whisper.md
2024-03-21 13:02:36 -03:00
աӄա
888d861841
fix(select): isFilled & hasValue logic for state.selectedItems (#2556)
* fix(select): isFilled logic for state.selectedItems

* fix(select): handle hasValue case and return boolean type

* chore(changeset): include hasValue case as well
2024-03-21 12:54:40 -03:00
Orion Railean
0973cd9bff
docs(snippet): fix grammatical error (#2557) 2024-03-21 12:53:03 -03:00
Junior Garcia
e67b3af223 chore(root): remove beano subproject 2024-03-15 22:58:28 -03:00
Mohammad Reza Badri
52dafd08f1
fix(input): resolve RTL support (#2315) (#2316)
* fix(input): resolve RTL support (#2315)

* fix: add changeset

* fix: add changeset for rtl input

* fix: convert changeset rtl input to ptach
2024-03-15 22:52:35 -03:00
Frozen FIsh
ceeb52363d
feat(docs): Integrate kapaai (#2428)
* test(docs): test kapa.ai script

* feat(docs): add script-providers.tsx

* refactor(docs): update layout.tsx

* chore(docs): update script-providers.tsx

* refactor(docs): update layout.tsx
2024-03-15 22:48:34 -03:00
Mohammad Reza Badri
0d9ea4925b
fix(kbd): add RTL support to the kbd component (#2481) (#2482) 2024-03-15 22:46:09 -03:00
Alpha Xek
ea48ac2d08
feat(table spinner): Fixed Spinner without emptyContent prop in Table (#2500)
* feat(table spinner): spinner without emptyContent

Fixed Spinner loading on top of columns in case of emptyContent prop not passed.

* Update .changeset/nice-rockets-watch.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix(table spinner): changeset fix

* fix(table spinner): changeset description fix

---------

Co-authored-by: Alpha <116849110+alpha-xek@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-03-15 22:43:59 -03:00
Alpha Xek
b0ee8e3fc2
fix(disabled table rows): fixed cursor for disabled rows in Table (#2502)
* fix(disabled table rows): fixed cursor for disabled rows

Fixed cursor for disabled rows in Table rows .

* fix(disabled table rows): changeset fix

---------

Co-authored-by: Alpha <116849110+alpha-xek@users.noreply.github.com>
2024-03-15 22:40:17 -03:00
Mohammad Reza Badri
5d84634c0a
fix: add RTL support to the avatar group component (#2498) 2024-03-15 22:39:44 -03:00
HaRuki
9496ab57c5
fix(docs): listbox with description (#2513) 2024-03-15 22:37:50 -03:00
Alpha Xek
5ea479f6c4
fix(table striped): isStriped prop fix for multiple computed values in td (#2509)
* fix(table striped): multiple computed values in `td`

Fixed `Table` rendering the contents of the cell beneath the stripe for the multiple computed values

* fix(table striped): multiple computed values in `td`

* fix(table striped): changeset fix

* fix(table striped): changeset description enhancement

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: Alpha <116849110+alpha-xek@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-03-15 09:20:36 -03:00
աӄա
cda881799c
fix(docs): remove non-existing triggerType props in Tooltip (#2520) 2024-03-15 09:14:37 -03:00
աӄա
707a61de4c
fix(navbar): lazy motion forwardRef issue (#2527) 2024-03-15 09:01:13 -03:00
Bruno Kraychete da Costa
5a8768a4b2
fix(table): hide empty content if isLoading is true (#2470) (#2491)
Avoid displaying loadingContent and emptyContent at the same time.
Note that there's an existing issue with loadingContent where if
emptyContent is not provided, it will render loadingContent on top of
the columns (instead of inside the table). This change doesn't fix that,
but rather make isLoading play nice with a provided emptyContent. A
separate fix is still needed for when emptyContent is not provided, which
may affect this change later.
2024-03-10 10:53:02 -03:00
Junior Garcia
a25292215a
chore(root): add coderabbit setup (#2495) 2024-03-10 10:51:32 -03:00
աӄա
a05aef0acb
fix(components): popover closing issue in autocomplete with open modal (#2494)
* fix(components): set shouldCloseOnInteractOutside to false for FreeSoloPopover

* feat(changeset): fixed popover closing issue in autocomplete with open modal
2024-03-10 10:37:55 -03:00
Dominik K
2894aecca1
Remove unused framer motion features (#2464)
* fix: remove unused framer motion features

* fix: add changeset

* fix: non working tabs animation

* fix: remove unchanged changeset

* fix: move to patch
2024-03-08 11:43:14 -03:00
Mohammad Reza Badri
a702bb869d
Add RTL support to the switch component (#2468)
* fix: add RTL support to the switch component

* fix: convert changeset rtl switch to ptach
2024-03-08 11:32:55 -03:00
Mohammad Reza Badri
0443ec1c87
fix: add RTL support to the modal component (#2472) 2024-03-08 11:30:16 -03:00
աӄա
7263daca08
fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete (#2458) 2024-03-08 11:22:45 -03:00
Mohammad Reza Badri
e4b3c7d1a1
fix: issue on RTL support checkbox component (#2466)
* fix: issue on RTL support checkbox component

* fix: delete extra file

* fix: adjust the changeset for rtl checkbox

* fix: convert changeset rtl checkbox to ptach
2024-03-08 11:16:18 -03:00
Mohammad Reza Badri
a686262009
fix: add RTL support to the modal component (#2469) 2024-03-07 20:53:47 -03:00
ImFirstPlace
f373400102
Fix capital city of Australia (#2431) 2024-03-07 10:09:46 -03:00
Ryo Matsukawa
2c3be59dfb
fix(accordion): remove dividers from hidden accordion items (#2219)
* fix: remove dividers from hidden accordion items

* Create slimy-panthers-swim.md
2024-03-07 10:07:58 -03:00
Junior Garcia
798e84e729 Revert "feat(calendar): initial structure"
This reverts commit 139b28437b0e7bce2d1a1b9fc069999c48271d17.
2024-03-05 23:33:22 -03:00
Junior Garcia
139b28437b feat(calendar): initial structure 2024-03-05 23:30:37 -03:00
Alpha Xek
f2205642f4
chore(pnpmlock script): rimraf for windows support (#2454) 2024-03-05 19:56:42 -03:00
black197
0a10de8d08
Fix(tooltip): allow non-ReactElement children (#2079)
* fix(tooltip): accept non-ReactElement as children

* chore: changeset
2024-03-05 16:33:10 -03:00
աӄա
bae544d198
fix: isReadOnly in Autocomplete (#2429)
* feat(autocomplete): add isReadOnly example

* fix(autocomplete): isReadOnly logic in Autocomplete

* feat(root): add changeset - fixed isReadOnly logic in Autocomplete

* chore(stories): set isClearable to false

* fix(autocomplete): revise isClearable logic
2024-03-05 16:15:20 -03:00
Junior Garcia
feafb36fcc
Fix/dropdown disabled state (#2452)
* fix(popover): dropdown behavior on disabled state and update popover trigger props

* chore(dropdown): add DisabledTrigger story to dropdown.stories.tsx
2024-03-05 16:14:19 -03:00
աӄա
65f48135d6
fix(stories): link anchor typo (#2447) 2024-03-05 09:53:04 -03:00
Alpha Xek
1d32bf8f1e
rimraf to support in windows (#2443)
replace `rm` with rimraf while deleting node_modules during `pnpm clean` to support in both Windows and Linux.
2024-03-05 09:52:40 -03:00
աӄա
0a9982d3ef
fix(dropdown): getMenuTriggerProps mergeProps (#2450)
* fix(dropdown): getMenuTriggerProps mergeProps

* feat(changeset): fixed getMenuTriggerProps mergeProps

* refactor(dropdown): use isDisabled directly

* chore(changeset): correct issue number
2024-03-05 08:58:01 -03:00
աӄա
f864dc3974
fix(utils): include enterKeyHint in dom-props (#2437) 2024-03-04 13:12:26 -03:00
github-actions[bot]
3a0f2c5610
ci(changesets): version packages (#2029)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/autocomplete@2.0.10 @nextui-org/button@2.0.27 @nextui-org/dropdown@2.1.17 @nextui-org/input@2.1.17 @nextui-org/modal@2.0.29 @nextui-org/pagination@2.0.27 @nextui-org/popover@2.1.15 @nextui-org/progress@2.0.25 @nextui-org/react@2.2.10 @nextui-org/scroll-shadow@2.1.13 @nextui-org/select@2.1.21 @nextui-org/slider@2.2.6 @nextui-org/snippet@2.0.31 @nextui-org/spinner@2.0.25 @nextui-org/theme@2.1.18 @nextui-org/tooltip@2.0.30 @nextui-org/use-aria-multiselect@2.1.4 @nextui-org/use-data-scroll-overflow@2.1.3 @nextui-org/use-pagination@2.0.5
2024-03-03 20:54:23 -03:00
Junior Garcia
a030680e6a chore(root): fix changeset versions 2024-03-03 20:38:38 -03:00