@usetheo/ui 0.1.0-next.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.
Files changed (133) hide show
  1. package/CHANGELOG.md +227 -0
  2. package/LICENSE +201 -0
  3. package/README.md +347 -0
  4. package/dist/fonts/LICENSE-GEIST.txt +92 -0
  5. package/dist/fonts/geist-400.woff2 +0 -0
  6. package/dist/fonts/geist-500.woff2 +0 -0
  7. package/dist/fonts/geist-600.woff2 +0 -0
  8. package/dist/fonts/geist-mono-400.woff2 +0 -0
  9. package/dist/fonts/geist-mono-500.woff2 +0 -0
  10. package/dist/fonts/geist-mono-600.woff2 +0 -0
  11. package/dist/fonts-cdn.css +28 -0
  12. package/dist/fonts.css +75 -0
  13. package/dist/index.d.ts +3063 -0
  14. package/dist/index.js +7746 -0
  15. package/dist/index.js.map +1 -0
  16. package/dist/styles.css +88 -0
  17. package/dist/tokens.css +230 -0
  18. package/package.json +520 -0
  19. package/registry/index.json +700 -0
  20. package/registry/r/agent-composer.json +22 -0
  21. package/registry/r/agent-editor.json +27 -0
  22. package/registry/r/agent-error-card.json +22 -0
  23. package/registry/r/agent-event.json +24 -0
  24. package/registry/r/agent-handoff.json +22 -0
  25. package/registry/r/agent-profile.json +23 -0
  26. package/registry/r/agent-starting-state.json +22 -0
  27. package/registry/r/agent-stream.json +27 -0
  28. package/registry/r/agent-streaming.json +22 -0
  29. package/registry/r/agent-timeline.json +22 -0
  30. package/registry/r/agent-types.json +15 -0
  31. package/registry/r/approval-card.json +25 -0
  32. package/registry/r/artifact-preview.json +22 -0
  33. package/registry/r/attachment-chip.json +24 -0
  34. package/registry/r/audit-log-entry.json +23 -0
  35. package/registry/r/auto-compact-notice.json +22 -0
  36. package/registry/r/avatar.json +23 -0
  37. package/registry/r/badge.json +22 -0
  38. package/registry/r/browser-controls.json +22 -0
  39. package/registry/r/build-log-stream.json +19 -0
  40. package/registry/r/button.json +23 -0
  41. package/registry/r/capability-indicator.json +23 -0
  42. package/registry/r/card.json +22 -0
  43. package/registry/r/chat-composer.json +23 -0
  44. package/registry/r/chat-message.json +21 -0
  45. package/registry/r/chat-thread.json +20 -0
  46. package/registry/r/chat-types.json +15 -0
  47. package/registry/r/checkbox.json +23 -0
  48. package/registry/r/cn.json +19 -0
  49. package/registry/r/command-palette.json +25 -0
  50. package/registry/r/context-card.json +23 -0
  51. package/registry/r/context-window-bar.json +20 -0
  52. package/registry/r/cost-meter.json +22 -0
  53. package/registry/r/created-files-card.json +23 -0
  54. package/registry/r/cron-job-card.json +22 -0
  55. package/registry/r/cron-jobs-list.json +23 -0
  56. package/registry/r/deployment-row.json +23 -0
  57. package/registry/r/dialog.json +23 -0
  58. package/registry/r/diff-viewer.json +20 -0
  59. package/registry/r/domain-config.json +25 -0
  60. package/registry/r/empty-state.json +20 -0
  61. package/registry/r/env-var-editor.json +25 -0
  62. package/registry/r/folder-context-card.json +23 -0
  63. package/registry/r/folder-selector.json +22 -0
  64. package/registry/r/form-field.json +23 -0
  65. package/registry/r/hook-config.json +22 -0
  66. package/registry/r/hook-event-log.json +22 -0
  67. package/registry/r/input.json +19 -0
  68. package/registry/r/intent-selector.json +24 -0
  69. package/registry/r/label.json +22 -0
  70. package/registry/r/lane-board.json +20 -0
  71. package/registry/r/live-region-context.json +16 -0
  72. package/registry/r/login-split.json +20 -0
  73. package/registry/r/mcp-server-card.json +22 -0
  74. package/registry/r/mcp-server-list.json +23 -0
  75. package/registry/r/memory-editor.json +23 -0
  76. package/registry/r/mention-menu.json +23 -0
  77. package/registry/r/metrics-panel.json +22 -0
  78. package/registry/r/mode-types.json +15 -0
  79. package/registry/r/model-card.json +23 -0
  80. package/registry/r/model-selector.json +23 -0
  81. package/registry/r/permission-matrix.json +22 -0
  82. package/registry/r/permission-modal.json +24 -0
  83. package/registry/r/permission-types.json +15 -0
  84. package/registry/r/preview-env-card.json +25 -0
  85. package/registry/r/preview-panel.json +21 -0
  86. package/registry/r/progress-checklist.json +23 -0
  87. package/registry/r/project-card.json +25 -0
  88. package/registry/r/project-switcher.json +22 -0
  89. package/registry/r/quick-action-chips.json +21 -0
  90. package/registry/r/radio-group.json +23 -0
  91. package/registry/r/recent-folders-list.json +22 -0
  92. package/registry/r/rollback-ui.json +24 -0
  93. package/registry/r/rule-card.json +23 -0
  94. package/registry/r/rule-editor.json +28 -0
  95. package/registry/r/rule-types.json +18 -0
  96. package/registry/r/run-stats.json +22 -0
  97. package/registry/r/running-tasks-panel.json +22 -0
  98. package/registry/r/safe-href.json +16 -0
  99. package/registry/r/scroll-area.json +22 -0
  100. package/registry/r/select.json +23 -0
  101. package/registry/r/session-list-item.json +20 -0
  102. package/registry/r/session-timeline.json +22 -0
  103. package/registry/r/sheet.json +24 -0
  104. package/registry/r/sidebar.json +19 -0
  105. package/registry/r/skeleton.json +19 -0
  106. package/registry/r/skill-card.json +24 -0
  107. package/registry/r/skill-editor.json +28 -0
  108. package/registry/r/skills-list.json +23 -0
  109. package/registry/r/social-auth-row.json +21 -0
  110. package/registry/r/steps-rail.json +20 -0
  111. package/registry/r/sub-agent-dispatch.json +22 -0
  112. package/registry/r/switch.json +22 -0
  113. package/registry/r/system-prompt-editor.json +22 -0
  114. package/registry/r/tabs.json +22 -0
  115. package/registry/r/tailwind-preset.json +19 -0
  116. package/registry/r/task-header.json +24 -0
  117. package/registry/r/task-plan.json +22 -0
  118. package/registry/r/task-types.json +15 -0
  119. package/registry/r/terminal-panel.json +22 -0
  120. package/registry/r/textarea.json +19 -0
  121. package/registry/r/theme-provider.json +59 -0
  122. package/registry/r/theme-script.json +18 -0
  123. package/registry/r/theo-ui-provider.json +20 -0
  124. package/registry/r/toast.json +30 -0
  125. package/registry/r/token-usage-chart.json +20 -0
  126. package/registry/r/tokens.json +21 -0
  127. package/registry/r/tool-call-card.json +23 -0
  128. package/registry/r/tool-call.json +22 -0
  129. package/registry/r/tool-result.json +20 -0
  130. package/registry/r/tools-list.json +23 -0
  131. package/registry/r/tooltip.json +22 -0
  132. package/registry/r/topnav.json +22 -0
  133. package/registry/r/types.json +15 -0
package/package.json ADDED
@@ -0,0 +1,520 @@
1
+ {
2
+ "name": "@usetheo/ui",
3
+ "version": "0.1.0-next.0",
4
+ "description": "Theo UI — framework-agnostic React component library with the Violet Forge design system. Focused on AI-agent interfaces, PaaS dashboards, and developer-tooling surfaces.",
5
+ "license": "Apache-2.0",
6
+ "type": "module",
7
+ "sideEffects": ["**/*.css"],
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
12
+ },
13
+ "./styles.css": "./dist/styles.css",
14
+ "./tokens.css": "./dist/tokens.css",
15
+ "./fonts.css": "./dist/fonts.css",
16
+ "./fonts-cdn.css": "./dist/fonts-cdn.css",
17
+ "./agent-composer": {
18
+ "types": "./dist/index.d.ts",
19
+ "import": "./dist/index.js"
20
+ },
21
+ "./agent-editor": {
22
+ "types": "./dist/index.d.ts",
23
+ "import": "./dist/index.js"
24
+ },
25
+ "./agent-error-card": {
26
+ "types": "./dist/index.d.ts",
27
+ "import": "./dist/index.js"
28
+ },
29
+ "./agent-event": {
30
+ "types": "./dist/index.d.ts",
31
+ "import": "./dist/index.js"
32
+ },
33
+ "./agent-handoff": {
34
+ "types": "./dist/index.d.ts",
35
+ "import": "./dist/index.js"
36
+ },
37
+ "./agent-profile": {
38
+ "types": "./dist/index.d.ts",
39
+ "import": "./dist/index.js"
40
+ },
41
+ "./agent-starting-state": {
42
+ "types": "./dist/index.d.ts",
43
+ "import": "./dist/index.js"
44
+ },
45
+ "./agent-stream": {
46
+ "types": "./dist/index.d.ts",
47
+ "import": "./dist/index.js"
48
+ },
49
+ "./agent-streaming": {
50
+ "types": "./dist/index.d.ts",
51
+ "import": "./dist/index.js"
52
+ },
53
+ "./agent-timeline": {
54
+ "types": "./dist/index.d.ts",
55
+ "import": "./dist/index.js"
56
+ },
57
+ "./approval-card": {
58
+ "types": "./dist/index.d.ts",
59
+ "import": "./dist/index.js"
60
+ },
61
+ "./artifact-preview": {
62
+ "types": "./dist/index.d.ts",
63
+ "import": "./dist/index.js"
64
+ },
65
+ "./attachment-chip": {
66
+ "types": "./dist/index.d.ts",
67
+ "import": "./dist/index.js"
68
+ },
69
+ "./audit-log-entry": {
70
+ "types": "./dist/index.d.ts",
71
+ "import": "./dist/index.js"
72
+ },
73
+ "./auto-compact-notice": {
74
+ "types": "./dist/index.d.ts",
75
+ "import": "./dist/index.js"
76
+ },
77
+ "./avatar": {
78
+ "types": "./dist/index.d.ts",
79
+ "import": "./dist/index.js"
80
+ },
81
+ "./badge": {
82
+ "types": "./dist/index.d.ts",
83
+ "import": "./dist/index.js"
84
+ },
85
+ "./browser-controls": {
86
+ "types": "./dist/index.d.ts",
87
+ "import": "./dist/index.js"
88
+ },
89
+ "./build-log-stream": {
90
+ "types": "./dist/index.d.ts",
91
+ "import": "./dist/index.js"
92
+ },
93
+ "./button": {
94
+ "types": "./dist/index.d.ts",
95
+ "import": "./dist/index.js"
96
+ },
97
+ "./capability-indicator": {
98
+ "types": "./dist/index.d.ts",
99
+ "import": "./dist/index.js"
100
+ },
101
+ "./card": {
102
+ "types": "./dist/index.d.ts",
103
+ "import": "./dist/index.js"
104
+ },
105
+ "./chat-composer": {
106
+ "types": "./dist/index.d.ts",
107
+ "import": "./dist/index.js"
108
+ },
109
+ "./chat-message": {
110
+ "types": "./dist/index.d.ts",
111
+ "import": "./dist/index.js"
112
+ },
113
+ "./chat-thread": {
114
+ "types": "./dist/index.d.ts",
115
+ "import": "./dist/index.js"
116
+ },
117
+ "./checkbox": {
118
+ "types": "./dist/index.d.ts",
119
+ "import": "./dist/index.js"
120
+ },
121
+ "./command-palette": {
122
+ "types": "./dist/index.d.ts",
123
+ "import": "./dist/index.js"
124
+ },
125
+ "./context-card": {
126
+ "types": "./dist/index.d.ts",
127
+ "import": "./dist/index.js"
128
+ },
129
+ "./context-window-bar": {
130
+ "types": "./dist/index.d.ts",
131
+ "import": "./dist/index.js"
132
+ },
133
+ "./cost-meter": {
134
+ "types": "./dist/index.d.ts",
135
+ "import": "./dist/index.js"
136
+ },
137
+ "./created-files-card": {
138
+ "types": "./dist/index.d.ts",
139
+ "import": "./dist/index.js"
140
+ },
141
+ "./cron-job-card": {
142
+ "types": "./dist/index.d.ts",
143
+ "import": "./dist/index.js"
144
+ },
145
+ "./cron-jobs-list": {
146
+ "types": "./dist/index.d.ts",
147
+ "import": "./dist/index.js"
148
+ },
149
+ "./deployment-row": {
150
+ "types": "./dist/index.d.ts",
151
+ "import": "./dist/index.js"
152
+ },
153
+ "./dialog": {
154
+ "types": "./dist/index.d.ts",
155
+ "import": "./dist/index.js"
156
+ },
157
+ "./diff-viewer": {
158
+ "types": "./dist/index.d.ts",
159
+ "import": "./dist/index.js"
160
+ },
161
+ "./domain-config": {
162
+ "types": "./dist/index.d.ts",
163
+ "import": "./dist/index.js"
164
+ },
165
+ "./empty-state": {
166
+ "types": "./dist/index.d.ts",
167
+ "import": "./dist/index.js"
168
+ },
169
+ "./env-var-editor": {
170
+ "types": "./dist/index.d.ts",
171
+ "import": "./dist/index.js"
172
+ },
173
+ "./folder-context-card": {
174
+ "types": "./dist/index.d.ts",
175
+ "import": "./dist/index.js"
176
+ },
177
+ "./folder-selector": {
178
+ "types": "./dist/index.d.ts",
179
+ "import": "./dist/index.js"
180
+ },
181
+ "./form-field": {
182
+ "types": "./dist/index.d.ts",
183
+ "import": "./dist/index.js"
184
+ },
185
+ "./hook-config": {
186
+ "types": "./dist/index.d.ts",
187
+ "import": "./dist/index.js"
188
+ },
189
+ "./hook-event-log": {
190
+ "types": "./dist/index.d.ts",
191
+ "import": "./dist/index.js"
192
+ },
193
+ "./input": {
194
+ "types": "./dist/index.d.ts",
195
+ "import": "./dist/index.js"
196
+ },
197
+ "./intent-selector": {
198
+ "types": "./dist/index.d.ts",
199
+ "import": "./dist/index.js"
200
+ },
201
+ "./label": {
202
+ "types": "./dist/index.d.ts",
203
+ "import": "./dist/index.js"
204
+ },
205
+ "./lane-board": {
206
+ "types": "./dist/index.d.ts",
207
+ "import": "./dist/index.js"
208
+ },
209
+ "./login-split": {
210
+ "types": "./dist/index.d.ts",
211
+ "import": "./dist/index.js"
212
+ },
213
+ "./mcp-server-card": {
214
+ "types": "./dist/index.d.ts",
215
+ "import": "./dist/index.js"
216
+ },
217
+ "./mcp-server-list": {
218
+ "types": "./dist/index.d.ts",
219
+ "import": "./dist/index.js"
220
+ },
221
+ "./memory-editor": {
222
+ "types": "./dist/index.d.ts",
223
+ "import": "./dist/index.js"
224
+ },
225
+ "./mention-menu": {
226
+ "types": "./dist/index.d.ts",
227
+ "import": "./dist/index.js"
228
+ },
229
+ "./metrics-panel": {
230
+ "types": "./dist/index.d.ts",
231
+ "import": "./dist/index.js"
232
+ },
233
+ "./model-card": {
234
+ "types": "./dist/index.d.ts",
235
+ "import": "./dist/index.js"
236
+ },
237
+ "./model-selector": {
238
+ "types": "./dist/index.d.ts",
239
+ "import": "./dist/index.js"
240
+ },
241
+ "./permission-matrix": {
242
+ "types": "./dist/index.d.ts",
243
+ "import": "./dist/index.js"
244
+ },
245
+ "./permission-modal": {
246
+ "types": "./dist/index.d.ts",
247
+ "import": "./dist/index.js"
248
+ },
249
+ "./preview-env-card": {
250
+ "types": "./dist/index.d.ts",
251
+ "import": "./dist/index.js"
252
+ },
253
+ "./preview-panel": {
254
+ "types": "./dist/index.d.ts",
255
+ "import": "./dist/index.js"
256
+ },
257
+ "./progress-checklist": {
258
+ "types": "./dist/index.d.ts",
259
+ "import": "./dist/index.js"
260
+ },
261
+ "./project-card": {
262
+ "types": "./dist/index.d.ts",
263
+ "import": "./dist/index.js"
264
+ },
265
+ "./project-switcher": {
266
+ "types": "./dist/index.d.ts",
267
+ "import": "./dist/index.js"
268
+ },
269
+ "./quick-action-chips": {
270
+ "types": "./dist/index.d.ts",
271
+ "import": "./dist/index.js"
272
+ },
273
+ "./radio-group": {
274
+ "types": "./dist/index.d.ts",
275
+ "import": "./dist/index.js"
276
+ },
277
+ "./recent-folders-list": {
278
+ "types": "./dist/index.d.ts",
279
+ "import": "./dist/index.js"
280
+ },
281
+ "./rollback-ui": {
282
+ "types": "./dist/index.d.ts",
283
+ "import": "./dist/index.js"
284
+ },
285
+ "./rule-card": {
286
+ "types": "./dist/index.d.ts",
287
+ "import": "./dist/index.js"
288
+ },
289
+ "./rule-editor": {
290
+ "types": "./dist/index.d.ts",
291
+ "import": "./dist/index.js"
292
+ },
293
+ "./run-stats": {
294
+ "types": "./dist/index.d.ts",
295
+ "import": "./dist/index.js"
296
+ },
297
+ "./running-tasks-panel": {
298
+ "types": "./dist/index.d.ts",
299
+ "import": "./dist/index.js"
300
+ },
301
+ "./scroll-area": {
302
+ "types": "./dist/index.d.ts",
303
+ "import": "./dist/index.js"
304
+ },
305
+ "./select": {
306
+ "types": "./dist/index.d.ts",
307
+ "import": "./dist/index.js"
308
+ },
309
+ "./session-list-item": {
310
+ "types": "./dist/index.d.ts",
311
+ "import": "./dist/index.js"
312
+ },
313
+ "./session-timeline": {
314
+ "types": "./dist/index.d.ts",
315
+ "import": "./dist/index.js"
316
+ },
317
+ "./sheet": {
318
+ "types": "./dist/index.d.ts",
319
+ "import": "./dist/index.js"
320
+ },
321
+ "./sidebar": {
322
+ "types": "./dist/index.d.ts",
323
+ "import": "./dist/index.js"
324
+ },
325
+ "./skeleton": {
326
+ "types": "./dist/index.d.ts",
327
+ "import": "./dist/index.js"
328
+ },
329
+ "./skill-card": {
330
+ "types": "./dist/index.d.ts",
331
+ "import": "./dist/index.js"
332
+ },
333
+ "./skill-editor": {
334
+ "types": "./dist/index.d.ts",
335
+ "import": "./dist/index.js"
336
+ },
337
+ "./skills-list": {
338
+ "types": "./dist/index.d.ts",
339
+ "import": "./dist/index.js"
340
+ },
341
+ "./social-auth-row": {
342
+ "types": "./dist/index.d.ts",
343
+ "import": "./dist/index.js"
344
+ },
345
+ "./steps-rail": {
346
+ "types": "./dist/index.d.ts",
347
+ "import": "./dist/index.js"
348
+ },
349
+ "./sub-agent-dispatch": {
350
+ "types": "./dist/index.d.ts",
351
+ "import": "./dist/index.js"
352
+ },
353
+ "./switch": {
354
+ "types": "./dist/index.d.ts",
355
+ "import": "./dist/index.js"
356
+ },
357
+ "./system-prompt-editor": {
358
+ "types": "./dist/index.d.ts",
359
+ "import": "./dist/index.js"
360
+ },
361
+ "./tabs": {
362
+ "types": "./dist/index.d.ts",
363
+ "import": "./dist/index.js"
364
+ },
365
+ "./task-header": {
366
+ "types": "./dist/index.d.ts",
367
+ "import": "./dist/index.js"
368
+ },
369
+ "./task-plan": {
370
+ "types": "./dist/index.d.ts",
371
+ "import": "./dist/index.js"
372
+ },
373
+ "./terminal-panel": {
374
+ "types": "./dist/index.d.ts",
375
+ "import": "./dist/index.js"
376
+ },
377
+ "./textarea": {
378
+ "types": "./dist/index.d.ts",
379
+ "import": "./dist/index.js"
380
+ },
381
+ "./toast": {
382
+ "types": "./dist/index.d.ts",
383
+ "import": "./dist/index.js"
384
+ },
385
+ "./token-usage-chart": {
386
+ "types": "./dist/index.d.ts",
387
+ "import": "./dist/index.js"
388
+ },
389
+ "./tool-call": {
390
+ "types": "./dist/index.d.ts",
391
+ "import": "./dist/index.js"
392
+ },
393
+ "./tool-call-card": {
394
+ "types": "./dist/index.d.ts",
395
+ "import": "./dist/index.js"
396
+ },
397
+ "./tool-result": {
398
+ "types": "./dist/index.d.ts",
399
+ "import": "./dist/index.js"
400
+ },
401
+ "./tools-list": {
402
+ "types": "./dist/index.d.ts",
403
+ "import": "./dist/index.js"
404
+ },
405
+ "./tooltip": {
406
+ "types": "./dist/index.d.ts",
407
+ "import": "./dist/index.js"
408
+ },
409
+ "./topnav": {
410
+ "types": "./dist/index.d.ts",
411
+ "import": "./dist/index.js"
412
+ }
413
+ },
414
+ "files": ["dist", "registry/r", "registry/index.json", "LICENSE", "CHANGELOG.md"],
415
+ "scripts": {
416
+ "build": "tsup",
417
+ "dev": "ladle serve",
418
+ "ladle:build": "ladle build",
419
+ "ladle:preview": "ladle preview",
420
+ "playground": "vite --config playground/vite.config.ts",
421
+ "playground:build": "vite build --config playground/vite.config.ts",
422
+ "playground:preview": "vite preview --config playground/vite.config.ts",
423
+ "typecheck": "tsc --noEmit",
424
+ "lint": "biome check src",
425
+ "lint:ci": "biome ci src scripts .ladle playground",
426
+ "lint:fix": "biome check --write src",
427
+ "format": "biome format --write src scripts .ladle package.json tsconfig.json tailwind.config.ts vitest.config.ts tsup.config.ts biome.json",
428
+ "format:check": "biome format src scripts .ladle package.json tsconfig.json tailwind.config.ts vitest.config.ts tsup.config.ts biome.json",
429
+ "test": "vitest run",
430
+ "test:watch": "vitest",
431
+ "test:ui": "vitest --ui",
432
+ "registry:build": "tsx scripts/build-registry.ts",
433
+ "registry:validate": "tsx scripts/validate-registry.ts",
434
+ "sync:readme": "tsx scripts/sync-readme.ts",
435
+ "sync:exports": "tsx scripts/sync-exports.ts",
436
+ "test:registry": "tsx scripts/test-registry-install.ts",
437
+ "test:coverage": "vitest run --coverage",
438
+ "quality:structure": "tsx scripts/validate-quality-gates.ts",
439
+ "quality:bundle": "tsx scripts/validate-bundle-size.ts",
440
+ "quality:bundle:update": "tsx scripts/validate-bundle-size.ts --update",
441
+ "quality:a11y": "vitest run src/test/ladle-axe.test.tsx",
442
+ "quality:gates": "pnpm format:check && pnpm lint:ci && pnpm typecheck && pnpm test && pnpm build && pnpm registry:build && pnpm registry:validate && pnpm quality:structure && pnpm quality:bundle && pnpm quality:a11y && pnpm ladle:build",
443
+ "quality:gates:fast": "pnpm format:check && pnpm lint:ci && pnpm typecheck && pnpm registry:build && pnpm registry:validate && pnpm quality:structure"
444
+ },
445
+ "peerDependencies": {
446
+ "react": ">=18.2.0 <20",
447
+ "react-dom": ">=18.2.0 <20"
448
+ },
449
+ "dependencies": {
450
+ "@radix-ui/react-avatar": "^1.1.11",
451
+ "@radix-ui/react-checkbox": "^1.3.3",
452
+ "@radix-ui/react-dialog": "^1.1.6",
453
+ "@radix-ui/react-dropdown-menu": "^2.1.6",
454
+ "@radix-ui/react-label": "^2.1.8",
455
+ "@radix-ui/react-radio-group": "^1.3.8",
456
+ "@radix-ui/react-scroll-area": "^1.2.10",
457
+ "@radix-ui/react-select": "^2.2.6",
458
+ "@radix-ui/react-slot": "^1.1.2",
459
+ "@radix-ui/react-switch": "^1.2.6",
460
+ "@radix-ui/react-tabs": "^1.1.3",
461
+ "@radix-ui/react-toast": "^1.2.15",
462
+ "@radix-ui/react-tooltip": "^1.1.8",
463
+ "class-variance-authority": "^0.7.1",
464
+ "clsx": "^2.1.1",
465
+ "cmdk": "^1.1.1",
466
+ "lucide-react": "^0.471.0",
467
+ "tailwind-merge": "^2.5.5",
468
+ "tailwindcss-animate": "^1.0.7"
469
+ },
470
+ "devDependencies": {
471
+ "@biomejs/biome": "^1.9.4",
472
+ "@ladle/react": "^4.1.2",
473
+ "@testing-library/dom": "^10.4.0",
474
+ "@testing-library/jest-dom": "^6.6.3",
475
+ "@testing-library/react": "^16.1.0",
476
+ "@testing-library/user-event": "^14.5.2",
477
+ "@types/node": "^22.10.5",
478
+ "@types/react": "^18.3.18",
479
+ "@types/react-dom": "^18.3.5",
480
+ "@vitejs/plugin-react": "^4.7.0",
481
+ "autoprefixer": "^10.4.20",
482
+ "geist": "^1.7.0",
483
+ "happy-dom": "^20.9.0",
484
+ "postcss": "^8.5.14",
485
+ "react": "^18.3.1",
486
+ "react-dom": "^18.3.1",
487
+ "tailwindcss": "^3.4.17",
488
+ "tsup": "^8.3.5",
489
+ "tsx": "^4.19.2",
490
+ "typescript": "^5.7.3",
491
+ "vite": "^5.4.21",
492
+ "vitest": "^2.1.8",
493
+ "vitest-axe": "^0.1.0"
494
+ },
495
+ "engines": {
496
+ "node": ">=20"
497
+ },
498
+ "pnpm": {
499
+ "onlyBuiltDependencies": ["@biomejs/biome", "@swc/core", "esbuild"],
500
+ "overrides": {
501
+ "postcss": ">=8.5.10"
502
+ }
503
+ },
504
+ "keywords": [
505
+ "react",
506
+ "components",
507
+ "ui",
508
+ "design-system",
509
+ "shadcn",
510
+ "theo",
511
+ "paas",
512
+ "agent-ui",
513
+ "ai-tools",
514
+ "developer-tools"
515
+ ],
516
+ "publishConfig": {
517
+ "access": "public"
518
+ },
519
+ "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
520
+ }