38 Commits

Author SHA1 Message Date
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
Junior Garcia
d794225cb7
Pr/1224 (#1301)
* chore: storybook migration

* chore: storybook migration

* chore: storybook migration

* fix: moved options in arg types out of control

* fix: fixed type issues

* fix: renamed sb:start script to start

* chore: migrate csf 2 to csf 3

* fix: removed storybook build from root build script

* chore: kick

* chore(root): pnpm lock updated

* chore(root): new changeset

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
2023-08-06 15:04:26 -03:00
Junior Garcia
b887a2f503 refactor(root): sotybook build folder added to repo 2023-08-05 11:13:37 -03:00
Junior Garcia
cd941e64c1
Fix/props suggestions (#1225)
* refactor(core): new forwardRef types created, stories modified, important changes implemented

* feat(docs): custom variants api added, components ref fixed

* fix(components): omit ref removed
2023-07-28 18:00:18 -03:00
Junior Garcia
96f55f10b8 feat(root): extendStyles renamed to extendVariants, compound and default variants support added 2023-07-23 16:28:35 -03:00
Junior Garcia
15b585c51a feat(root): react aria packages upgraded, SSRProvider removed since is no longer needed 2023-07-02 00:20:08 -03:00
Junior Garcia
114c3f5a6b feat(root): layout configuration added to the tailwind plugin, components were adapted 2023-07-01 20:03:52 -03:00
Junior Garcia
1ec784b3a5 feat(docs): migrated to app directory 2023-06-14 00:18:45 -03:00
Junior Garcia
e802caa412 feat(docs): home migrated to app directory 2023-06-13 18:29:03 -03:00
Junior Garcia
f9835e5a17 feat(root): tsup banner added to support use client directive 2023-04-28 20:14:18 -03:00
Junior Garcia
564ec4ddef feat(root): progress and accordion build size reduced by spliting aria utils 2023-03-30 23:04:11 -03:00
Junior Garcia
b6ca9630eb feat(root): clean package file taken from root 2023-03-25 22:46:00 -03:00
Junior Garcia
a3ca1e8ed8 feat(switch): component created 2023-03-14 21:40:22 -03:00
Junior Garcia
c302fa6e73 feat: checkbox group migrated, only tests missing 2023-03-04 18:00:18 -03:00
Junior Garcia
c45109c8f4 feat(root): stitches removed globally, react 18 implemented, pnpm setup changed 2023-03-03 12:00:34 -03:00
Junior Garcia
7153ac81ea feat(root): react 18, react aria packages upgraded 2023-02-28 09:42:34 -03:00
Junior Garcia
3789144e63 feat(snippet): migrated 2023-02-21 15:26:12 -03:00
Junior Garcia
27f2ae1fab feat(tooltip): migrated to react-aria and tw 2023-02-20 18:13:40 -03:00
Junior Garcia
93eafd7738 feat(root): plop component template improved 2023-02-20 11:54:37 -03:00
Junior Garcia
67a3f7af60 chore: hooks exported, plop template modified 2023-02-18 10:25:01 -03:00
Junior Garcia
5b569d97f6 feat: avatar group created, test added, new hooks added 2023-02-14 23:56:59 -03:00
Junior Garcia
22fa4fab6f feat(root): tsup build improved 2023-01-10 17:13:41 -03:00
Junior Garcia
1aad0161bf feat(repo): esm separated from cjs theme 2023-01-08 01:54:16 -03:00
Junior Garcia
282ba1757e git cache cleared 2023-01-07 21:52:46 -03:00
Tianen Pang
0712e72c74
chore: re-format and ignore scripts 2022-11-06 05:42:45 +08:00
Junior Garcia
1808f51ebb feat(components): pagination component added 2022-10-12 21:44:59 -03:00
Junior Garcia
7dcf0d0318 feat(components): card & related components added 2022-10-07 21:55:51 -03:00
Junior Garcia
e80eb0d938 feat(core): root function added to use NextUI.<element> as a component, snippet structure started, plop templated improved 2022-10-05 21:27:27 -03:00
Junior Garcia
dfb2134caa feat(components): link component added 2022-10-03 11:56:05 -03:00
Junior Garcia
3285cee9ba feat(components): link component in progress, plop fixed 2022-10-02 18:33:23 -03:00
Junior Garcia
b6faafd665 feat(components): divider component added 2022-10-02 16:59:13 -03:00
Junior Garcia
3a9f2be6b9 feat(components): text compoenent added, structure improved 2022-10-02 15:22:33 -03:00
Junior Garcia
b0c3d8dcc1 feat(components): grid component added 2022-10-02 12:26:32 -03:00
Junior Garcia
68113816fe feat(components): badge component added, plop template improved" 2022-10-02 11:17:59 -03:00
Junior Garcia
9ac4dc3710 feat(root): plop templates improved, column & spacer components added 2022-09-30 19:25:59 -03:00
Junior Garcia
56bfa2d123 feat(root): build working, plop templates changed, jest upgraded 2022-09-29 18:45:06 -03:00
Junior Garcia
616fc148ec feat(root): structure improvements, initial build working 2022-09-25 11:01:36 -03:00
Junior Garcia
14a5beda7e feat: plop configured, new structure on its way 2022-09-24 22:30:13 -03:00