tekivex-ui 3.0.0 → 3.0.1

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/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  **The first React UI library with a security kernel built in.**
6
6
 
7
- WCAG 2.1 AAA · WAI-ARIA 1.2 · **SecurityCore** (XSS · clickjacking · Trojan Source · CSP · PII · magic-byte MIME) · 80+ Components · Zero Dependencies
7
+ WCAG 2.1 AAA · WAI-ARIA 1.2 · **SecurityCore** (XSS · clickjacking · Trojan Source · CSP · PII · magic-byte MIME) · 99 Components · Zero Dependencies
8
8
 
9
9
  📄 **[Security Threat Model](./docs/SECURITY-THREAT-MODEL.md)** — the only mainstream React UI library that publishes one.
10
10
 
@@ -14,8 +14,8 @@ WCAG 2.1 AAA · WAI-ARIA 1.2 · **SecurityCore** (XSS · clickjacking · Trojan
14
14
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.6-3178c6.svg?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
15
15
  [![React](https://img.shields.io/badge/React-18+-61dafb.svg?logo=react&logoColor=white)](https://react.dev/)
16
16
  [![WCAG 2.1 AAA](https://img.shields.io/badge/WCAG-2.1%20AAA-00c853.svg)](https://www.w3.org/TR/WCAG21/)
17
- [![Tests](https://img.shields.io/badge/Tests-594%20passing-00c853.svg)](#testing)
18
- [![SecurityCore](https://img.shields.io/badge/SecurityCore-v2.6-f72585.svg)](./docs/SECURITY-THREAT-MODEL.md)
17
+ [![Tests](https://img.shields.io/badge/Tests-1034%20passing-00c853.svg)](#testing)
18
+ [![SecurityCore](https://img.shields.io/badge/SecurityCore-v3.0-f72585.svg)](./docs/SECURITY-THREAT-MODEL.md)
19
19
 
20
20
  <br/>
21
21
 
@@ -163,7 +163,7 @@ import { useDisclosure, useFormState, useListSelection } from 'tekivex-ui/headle
163
163
  | `TkxRichTextDisplay` | Render structured rich-text blocks |
164
164
  | `TkxWatermark` | Canvas-based watermark overlay |
165
165
  | `TkxEmpty` | Empty state with custom illustration |
166
- | `TkxOrgChart` | Reingold–Tilford org-chart with pan/zoom, collapsible subtrees, custom renderer ✨ v2.6 |
166
+ | `TkxOrgChart` | Reingold–Tilford org-chart with pan/zoom, collapsible subtrees, custom renderer |
167
167
 
168
168
  </details>
169
169
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tekivex-ui",
3
- "version": "3.0.0",
4
- "description": "Production-grade React component library — 94 components, WCAG 2.1 AAA, WAI-ARIA 1.2, built-in charts, headless primitives, zero-runtime CSS engine, 35-locale i18n, Indian KYC pack, TypeScript-first.",
3
+ "version": "3.0.1",
4
+ "description": "Production-grade React component library — 99 components, WCAG 2.1 AAA, WAI-ARIA 1.2, built-in security kernel, built-in charts, headless primitives, zero-runtime CSS engine, 35-locale i18n, Indian KYC pack, TypeScript-first. v3.0.0 ships with 1034 passing tests.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",