507 Commits

Author SHA1 Message Date
Ryo Matsukawa
fb46df2430
fix(popover): correct initial animation direction to match fallback placement (#4460)
* fix(popover): correct initial animation direction to match fallback placement

* fix: type error

* chore: add changeset
2024-12-30 09:08:09 -03:00
winches
4f0ef5818b
fix: clipboard get the different unicode whitespace (#4392)
* fix: clipboard get the different unicode whitespace

* fix: clipboard get the different unicode whitespace

* fix(snippet): incorrect MultiLine story

* fix: nbsp in editor

* fix: rename

* fix: md

* feat: optimization

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2024-12-28 11:01:59 +08:00
աӄա
a83388aaf4
fix(alert): mark description optional & revise styles when only children is provided (#4447)
* fix(alert): mark description as optional and update description

* fix(theme): alignment when only children is provided

* feat(changeset): add changeset
2024-12-27 08:51:57 -03:00
WK Wong
07780a75a2 fix(drawer): use a top-level type-only import instead of inline type specifiers 2024-12-24 17:40:22 +08:00
github-actions[bot]
05807d80f5
ci(changesets): version packages (#4435)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-23 22:01:42 -03:00
Junior Garcia
6430bc0084 fix: navbar release 2024-12-23 21:55:39 -03:00
github-actions[bot]
1bf66bc26e
ci(changesets): version packages (#4326)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-23 21:39:13 -03:00
Omar Shehab
f8f6bfea5a
chore(drawer): export drawer children props (#4310)
* export Drawer children props

* Fix eslint

* fix: add changeset for drawer props export

* fix: remove useDisclosure export for `@nextui-org/react` not to fail

* remove useDisclosureProps

* Import props as types
2024-12-23 09:11:19 -03:00
Maharshi Alpesh
5f388fc68c
fix: virtual keyboard on mobile should be based on the allowed keys (#4411)
* fix: virtual keyboard on mobile should be based on the allowed keys

* chore: applying junior's suggestions

* chore: add inputmode prop, update changeset

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-22 11:27:48 -03:00
Maharshi Alpesh
de0e2776fe
fix: navbar state change (#4406) 2024-12-22 11:20:51 -03:00
EReguero
b5943db1fd
fix: listbox-section props (#4369) 2024-12-22 11:06:13 -03:00
Peterl561
93c9df15d9
fix(input-otp): form validation hook missing behavior prop (#4417)
* fix(input-otp): form validation hook missing behavior

* test(input-otp): isRequired form test

* chore(changeset): fixed input-otp isRequired error message
2024-12-22 10:11:54 -03:00
Peterl561
f7e1b17c40
fix(select): remove input from hidden-select (#4427)
* fix(select): use select missing commitValidation call

* fix(select): remove hidden input from hidden-select

* test(select): updated validation tests

* chore(changeset): fix native validation behavior for select
2024-12-22 10:09:42 -03:00
աӄա
c0e3dab5e8
fix(calendar): invalid prop ref supplied to React.Fragment (#4428)
* fix(calendar): remove unnecessary fragment

* feat(changeset): add changeset
2024-12-22 09:41:53 -03:00
Maharshi Alpesh
afe0b527ce
fix: input in card becomes invisible on hover and make date-input and time-input consistent (#4394) 2024-12-18 11:08:54 -03:00
Junior Garcia
e15ef62b6c
fix: icon wrapper border on alert component (#4383) 2024-12-17 12:20:27 -03:00
աӄա
fa38828345
refactor: use onPress event instead (component-wise) (#4354)
* refactor: use onPress event instead

* chore(changeset): add changeset

* refactor(button): remove duplicate test case

* refactor(link): remove duplicate test case

* chore: add back onClick test case

* chore(menu): keep onClick test case

* chore: keep the original order
2024-12-17 11:16:10 -03:00
աӄա
5946e90335
fix(alert): slots & variantProps import (#4365) 2024-12-17 11:15:50 -03:00
աӄա
9e8a656665
fix(input): label placement with file input type (#4366) 2024-12-17 11:15:13 -03:00
Maharshi Alpesh
2f55ecb4b2
fix(input-otp): filter disallowed characters from value prop (#4338)
* fix: input should filter away disallowed characters from value prop

* chore(changeset): add space

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2024-12-16 19:44:04 +08:00
Peterl561
e546124e1d
fix(theme): menu overflow use clip (#4373)
* fix(theme): menu overflow use clip
fixes listbox section sticky not working

* chore(changeset): fix listbox section sticky not working

* chore(changeset): add issue number

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2024-12-16 19:43:36 +08:00
刘佳闻
77206bc625
fix(shared-utils): process?.env will not transform to env by transcompiler (#4327)
* Fix (console.ts): process?.env will not transform to env by transcompiler

* chore(changeset): add changeset

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2024-12-12 13:07:44 +08:00
WK Wong
111178338d chore(changeset): update packages 2024-12-11 23:51:19 +08:00
WK Wong
0b117e59b2 fix(switch): bump @nextui-org/theme in peerDependencies 2024-12-11 23:47:19 +08:00
Maxim Shlyamov
76a72a9d1c
fix(system-rsc): extendVariants typescript type (#4291)
* fix: ReactElement type

* fix: extendVariants forwardRef return type

* feat: add changeset

* chore(changeset): change to patch

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
2024-12-11 12:36:10 +08:00
github-actions[bot]
85893b5440
ci(changesets): version packages (#4323)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-10 18:12:33 -03:00
Junior Garcia
78c09280e3
fix: on click event on interactive elements (#4322) 2024-12-10 18:01:39 -03:00
github-actions[bot]
cc5f98dd40
ci(changesets): version packages (#4316)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-10 11:29:21 -03:00
Junior Garcia
5598806216
fix: build (#4314) 2024-12-10 11:21:47 -03:00
github-actions[bot]
10ea739986
ci(changesets): version packages (#4298)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-10 10:50:29 -03:00
Junior Garcia
03abf1daf4
fix: radio, checkbox, switch touch and selection behavior (#4311)
* fix: radio, checkbox, switch touch and selection behavior

* Update .changeset/violet-tools-refuse.md

* fix: switch toggle on tables
2024-12-10 10:26:09 -03:00
Tsuki
dfefdd6250
refactor: button & card ripple (#4284)
* chore: update use-button.ts

* chore: update use-ripple.ts

* chore: update use-card.ts

* chore: add changeset
2024-12-10 10:25:52 -03:00
Ryo Matsukawa
aa5ea19a3c
fix(dropdown): correct initial animation direction to match fallback placement (#4288)
* fix(dropdown): correct initial animation direction

* chore: add changeset

* fix: typo
2024-12-10 10:07:50 -03:00
Maharshi Alpesh
1485eca48f
fix(input-otp): autofocus (#4296)
* fix: autofocus the input-otp when auto-focus prop is passed

* fix: adding marcus' suggestions
2024-12-09 23:56:53 +08:00
Maharshi Alpesh
11eae5cc80
fix: reverting pr4168 (#4286)
* Revert "chore: adding the tests"

This reverts commit bd28852a484fb9f6a7dd18b8fc75fe1dae6d2779.

* Revert "fix(items): items in list should wrapped in li in case of a"

This reverts commit 57fb87abb0c3775bf408aef80f0afc8fb1ca9265.

* chore: adding the changeset
2024-12-09 22:49:07 +08:00
github-actions[bot]
3b390fb33a
ci(changesets): version packages (#4280)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-08 09:47:51 -03:00
աӄա
1031e985b7
chore(deps): sync with upstream RA versions (#4258)
* chore(deps): sync with upstream RA versions

* chore(changeset): add changeset

* chore(form): remove caret

* chore(deps): pnpm-lock.yaml

* fix(tooltip): type 'null' is not assignable to type 'PlacementAxis'

* fix(deps): bump `@internationalized/date`

* chore(deps): sync `@react-types` versions

* fix(input): follow RAC typing in useTextField

* fix(popover): typecheck error

* fix: typecheck errors

* fix: typecheck errors

* fix(docs): bump RA versions

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-08 09:38:06 -03:00
Junior Garcia
455556e142
fix: missing react-types package added (#4264)
* fix: missing react-types package added

* chore: react types version increased
2024-12-08 09:20:16 -03:00
աӄա
26b33a51f0
fix(dropdown): unnecessary ref in dropdown (#4278) 2024-12-08 08:53:08 -03:00
Junior Garcia
b16291b220
fix: ref in form component (#4279) 2024-12-08 08:50:11 -03:00
github-actions[bot]
6fb6140adf
ci(changesets): version packages (#4261)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-07 09:20:34 -03:00
աӄա
6a94a125d4
fix(deps): incorrect peerDependencies for theme and system package (#4255)
* fix(deps): incorrect peerDependencies for theme and system package

* chore(changeset): add changeset
2024-12-07 09:10:50 -03:00
github-actions[bot]
ac94e47e67
ci(changesets): version packages (#4248) 2024-12-06 19:11:51 -03:00
Junior Garcia
551ab18406
fix: v2.6.0 (#4247)
* fix: v2.6.0

* chore: update framer motion version
2024-12-06 19:05:41 -03:00
github-actions[bot]
1d39358bd5
ci(changesets): version packages (#4237)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-06 11:44:32 -03:00
Junior Garcia
d6eee4a876 chore: v2.6.2 2024-12-06 11:36:59 -03:00
github-actions[bot]
3a10d5ff52
ci(changesets): version packages (#4236)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-06 11:31:49 -03:00
Junior Garcia
71e2d8c601
fix: snippet release (#4235) 2024-12-06 11:29:02 -03:00
github-actions[bot]
bbb436b89b
ci(changesets): version packages (#4186)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-06 10:34:46 -03:00
աӄա
6c0213dfc8
fix(deps): bump @react-aria/utils version (#4226)
* fix(deps): bump `@react-aria/utils` version

* chore(changeset): add changeset
2024-12-05 08:50:42 -03:00