227 Commits

Author SHA1 Message Date
Junior Garcia
3aa86423aa
Fix/1625 (#1628)
* fix(listbox): item classNames prop, listbox wrapper export

* chore(listbox): changesets
2023-09-15 00:53:26 +00:00
Junior Garcia
59ed34b3de
fix(docs): table use case example fixed, sandpack tabs padding added (#1627) 2023-09-15 00:30:17 +00:00
Chong Ruei He
f58fc9bb69
fix(docs): add scrollbehavior ts support (#1618) 2023-09-14 20:13:07 +00:00
Koen Verheyen
cf32b5ae8b
Update standalone.ts (#1614) 2023-09-12 13:18:47 -03:00
Troye
d8d2b87cb8
fix(docs): table async pagination (#1491)
* fix(docs): change to swr

* chore(table): change to swr

* fix(table): keep the pagination when switching pages

* chore(repo): pnpm lockfile updated
2023-09-02 12:56:39 +00:00
Vansh Shah
7a17256268
Solved error in Listbox Component (#1530) 2023-08-31 14:06:13 -03:00
MisterHims
bf2bc265ee
feat: adding some adjustements on listbox and dropdown doc pages (#1520)
* fix: some typo and renamed use infinite scroll call on async section of select docpage

* fix(listbox-docpage): note doublon from the with icons section

* fix(switch-docpage): add a missing whitespace

* fix(dropdown-docpage): remove note doublon

* fix(dropdown-docpage): adding DropdownSection dependencu into the with-section code

* fix(dropdown-docpage): do not need Button component on custom-trigger section code

* fix(dropdown-docpage): fixed typo missing letter on dropdown-item list

* fix(dropdown-section): add missing comma
2023-08-29 18:05:55 +00:00
MisterHims
cf6bf749a1
feat: adding some ajustements on listbox and dropdown doc pages (#1518) 2023-08-29 13:20:51 -03:00
MisterHims
40b42001f9
fix: some typo and renamed use infinite scroll call on async section of select docpage (#1509) 2023-08-27 19:30:49 -03:00
nirmalkumar
609e9f4c11
fix -( Image-Tag issue in Cover-image.ts ) (#1462) 2023-08-21 21:16:33 +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
Junior Garcia
ac8afec964 fix(modal): docs issues 2023-08-19 18:33:51 -03:00
Junior Garcia
3f6fd48eee
fix(docs): modal mail icon imports (#1421) 2023-08-17 12:48:06 +00:00
Victor Bejas
80a8f7e94c
fix/add import CardFooter at Card component composition (#1408) 2023-08-15 16:19:39 -03:00
Junior Garcia
d0341020e6
fix(docs): navbar with search input example (#1384) 2023-08-12 23:53:22 -03:00
navedqb
25a918d146
Fixed incorrect import in card component (#1364) 2023-08-11 09:04:17 -03:00
Junior Garcia
d13a14facc
Fix/events and props issues (#1351)
* fix(root): filter dom props func, accordion keep content mounted, navbaropen menu callbacks

* fix(docs): examples keys
2023-08-10 17:10:53 -03:00
Tianen Pang
894d85d059
docs(table): use case example (#1326) 2023-08-08 14:43:40 -03:00
Junior Garcia
e96b1dbab0
fix(docs): radio & checkbox custom styles (#1273) 2023-08-04 22:34:37 -03:00
Junior Garcia
bdc246a8a4
fix(table): ts use-case example, page state added (#1271) 2023-08-04 22:32:53 -03:00
Tianen Pang
5064bfe4e4
fix(docs): navbar examples (#1269)
* fix(navbar): use button tag and correctly pass props with child

* chore(navbar): sync example and code snippet
2023-08-04 14:41:54 -03:00
Jakob Guddas
3e5af52ae1
docs: improved group-use-case example (#1217) 2023-07-23 18:06:33 -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
Jakob Guddas
ffd1c4d535
fix: fixed navbar link problems in docs (#1199)
* fix: fixed navbar link problems in docs

* fix: fixed navbar link problems in docs
2023-07-16 11:36:40 -03:00
Junior Garcia
d745cd114f fix(docs): table use case example 2023-07-15 12:43:36 -03:00
Junior Garcia
3277ef2b0a feat(docs): new snapshot, sandpack fixes, table fixes 2023-07-15 12:02:17 -03:00
Junior Garcia
3a1868baf5 feat(docs): table custom styles example added, api added 2023-07-14 22:39:48 -03:00
Junior Garcia
72d7158034 fix(root): table sandpacks, input label placeholder 2023-07-14 00:31:44 -03:00
Junior Garcia
504eb1dc47 feat(docs): more table examples added 2023-07-13 21:09:53 -03:00
Junior Garcia
1ff1c7b111 feat(docs): table docs in progress 2023-07-12 21:52:32 -03:00
Junior Garcia
a822eddc11 feat(navbar): controlled example added, data atrrs addded 2023-07-11 19:57:57 -03:00
Junior Garcia
874bbe87e7 feat(navbar): docs improved, new release published 2023-07-11 18:16:15 -03:00
Junior Garcia
8810699b14 chore(root): tv upgraded 2023-07-10 19:03:38 -03:00
Junior Garcia
f4224c9c46 feat(root): new snap 2023-07-08 16:35:03 -03:00
Junior Garcia
1251cc9a9b chore(modal): new snapshot 2023-07-08 12:34:54 -03:00
Junior Garcia
09f30f93aa feat(modal): mobile transition changed 2023-07-08 11:44:17 -03:00
Junior Garcia
653e7d2031 fix(root): radio and checkbox state memoized, accordion transition changed 2023-07-07 20:53:10 -03:00
Junior Garcia
29f0d9a937 feat(root): accordion animation improved, units introduced, button spacing migrated to units 2023-07-06 20:28:09 -03:00
Junior Garcia
5b5756bb33 feat(root): new ripple pkg created 2023-07-06 00:08:39 -03:00
Junior Garcia
4567cf525d feat(docs): navbar docs fixed, popover and dropdown animations improved 2023-07-03 22:57:49 -03:00
Junior Garcia
316010e210 fix(dropdown): styles fixed 2023-07-02 00:48:24 -03:00
Junior Garcia
d11a3a8607 chore(root): boundary color removed, dropdown styles changed 2023-07-02 00:36:39 -03:00
Junior Garcia
234f217a1c fix(docs): card examples 2023-07-01 23:31:37 -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
ce9abed071 feat(docs): navbar in progress 2023-06-25 20:36:09 -03:00
Junior Garcia
6b88866307 feat(docs): dropdown done 2023-06-25 12:01:59 -03:00
Junior Garcia
436fd99b09 feat(docs): dropdown styles and API changed, custom styles examples improved 2023-06-25 00:54:07 -03:00
Junior Garcia
44722b6430 chore(root): dropdown items improved on mobile, colros small changes 2023-06-24 18:58:00 -03:00
Junior Garcia
cbced8df45 feat(docs): dropdown docs in progress, some styles changes 2023-06-24 00:39:05 -03:00
Junior Garcia
f5db202b13 feat(docs): dropdown docs almost done 2023-06-23 19:57:30 -03:00