3422 Commits

Author SHA1 Message Date
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
WK Wong
ea304d1be7 fix(radio): bump @nextui-org/theme in peerDependencies 2024-12-11 23:50:34 +08:00
WK Wong
d481cc0f98 fix(checkbox): bump @nextui-org/theme in peerDependencies 2024-12-11 23:50:26 +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
Junior Garcia
053c1a703c
v.2.6.8 (#4324)
* ci: when build fail will exit the release process (#4319)

* fix: on click event on interactive elements (#4322)

* chore: deprecated style added to api table

* ci(changesets): version packages (#4323)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

---------

Co-authored-by: winches <329487092@qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-10 19:01:00 -03:00
Junior Garcia
31ab5085f1 Merge branch 'canary' of github.com:nextui-org/nextui into canary 2024-12-10 18:59:54 -03:00
Junior Garcia
c0c57e0b02 Merge branch 'main' of github.com:nextui-org/nextui into canary 2024-12-10 18:59:36 -03:00
github-actions[bot]
85893b5440
ci(changesets): version packages (#4323)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.2.5 @nextui-org/alert@2.2.7 @nextui-org/aria-utils@2.2.5 @nextui-org/autocomplete@2.3.7 @nextui-org/button@2.2.7 @nextui-org/calendar@2.2.7 @nextui-org/card@2.2.7 @nextui-org/date-picker@2.3.7 @nextui-org/drawer@2.2.5 @nextui-org/dropdown@2.3.7 @nextui-org/link@2.2.5 @nextui-org/listbox@2.3.7 @nextui-org/menu@2.2.7 @nextui-org/modal@2.2.5 @nextui-org/navbar@2.2.5 @nextui-org/popover@2.3.7 @nextui-org/react@2.6.8 @nextui-org/select@2.4.7 @nextui-org/slider@2.4.5 @nextui-org/snippet@2.2.8 @nextui-org/tabs@2.2.5 @nextui-org/tooltip@2.2.5 @nextui-org/use-aria-button@2.2.3 @nextui-org/use-aria-link@2.2.3 @nextui-org/use-aria-modal-overlay@2.2.3
2024-12-10 18:12:33 -03:00
Junior Garcia
720a8dd726 chore: deprecated style added to api table 2024-12-10 18:12:04 -03:00
Junior Garcia
78c09280e3
fix: on click event on interactive elements (#4322) 2024-12-10 18:01:39 -03:00
winches
a289ff8a67
ci: when build fail will exit the release process (#4319) 2024-12-10 12:33:09 -03:00
Junior Garcia
3f119d9b30
Merge pull request #4318 from nextui-org/canary
v2.6.7
2024-12-10 11:50:02 -03:00
Junior Garcia
2b1eb1b4f0 chore: merged with main 2024-12-10 11:49:30 -03:00
Junior Garcia
c93e3796ff chore: update release workflow 2024-12-10 11:40:17 -03:00
github-actions[bot]
cc5f98dd40
ci(changesets): version packages (#4316)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/alert@2.2.6 @nextui-org/autocomplete@2.3.6 @nextui-org/button@2.2.6 @nextui-org/calendar@2.2.6 @nextui-org/card@2.2.6 @nextui-org/checkbox@2.3.6 @nextui-org/date-input@2.3.6 @nextui-org/date-picker@2.3.6 @nextui-org/dropdown@2.3.6 @nextui-org/form@2.1.6 @nextui-org/input-otp@2.1.6 @nextui-org/input@2.4.6 @nextui-org/listbox@2.3.6 @nextui-org/menu@2.2.6 @nextui-org/pagination@2.2.6 @nextui-org/popover@2.3.6 @nextui-org/radio@2.3.6 @nextui-org/react@2.6.7 @nextui-org/ripple@2.2.5 @nextui-org/select@2.4.6 @nextui-org/snippet@2.2.7 @nextui-org/switch@2.2.6 @nextui-org/table@2.2.6 @nextui-org/theme@2.4.3
2024-12-10 11:29:21 -03:00
Junior Garcia
2b3863d309 chore: update release workflow 2024-12-10 11:29:03 -03:00
Junior Garcia
5598806216
fix: build (#4314) 2024-12-10 11:21:47 -03:00