@tribepad/themis 1.9.5 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.10.0] - 2026-07-07
9
+
10
+ ### Added
11
+ - **`FeatureIcon` — display-only icon in a styled container.** A new non-interactive element that presents a Lucide/custom icon inside a rounded, coloured container to represent a feature, product section, or status. Supports four sizes (`sm`/`default`/`lg`/`xl`), six `background` treatments (`transparent`, `primary`, `pale`, `dark`, `status`, `sidekick` gradient), three `corners` options (`square`/`rounded`/`full`), and an optional subtle idle `animated` state that honours `prefers-reduced-motion`. Eight predefined `section` icons (`jobs`, `candidates`, `interviews`, `messages`, `reports`, `tasks`, `settings`, `notifications`) are available out of the box; a custom `icon` node takes precedence. Accessibility: decorative by default (`aria-hidden`), so it adds no screen-reader noise; supplying `aria-label` and/or `tooltip` gives it `role="img"` with an accessible name. When `tooltip` is set the icon becomes keyboard-focusable (via React Aria `Focusable`) and uses the Themis Tooltip (hoverable + dismissible, WCAG 1.4.13), with placement controlled by `tooltipSide`.
12
+
13
+ ### Changed
14
+ - **Dependency and CI tooling updates.** Bumped dev dependencies including `typescript` (^6.0.3), `eslint` (^10.6.0), `@typescript-eslint/*` (^8.62.1), `vite` (^8.1.3), `vitest`/`@vitest/coverage-v8` (^4.1.10), `@types/node` (^26.1.0), `tsx` (^4.23.0), `@tailwindcss/vite` (^4.3.2), and the `lucide-react` (^1.23.0) and `motion` (^12.42.2) peer/runtime tooling, plus added `undici` and `@babel/core` pnpm overrides. Upgraded the `actions/checkout` GitHub Action from v6 to v7 across the CI, publish, and release workflows. Tooling-only — no component API changes.
15
+
8
16
  ## [1.9.5] - 2026-07-07
9
17
 
10
18
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tribepad/themis",
3
- "version": "1.9.5",
3
+ "version": "1.10.0",
4
4
  "description": "Accessible React component library built on React Aria primitives",
5
5
  "author": "Tribepad <mbasford@tribepad.com>",
6
6
  "license": "MIT",