Junior Garcia
139b28437b
feat(calendar): initial structure
2024-03-05 23:30:37 -03:00
black197
0a10de8d08
Fix(tooltip): allow non-ReactElement children ( #2079 )
...
* fix(tooltip): accept non-ReactElement as children
* chore: changeset
2024-03-05 16:33:10 -03:00
աӄա
bae544d198
fix: isReadOnly in Autocomplete ( #2429 )
...
* feat(autocomplete): add isReadOnly example
* fix(autocomplete): isReadOnly logic in Autocomplete
* feat(root): add changeset - fixed isReadOnly logic in Autocomplete
* chore(stories): set isClearable to false
* fix(autocomplete): revise isClearable logic
2024-03-05 16:15:20 -03:00
Junior Garcia
feafb36fcc
Fix/dropdown disabled state ( #2452 )
...
* fix(popover): dropdown behavior on disabled state and update popover trigger props
* chore(dropdown): add DisabledTrigger story to dropdown.stories.tsx
2024-03-05 16:14:19 -03:00
աӄա
65f48135d6
fix(stories): link anchor typo ( #2447 )
2024-03-05 09:53:04 -03:00
աӄա
0a9982d3ef
fix(dropdown): getMenuTriggerProps mergeProps ( #2450 )
...
* fix(dropdown): getMenuTriggerProps mergeProps
* feat(changeset): fixed getMenuTriggerProps mergeProps
* refactor(dropdown): use isDisabled directly
* chore(changeset): correct issue number
2024-03-05 08:58:01 -03:00
github-actions[bot]
3a0f2c5610
ci(changesets): version packages ( #2029 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-03-03 20:54:23 -03:00
HaRuki
e12f3faa81
fix(components): autocomplete, tabIndex is not passed on input ( #2375 )
...
* fix(components): autocomplete, tabIndex is not passed on input
* fix(components): autocomplete, tabIndex is not passed on input
* Update metal-gorillas-dress.md
2024-03-03 20:37:11 -03:00
HaRuki
f63b20c59d
fix(components): accordion component throws "validateDOMNesting" erro… ( #2169 )
...
* fix(components): accordion component throws "validateDOMNesting" error on the storybook
* fix(components): accordion component throws "validateDOMNesting" error on the storybook
* fix(components): accordion component throws "validateDOMNesting" error on the storybook
* fix(components): accordion component throws "validateDOMNesting" error on the storybook
* fix(docs): accordion component throws "validateDOMNesting" error on the storybook
2024-03-03 20:36:05 -03:00
nitipat.rstw
d6b42f757a
fix: added missing ChipProps import ( #2205 )
2024-03-03 18:16:08 -03:00
u3u
a235e324b9
feat: add updatePositionDeps prop to popover component ( #2390 )
2024-03-03 17:44:30 -03:00
HaRuki
9b27da544e
fix(components): isdisabled does not disable dropdown ( #2435 )
2024-03-03 17:30:27 -03:00
Mark Wilson
fa27bccb37
fix : #2382 typo in modal transition CSS variable access ( #2426 )
2024-03-01 18:46:05 -03:00
աӄա
0ce10269c2
fix(components): incorrect strokeWidth ( #2410 )
...
* fix(components): incorrect strokeWidth
* feat(changeset): incorrect strokeWidth in circular progress
2024-02-27 11:31:38 -03:00
աӄա
dec7d411b5
fix: pagination RTL ( #2393 )
...
* fix(components): handle RTL in onNext and onPrevious in use-pagination.ts
* fix(components): invert forward icon for RTL
* fix(hooks): invert pagination logic for RTL
* chore(root): add changeset for pagination RTL change
* fix(hooks): add isRTL to hook dependency
* fix(components): add isRTL to hook dependency
* fix(components): incorrect isDisabled logic
* refactor(hooks): remove isRTL dependency from paginationRange
* chore(deps): add @react-aria/i18n
2024-02-27 11:29:54 -03:00
Prakash Choudhary
e6f36281cb
fix(components): number input label #2268 fixed ( #2274 )
...
* fix(components): number input label #2268 fixed
* fix(component): comments resolved
* fix(component): format with prettier
---------
Co-authored-by: Prakash Choudhary <prakashchoudhary@Prakashs-iMac.local>
2024-02-21 23:12:44 -05:00
աӄա
60e453d265
fix(docs): typos ( #2373 )
2024-02-18 01:57:41 -03:00
աӄա
e4ba43b4e3
fix(components): input label overlapping issue ( #2371 )
...
* fix(components): input label overlapping issue
* chore(root): add changeset for input overlapping issue
2024-02-17 15:10:12 -03:00
Ali Idrizi
0b5cde7bc4
fix(spinner): pass classNames.label to slot ( #2325 )
2024-02-12 21:37:57 -03:00
HaRuki
9ff61b5d54
docs(components): table component link for storybook does not work ( #2342 )
2024-02-12 21:08:40 -03:00
HaRuki
7a3015c497
docs(components): tabs component link for storybook does not work ( #2344 )
2024-02-12 21:08:15 -03:00
Frozen FIsh
2106d987f2
fix: plop template error ( #2333 )
...
* chore: replace wrong script
* fix: plop templates
2024-02-11 10:34:09 -03:00
Friedemann Sommer
bea1e1fde8
components/tooltip replace "useLayoutEffect" with "useSafeLayoutEffect" ( #2021 )
2023-12-23 12:40:19 -03:00
Junior Garcia
01aedcf09b
fix(popover): isDismissable prop passed to aria popover hook ( #2032 )
2023-11-24 09:46:51 -03:00
Junior Garcia
436ba1cd84
fix(input): clearable feature ( #2031 )
2023-11-24 09:35:49 -03:00
Junior Garcia
0ba165f0fd
fix(input): label placement outside when label is missing ( #2028 )
2023-11-24 09:20:39 -03:00
Junior Garcia
6951e262e5
fix(scroll-shadow): typo in scroll-shadow.stories.tsx ( #1982 )
2023-11-15 09:52:01 -03:00
github-actions[bot]
12cebcfdac
ci(changesets): version packages ( #1940 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2023-11-10 10:09:54 -03:00
Junior Garcia
467383b8a2
fix(switch): element type ( #1949 )
2023-11-10 09:06:49 -03:00
Junior Garcia
aab1dbf77c
Fix/autocomplete ref ( #1948 )
...
* fix(tabs): selected key prop duplicated type removed
* fix(autocomplete): reference aims to input
* chore(autocomplete): changeset
2023-11-10 09:03:49 -03:00
Junior Garcia
36775dceee
fix(navbar): style prop ( #1946 )
2023-11-10 08:23:15 -03:00
github-actions[bot]
57cafa06d0
ci(changesets): version packages ( #1929 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2023-11-08 12:28:39 -03:00
Junior Garcia
d2bd008ba3
chore(textarea): refactor Textarea component props and add ( #1928 )
...
hasHelper prop
2023-11-08 12:16:41 -03:00
github-actions[bot]
2f87b8d644
ci(changesets): version packages ( #1924 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2023-11-08 11:29:59 -03:00
Junior Garcia
9189b3fbf2
fix(textarea): styles issues and start/end content props added ( #1923 )
...
* fix(textarea): styles issues and start/end content props added
* chore(textarea): multiple rows prop renamed
2023-11-08 10:33:00 -03:00
github-actions[bot]
1149345cae
ci(changesets): version packages ( #1916 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2023-11-07 10:35:29 -03:00
Junior Garcia
135cc21e6f
fix(menu): add hideSelectedIcon prop to menu and listbox ( #1915 )
...
sections
2023-11-07 10:16:02 -03:00
Junior Garcia
7f6218b978
fix(select): multiline styles ( #1914 )
2023-11-07 10:06:35 -03:00
github-actions[bot]
0eb9f1e3fe
ci(changesets): version packages ( #1903 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2023-11-06 17:12:38 -03:00
Junior Garcia
85a820eeff
fix(autocomplete): endContent prop ( #1902 )
2023-11-06 16:25:00 -03:00
Junior Garcia
6a6d426b10
fix(input): label position and styles ( #1901 )
...
* fix(input): label position and styles
* fix(textarea): invalid state
2023-11-06 15:45:05 -03:00
github-actions[bot]
a3cbb5997b
ci(changesets): version packages ( #1878 )
...
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2023-11-06 08:39:24 -03:00
Junior Garcia
e728a8967b
fix(theme): update input and select styling and add data attribute for ( #1891 )
...
value
2023-11-06 08:20:02 -03:00
Junior Garcia
acba2cf8f5
Fix/input select helper position ( #1884 )
...
* fix(input): fix input and select component styles
* chore(root): changeset
2023-11-05 20:00:48 -03:00
Junior Garcia
1a129db6fe
chore: merge branch main
2023-11-05 10:30:55 -03:00
Junior Garcia
44ed1056e7
chore(root): changeset added
2023-11-05 10:24:48 -03:00
Junior Garcia
db0e26a003
ci(changesets): version packages
2023-11-05 10:02:18 -03:00
Junior Garcia
38af48faf5
fix(core): update peer dependencies for several packages
2023-11-05 09:53:57 -03:00
Junior Garcia
ef61a3fe09
Revert "fix(root): peer dependecies update only when out of range"
...
This reverts commit bc4927c90177d7b500fe8aafceba0e55f17c0533.
2023-11-05 09:25:52 -03:00
Junior Garcia
bc4927c901
fix(root): peer dependecies update only when out of range
2023-11-05 09:23:28 -03:00