mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
- Move PlayButton and MuteButton state definitions from React/HTML packages to core media-store - Create component-state-definitions directory in @vjs-10/media-store - Update exports in media-store to include new state definitions - Update all React and HTML components to import from @vjs-10/media-store - Remove duplicate state definition files from React and HTML packages - Establish single source of truth for component state logic in core package - Fix TypeScript declaration generation for proper module resolution This migration follows the monorepo architecture where core packages provide foundation logic and platform packages consume it, eliminating code duplication and ensuring consistent behavior across implementations. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>