2372 Commits

Author SHA1 Message Date
github-actions[bot]
af925d56d1
ci(changesets): version packages (#1453)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.14 @nextui-org/avatar@2.0.12 @nextui-org/badge@2.0.10 @nextui-org/button@2.0.12 @nextui-org/card@2.0.12 @nextui-org/checkbox@2.0.13 @nextui-org/chip@2.0.12 @nextui-org/code@2.0.10 @nextui-org/divider@2.0.11 @nextui-org/dropdown@2.1.0 @nextui-org/image@2.0.12 @nextui-org/input@2.1.0 @nextui-org/kbd@2.0.11 @nextui-org/link@2.0.13 @nextui-org/listbox@2.1.0 @nextui-org/menu@2.0.1 @nextui-org/modal@2.0.14 @nextui-org/navbar@2.0.12 @nextui-org/pagination@2.0.13 @nextui-org/popover@2.1.0 @nextui-org/progress@2.0.12 @nextui-org/radio@2.0.13 @nextui-org/react-rsc-utils@2.0.7 @nextui-org/react-utils@2.0.7 @nextui-org/react@2.1.0 @nextui-org/ripple@2.0.12 @nextui-org/scroll-shadow@2.1.0 @nextui-org/select@2.1.0 @nextui-org/shared-icons@2.0.3 @nextui-org/skeleton@2.0.10 @nextui-org/snippet@2.0.15 @nextui-org/spacer@2.0.10 @nextui-org/spinner@2.0.10 @nextui-org/switch@2.0.12 @nextui-org/table@2.0.14 @nextui-org/tabs@2.0.12 @nextui-org/theme@2.1.0 @nextui-org/tooltip@2.0.14 @nextui-org/use-aria-multiselect@2.1.0 @nextui-org/use-data-scroll-overflow@2.1.0 @nextui-org/use-infinite-scroll@2.1.0 @nextui-org/use-real-shape@2.0.7 @nextui-org/user@2.0.13
2023-08-21 12:41:43 +00:00
Junior Garcia
baec55029d
Feat/select component (#1313)
* chore(root): menu and select components in progress

* chore(root): merged with main

* feat(menu): stories created

* feat(dropdown): menu migrated to menu component

* feat(select): base implementation in progress

* feat(select): listbox implemented

* feat(select): scroll overflow and auto scroll added

* feat(select): colors & variants improved, inside placement complete, outside pending

* feat(scroll-shadow): new component in progress

* feat(select): scroll shadow integrated

* fix(select): popover implementation, more scroll shadow stories added

* feat(listbox): custom styles example added to stories

* chore(listbox): overflow hidden removed

* feat(select): variants and styles completed

* chore(select): description story added

* feat(select): more stories added

* fix(select): dynamic collections inference, styles improved, more stories added

* fix(select): auto scroll to selected item, scroll padding added

* chore(select): scroll behavior changed to nearest

* feat(select): custom item story added

* fix(select): autoscroll fixed

* feat(select): multi select support added

* feat(select): more examples added, clean-package modified to remove dev packages

* chore(modal): useImperativeHandle removed

* feat(select): render value story improved

* feat(docs): listbox & scroll shadow docs done

* feat(docs): select documentation in progress

* fix: select aria label (#1425)

* feat(docs): more examples added

* feat(docs): select multiple added, storybook favicon changed

* fix: added value to aria label of select (#1431)

* feat(select): more examples added, storybook favicon changed

* fix(popover): dialog role removed

* feat(select): api added, async loading exampled added

* fix: fixed list box on click not working with sr click (#1439)

* feat(select): async items loading support added and documented

* feat(root): input styles updated to be as the select ones

* chore(root): listbox and scroll shadow readme updated

* feat(select): ts examples added, banner updated

* fix(popover): voiceover closes when focusing an item fixed

* chore(select): focus scope removed

* fix(popover): free solo popover added to use without a trigger

* feat(select): blog post added

* chore(docs): search meta generated, multi controlled onchange example fixed

* chore(root): changeset added

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
2023-08-21 12:28:01 +00:00
Gaurav Pandey
ea2868e58e
updated doc handling hydration mismatch error (#1449)
Co-authored-by: btsb78 <gaurav.pandey@kratikal.com>
2023-08-20 20:42:01 +00:00
Junior Garcia
691f380dff fix(docs): client directive added to next app examples on dark mode page 2023-08-20 11:45:23 -03:00
Junior Garcia
ac8afec964 fix(modal): docs issues 2023-08-19 18:33:51 -03:00
Loïc GREFFIER
5fe5521a7c
fix(docs): replaced ghost by dot in chip variants (#1436) 2023-08-18 20:49:36 -03:00
github-actions[bot]
15403bc67e
ci(changesets): version packages (#1435) @nextui-org/accordion@2.0.13 @nextui-org/react@2.0.24 2023-08-18 18:16:55 -03:00
Junior Garcia
c186f37c98
fix(accordion): hide indicator prop in accordion item (#1433) 2023-08-18 20:59:49 +00:00
github-actions[bot]
1bc2a50e2c
ci(changesets): version packages (#1434)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/link@2.0.12 @nextui-org/react@2.0.23 @nextui-org/use-aria-link@2.0.12
2023-08-18 20:57:44 +00:00
Junior Garcia
453f792a7a
fix(link): warning onClick removed (#1432) 2023-08-18 20:50:13 +00:00
Junior Garcia
3f6fd48eee
fix(docs): modal mail icon imports (#1421) 2023-08-17 12:48:06 +00:00
github-actions[bot]
d7c6c79f38
ci(changesets): version packages (#1414)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/modal@2.0.13 @nextui-org/react@2.0.22 @nextui-org/snippet@2.0.14 @nextui-org/tooltip@2.0.13
2023-08-15 20:35:07 -03:00
Junior Garcia
f068552774
refactor(tooltip): style prop merged with the passed one (#1413) 2023-08-15 20:28:23 -03:00
Cesar Leonardo Insuasty Moreno
6d7372ede1
fix: Import CardFooter in the card component doc (#1412) 2023-08-15 18:52:16 -03:00
github-actions[bot]
1487219a1c
ci(changesets): version packages (#1411)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.12 @nextui-org/dropdown@2.0.13 @nextui-org/popover@2.0.12 @nextui-org/react@2.0.21 @nextui-org/snippet@2.0.13 @nextui-org/user@2.0.12
2023-08-15 18:30:06 -03:00
Junior Garcia
6e7e834c2d
fix(popover): allow pass custom z-index (#1410) 2023-08-15 18:22:08 -03:00
Victor Bejas
80a8f7e94c
fix/add import CardFooter at Card component composition (#1408) 2023-08-15 16:19:39 -03:00
github-actions[bot]
fae7467b64
ci(changesets): version packages (#1407)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/input@2.0.14 @nextui-org/react@2.0.20
2023-08-15 14:41:45 -03:00
Tommaso De Rossi
4e7789c1f6
fix(input): don't always use controlled mode (#1406)
* fix(input): don't always use controlled mode

* fix(input): don't pass value to useTextField

* test(input): added test for mutating input via ref

* chore(input): changelog
2023-08-15 14:24:55 -03:00
Junior Garcia
6694b934e6 fix(docs): accordion item isOpen prop removed 2023-08-14 10:06:07 -03:00
github-actions[bot]
4d341081e3
ci(changesets): version packages (#1393)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.11 @nextui-org/avatar@2.0.11 @nextui-org/badge@2.0.9 @nextui-org/button@2.0.11 @nextui-org/card@2.0.11 @nextui-org/checkbox@2.0.12 @nextui-org/chip@2.0.11 @nextui-org/code@2.0.9 @nextui-org/divider@2.0.10 @nextui-org/dropdown@2.0.12 @nextui-org/image@2.0.11 @nextui-org/input@2.0.13 @nextui-org/kbd@2.0.10 @nextui-org/link@2.0.11 @nextui-org/modal@2.0.12 @nextui-org/navbar@2.0.11 @nextui-org/pagination@2.0.12 @nextui-org/popover@2.0.11 @nextui-org/progress@2.0.11 @nextui-org/radio@2.0.12 @nextui-org/react-rsc-utils@2.0.6 @nextui-org/react-utils@2.0.6 @nextui-org/react@2.0.19 @nextui-org/ripple@2.0.11 @nextui-org/skeleton@2.0.9 @nextui-org/snippet@2.0.12 @nextui-org/spacer@2.0.9 @nextui-org/spinner@2.0.9 @nextui-org/switch@2.0.11 @nextui-org/table@2.0.13 @nextui-org/tabs@2.0.11 @nextui-org/tooltip@2.0.12 @nextui-org/use-real-shape@2.0.6 @nextui-org/user@2.0.11
2023-08-13 22:07:15 -03:00
github-actions[bot]
df562449fb
ci(changesets): version packages (#1392)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2023-08-13 21:50:12 -03:00
Junior Garcia
4063362699 fix(popover): use layout effect on the server warning 2023-08-13 21:42:57 -03:00
Junior Garcia
94d65df533
fix(root): filter dom props function fixed, slot prop added (#1391)
* fix(root): filter dom props function fixed, slot prop added

* chore(root): changeset added
2023-08-13 21:41:42 -03:00
Junior Garcia
8f66c6b564 fix(docs): individual installation highlights 2023-08-13 15:32:22 -03:00
Junior Garcia
4a19a3c906 Merge branch 'main' of github.com:nextui-org/nextui 2023-08-13 15:25:03 -03:00
Junior Garcia
0be398ade9 fix(docs): individual components styles 2023-08-13 15:24:48 -03:00
github-actions[bot]
50d23e5378
ci(changesets): version packages (#1385)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.10 @nextui-org/avatar@2.0.10 @nextui-org/badge@2.0.8 @nextui-org/button@2.0.10 @nextui-org/card@2.0.10 @nextui-org/checkbox@2.0.11 @nextui-org/chip@2.0.10 @nextui-org/code@2.0.8 @nextui-org/divider@2.0.9 @nextui-org/dropdown@2.0.11 @nextui-org/image@2.0.10 @nextui-org/input@2.0.12 @nextui-org/kbd@2.0.9 @nextui-org/link@2.0.10 @nextui-org/modal@2.0.11 @nextui-org/navbar@2.0.10 @nextui-org/pagination@2.0.11 @nextui-org/popover@2.0.10 @nextui-org/progress@2.0.10 @nextui-org/radio@2.0.11 @nextui-org/react@2.0.18 @nextui-org/ripple@2.0.10 @nextui-org/skeleton@2.0.8 @nextui-org/snippet@2.0.11 @nextui-org/spacer@2.0.8 @nextui-org/spinner@2.0.8 @nextui-org/switch@2.0.10 @nextui-org/table@2.0.12 @nextui-org/tabs@2.0.10 @nextui-org/theme@2.0.5 @nextui-org/tooltip@2.0.11 @nextui-org/user@2.0.10
2023-08-13 00:03:39 -03:00
Junior Garcia
d0341020e6
fix(docs): navbar with search input example (#1384) 2023-08-12 23:53:22 -03:00
github-actions[bot]
4170ecdc76
ci(changesets): version packages (#1383)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/checkbox@2.0.10 @nextui-org/radio@2.0.10 @nextui-org/react@2.0.17 @nextui-org/table@2.0.11
2023-08-12 23:33:09 -03:00
Junior Garcia
e2b0076b53 chore(root): version field moved to bug report template 2023-08-12 23:27:55 -03:00
Junior Garcia
e2b0497b07
fix(root): checkbox and radio onChange event types fixed (#1381) 2023-08-12 23:26:07 -03:00
Junior Garcia
df3b309542 Merge branch 'main' of github.com:nextui-org/nextui 2023-08-12 22:56:11 -03:00
Junior Garcia
6c35a502fe chore(root): feature request template updated, version added 2023-08-12 22:55:37 -03:00
github-actions[bot]
a629f8c088
ci(changesets): version packages (#1378)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/dropdown@2.0.10 @nextui-org/react@2.0.16
2023-08-12 11:40:59 -03:00
Junior Garcia
fd4e01dcfa
fix(dropdown): spread key warning (#1377) 2023-08-12 11:33:13 -03:00
github-actions[bot]
e9c08abd55
ci(changesets): version packages (#1374)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/react@2.0.15 @nextui-org/table@2.0.10
2023-08-11 21:10:32 -03:00
Junior Garcia
3e263aa882
fix(table): layout property (#1372) 2023-08-11 20:58:57 -03:00
Junior Garcia
9add9aba97
chore(docs): current version added to navbar dropdown (#1373) 2023-08-11 20:48:00 -03:00
Tudor Comparan
0311ae43f1
individual instalation, tailwind setup, require correct nextui package (#1371) 2023-08-11 16:07:23 -03:00
github-actions[bot]
79c5fb9a94
ci(changesets): version packages (#1370)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/input@2.0.11 @nextui-org/react@2.0.14
2023-08-11 15:02:25 -03:00
Junior Garcia
abe1ba58de
Fix/input undefined value (#1369)
* fix(input): undefined value uncontrolled

* fix(input): undefined value uncontrolled
2023-08-11 14:54:29 -03:00
Jakob Guddas
e6c3747153
chore: added custom title for release PRs (#1368) 2023-08-11 14:12:11 -03:00
github-actions[bot]
d15b16ecab
ci(changesets): version packages (#1366)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.9 @nextui-org/avatar@2.0.9 @nextui-org/badge@2.0.7 @nextui-org/button@2.0.9 @nextui-org/card@2.0.9 @nextui-org/checkbox@2.0.9 @nextui-org/chip@2.0.9 @nextui-org/code@2.0.7 @nextui-org/divider@2.0.8 @nextui-org/dropdown@2.0.9 @nextui-org/image@2.0.9 @nextui-org/input@2.0.10 @nextui-org/kbd@2.0.8 @nextui-org/link@2.0.9 @nextui-org/modal@2.0.10 @nextui-org/navbar@2.0.9 @nextui-org/pagination@2.0.10 @nextui-org/popover@2.0.9 @nextui-org/progress@2.0.9 @nextui-org/radio@2.0.9 @nextui-org/react-rsc-utils@2.0.5 @nextui-org/react-utils@2.0.5 @nextui-org/react@2.0.13 @nextui-org/ripple@2.0.9 @nextui-org/skeleton@2.0.7 @nextui-org/snippet@2.0.10 @nextui-org/spacer@2.0.7 @nextui-org/spinner@2.0.7 @nextui-org/switch@2.0.9 @nextui-org/table@2.0.9 @nextui-org/tabs@2.0.9 @nextui-org/tooltip@2.0.10 @nextui-org/use-real-shape@2.0.5 @nextui-org/user@2.0.9
2023-08-11 12:20:17 -03:00
Junior Garcia
fe03c42fa1
fix(tooltip): filter dom props function fixed (#1365)
* fix(tooltip): filter dom props function fixed

* fix(root): react types pkg updated
2023-08-11 12:06:47 -03:00
navedqb
25a918d146
Fixed incorrect import in card component (#1364) 2023-08-11 09:04:17 -03:00
github-actions[bot]
87918ac5b4
ci(changesets): version packages (#1360)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.8 @nextui-org/aria-utils@2.0.5 @nextui-org/avatar@2.0.8 @nextui-org/button@2.0.8 @nextui-org/card@2.0.8 @nextui-org/checkbox@2.0.8 @nextui-org/chip@2.0.8 @nextui-org/divider@2.0.7 @nextui-org/dropdown@2.0.8 @nextui-org/framer-transitions@2.0.5 @nextui-org/image@2.0.8 @nextui-org/input@2.0.9 @nextui-org/kbd@2.0.7 @nextui-org/link@2.0.8 @nextui-org/modal@2.0.9 @nextui-org/navbar@2.0.8 @nextui-org/pagination@2.0.9 @nextui-org/popover@2.0.8 @nextui-org/progress@2.0.8 @nextui-org/radio@2.0.8 @nextui-org/react@2.0.12 @nextui-org/ripple@2.0.8 @nextui-org/snippet@2.0.9 @nextui-org/switch@2.0.8 @nextui-org/system@2.0.5 @nextui-org/table@2.0.8 @nextui-org/tabs@2.0.8 @nextui-org/tooltip@2.0.9 @nextui-org/use-aria-accordion-item@2.0.3 @nextui-org/use-aria-button@2.0.3 @nextui-org/use-aria-modal-overlay@2.0.3 @nextui-org/use-aria-toggle-button@2.0.3 @nextui-org/use-disclosure@2.0.3 @nextui-org/use-is-mobile@2.0.3 @nextui-org/user@2.0.8
2023-08-10 23:47:40 -03:00
Junior Garcia
a30cec4810
chore(root): react-aria packages upgraded (#1359) 2023-08-10 23:25:24 -03:00
github-actions[bot]
1b0653c97a
ci(changesets): version packages (#1353)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@nextui-org/accordion@2.0.7 @nextui-org/aria-utils@2.0.4 @nextui-org/avatar@2.0.7 @nextui-org/button@2.0.7 @nextui-org/card@2.0.7 @nextui-org/checkbox@2.0.7 @nextui-org/chip@2.0.7 @nextui-org/dropdown@2.0.7 @nextui-org/framer-transitions@2.0.4 @nextui-org/image@2.0.7 @nextui-org/input@2.0.8 @nextui-org/link@2.0.7 @nextui-org/modal@2.0.8 @nextui-org/navbar@2.0.7 @nextui-org/pagination@2.0.8 @nextui-org/popover@2.0.7 @nextui-org/progress@2.0.7 @nextui-org/radio@2.0.7 @nextui-org/react@2.0.11 @nextui-org/ripple@2.0.7 @nextui-org/snippet@2.0.8 @nextui-org/switch@2.0.7 @nextui-org/system@2.0.4 @nextui-org/table@2.0.7 @nextui-org/tabs@2.0.7 @nextui-org/tooltip@2.0.8 @nextui-org/user@2.0.7
2023-08-10 17:35:26 -03:00
Junior Garcia
710395f3a2
Refactor/remove needless exports system (#1350)
* fix(root): filter dom props func, accordion keep content mounted, navbaropen menu callbacks

* refactor(system): needeless exports removed

* refactor(system): needeless exports removed
2023-08-10 17:27:53 -03:00