| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-19 | 944 Bytes | |
| styled-components@6.4.2 source code.tar.gz | 2026-05-19 | 396.3 kB | |
| styled-components@6.4.2 source code.zip | 2026-05-19 | 553.8 kB | |
| Totals: 3 Items | 951.1 kB | 0 | |
Patch Changes
- 9945904: Restore TypeScript prop autocomplete inside the JSX of a styled component once the first attribute is typed.
- 9945904: Apply all chain levels' styles when an extended styled component renders with the
asprop under Preact'sreact-compat. - 9945904: Respect a custom
toStringon plain value objects (e.g. design tokens) when interpolated into a styled component, rather than walking the object's keys as CSS declarations. - 9945904: Fix a TypeScript error when wrapping a component whose props include an
asprop with a non-string type (such as Next.jsLink'sas?: Url). The styled component now accepts either the styled-components polymorphism value or the wrapped component's ownastype, so spreading the wrapped component's props onto the styled component is assignable again. - 9945904: Restore reliable styling in production browser bundles built without a runtime
processglobal.