@trinityui/design-system 1.0.10 → 1.0.12

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +3 -12
  3. package/dist/app-shell.js +3007 -2776
  4. package/dist/components/AI/InsightEngineInput.d.ts +9 -0
  5. package/dist/components/AI/InsightEngineInput.d.ts.map +1 -1
  6. package/dist/components/Carousel/Carousel.d.ts +35 -0
  7. package/dist/components/Carousel/Carousel.d.ts.map +1 -0
  8. package/dist/components/Carousel/index.d.ts +2 -0
  9. package/dist/components/Carousel/index.d.ts.map +1 -0
  10. package/dist/components/ChipsInput/ChipsInput.d.ts +69 -0
  11. package/dist/components/ChipsInput/ChipsInput.d.ts.map +1 -0
  12. package/dist/components/ChipsInput/index.d.ts +2 -0
  13. package/dist/components/ChipsInput/index.d.ts.map +1 -0
  14. package/dist/components/Combobox/Combobox.d.ts +4 -0
  15. package/dist/components/Combobox/Combobox.d.ts.map +1 -1
  16. package/dist/components/CommandPalette/CommandPalette.d.ts +4 -0
  17. package/dist/components/CommandPalette/CommandPalette.d.ts.map +1 -1
  18. package/dist/components/FilterBar/FilterBar.d.ts.map +1 -1
  19. package/dist/components/MentionsInput/MentionsInput.d.ts +80 -0
  20. package/dist/components/MentionsInput/MentionsInput.d.ts.map +1 -0
  21. package/dist/components/MentionsInput/index.d.ts +2 -0
  22. package/dist/components/MentionsInput/index.d.ts.map +1 -0
  23. package/dist/components/NestedMenu/NestedMenu.d.ts +53 -0
  24. package/dist/components/NestedMenu/NestedMenu.d.ts.map +1 -0
  25. package/dist/components/NestedMenu/index.d.ts +2 -0
  26. package/dist/components/NestedMenu/index.d.ts.map +1 -0
  27. package/dist/components/SearchInput/SearchInput.d.ts +2 -0
  28. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  29. package/dist/components/Tour/Tour.d.ts +53 -0
  30. package/dist/components/Tour/Tour.d.ts.map +1 -0
  31. package/dist/components/Tour/index.d.ts +2 -0
  32. package/dist/components/Tour/index.d.ts.map +1 -0
  33. package/dist/components/VirtualizedAutocomplete/VirtualizedAutocomplete.d.ts +50 -0
  34. package/dist/components/VirtualizedAutocomplete/VirtualizedAutocomplete.d.ts.map +1 -0
  35. package/dist/components/VirtualizedAutocomplete/index.d.ts +2 -0
  36. package/dist/components/VirtualizedAutocomplete/index.d.ts.map +1 -0
  37. package/dist/components/index.d.ts +12 -0
  38. package/dist/components/index.d.ts.map +1 -1
  39. package/dist/forms.js +681 -550
  40. package/dist/index.d.ts +12 -0
  41. package/dist/index.d.ts.map +1 -1
  42. package/dist/index.js +3074 -2116
  43. package/dist/tokens.js +3 -3
  44. package/package.json +2 -1
package/dist/tokens.js CHANGED
@@ -1,4 +1,4 @@
1
- import { g as s, a as r, b as t, ae as n, e as o, j as i, ad as c, d as h, t as y, f as d, o as g, af 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 C } from "./app-shell.js";
1
+ import { g as s, a as r, b as t, af as n, e as o, j as i, ae as c, d as h, t as y, f as g, o as d, ag 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 C } 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
- d as elevationHierarchy,
13
- g as getAttentionColor,
12
+ g as elevationHierarchy,
13
+ d as getAttentionColor,
14
14
  k as getBrandSemanticTokens,
15
15
  p as getElevation,
16
16
  H as getHierarchySpacing,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trinityui/design-system",
3
3
  "private": false,
4
- "version": "1.0.10",
4
+ "version": "1.0.12",
5
5
  "type": "module",
6
6
  "description": "Trinity Design System - A customizable MUI-based component library",
7
7
  "main": "dist/index.js",
@@ -143,6 +143,7 @@
143
143
  "@tailwindcss/vite": "latest",
144
144
  "@testing-library/jest-dom": "^6.9.1",
145
145
  "@testing-library/react": "^16.3.2",
146
+ "@testing-library/user-event": "^14.6.1",
146
147
  "@types/node": "^25.3.0",
147
148
  "@types/react": "latest",
148
149
  "@types/react-dom": "latest",