Update Component Screenshots from CI Screenshot baselines are no longer stored in the repository . They are managed by an external screenshot service ( ). The CI workflow uploads screenshots to this service and diffs them automatically. When the GitHub Action detects changes, it posts a PR comment with before/after comparisons. No manual baseline updates are needed — the screenshots on the branch commit become the new baselines automatically after merge. What Changed - Baseline images were removed from . - Git LFS is no longer used for screenshot storage. - The screenshot service stores image…