@trinityui/design-system 2.1.3 → 2.1.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.
- package/CHANGELOG.md +441 -0
- package/README.md +492 -136
- package/dist/assets/design-system.css +1 -1
- package/dist/components/DocumentCard/DocumentCard.d.ts +77 -0
- package/dist/components/DocumentCard/DocumentCard.d.ts.map +1 -0
- package/dist/components/DocumentCard/index.d.ts +3 -0
- package/dist/components/DocumentCard/index.d.ts.map +1 -0
- package/dist/components/HtmlToMui/HtmlToMui.d.ts +39 -0
- package/dist/components/HtmlToMui/HtmlToMui.d.ts.map +1 -0
- package/dist/components/HtmlToMui/StreamingHtmlToMui.d.ts +35 -0
- package/dist/components/HtmlToMui/StreamingHtmlToMui.d.ts.map +1 -0
- package/dist/components/HtmlToMui/index.d.ts +4 -0
- package/dist/components/HtmlToMui/index.d.ts.map +1 -0
- package/dist/components/SandboxedIframeRenderer/SandboxedIframeRenderer.d.ts +62 -0
- package/dist/components/SandboxedIframeRenderer/SandboxedIframeRenderer.d.ts.map +1 -0
- package/dist/components/SandboxedIframeRenderer/index.d.ts +3 -0
- package/dist/components/SandboxedIframeRenderer/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/data-table2.js +18194 -15721
- package/dist/forms.js +10814 -9340
- package/dist/index.js +30181 -30234
- package/dist/theme.d.ts +4 -1
- package/dist/theme.d.ts.map +1 -1
- package/dist/theme.js +183 -156
- package/dist/trinity.css +11 -2
- package/package.json +61 -24
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trinityui/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.4",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"description": "Trinity Design System -
|
|
6
|
+
"description": "Trinity Design System — Enterprise MUI v7 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",
|
|
8
8
|
"module": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -113,15 +113,15 @@
|
|
|
113
113
|
"react-dom": "^19.2.4"
|
|
114
114
|
},
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@dagrejs/dagre": "^
|
|
116
|
+
"@dagrejs/dagre": "^3.0.0",
|
|
117
117
|
"@fontsource/montserrat": "^5.2.8",
|
|
118
118
|
"@mui/utils": "^7.3.9",
|
|
119
|
-
"@syncfusion/ej2-react-richtexteditor": "^
|
|
120
|
-
"@tanstack/react-virtual": "^3.13.
|
|
121
|
-
"@xyflow/react": "^12.10.
|
|
122
|
-
"ag-grid-community": "^35.
|
|
123
|
-
"ag-grid-enterprise": "^35.
|
|
124
|
-
"ag-grid-react": "^35.
|
|
119
|
+
"@syncfusion/ej2-react-richtexteditor": "^33.1.45",
|
|
120
|
+
"@tanstack/react-virtual": "^3.13.23",
|
|
121
|
+
"@xyflow/react": "^12.10.2",
|
|
122
|
+
"ag-grid-community": "^35.2.0",
|
|
123
|
+
"ag-grid-enterprise": "^35.2.0",
|
|
124
|
+
"ag-grid-react": "^35.2.0",
|
|
125
125
|
"d3-hierarchy": "^3.1.2",
|
|
126
126
|
"elkjs": "^0.11.1",
|
|
127
127
|
"highcharts": "^12.5.0",
|
|
@@ -136,53 +136,90 @@
|
|
|
136
136
|
"@mui/material": "^7.3.9",
|
|
137
137
|
"@mui/x-date-pickers": "^8.27.2",
|
|
138
138
|
"@size-limit/preset-small-lib": "^12.0.1",
|
|
139
|
-
"@storybook/addon-a11y": "^10.
|
|
140
|
-
"@storybook/addon-docs": "^10.
|
|
141
|
-
"@storybook/addon-vitest": "^10.
|
|
142
|
-
"@storybook/react-vite": "^10.
|
|
139
|
+
"@storybook/addon-a11y": "^10.3.3",
|
|
140
|
+
"@storybook/addon-docs": "^10.3.3",
|
|
141
|
+
"@storybook/addon-vitest": "^10.3.3",
|
|
142
|
+
"@storybook/react-vite": "^10.3.3",
|
|
143
143
|
"@tailwindcss/vite": "latest",
|
|
144
144
|
"@testing-library/jest-dom": "^6.9.1",
|
|
145
145
|
"@testing-library/react": "^16.3.2",
|
|
146
146
|
"@testing-library/user-event": "^14.6.1",
|
|
147
147
|
"@trinityui/design-system-css": "workspace:*",
|
|
148
|
-
"@types/node": "^25.
|
|
148
|
+
"@types/node": "^25.5.0",
|
|
149
149
|
"@types/d3-hierarchy": "^3.1.7",
|
|
150
150
|
"@types/react": "latest",
|
|
151
151
|
"@types/react-dom": "latest",
|
|
152
152
|
"@vitejs/plugin-react": "latest",
|
|
153
|
-
"@vitest/browser-playwright": "^4.
|
|
154
|
-
"@vitest/coverage-v8": "^4.
|
|
155
|
-
"chromatic": "^
|
|
153
|
+
"@vitest/browser-playwright": "^4.1.2",
|
|
154
|
+
"@vitest/coverage-v8": "^4.1.2",
|
|
155
|
+
"chromatic": "^16.0.0",
|
|
156
156
|
"conventional-changelog-cli": "^5.0.0",
|
|
157
|
-
"dayjs": "^1.11.
|
|
157
|
+
"dayjs": "^1.11.20",
|
|
158
158
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
159
159
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
160
160
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
161
161
|
"globals": "^17.4.0",
|
|
162
|
-
"jsdom": "^
|
|
162
|
+
"jsdom": "^29.0.1",
|
|
163
163
|
"jszip": "^3.10.1",
|
|
164
164
|
"playwright": "^1.58.2",
|
|
165
165
|
"size-limit": "^12.0.1",
|
|
166
|
-
"storybook": "^10.
|
|
166
|
+
"storybook": "^10.3.3",
|
|
167
167
|
"tailwindcss": "latest",
|
|
168
168
|
"tsx": "^4.21.0",
|
|
169
169
|
"typescript": "latest",
|
|
170
|
-
"typescript-eslint": "^8.57.
|
|
170
|
+
"typescript-eslint": "^8.57.2",
|
|
171
171
|
"vite": "latest",
|
|
172
|
-
"vitest": "^4.
|
|
172
|
+
"vitest": "^4.1.2",
|
|
173
173
|
"vitest-axe": "^0.1.0",
|
|
174
|
-
"eslint-plugin-storybook": "10.
|
|
174
|
+
"eslint-plugin-storybook": "10.3.3"
|
|
175
175
|
},
|
|
176
176
|
"keywords": [
|
|
177
177
|
"design-system",
|
|
178
|
+
"design-tokens",
|
|
179
|
+
"css-variables",
|
|
178
180
|
"mui",
|
|
181
|
+
"mui-v7",
|
|
179
182
|
"material-ui",
|
|
180
183
|
"react",
|
|
184
|
+
"react-components",
|
|
185
|
+
"typescript",
|
|
181
186
|
"theme",
|
|
182
|
-
"
|
|
187
|
+
"theming",
|
|
188
|
+
"component-library",
|
|
189
|
+
"ui-kit",
|
|
190
|
+
"accessible",
|
|
191
|
+
"wcag",
|
|
192
|
+
"wcag-2.1-aa",
|
|
193
|
+
"a11y",
|
|
194
|
+
"dark-mode",
|
|
195
|
+
"storybook",
|
|
196
|
+
"semantic-tokens",
|
|
197
|
+
"hooks",
|
|
198
|
+
"ai-components",
|
|
199
|
+
"ai-chat",
|
|
200
|
+
"charts",
|
|
201
|
+
"recharts",
|
|
202
|
+
"data-table",
|
|
203
|
+
"ag-grid",
|
|
204
|
+
"form-validation",
|
|
205
|
+
"autocomplete",
|
|
206
|
+
"command-palette",
|
|
207
|
+
"rich-text-editor",
|
|
208
|
+
"tree-view",
|
|
209
|
+
"trinity",
|
|
210
|
+
"enterprise",
|
|
211
|
+
"lifesciences"
|
|
183
212
|
],
|
|
184
213
|
"author": "Trinity Design",
|
|
185
214
|
"license": "MIT",
|
|
215
|
+
"repository": {
|
|
216
|
+
"type": "git",
|
|
217
|
+
"url": "https://github.com/Trinity-UI-Components/trinity-design-system.git"
|
|
218
|
+
},
|
|
219
|
+
"homepage": "https://github.com/Trinity-UI-Components/trinity-design-system#readme",
|
|
220
|
+
"bugs": {
|
|
221
|
+
"url": "https://github.com/Trinity-UI-Components/trinity-design-system/issues"
|
|
222
|
+
},
|
|
186
223
|
"imports": {
|
|
187
224
|
"#*": [
|
|
188
225
|
"./*",
|