@trinityui/design-system 1.0.7 → 1.0.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/CHANGELOG.md +36 -0
- package/dist/Legend.js +17 -18
- package/dist/app-shell.js +9103 -0
- package/dist/charts.js +1 -1
- package/dist/data-table.js +1 -1
- package/dist/data-table2.js +1250 -0
- package/dist/data.js +122 -1366
- package/dist/essentials.js +2 -2
- package/dist/index.js +104 -105
- package/dist/theme.js +2 -2
- package/dist/tokens.js +2 -2
- package/package.json +1 -1
- package/dist/ai.js +0 -4466
- package/dist/navigation.js +0 -4661
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
## [1.0.9](https://github.com/Trinity-UI-Components/trinity-design-system/compare/v1.0.0...v1.0.9) (2026-02-24)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **css:** expand trinity.css with comprehensive design tokens ([e1a9f22](https://github.com/Trinity-UI-Components/trinity-design-system/commit/e1a9f22c97d58959afcbf0d4c1aa76a76db52126))
|
|
6
|
+
* simplify dependencies - remove date-pickers, add SimpleTable ([ee02f3e](https://github.com/Trinity-UI-Components/trinity-design-system/commit/ee02f3e299e13173e77355925dca513f3becf8a4))
|
|
7
|
+
* simplify developer experience with essentials entry point ([a7e4a2f](https://github.com/Trinity-UI-Components/trinity-design-system/commit/a7e4a2fb1b221da9c2ee01f1b8c1a851f4e45697))
|
|
8
|
+
* **storybook:** add interactive Component Picker page ([2642326](https://github.com/Trinity-UI-Components/trinity-design-system/commit/2642326fbb68d30c865ea008cdb283fff96562a1))
|
|
9
|
+
* **storybook:** add Trinity branding with custom logo and theme ([8859283](https://github.com/Trinity-UI-Components/trinity-design-system/commit/8859283b58ad77f22b303f0e31f915c0f4f9aecd)), closes [#050742](https://github.com/Trinity-UI-Components/trinity-design-system/issues/050742) [#7841C9](https://github.com/Trinity-UI-Components/trinity-design-system/issues/7841C9)
|
|
10
|
+
* **theme:** add theme presets system for app variations ([ec21481](https://github.com/Trinity-UI-Components/trinity-design-system/commit/ec2148114bfb33b508755675abcd00a0abf3662c))
|
|
11
|
+
* **TopNav:** add white-label logo support with invert option ([0d0a337](https://github.com/Trinity-UI-Components/trinity-design-system/commit/0d0a337de5500ac75919b4ccead9c6b159775600))
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **DataCard:** use theme-aware status backgrounds for dark mode ([621a039](https://github.com/Trinity-UI-Components/trinity-design-system/commit/621a039446736238cabb7ed5919333c97145f009)), closes [#F0FDF4](https://github.com/Trinity-UI-Components/trinity-design-system/issues/F0FDF4) [#FFFBEB](https://github.com/Trinity-UI-Components/trinity-design-system/issues/FFFBEB)
|
|
16
|
+
* improve Storybook configurability and documentation ([912194f](https://github.com/Trinity-UI-Components/trinity-design-system/commit/912194f35d20903d9252f25cb87ae7b7fc266db5))
|
|
17
|
+
* replace light-mode-only overlays with theme-aware action palette ([00ff8ad](https://github.com/Trinity-UI-Components/trinity-design-system/commit/00ff8adb5a5b345e6a8c239da792276d2e38aa94))
|
|
18
|
+
* update CSS theme to match brandColors from theme.ts ([481e0ca](https://github.com/Trinity-UI-Components/trinity-design-system/commit/481e0cafb55eed6c6d426115f25c3cfaef918b1e))
|
|
19
|
+
## [1.0.8](https://github.com/Trinity-UI-Components/trinity-design-system/compare/v1.0.0...v1.0.8) (2026-02-24)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **css:** expand trinity.css with comprehensive design tokens ([e1a9f22](https://github.com/Trinity-UI-Components/trinity-design-system/commit/e1a9f22c97d58959afcbf0d4c1aa76a76db52126))
|
|
24
|
+
* simplify dependencies - remove date-pickers, add SimpleTable ([ee02f3e](https://github.com/Trinity-UI-Components/trinity-design-system/commit/ee02f3e299e13173e77355925dca513f3becf8a4))
|
|
25
|
+
* simplify developer experience with essentials entry point ([a7e4a2f](https://github.com/Trinity-UI-Components/trinity-design-system/commit/a7e4a2fb1b221da9c2ee01f1b8c1a851f4e45697))
|
|
26
|
+
* **storybook:** add interactive Component Picker page ([2642326](https://github.com/Trinity-UI-Components/trinity-design-system/commit/2642326fbb68d30c865ea008cdb283fff96562a1))
|
|
27
|
+
* **storybook:** add Trinity branding with custom logo and theme ([8859283](https://github.com/Trinity-UI-Components/trinity-design-system/commit/8859283b58ad77f22b303f0e31f915c0f4f9aecd)), closes [#050742](https://github.com/Trinity-UI-Components/trinity-design-system/issues/050742) [#7841C9](https://github.com/Trinity-UI-Components/trinity-design-system/issues/7841C9)
|
|
28
|
+
* **theme:** add theme presets system for app variations ([ec21481](https://github.com/Trinity-UI-Components/trinity-design-system/commit/ec2148114bfb33b508755675abcd00a0abf3662c))
|
|
29
|
+
* **TopNav:** add white-label logo support with invert option ([0d0a337](https://github.com/Trinity-UI-Components/trinity-design-system/commit/0d0a337de5500ac75919b4ccead9c6b159775600))
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **DataCard:** use theme-aware status backgrounds for dark mode ([621a039](https://github.com/Trinity-UI-Components/trinity-design-system/commit/621a039446736238cabb7ed5919333c97145f009)), closes [#F0FDF4](https://github.com/Trinity-UI-Components/trinity-design-system/issues/F0FDF4) [#FFFBEB](https://github.com/Trinity-UI-Components/trinity-design-system/issues/FFFBEB)
|
|
34
|
+
* improve Storybook configurability and documentation ([912194f](https://github.com/Trinity-UI-Components/trinity-design-system/commit/912194f35d20903d9252f25cb87ae7b7fc266db5))
|
|
35
|
+
* replace light-mode-only overlays with theme-aware action palette ([00ff8ad](https://github.com/Trinity-UI-Components/trinity-design-system/commit/00ff8adb5a5b345e6a8c239da792276d2e38aa94))
|
|
36
|
+
* update CSS theme to match brandColors from theme.ts ([481e0ca](https://github.com/Trinity-UI-Components/trinity-design-system/commit/481e0cafb55eed6c6d426115f25c3cfaef918b1e))
|
|
1
37
|
## [1.0.7](https://github.com/Trinity-UI-Components/trinity-design-system/compare/v1.0.0...v1.0.7) (2026-02-24)
|
|
2
38
|
|
|
3
39
|
### Features
|
package/dist/Legend.js
CHANGED
|
@@ -7,8 +7,7 @@ import Ce from "@mui/icons-material/Error";
|
|
|
7
7
|
import We from "@mui/icons-material/Warning";
|
|
8
8
|
import Ie from "@mui/icons-material/Info";
|
|
9
9
|
import ze from "@mui/icons-material/HelpOutline";
|
|
10
|
-
import { s as L, b as h } from "./
|
|
11
|
-
import { I as T } from "./ai.js";
|
|
10
|
+
import { s as L, b as h, I as T } from "./app-shell.js";
|
|
12
11
|
function De(t) {
|
|
13
12
|
const r = t.palette.trinity;
|
|
14
13
|
return {
|
|
@@ -180,7 +179,7 @@ const Me = ({
|
|
|
180
179
|
]
|
|
181
180
|
}
|
|
182
181
|
);
|
|
183
|
-
},
|
|
182
|
+
}, ki = ({
|
|
184
183
|
open: t,
|
|
185
184
|
onClose: r,
|
|
186
185
|
onConfirm: i,
|
|
@@ -212,7 +211,7 @@ const Me = ({
|
|
|
212
211
|
confirmLabel: "Confirm",
|
|
213
212
|
onConfirm: () => {
|
|
214
213
|
}
|
|
215
|
-
},
|
|
214
|
+
}, vi = () => {
|
|
216
215
|
const [t, r] = O(U), i = S(
|
|
217
216
|
(c) => {
|
|
218
217
|
r({
|
|
@@ -289,7 +288,7 @@ const Me = ({
|
|
|
289
288
|
)
|
|
290
289
|
}
|
|
291
290
|
);
|
|
292
|
-
},
|
|
291
|
+
}, Si = ({
|
|
293
292
|
children: t,
|
|
294
293
|
defaultPosition: r = "top-right",
|
|
295
294
|
defaultDuration: i = 5e3,
|
|
@@ -375,7 +374,7 @@ const Me = ({
|
|
|
375
374
|
}, Fe = (t) => {
|
|
376
375
|
const r = {};
|
|
377
376
|
return t.startsWith("top") && (r.top = 16), t.startsWith("bottom") && (r.bottom = 16), t.endsWith("left") && (r.left = 16), t.endsWith("right") && (r.right = 16), t.endsWith("center") && (r.left = "50%", r.transform = "translateX(-50%)"), r;
|
|
378
|
-
},
|
|
377
|
+
}, Li = () => {
|
|
379
378
|
const t = ne(q);
|
|
380
379
|
if (!t)
|
|
381
380
|
throw new Error("useToast must be used within a ToastProvider");
|
|
@@ -660,7 +659,7 @@ const Me = ({
|
|
|
660
659
|
"no-notifications": He,
|
|
661
660
|
"no-data": qe,
|
|
662
661
|
offline: Je
|
|
663
|
-
},
|
|
662
|
+
}, Ci = ({
|
|
664
663
|
illustration: t,
|
|
665
664
|
title: r,
|
|
666
665
|
description: i,
|
|
@@ -761,7 +760,7 @@ const Me = ({
|
|
|
761
760
|
]
|
|
762
761
|
}
|
|
763
762
|
);
|
|
764
|
-
},
|
|
763
|
+
}, Wi = ({
|
|
765
764
|
title: t = "Drag and drop your file",
|
|
766
765
|
description: r = "or click to browse from your computer",
|
|
767
766
|
acceptedTypes: i = "PNG, JPG, PDF up to 10MB",
|
|
@@ -1254,7 +1253,7 @@ const Me = ({
|
|
|
1254
1253
|
]
|
|
1255
1254
|
}
|
|
1256
1255
|
);
|
|
1257
|
-
},
|
|
1256
|
+
}, Ii = (t) => {
|
|
1258
1257
|
const {
|
|
1259
1258
|
variant: r = "icon",
|
|
1260
1259
|
status: i = "info",
|
|
@@ -1369,7 +1368,7 @@ const Me = ({
|
|
|
1369
1368
|
}
|
|
1370
1369
|
}
|
|
1371
1370
|
);
|
|
1372
|
-
},
|
|
1371
|
+
}, zi = ({
|
|
1373
1372
|
items: t,
|
|
1374
1373
|
variant: r = "dot",
|
|
1375
1374
|
direction: i = "row",
|
|
@@ -1442,14 +1441,14 @@ const Me = ({
|
|
|
1442
1441
|
);
|
|
1443
1442
|
};
|
|
1444
1443
|
export {
|
|
1445
|
-
|
|
1446
|
-
|
|
1444
|
+
ki as C,
|
|
1445
|
+
Ci as I,
|
|
1447
1446
|
Me as M,
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1447
|
+
Ii as S,
|
|
1448
|
+
Si as T,
|
|
1449
|
+
Wi as U,
|
|
1450
|
+
zi as a,
|
|
1451
|
+
Li as b,
|
|
1453
1452
|
$e as c,
|
|
1454
|
-
|
|
1453
|
+
vi as u
|
|
1455
1454
|
};
|