Hamed.dev
Hamed.dev
# Fix: Add missing dark mode hover styles to Calendar day buttons in create page Fixes #9028 ## Summary This PR fixes inconsistent hover styling in the Calendar component's day...
### What changed Fixes an issue where the combobox popup background was transparent when using the **Mira** theme in **dark mode**, making options hard to read. ### Why The Mira...
## Description Fixes the incomplete focus ring issue when navigating with the Tab key through ScrollArea components. Closes #9003 ## Problem When using keyboard navigation (Tab key) through links inside...
## Description Fixes the tooltip arrow color mismatch in dark mode for the chart copy button. ## Problem The `ChartCopyButton` component was using hardcoded colors (`bg-black text-white`) for the tooltip,...
## Summary Remove scale-based animations from Base UI Select styles to prevent popup misalignment when opening or selecting a value. This change significantly improves alignment consistency across styles (Lyra, Nova,...
### Description Fixes the Calendar component's inability to forward refs to the Button component used in CalendarDayButton. The react-day-picker library requires ref forwarding for proper focus management and keyboard navigation....
# Summary This PR refactors the build system by extracting duplicated logic from dev.js and Rollup’s build-shared.js into a new shared helper module scripts/build-shared.js. ### What this PR does -...