@trinityui/design-system 2.2.1 → 2.2.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +152 -0
  2. package/dist/Legend.js +12 -15
  3. package/dist/app-shell.js +145 -163
  4. package/dist/charts.js +2820 -2777
  5. package/dist/components/AI/AIChat.d.ts.map +1 -1
  6. package/dist/components/AI/AIMessage.d.ts.map +1 -1
  7. package/dist/components/AI/AISources.d.ts.map +1 -1
  8. package/dist/components/AI/ChatHeader.d.ts.map +1 -1
  9. package/dist/components/AI/ChatHistoryList.d.ts.map +1 -1
  10. package/dist/components/AI/ChatThread.d.ts.map +1 -1
  11. package/dist/components/AI/InsightEngineInput.d.ts.map +1 -1
  12. package/dist/components/AppLayout/InsightEnginePanel.d.ts.map +1 -1
  13. package/dist/components/AppLayout/ThreadHistorySidebar.d.ts.map +1 -1
  14. package/dist/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  15. package/dist/components/Combobox/Combobox.d.ts.map +1 -1
  16. package/dist/components/CommandPalette/CommandPalette.d.ts.map +1 -1
  17. package/dist/components/DataCard/DataCard.d.ts.map +1 -1
  18. package/dist/components/DataTable/CellRenderers.d.ts.map +1 -1
  19. package/dist/components/DockLayout/DockLayout.d.ts.map +1 -1
  20. package/dist/components/IllustratedMessage.d.ts.map +1 -1
  21. package/dist/components/MentionsInput/MentionsInput.d.ts +1 -1
  22. package/dist/components/MentionsInput/MentionsInput.d.ts.map +1 -1
  23. package/dist/components/PageHeader/PageHeader.d.ts.map +1 -1
  24. package/dist/components/PredictiveTextInput/PredictiveTextInput.d.ts.map +1 -1
  25. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  26. package/dist/components/StatusIndicator/Legend.d.ts.map +1 -1
  27. package/dist/components/StatusIndicator/StatusIndicator.d.ts.map +1 -1
  28. package/dist/components/Timeline/Timeline.d.ts.map +1 -1
  29. package/dist/components/TopNavHeader.d.ts.map +1 -1
  30. package/dist/components/TopNavWithSidebar.d.ts.map +1 -1
  31. package/dist/components/TransferList/TransferList.d.ts.map +1 -1
  32. package/dist/components/navigation/components.d.ts.map +1 -1
  33. package/dist/components/templates/ListDetail/ListDetailTemplate.d.ts.map +1 -1
  34. package/dist/components/templates/Settings/SettingsTemplate.d.ts.map +1 -1
  35. package/dist/data-table2.js +1383 -1382
  36. package/dist/data.js +5 -5
  37. package/dist/essentials.js +4 -4
  38. package/dist/forms.js +292 -339
  39. package/dist/index.js +15472 -15476
  40. package/dist/trinity.css +1 -1
  41. package/package.json +32 -32
package/dist/data.js CHANGED
@@ -168,7 +168,7 @@ const H = ({ data: a, color: s, height: o = 40 }) => {
168
168
  {
169
169
  variant: f.titleSize,
170
170
  color: "text.secondary",
171
- fontWeight: 500,
171
+ sx: { fontWeight: 500 },
172
172
  children: s
173
173
  }
174
174
  ),
@@ -204,11 +204,11 @@ const H = ({ data: a, color: s, height: o = 40 }) => {
204
204
  c,
205
205
  {
206
206
  variant: f.valueSize,
207
- fontWeight: 700,
208
207
  sx: {
209
208
  display: "flex",
210
209
  alignItems: "baseline",
211
- gap: 0.5
210
+ gap: 0.5,
211
+ fontWeight: 700
212
212
  },
213
213
  children: [
214
214
  o,
@@ -218,7 +218,7 @@ const H = ({ data: a, color: s, height: o = 40 }) => {
218
218
  component: "span",
219
219
  variant: "body2",
220
220
  color: "text.secondary",
221
- fontWeight: 400,
221
+ sx: { fontWeight: 400 },
222
222
  children: x
223
223
  }
224
224
  )
@@ -254,7 +254,7 @@ const H = ({ data: a, color: s, height: o = 40 }) => {
254
254
  },
255
255
  children: [
256
256
  P(),
257
- u !== void 0 && /* @__PURE__ */ n(c, { variant: "body2", fontWeight: 600, children: [
257
+ u !== void 0 && /* @__PURE__ */ n(c, { variant: "body2", sx: { fontWeight: 600 }, children: [
258
258
  u > 0 ? "+" : "",
259
259
  u,
260
260
  "%"
@@ -122,9 +122,9 @@ function Te({
122
122
  indeterminate: P > 0 && P < R,
123
123
  checked: R > 0 && P === R,
124
124
  onChange: Y,
125
- inputProps: {
125
+ slotProps: { input: {
126
126
  "aria-label": "select all rows"
127
- }
127
+ } }
128
128
  }
129
129
  ) }),
130
130
  d && g === "single" && /* @__PURE__ */ t(p, { padding: "checkbox" }),
@@ -202,9 +202,9 @@ function Te({
202
202
  {
203
203
  color: "primary",
204
204
  checked: o,
205
- inputProps: {
205
+ slotProps: { input: {
206
206
  "aria-labelledby": m
207
- }
207
+ } }
208
208
  }
209
209
  ) }),
210
210
  n.map((h) => {