css-components
css-components copied to clipboard
CSS Components
Update to node 20
Resolves #21
Considering below types of Radix UI Accordion, where there is `type` single or multiple, and when is single we have also `collapsible` ```js export interface AccordionSingleProps extends AccordionImplSingleProps { type:...
I think this regex does not support h1 tags etc https://github.com/phantomstudios/css-components/blob/116e5c72fdfff5223ce6a12a414fe5f5cc634d0e/src/cli/utils.ts#L22
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [ws](https://github.com/websockets/ws) from 8.11.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Fix server side rendering issue error: cannot dot into client component from server component.