| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-18 | 729 Bytes | |
| styled-components@6.3.10 source code.tar.gz | 2026-02-18 | 285.3 kB | |
| styled-components@6.3.10 source code.zip | 2026-02-18 | 418.9 kB | |
| Totals: 3 Items | 705.0 kB | 0 | |
Patch Changes
-
f674224: fix: RSC style tags for extended components have correct href and include base CSS (#5663)
- Fix spaces in
<style href>attribute that caused React 19 hydration failures when usingstyled()inheritance - Fix missing base component CSS in RSC output when only the extended component renders
- Emit a separate
<style>tag per inheritance level with content-aware hrefs, enabling React 19 deduplication of shared base styles - Preserve correct CSS ordering (base before extended) for proper specificity override behavior
- Fix spaces in
-
f674224: Reduce standalone/browser bundle size by making IS_RSC a build-time constant, enabling dead code elimination of RSC-specific branches