Skip to content

fix(packaging): include missing component styles in main bundle#1443

Open
KRUSHAL2956 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
KRUSHAL2956:fix/1432-missing-component-imports
Open

fix(packaging): include missing component styles in main bundle#1443
KRUSHAL2956 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
KRUSHAL2956:fix/1432-missing-component-imports

Conversation

@KRUSHAL2956
Copy link
Copy Markdown
Contributor

Pull Request Description

Adds the missing component stylesheet imports (chip.css, footer.css, sidebar.css, and scroll-progress.css) to the framework entry bundle (easemotion.css).


Type of Change

  • Other (Packaging/Maintenance Fix)

Submission Checklist

  • One feature/bugfix per PR
  • Build and tests pass successfully
  • Output bundle contains all required styles

Notes for Maintainer

This PR resolves issue #1432 where several core component stylesheets were omitted from the main bundle entry, making them unavailable when loading easemotion.css.

Closes #1432

Adds chip.css, footer.css, sidebar.css, and scroll-progress.css imports
to easemotion.css so all component styles ship in the bundled output.

Closes SAPTARSHI-coder#1432
@KRUSHAL2956
Copy link
Copy Markdown
Contributor Author

@SAPTARSHI-coder please review this merge request. This PR imports the missing component stylesheets (chip, footer, sidebar, scroll-progress) in the main entry bundle to fix the packaging omissions.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

📊 CSS Bundle Size Benchmark

This PR changes the size of easemotion.min.css.

Metric Base Branch This PR Difference
Raw 47.43 KB 55.38 KB 📈 +7.95 KB
Gzip 8.34 KB 9.59 KB 📈 +1.25 KB
Brotli 7.13 KB 8.22 KB 📈 +1.09 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📦 Packaging: Multiple Component Stylesheets Omitted from Main Entry Bundle

1 participant