@trinityui/design-system 2.2.4 → 2.3.0
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/CHANGELOG.md +40 -0
- package/dist/app-shell.js +3985 -3338
- package/dist/components/AI/AIVoiceMode.d.ts +55 -0
- package/dist/components/AI/AIVoiceMode.d.ts.map +1 -0
- package/dist/components/AI/InsightEngineInput.d.ts +81 -4
- package/dist/components/AI/InsightEngineInput.d.ts.map +1 -1
- package/dist/components/AI/index.d.ts +3 -1
- package/dist/components/AI/index.d.ts.map +1 -1
- package/dist/components/AI/tokens.d.ts +7 -0
- package/dist/components/AI/tokens.d.ts.map +1 -1
- package/dist/components/AI/useBrowserVoiceMode.d.ts +61 -0
- package/dist/components/AI/useBrowserVoiceMode.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.d.ts.map +1 -1
- package/dist/components/Icon.d.ts.map +1 -1
- package/dist/components/TrinityLoader.d.ts +43 -0
- package/dist/components/TrinityLoader.d.ts.map +1 -0
- package/dist/forms.js +279 -266
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17803 -17594
- package/dist/tokens.js +4 -4
- package/dist/trinity.css +1 -1
- package/package.json +1 -1
package/dist/tokens.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as s, a as r, b as t,
|
|
1
|
+
import { g as s, a as r, b as t, aj as n, e as o, j as i, ai as c, d as h, t as y, f as d, o as g, ak as k, m as p, p as H, n as l, h as T, k as m, i as b, s as f, l as v, t as S, c as j } from "./app-shell.js";
|
|
2
2
|
export {
|
|
3
3
|
s as attentionHierarchy,
|
|
4
4
|
r as baseTokens,
|
|
@@ -9,8 +9,8 @@ export {
|
|
|
9
9
|
c as darkModeShadows,
|
|
10
10
|
h as darkModeTokens,
|
|
11
11
|
y as default,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
d as elevationHierarchy,
|
|
13
|
+
g as getAttentionColor,
|
|
14
14
|
k as getBrandSemanticTokens,
|
|
15
15
|
p as getElevation,
|
|
16
16
|
H as getHierarchySpacing,
|
|
@@ -21,5 +21,5 @@ export {
|
|
|
21
21
|
f as semanticTokens,
|
|
22
22
|
v as spacingHierarchy,
|
|
23
23
|
S as tokens,
|
|
24
|
-
|
|
24
|
+
j as typographicHierarchy
|
|
25
25
|
};
|
package/dist/trinity.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* AUTO-GENERATED FILE — do not edit.
|
|
5
5
|
* Source: src/tokens.ts + scripts/generate-css-from-tokens.ts
|
|
6
|
-
* Generated from tokens.ts on 2026-
|
|
6
|
+
* Generated from tokens.ts on 2026-06-16T19:49:18.184Z
|
|
7
7
|
*
|
|
8
8
|
* This file is the canonical CSS surface shipped in
|
|
9
9
|
* `@trinityui/design-system-css`. It supersedes the hand-maintained
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trinityui/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.3.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Trinity Design System — Enterprise MUI v9 component platform with 100+ React components (35+ AI, 17 charts), 3-tier design tokens (2,700+ lines), CSS-only package, dark mode, WCAG 2.1 AA accessibility, 18 hooks, 3 theme presets, and TypeScript-first API with 200+ typed exports",
|
|
7
7
|
"main": "dist/index.js",
|