# @aleksandr.ilinykh.weasl/interview-ui

> Internal UI components for the interview task

Latest version **1.1.0** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @aleksandr.ilinykh.weasl/interview-ui
pnpm add @aleksandr.ilinykh.weasl/interview-ui
yarn add @aleksandr.ilinykh.weasl/interview-ui
bun add @aleksandr.ilinykh.weasl/interview-ui
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2026-09-24 |
| First published | 2026-09-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | aleksandr.ilinykh.weasl |

## Links

- npm: https://www.npmjs.com/package/@aleksandr.ilinykh.weasl/interview-ui
- Repository: https://github.com/aleksandrilinykhweasl/interview-ui
- Homepage: https://github.com/aleksandrilinykhweasl/interview-ui#readme
- Issues: https://github.com/aleksandrilinykhweasl/interview-ui/issues
- npm.io page: https://npm.io/package/@aleksandr.ilinykh.weasl/interview-ui

## Recent versions

- 1.1.0 (latest) — 2026-09-24
- 1.0.0 — 2026-09-24

## README

# interview-ui

Internal UI component library used by the interview client. Published to npm
as `@aleksandr.ilinykh.weasl/interview-ui`.

## Scripts

```bash
npm install
npm test
npm run build
```

## Releases

Versions follow semantic versioning. The version in `package.json` is the
source of truth. Bump it in the pull request together with a `CHANGELOG.md`
entry.

- **Prerelease.** Every push to a branch other than `main` publishes
  `<version>-<branch>.<run>` under the npm tag `next`. The exact version is
  printed in the workflow summary. Install it in a client with
  `npm install @aleksandr.ilinykh.weasl/interview-ui@<that version>`.
- **Release.** Every push to `main` publishes the version from `package.json`
  under the `latest` tag, tags the commit `v<version>` and creates a GitHub
  release. If that version is already on npm the workflow does nothing, so
  merging without a version bump is safe.

Both workflows need the repository secret `NPM_TOKEN` with publish rights for
the package.

---
_Source: https://npm.io/package/@aleksandr.ilinykh.weasl/interview-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
