Khande Rameshwar
Khande Rameshwar
Added async support to closePredicate so dialogs can wait for confirmation or server checks before closing. The old sync behavior still works. Tests added for async true and false cases....
FocusTrap wasn't picking up elements inside Shadow DOM, so trapping didn’t work with custom elements. Added Shadow DOM traversal for first/last tabbable checks and added tests. Everything passes and works...
When using chakra typegen --outdir ./custom-path, the generated TypeScript files contain broken relative imports that don't work outside the default location: // Generated files have these broken imports: import type...
## Description Fixes ChartTooltipContent to properly handle numeric timestamps in labelFormatter ## Problem When using numeric timestamps as XAxis dataKey, the ChartTooltipContent was passing a processed `value` instead of the...