tekivex-ui 2.5.8 → 2.5.9
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 +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ WCAG 2.1 AAA · WAI-ARIA 1.2 · Zero-Trust Security · 6 Locales + RTL · 70 Com
|
|
|
20
20
|
npm install tekivex-ui
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
[📖 Docs](https://ui.tekivex.com) · [🚀 Demo](https://github.com/007krcs/tekivex-ui) · [📦 npm](https://www.npmjs.com/package/tekivex-ui) · [🐛
|
|
23
|
+
[📖 Docs](https://ui.tekivex.com) · [🚀 Demo](https://github.com/007krcs/tekivex-ui) · [📦 npm](https://www.npmjs.com/package/tekivex-ui) · [🐛 Report Issue](https://github.com/novaai0401-ui/tekivex-issue-report/issues)
|
|
24
24
|
|
|
25
25
|
</div>
|
|
26
26
|
|
|
@@ -531,6 +531,20 @@ Coverage includes unit tests for all 70+ components, 7 chart types, 10 headless
|
|
|
531
531
|
|
|
532
532
|
---
|
|
533
533
|
|
|
534
|
+
## Bug Reports & Issues
|
|
535
|
+
|
|
536
|
+
Found a bug or have a feature request? Please open an issue on our dedicated issue tracker:
|
|
537
|
+
|
|
538
|
+
**👉 [github.com/novaai0401-ui/tekivex-issue-report/issues](https://github.com/novaai0401-ui/tekivex-issue-report/issues)**
|
|
539
|
+
|
|
540
|
+
When reporting, please include:
|
|
541
|
+
- tekivex-ui version (`npm list tekivex-ui`)
|
|
542
|
+
- React version
|
|
543
|
+
- Browser / Node version
|
|
544
|
+
- A minimal reproduction (CodeSandbox or code snippet)
|
|
545
|
+
|
|
546
|
+
---
|
|
547
|
+
|
|
534
548
|
## Contributing
|
|
535
549
|
|
|
536
550
|
Contributions are welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tekivex-ui",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.9",
|
|
4
4
|
"description": "Production-grade React component library — 70+ components, WCAG 2.1 AAA, WAI-ARIA 1.2, built-in charts, headless primitives, zero-runtime CSS engine, TypeScript-first.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|