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.
- package/README.md +4 -4
- 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) ·
|
|
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
|
[](https://www.typescriptlang.org/)
|
|
15
15
|
[](https://react.dev/)
|
|
16
16
|
[](https://www.w3.org/TR/WCAG21/)
|
|
17
|
-
[](#testing)
|
|
18
|
+
[](./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
|
|
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.
|
|
4
|
-
"description": "Production-grade React component library —
|
|
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",
|