@usetheo/ui 0.1.0-next.0 → 0.1.0-next.1

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 (135) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +116 -9
  3. package/dist/index.d.ts +1 -1
  4. package/dist/index.js.map +1 -1
  5. package/dist/plugin-Atb0VKtr.d.ts +172 -0
  6. package/dist/slide/index.d.ts +212 -0
  7. package/dist/slide/index.js +714 -0
  8. package/dist/slide/index.js.map +1 -0
  9. package/dist/slide/plugins/emoji/index.d.ts +29 -0
  10. package/dist/slide/plugins/emoji/index.js +157 -0
  11. package/dist/slide/plugins/emoji/index.js.map +1 -0
  12. package/dist/slide/plugins/math/index.d.ts +13 -0
  13. package/dist/slide/plugins/math/index.js +145 -0
  14. package/dist/slide/plugins/math/index.js.map +1 -0
  15. package/dist/slide/plugins/mermaid/index.d.ts +55 -0
  16. package/dist/slide/plugins/mermaid/index.js +218 -0
  17. package/dist/slide/plugins/mermaid/index.js.map +1 -0
  18. package/dist/slide/plugins/shiki/index.d.ts +18 -0
  19. package/dist/slide/plugins/shiki/index.js +87 -0
  20. package/dist/slide/plugins/shiki/index.js.map +1 -0
  21. package/dist/slide/themes/default.css +256 -0
  22. package/dist/slide/themes/layouts.css +143 -0
  23. package/dist/slide/themes/violet-forge.css +256 -0
  24. package/dist/slide-deck/index.css +52 -0
  25. package/dist/slide-deck/index.css.map +1 -0
  26. package/dist/slide-deck/index.d.ts +377 -0
  27. package/dist/slide-deck/index.js +1797 -0
  28. package/dist/slide-deck/index.js.map +1 -0
  29. package/dist/whiteboard/index.d.ts +258 -0
  30. package/dist/whiteboard/index.js +738 -0
  31. package/dist/whiteboard/index.js.map +1 -0
  32. package/package.json +141 -9
  33. package/registry/r/agent-composer.json +4 -4
  34. package/registry/r/agent-editor.json +9 -9
  35. package/registry/r/agent-error-card.json +2 -2
  36. package/registry/r/agent-event.json +4 -4
  37. package/registry/r/agent-handoff.json +2 -2
  38. package/registry/r/agent-profile.json +2 -2
  39. package/registry/r/agent-starting-state.json +2 -2
  40. package/registry/r/agent-stream.json +9 -9
  41. package/registry/r/agent-streaming.json +2 -2
  42. package/registry/r/agent-timeline.json +4 -4
  43. package/registry/r/approval-card.json +4 -4
  44. package/registry/r/artifact-preview.json +2 -2
  45. package/registry/r/attachment-chip.json +4 -4
  46. package/registry/r/audit-log-entry.json +3 -3
  47. package/registry/r/auto-compact-notice.json +2 -2
  48. package/registry/r/avatar.json +2 -2
  49. package/registry/r/badge.json +2 -2
  50. package/registry/r/browser-controls.json +2 -2
  51. package/registry/r/build-log-stream.json +2 -2
  52. package/registry/r/button.json +2 -2
  53. package/registry/r/capability-indicator.json +3 -3
  54. package/registry/r/card.json +2 -2
  55. package/registry/r/chat-composer.json +3 -3
  56. package/registry/r/chat-message.json +3 -3
  57. package/registry/r/chat-thread.json +2 -2
  58. package/registry/r/checkbox.json +2 -2
  59. package/registry/r/command-palette.json +4 -4
  60. package/registry/r/context-card.json +3 -3
  61. package/registry/r/context-window-bar.json +2 -2
  62. package/registry/r/cost-meter.json +2 -2
  63. package/registry/r/created-files-card.json +3 -3
  64. package/registry/r/cron-job-card.json +2 -2
  65. package/registry/r/cron-jobs-list.json +3 -3
  66. package/registry/r/deployment-row.json +3 -3
  67. package/registry/r/dialog.json +2 -2
  68. package/registry/r/diff-viewer.json +2 -2
  69. package/registry/r/domain-config.json +6 -6
  70. package/registry/r/empty-state.json +3 -3
  71. package/registry/r/env-var-editor.json +5 -5
  72. package/registry/r/folder-context-card.json +3 -3
  73. package/registry/r/folder-selector.json +2 -2
  74. package/registry/r/form-field.json +2 -2
  75. package/registry/r/hook-config.json +2 -2
  76. package/registry/r/hook-event-log.json +2 -2
  77. package/registry/r/input.json +2 -2
  78. package/registry/r/intent-selector.json +3 -3
  79. package/registry/r/label.json +2 -2
  80. package/registry/r/lane-board.json +2 -2
  81. package/registry/r/login-split.json +2 -2
  82. package/registry/r/mcp-server-card.json +2 -2
  83. package/registry/r/mcp-server-list.json +3 -3
  84. package/registry/r/memory-editor.json +3 -3
  85. package/registry/r/mention-menu.json +3 -3
  86. package/registry/r/metrics-panel.json +2 -2
  87. package/registry/r/model-card.json +3 -3
  88. package/registry/r/model-selector.json +2 -2
  89. package/registry/r/permission-matrix.json +2 -2
  90. package/registry/r/permission-modal.json +4 -4
  91. package/registry/r/preview-env-card.json +5 -5
  92. package/registry/r/preview-panel.json +3 -3
  93. package/registry/r/progress-checklist.json +3 -3
  94. package/registry/r/project-card.json +5 -5
  95. package/registry/r/project-switcher.json +2 -2
  96. package/registry/r/quick-action-chips.json +3 -3
  97. package/registry/r/radio-group.json +2 -2
  98. package/registry/r/recent-folders-list.json +2 -2
  99. package/registry/r/rollback-ui.json +4 -4
  100. package/registry/r/rule-card.json +3 -3
  101. package/registry/r/rule-editor.json +10 -10
  102. package/registry/r/rule-types.json +1 -1
  103. package/registry/r/run-stats.json +2 -2
  104. package/registry/r/running-tasks-panel.json +2 -2
  105. package/registry/r/scroll-area.json +2 -2
  106. package/registry/r/select.json +2 -2
  107. package/registry/r/session-list-item.json +2 -2
  108. package/registry/r/session-timeline.json +2 -2
  109. package/registry/r/sheet.json +2 -2
  110. package/registry/r/sidebar.json +2 -2
  111. package/registry/r/skeleton.json +2 -2
  112. package/registry/r/skill-card.json +4 -4
  113. package/registry/r/skill-editor.json +10 -10
  114. package/registry/r/skills-list.json +3 -3
  115. package/registry/r/social-auth-row.json +3 -3
  116. package/registry/r/steps-rail.json +2 -2
  117. package/registry/r/sub-agent-dispatch.json +2 -2
  118. package/registry/r/switch.json +2 -2
  119. package/registry/r/system-prompt-editor.json +2 -2
  120. package/registry/r/tabs.json +2 -2
  121. package/registry/r/task-header.json +4 -4
  122. package/registry/r/task-plan.json +2 -2
  123. package/registry/r/terminal-panel.json +2 -2
  124. package/registry/r/textarea.json +2 -2
  125. package/registry/r/theme-provider.json +2 -2
  126. package/registry/r/theme-script.json +1 -1
  127. package/registry/r/theo-ui-provider.json +2 -2
  128. package/registry/r/toast.json +2 -2
  129. package/registry/r/token-usage-chart.json +2 -2
  130. package/registry/r/tool-call-card.json +3 -3
  131. package/registry/r/tool-call.json +2 -2
  132. package/registry/r/tool-result.json +2 -2
  133. package/registry/r/tools-list.json +3 -3
  134. package/registry/r/tooltip.json +2 -2
  135. package/registry/r/topnav.json +2 -2
@@ -8,9 +8,9 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset",
13
- "task-types"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
13
+ "https://usetheodev.github.io/theo-ui/r/task-types.json"
14
14
  ],
15
15
  "files": [
16
16
  {
@@ -8,11 +8,11 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "badge",
12
- "cn",
13
- "deployment-row",
14
- "safe-href",
15
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/badge.json",
12
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
13
+ "https://usetheodev.github.io/theo-ui/r/deployment-row.json",
14
+ "https://usetheodev.github.io/theo-ui/r/safe-href.json",
15
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
16
16
  ],
17
17
  "files": [
18
18
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -6,9 +6,9 @@
6
6
  "description": "Row of intent chips below a hero composer.",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "cn",
10
- "tailwind-preset",
11
- "types"
9
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
10
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
11
+ "https://usetheodev.github.io/theo-ui/r/types.json"
12
12
  ],
13
13
  "files": [
14
14
  {
@@ -9,8 +9,8 @@
9
9
  "lucide-react"
10
10
  ],
11
11
  "registryDependencies": [
12
- "cn",
13
- "tailwind-preset"
12
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
13
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
14
14
  ],
15
15
  "files": [
16
16
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,10 +8,10 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "badge",
12
- "button",
13
- "cn",
14
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/badge.json",
12
+ "https://usetheodev.github.io/theo-ui/r/button.json",
13
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
14
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
15
15
  ],
16
16
  "files": [
17
17
  {
@@ -8,9 +8,9 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "rule-types",
13
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/rule-types.json",
13
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
14
14
  ],
15
15
  "files": [
16
16
  {
@@ -6,16 +6,16 @@
6
6
  "description": "Form for creating or editing a Rule (behavior instruction",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "button",
10
- "cn",
11
- "form-field",
12
- "input",
13
- "mode-types",
14
- "rule-types",
15
- "select",
16
- "switch",
17
- "tailwind-preset",
18
- "textarea"
9
+ "https://usetheodev.github.io/theo-ui/r/button.json",
10
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
11
+ "https://usetheodev.github.io/theo-ui/r/form-field.json",
12
+ "https://usetheodev.github.io/theo-ui/r/input.json",
13
+ "https://usetheodev.github.io/theo-ui/r/mode-types.json",
14
+ "https://usetheodev.github.io/theo-ui/r/rule-types.json",
15
+ "https://usetheodev.github.io/theo-ui/r/select.json",
16
+ "https://usetheodev.github.io/theo-ui/r/switch.json",
17
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
18
+ "https://usetheodev.github.io/theo-ui/r/textarea.json"
19
19
  ],
20
20
  "files": [
21
21
  {
@@ -13,6 +13,6 @@
13
13
  }
14
14
  ],
15
15
  "registryDependencies": [
16
- "mode-types"
16
+ "https://usetheodev.github.io/theo-ui/r/mode-types.json"
17
17
  ]
18
18
  }
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,8 +8,8 @@
8
8
  "@radix-ui/react-scroll-area"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -9,8 +9,8 @@
9
9
  "lucide-react"
10
10
  ],
11
11
  "registryDependencies": [
12
- "cn",
13
- "tailwind-preset"
12
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
13
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
14
14
  ],
15
15
  "files": [
16
16
  {
@@ -6,8 +6,8 @@
6
6
  "description": "Single row in the sidebar's Sessions list for a code agent",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "cn",
10
- "tailwind-preset"
9
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
10
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
11
11
  ],
12
12
  "files": [
13
13
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -10,8 +10,8 @@
10
10
  "lucide-react"
11
11
  ],
12
12
  "registryDependencies": [
13
- "cn",
14
- "tailwind-preset"
13
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
14
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
15
15
  ],
16
16
  "files": [
17
17
  {
@@ -5,8 +5,8 @@
5
5
  "title": "Sidebar",
6
6
  "description": "Vertical navigation shell with header, sections, items (active / count), and footer slots.",
7
7
  "registryDependencies": [
8
- "cn",
9
- "tailwind-preset"
8
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
9
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
10
10
  ],
11
11
  "files": [
12
12
  {
@@ -5,8 +5,8 @@
5
5
  "title": "Skeleton",
6
6
  "description": "Placeholder block shown while content is loading.",
7
7
  "registryDependencies": [
8
- "cn",
9
- "tailwind-preset"
8
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
9
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
10
10
  ],
11
11
  "files": [
12
12
  {
@@ -8,10 +8,10 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "mode-types",
13
- "tailwind-preset",
14
- "types"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/mode-types.json",
13
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
14
+ "https://usetheodev.github.io/theo-ui/r/types.json"
15
15
  ],
16
16
  "files": [
17
17
  {
@@ -6,16 +6,16 @@
6
6
  "description": "Form for creating or editing a Skill.",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "button",
10
- "cn",
11
- "form-field",
12
- "input",
13
- "mode-types",
14
- "select",
15
- "skill-card",
16
- "switch",
17
- "tailwind-preset",
18
- "textarea"
9
+ "https://usetheodev.github.io/theo-ui/r/button.json",
10
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
11
+ "https://usetheodev.github.io/theo-ui/r/form-field.json",
12
+ "https://usetheodev.github.io/theo-ui/r/input.json",
13
+ "https://usetheodev.github.io/theo-ui/r/mode-types.json",
14
+ "https://usetheodev.github.io/theo-ui/r/select.json",
15
+ "https://usetheodev.github.io/theo-ui/r/skill-card.json",
16
+ "https://usetheodev.github.io/theo-ui/r/switch.json",
17
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
18
+ "https://usetheodev.github.io/theo-ui/r/textarea.json"
19
19
  ],
20
20
  "files": [
21
21
  {
@@ -8,9 +8,9 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "skill-card",
13
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/skill-card.json",
13
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
14
14
  ],
15
15
  "files": [
16
16
  {
@@ -6,9 +6,9 @@
6
6
  "description": "Row of OAuth provider buttons.",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "cn",
10
- "tailwind-preset",
11
- "types"
9
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
10
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
11
+ "https://usetheodev.github.io/theo-ui/r/types.json"
12
12
  ],
13
13
  "files": [
14
14
  {
@@ -6,8 +6,8 @@
6
6
  "description": "Vertical numbered rail with connecting line.",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "cn",
10
- "tailwind-preset"
9
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
10
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
11
11
  ],
12
12
  "files": [
13
13
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,8 +8,8 @@
8
8
  "@radix-ui/react-switch"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,8 +8,8 @@
8
8
  "@radix-ui/react-tabs"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,10 +8,10 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "badge",
12
- "cn",
13
- "tailwind-preset",
14
- "task-types"
11
+ "https://usetheodev.github.io/theo-ui/r/badge.json",
12
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
13
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
14
+ "https://usetheodev.github.io/theo-ui/r/task-types.json"
15
15
  ],
16
16
  "files": [
17
17
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -5,8 +5,8 @@
5
5
  "title": "Textarea",
6
6
  "description": "Multi-line input mirror of Input.",
7
7
  "registryDependencies": [
8
- "cn",
9
- "tailwind-preset"
8
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
9
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
10
10
  ],
11
11
  "files": [
12
12
  {
@@ -9,8 +9,8 @@
9
9
  "lucide-react"
10
10
  ],
11
11
  "registryDependencies": [
12
- "cn",
13
- "tokens"
12
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
13
+ "https://usetheodev.github.io/theo-ui/r/tokens.json"
14
14
  ],
15
15
  "files": [
16
16
  {
@@ -5,7 +5,7 @@
5
5
  "title": "ThemeScript",
6
6
  "description": "Inline script for SSR-safe theme initialization in Next.js / Astro / Remix. Place in <head> to read persisted theme + mode from localStorage BEFORE React hydrates, eliminating FOUC and hydration mismatch.",
7
7
  "registryDependencies": [
8
- "theme-provider"
8
+ "https://usetheodev.github.io/theo-ui/r/theme-provider.json"
9
9
  ],
10
10
  "files": [
11
11
  {
@@ -6,8 +6,8 @@
6
6
  "description": "Primary entry-point provider — composes ThemeProvider + Toaster with sensible defaults. Use as the single root wrapper in consumer apps.",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "theme-provider",
10
- "toast"
9
+ "https://usetheodev.github.io/theo-ui/r/theme-provider.json",
10
+ "https://usetheodev.github.io/theo-ui/r/toast.json"
11
11
  ],
12
12
  "files": [
13
13
  {
@@ -10,8 +10,8 @@
10
10
  "lucide-react"
11
11
  ],
12
12
  "registryDependencies": [
13
- "cn",
14
- "tailwind-preset"
13
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
14
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
15
15
  ],
16
16
  "files": [
17
17
  {
@@ -6,8 +6,8 @@
6
6
  "description": "Stacked-bar chart of input vs output tokens over time.",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "cn",
10
- "tailwind-preset"
9
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
10
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
11
11
  ],
12
12
  "files": [
13
13
  {
@@ -8,9 +8,9 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset",
13
- "types"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
13
+ "https://usetheodev.github.io/theo-ui/r/types.json"
14
14
  ],
15
15
  "files": [
16
16
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -6,8 +6,8 @@
6
6
  "description": "Formatted output of a tool invocation.",
7
7
  "dependencies": [],
8
8
  "registryDependencies": [
9
- "cn",
10
- "tailwind-preset"
9
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
10
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
11
11
  ],
12
12
  "files": [
13
13
  {
@@ -8,9 +8,9 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset",
13
- "types"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json",
13
+ "https://usetheodev.github.io/theo-ui/r/types.json"
14
14
  ],
15
15
  "files": [
16
16
  {
@@ -8,8 +8,8 @@
8
8
  "@radix-ui/react-tooltip"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {
@@ -8,8 +8,8 @@
8
8
  "lucide-react"
9
9
  ],
10
10
  "registryDependencies": [
11
- "cn",
12
- "tailwind-preset"
11
+ "https://usetheodev.github.io/theo-ui/r/cn.json",
12
+ "https://usetheodev.github.io/theo-ui/r/tailwind-preset.json"
13
13
  ],
14
14
  "files": [
15
15
  {