
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
[](https://github.com/phantasy-labs/steez-ui/actions/workflows/ci.yml) [](https://git
A small, themeable React UI kit (shadcn-like) with pre-styled components and CSS tokens. Extracted from the Chronicle monorepo.
Workspace/root:
pnpm add @steez/ui
Peer deps:
Inject tokens (example using inline style):
import { themeCss } from '@steez/ui'
export function AppRoot() {
return (
<>
<style>{themeCss('common')}</style>
{/* your app */}
</>
)
}
Use components:
import { Button, Card } from '@steez/ui'
export function Example() {
return (
<Card>
<Button onClick={() => alert('hi')}>Click me</Button>
</Card>
)
}
Switch themes at runtime by re-injecting themeCss('<key>') or toggling a scoped container.
pnpm run build
Outputs ESM and types to dist/.
See CONTRIBUTING.md for details on development, coding standards, and how to propose changes. Please note we follow a Code of Conduct (see CODE_OF_CONDUCT.md).
This repo is initialized but private. To publish:
"private": true in package.jsonpnpm npm loginpnpm publish --access publicOptionally adopt Changesets or semantic-release for automated versioning.
MIT © contributors
FAQs
[](https://github.com/phantasy-labs/steez-ui/actions/workflows/ci.yml) [](https://git
We found that steez-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.