Migrated our Storybook from Webpack to Vite. This update includes an update to Storybook v10 and simplified configuration. It is also a major performance improvement. !2408
Converted some remaining CJS files to ESM for better consistency across the codebase. !2409
Improved local Storybook snapshot testing workflow by aligning it with the dev Storybook build logic. !2390
Replaced the fast-glob dependency with Node.js built-in glob function to reduce external dependencies and use native functionality. !2389