tekivex-ui 3.0.2 → 3.0.4
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 +5 -5
- package/package.json +9 -12
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ WCAG 2.1 AAA · WAI-ARIA 1.2 · **SecurityCore** (XSS · clickjacking · Trojan
|
|
|
23
23
|
npm install tekivex-ui
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
[📖 Docs](https://ui.tekivex.com) · [🚀 Demo](https://
|
|
26
|
+
[📖 Docs](https://ui.tekivex.com) · [🚀 Demo](https://ui.tekivex.com) · [📦 npm](https://www.npmjs.com/package/tekivex-ui) · [🐛 Report Issue](https://github.com/novaai0401-ui/tekivex-issue-report/issues) · [⭐ Star](https://github.com/novaai0401-ui/tekivex-issue-report/stargazers)
|
|
27
27
|
|
|
28
28
|
</div>
|
|
29
29
|
|
|
@@ -495,7 +495,7 @@ Seven full-page templates included in the demo:
|
|
|
495
495
|
## Development
|
|
496
496
|
|
|
497
497
|
```bash
|
|
498
|
-
git clone https://
|
|
498
|
+
git clone https://ui.tekivex.com
|
|
499
499
|
cd tekivex-ui
|
|
500
500
|
npm install
|
|
501
501
|
|
|
@@ -572,13 +572,13 @@ When reporting, please include:
|
|
|
572
572
|
|
|
573
573
|
Contributions are welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR.
|
|
574
574
|
|
|
575
|
-
**Maintainers:** [007krcs](https://
|
|
575
|
+
**Maintainers:** [007krcs](https://ui.tekivex.com) · [seemaalmas](https://ui.tekivex.com) · [novaai0401-ui](https://ui.tekivex.com)
|
|
576
576
|
|
|
577
577
|
---
|
|
578
578
|
|
|
579
579
|
## License
|
|
580
580
|
|
|
581
|
-
[MIT](./LICENSE) © 2026 [007krcs](https://
|
|
581
|
+
[MIT](./LICENSE) © 2026 [007krcs](https://ui.tekivex.com)
|
|
582
582
|
|
|
583
583
|
---
|
|
584
584
|
|
|
@@ -586,6 +586,6 @@ Contributions are welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) befo
|
|
|
586
586
|
|
|
587
587
|
Made with ⚡ by the TekiVex team
|
|
588
588
|
|
|
589
|
-
**[npm](https://www.npmjs.com/package/tekivex-ui) · [GitHub](https://
|
|
589
|
+
**[npm](https://www.npmjs.com/package/tekivex-ui) · [GitHub](https://ui.tekivex.com) · [Docs](https://ui.tekivex.com)**
|
|
590
590
|
|
|
591
591
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tekivex-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
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",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"require": "./dist/index.cjs",
|
|
13
13
|
"types": "./dist/index.d.ts"
|
|
14
14
|
},
|
|
15
|
-
"./styles": "./dist/
|
|
15
|
+
"./styles": "./dist/tekivex-ui.css",
|
|
16
16
|
"./themes": {
|
|
17
17
|
"import": "./dist/themes.js",
|
|
18
18
|
"require": "./dist/themes.cjs",
|
|
@@ -64,7 +64,9 @@
|
|
|
64
64
|
"a11y:audit": "node scripts/a11y-audit.mjs",
|
|
65
65
|
"security:audit": "node scripts/security-audit.mjs",
|
|
66
66
|
"css:build": "node scripts/css-build.mjs",
|
|
67
|
-
"build:demo": "
|
|
67
|
+
"build:demo": "node scripts/build-unified-site.mjs",
|
|
68
|
+
"build:demo:standalone": "vite build --config ./demo/vite.config.ts",
|
|
69
|
+
"build:unified": "node scripts/build-unified-site.mjs",
|
|
68
70
|
"prepublishOnly": "npm run build",
|
|
69
71
|
"pack:check": "npm pack --dry-run",
|
|
70
72
|
"metrics:collect": "node scripts/collect-metrics.mjs",
|
|
@@ -146,23 +148,18 @@
|
|
|
146
148
|
"atomic-css"
|
|
147
149
|
],
|
|
148
150
|
"author": {
|
|
149
|
-
"name": "007krcs"
|
|
150
|
-
"url": "https://github.com/007krcs"
|
|
151
|
+
"name": "007krcs"
|
|
151
152
|
},
|
|
152
153
|
"license": "MIT",
|
|
153
154
|
"homepage": "https://ui.tekivex.com/",
|
|
154
155
|
"repository": {
|
|
155
156
|
"type": "git",
|
|
156
|
-
"url": "https://github.com/
|
|
157
|
+
"url": "https://github.com/novaai0401-ui/tekivex-issue-report.git"
|
|
157
158
|
},
|
|
158
159
|
"bugs": {
|
|
159
|
-
"url": "https://github.com/
|
|
160
|
-
},
|
|
161
|
-
"funding": {
|
|
162
|
-
"type": "github",
|
|
163
|
-
"url": "https://github.com/sponsors/007krcs"
|
|
160
|
+
"url": "https://github.com/novaai0401-ui/tekivex-issue-report/issues"
|
|
164
161
|
},
|
|
165
162
|
"engines": {
|
|
166
|
-
"node": ">=
|
|
163
|
+
"node": ">=20.0.0 <23.0.0"
|
|
167
164
|
}
|
|
168
165
|
}
|