3289 Commits

Author SHA1 Message Date
Ethan
ab9ad9b6b2
docs(input): update type prop to include "file" (#4444) 2024-12-26 10:33:23 +08:00
Junior Garcia
388b2ed001
Merge pull request #4438 from nextui-org/fix/eslint 2024-12-24 09:19:18 -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
Junior Garcia
413bcd7653 Merge branch 'main' into canary 2024-12-23 22:15:32 -03:00
Junior Garcia
14e12ebf5e Merge branch 'canary' of github.com:nextui-org/nextui into canary 2024-12-23 22:15:07 -03:00
Junior Garcia
54eec6ce50
Merge pull request #4436 from nextui-org/canary
v.2.6.10
2024-12-23 22:14:24 -03:00
Junior Garcia
9d948e748c Merge branch 'main' into canary 2024-12-23 22:13:10 -03:00
github-actions[bot]
05807d80f5
ci(changesets): version packages (#4435)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/navbar@2.2.7 @nextui-org/react@2.6.10
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
աӄա
5cd1c63dc8
fix(docs): i18n version in date-related components (#4430) 2024-12-22 12:38:51 -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
Maharshi Alpesh
885c9b3862
chore: update framework installations (#4410)
* chore: update framework installations

* chore: adding the nextui cli link
2024-12-22 11:19:17 -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
Junior Garcia
7b38e04fee chore: hide pro image on mobile 2024-12-20 10:43:02 -03:00
Junior Garcia
db58cbebd7 chore: hide pro image on mobile 2024-12-20 10:37:59 -03:00
Junior Garcia
97565057bb chore: hide pro image on mobile 2024-12-20 10:28:39 -03:00
Maharshi Alpesh
c1baa746b2
fix: replacing the light mode bg in to nextui-pro section (#4355)
* fix: replacing the light mode bg and adding bg to nextui-pro section on mobile

* fix: making the transitions smoother

* chore: removing the bg on mobile devices

* fix: pro section and improvements

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-20 10:05:43 -03:00
Junior Garcia
5494fa2d7b Merge branch 'main' into canary 2024-12-19 10:59:07 -03:00
Maharshi Alpesh
7b7408cdac
feat(docs): nextUI pro callout (#4391)
* feat: adding a callout for nextui-pro

* chore: changing the position of callout

* chore: putting back the callout to toc

* chore: adjustments

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-19 09:27:11 -03:00
Ryo Matsukawa
d152b36b5d
chore: add shouldBlockScroll stories (#4351)
* chore: add `shouldBlockScroll` stories

* chore: add shouldBlockScroll for argtypes

* chore: add shouldBlockScroll story for navbar

* chore: remove unnecessary props
2024-12-19 12:32:08 +08:00
Junior Garcia
e753317b0e Merge branch 'main' into canary 2024-12-18 16:43:35 -03:00
Peterl561
f11659e9cb
docs(switch): custom style example wrong margins (#4389) 2024-12-18 16:40:55 -03:00
Junior Garcia
0cb730b474
chore: posthog ingest removed (#4398) 2024-12-18 16:16:24 -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
աӄա
d9a55d0360
refactor(docs): use onPress event instead (#4353) 2024-12-17 11:17:11 -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
Peterl561
00fc0a0f85
docs(input): form validation examples (#4368)
* docs(forms): minor typos

* docs(input): form validation examples
2024-12-17 11:14:14 -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
Junior Garcia
8d53e8bf7a Merge branch 'main' into canary 2024-12-13 15:47:24 -03:00
Junior Garcia
384382a719 fix: modal scroll 2024-12-13 15:47:04 -03:00
Junior Garcia
fd86056e24 Merge branch 'main' into canary 2024-12-12 10:16:05 -03:00
Junior Garcia
c9da5d482c
fix: re-renders (#4349) 2024-12-12 10:15:33 -03:00
Junior Garcia
a697439b83 Merge branch 'main' of github.com:nextui-org/nextui into canary 2024-12-12 09:24:17 -03:00
Peterl561
8e1ace580c
docs(form): form guide link typo (#4339) 2024-12-12 09:13:50 -03:00
Vincentius Roger Kuswara
47b7d3eaeb
feat(docs): preserve scrolling position when navigating to new page (#4294)
* feat: preserve scrolling position

* fix: add debounce and make scrollViewPortRef optional
2024-12-12 09:13:24 -03:00
Peterl561
c8a576e1f7
fix(docs): horizontal scroll triggering intersection observer (#4341) 2024-12-12 09:11:16 -03:00
OwLu0905
68d5b274ca
docs(blog): v2.6.0 link typo (#4342) 2024-12-12 09:10:25 -03: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
Junior Garcia
2fb6efa4d3
Merge pull request #4334 from nextui-org/fix/eng-1711
* fix(switch): bump `@nextui-org/theme` in peerDependencies

* fix(checkbox): bump `@nextui-org/theme` in peerDependencies

* fix(radio): bump `@nextui-org/theme` in peerDependencies

* chore(changeset): update packages
2024-12-11 14:54:35 -03:00
WK Wong
111178338d chore(changeset): update packages 2024-12-11 23:51:19 +08:00