tekivex-ui 3.19.0 → 3.19.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/dist/headless.cjs +1 -1
- package/dist/headless.js +40 -40
- package/dist/src/headless/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -4,7 +4,8 @@ export type { FormInstance, ValidationRule } from '../components/TkxForm';
|
|
|
4
4
|
export { extractAtomicCSS, resetAtomicCSS, cx, tkxPlugin, tkxRemovePlugin, tkxListPlugins } from '../engine/tkx';
|
|
5
5
|
export { extractCSS, resetStyles, injectStyles, cssVar } from '../engine/css';
|
|
6
6
|
export { meetsAA, meetsAAA, contrastRatio } from '../engine/wcag';
|
|
7
|
-
export { sanitizeString, sanitizeProps } from '../engine/security';
|
|
7
|
+
export { sanitizeString, sanitizeProps, sanitizeUnicode, sanitizeJSON, sniffMimeType, scrubPII, audit, getAuditLog, verifyAuditIntegrity, sha256Hex, buildTkxCSP, installTrustedTypes, isFramed, createRateLimiter, } from '../engine/security';
|
|
8
|
+
export type { AuditEntry, AuditFilter, CSPDirectives, TkxCSPOptions, RateLimiter, PropSchema, ValidationResult, ComponentPermissions, } from '../engine/security';
|
|
8
9
|
export { useDisclosure } from './useDisclosure';
|
|
9
10
|
export { useRovingTabIndex } from './useRovingTabIndex';
|
|
10
11
|
export { useFormState } from './useFormState';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tekivex-ui",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.1",
|
|
4
4
|
"description": "Production-grade React component library — 116 components (plus 4 experimental, opt-in), WCAG 2.1 AAA, WAI-ARIA 1.2, built-in security kernel with published threat model, built-in charts, headless primitives, zero-runtime CSS engine, 44-locale i18n, Indian KYC pack, agent runtime (Anthropic/OpenAI/Gemini/Ollama/MCP/A2A), TypeScript-first.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|