@agent-native/core 0.110.3 → 0.111.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 (380) hide show
  1. package/corpus/README.md +1 -1
  2. package/corpus/core/CHANGELOG.md +11 -0
  3. package/corpus/core/docs/content/components.mdx +7 -0
  4. package/corpus/core/docs/content/locales/ar-SA/components.mdx +4 -2
  5. package/corpus/core/docs/content/locales/de-DE/components.mdx +4 -2
  6. package/corpus/core/docs/content/locales/es-ES/components.mdx +4 -2
  7. package/corpus/core/docs/content/locales/fr-FR/components.mdx +4 -2
  8. package/corpus/core/docs/content/locales/hi-IN/components.mdx +3 -2
  9. package/corpus/core/docs/content/locales/ja-JP/components.mdx +3 -2
  10. package/corpus/core/docs/content/locales/ko-KR/components.mdx +3 -2
  11. package/corpus/core/docs/content/locales/pt-BR/components.mdx +4 -2
  12. package/corpus/core/docs/content/locales/zh-CN/components.mdx +3 -2
  13. package/corpus/core/docs/content/locales/zh-TW/components.mdx +3 -2
  14. package/corpus/core/docs/content/toolkit-agent-ux.mdx +8 -3
  15. package/corpus/core/migration-manifest.json +133 -266
  16. package/corpus/core/package.json +32 -33
  17. package/corpus/core/scripts/check-dist-imports.mjs +25 -1
  18. package/corpus/core/scripts/finalize-build.mjs +59 -2
  19. package/corpus/core/src/client/AgentAskPopover.tsx +1 -1
  20. package/corpus/core/src/client/AgentPanel.tsx +1 -1
  21. package/corpus/core/src/client/AssistantChat.tsx +12 -14
  22. package/corpus/core/src/client/NewWorkspaceAppFlow.tsx +1 -1
  23. package/corpus/core/src/client/agent-chat-adapter.ts +1 -1
  24. package/corpus/core/src/client/blocks/RegistryBlockDataProvider.tsx +121 -0
  25. package/corpus/core/src/client/blocks/index.ts +6 -0
  26. package/corpus/core/src/client/chat/attachment-adapters.ts +4 -5
  27. package/corpus/core/src/client/chat/index.ts +0 -1
  28. package/corpus/core/src/client/chat/message-components.tsx +2 -2
  29. package/corpus/core/src/client/code-agent-chat-adapter.ts +2 -2
  30. package/corpus/core/src/client/collab/index.ts +0 -22
  31. package/corpus/core/src/client/composer/index.ts +5 -66
  32. package/corpus/core/src/client/composer/runtime-adapters.tsx +123 -0
  33. package/corpus/core/src/client/composer/use-mention-search.ts +2 -79
  34. package/corpus/core/src/client/composer/wired-components.tsx +53 -0
  35. package/corpus/core/src/client/extensions/ExtensionViewer.tsx +1 -1
  36. package/corpus/core/src/client/extensions/ExtensionsListPage.tsx +1 -1
  37. package/corpus/core/src/client/extensions/ExtensionsSidebarSection.tsx +1 -1
  38. package/corpus/core/src/client/index.ts +0 -156
  39. package/corpus/core/src/client/resources/ResourceEditor.tsx +29 -681
  40. package/corpus/core/src/client/resources/ResourcesPanel.tsx +1 -1
  41. package/corpus/core/src/client/settings/AutomationsSection.tsx +1 -1
  42. package/corpus/core/src/client/sharing/index.ts +0 -4
  43. package/corpus/core/src/client/tombstone/agent-presence-chip.ts +17 -0
  44. package/corpus/core/src/client/tombstone/editor.ts +265 -0
  45. package/corpus/core/src/client/tombstone/live-cursor-overlay.ts +21 -0
  46. package/corpus/core/src/client/tombstone/presence-bar.ts +17 -0
  47. package/corpus/core/src/client/tombstone/recent-edit-highlights.ts +17 -0
  48. package/corpus/core/src/client/tombstone/remote-selection-rings.ts +21 -0
  49. package/corpus/core/src/client/tombstone/rich-markdown-editor.ts +265 -0
  50. package/corpus/core/src/client/tombstone/ui-dialog.ts +49 -0
  51. package/corpus/core/src/client/tombstone/ui-dropdown-menu.ts +69 -0
  52. package/corpus/core/src/client/tombstone/ui-hover-card.ts +21 -0
  53. package/corpus/core/src/client/tombstone/ui-popover.ts +25 -0
  54. package/corpus/core/src/client/tombstone/ui-sheet.ts +49 -0
  55. package/corpus/core/src/client/tombstone/ui-tooltip.ts +29 -0
  56. package/corpus/core/src/client/tombstone/visual-style-controls.ts +61 -0
  57. package/corpus/core/src/client/uploads/index.ts +5 -0
  58. package/corpus/core/src/client/{rich-markdown-editor/uploadEditorImage.ts → uploads/upload-editor-image.ts} +11 -4
  59. package/corpus/core/src/package-lifecycle/tombstone.ts +16 -2
  60. package/corpus/core/src/package-lifecycle/upgrade-error.ts +23 -5
  61. package/corpus/core/src/testing.ts +1 -4
  62. package/corpus/core/src/vite/client.ts +62 -22
  63. package/corpus/templates/content/app/components/editor/VisualEditor.tsx +2 -4
  64. package/corpus/templates/content/app/components/editor/extensions/registryBlocks.ts +1 -1
  65. package/corpus/templates/content/app/components/editor/registrySlashItems.ts +53 -52
  66. package/corpus/templates/plan/app/components/editor/PlanBlockNode.tsx +2 -2
  67. package/corpus/templates/plan/app/components/editor/planSlashCommands.ts +1 -1
  68. package/corpus/templates/plan/app/components/plan/DocumentArea.tsx +1 -1
  69. package/corpus/templates/plan/app/components/plan/PlanImageNode.tsx +1 -1
  70. package/corpus/templates/plan/app/components/plan/PlanMarkdownEditor.tsx +1 -1
  71. package/dist/catalog.json +1 -0
  72. package/dist/client/AgentAskPopover.js +1 -1
  73. package/dist/client/AgentAskPopover.js.map +1 -1
  74. package/dist/client/AgentPanel.js +1 -1
  75. package/dist/client/AgentPanel.js.map +1 -1
  76. package/dist/client/AssistantChat.d.ts +2 -2
  77. package/dist/client/AssistantChat.d.ts.map +1 -1
  78. package/dist/client/AssistantChat.js +5 -6
  79. package/dist/client/AssistantChat.js.map +1 -1
  80. package/dist/client/NewWorkspaceAppFlow.js +1 -1
  81. package/dist/client/NewWorkspaceAppFlow.js.map +1 -1
  82. package/dist/client/agent-chat-adapter.d.ts.map +1 -1
  83. package/dist/client/agent-chat-adapter.js +1 -1
  84. package/dist/client/agent-chat-adapter.js.map +1 -1
  85. package/dist/client/blocks/RegistryBlockDataProvider.d.ts +7 -0
  86. package/dist/client/blocks/RegistryBlockDataProvider.d.ts.map +1 -0
  87. package/dist/client/blocks/RegistryBlockDataProvider.js +54 -0
  88. package/dist/client/blocks/RegistryBlockDataProvider.js.map +1 -0
  89. package/dist/client/blocks/index.d.ts +2 -0
  90. package/dist/client/blocks/index.d.ts.map +1 -1
  91. package/dist/client/blocks/index.js +1 -0
  92. package/dist/client/blocks/index.js.map +1 -1
  93. package/dist/client/chat/attachment-adapters.d.ts.map +1 -1
  94. package/dist/client/chat/attachment-adapters.js +1 -1
  95. package/dist/client/chat/attachment-adapters.js.map +1 -1
  96. package/dist/client/chat/index.d.ts +0 -1
  97. package/dist/client/chat/index.d.ts.map +1 -1
  98. package/dist/client/chat/index.js +0 -1
  99. package/dist/client/chat/index.js.map +1 -1
  100. package/dist/client/chat/message-components.d.ts.map +1 -1
  101. package/dist/client/chat/message-components.js +2 -2
  102. package/dist/client/chat/message-components.js.map +1 -1
  103. package/dist/client/code-agent-chat-adapter.d.ts.map +1 -1
  104. package/dist/client/code-agent-chat-adapter.js +1 -1
  105. package/dist/client/code-agent-chat-adapter.js.map +1 -1
  106. package/dist/client/collab/index.d.ts +0 -5
  107. package/dist/client/collab/index.d.ts.map +1 -1
  108. package/dist/client/collab/index.js +0 -5
  109. package/dist/client/collab/index.js.map +1 -1
  110. package/dist/client/composer/index.d.ts +3 -11
  111. package/dist/client/composer/index.d.ts.map +1 -1
  112. package/dist/client/composer/index.js +3 -10
  113. package/dist/client/composer/index.js.map +1 -1
  114. package/dist/client/composer/runtime-adapters.d.ts +5 -0
  115. package/dist/client/composer/runtime-adapters.d.ts.map +1 -0
  116. package/dist/client/composer/runtime-adapters.js +85 -0
  117. package/dist/client/composer/runtime-adapters.js.map +1 -0
  118. package/dist/client/composer/use-mention-search.d.ts +1 -2
  119. package/dist/client/composer/use-mention-search.d.ts.map +1 -1
  120. package/dist/client/composer/use-mention-search.js +2 -69
  121. package/dist/client/composer/use-mention-search.js.map +1 -1
  122. package/dist/client/composer/wired-components.d.ts +10 -0
  123. package/dist/client/composer/wired-components.d.ts.map +1 -0
  124. package/dist/client/composer/wired-components.js +20 -0
  125. package/dist/client/composer/wired-components.js.map +1 -0
  126. package/dist/client/extensions/ExtensionViewer.js +1 -1
  127. package/dist/client/extensions/ExtensionViewer.js.map +1 -1
  128. package/dist/client/extensions/ExtensionsListPage.js +1 -1
  129. package/dist/client/extensions/ExtensionsListPage.js.map +1 -1
  130. package/dist/client/extensions/ExtensionsSidebarSection.js +1 -1
  131. package/dist/client/extensions/ExtensionsSidebarSection.js.map +1 -1
  132. package/dist/client/index.d.ts +0 -10
  133. package/dist/client/index.d.ts.map +1 -1
  134. package/dist/client/index.js +0 -26
  135. package/dist/client/index.js.map +1 -1
  136. package/dist/client/resources/ResourceEditor.d.ts.map +1 -1
  137. package/dist/client/resources/ResourceEditor.js +14 -532
  138. package/dist/client/resources/ResourceEditor.js.map +1 -1
  139. package/dist/client/resources/ResourcesPanel.js +1 -1
  140. package/dist/client/resources/ResourcesPanel.js.map +1 -1
  141. package/dist/client/settings/AutomationsSection.js +1 -1
  142. package/dist/client/settings/AutomationsSection.js.map +1 -1
  143. package/dist/client/sharing/index.d.ts +0 -1
  144. package/dist/client/sharing/index.d.ts.map +1 -1
  145. package/dist/client/sharing/index.js +0 -1
  146. package/dist/client/sharing/index.js.map +1 -1
  147. package/dist/client/tombstone/agent-presence-chip.d.ts +6 -0
  148. package/dist/client/tombstone/agent-presence-chip.d.ts.map +1 -0
  149. package/dist/client/tombstone/agent-presence-chip.js +5 -0
  150. package/dist/client/tombstone/agent-presence-chip.js.map +1 -0
  151. package/dist/client/tombstone/editor.d.ts +128 -0
  152. package/dist/client/tombstone/editor.d.ts.map +1 -0
  153. package/dist/client/tombstone/editor.js +76 -0
  154. package/dist/client/tombstone/editor.js.map +1 -0
  155. package/dist/client/tombstone/live-cursor-overlay.d.ts +8 -0
  156. package/dist/client/tombstone/live-cursor-overlay.d.ts.map +1 -0
  157. package/dist/client/tombstone/live-cursor-overlay.js +5 -0
  158. package/dist/client/tombstone/live-cursor-overlay.js.map +1 -0
  159. package/dist/client/tombstone/presence-bar.d.ts +6 -0
  160. package/dist/client/tombstone/presence-bar.d.ts.map +1 -0
  161. package/dist/client/tombstone/presence-bar.js +5 -0
  162. package/dist/client/tombstone/presence-bar.js.map +1 -0
  163. package/dist/client/tombstone/recent-edit-highlights.d.ts +6 -0
  164. package/dist/client/tombstone/recent-edit-highlights.d.ts.map +1 -0
  165. package/dist/client/tombstone/recent-edit-highlights.js +5 -0
  166. package/dist/client/tombstone/recent-edit-highlights.js.map +1 -0
  167. package/dist/client/tombstone/remote-selection-rings.d.ts +8 -0
  168. package/dist/client/tombstone/remote-selection-rings.d.ts.map +1 -0
  169. package/dist/client/tombstone/remote-selection-rings.js +5 -0
  170. package/dist/client/tombstone/remote-selection-rings.js.map +1 -0
  171. package/dist/client/tombstone/rich-markdown-editor.d.ts +128 -0
  172. package/dist/client/tombstone/rich-markdown-editor.d.ts.map +1 -0
  173. package/dist/client/tombstone/rich-markdown-editor.js +76 -0
  174. package/dist/client/tombstone/rich-markdown-editor.js.map +1 -0
  175. package/dist/client/tombstone/ui-dialog.d.ts +22 -0
  176. package/dist/client/tombstone/ui-dialog.d.ts.map +1 -0
  177. package/dist/client/tombstone/ui-dialog.js +23 -0
  178. package/dist/client/tombstone/ui-dialog.js.map +1 -0
  179. package/dist/client/tombstone/ui-dropdown-menu.d.ts +32 -0
  180. package/dist/client/tombstone/ui-dropdown-menu.d.ts.map +1 -0
  181. package/dist/client/tombstone/ui-dropdown-menu.js +33 -0
  182. package/dist/client/tombstone/ui-dropdown-menu.js.map +1 -0
  183. package/dist/client/tombstone/ui-hover-card.d.ts +8 -0
  184. package/dist/client/tombstone/ui-hover-card.d.ts.map +1 -0
  185. package/dist/client/tombstone/ui-hover-card.js +9 -0
  186. package/dist/client/tombstone/ui-hover-card.js.map +1 -0
  187. package/dist/client/tombstone/ui-popover.d.ts +10 -0
  188. package/dist/client/tombstone/ui-popover.d.ts.map +1 -0
  189. package/dist/client/tombstone/ui-popover.js +11 -0
  190. package/dist/client/tombstone/ui-popover.js.map +1 -0
  191. package/dist/client/tombstone/ui-sheet.d.ts +22 -0
  192. package/dist/client/tombstone/ui-sheet.d.ts.map +1 -0
  193. package/dist/client/tombstone/ui-sheet.js +23 -0
  194. package/dist/client/tombstone/ui-sheet.js.map +1 -0
  195. package/dist/client/tombstone/ui-tooltip.d.ts +12 -0
  196. package/dist/client/tombstone/ui-tooltip.d.ts.map +1 -0
  197. package/dist/client/tombstone/ui-tooltip.js +13 -0
  198. package/dist/client/tombstone/ui-tooltip.js.map +1 -0
  199. package/dist/client/tombstone/visual-style-controls.d.ts +28 -0
  200. package/dist/client/tombstone/visual-style-controls.d.ts.map +1 -0
  201. package/dist/client/tombstone/visual-style-controls.js +23 -0
  202. package/dist/client/tombstone/visual-style-controls.js.map +1 -0
  203. package/dist/client/uploads/index.d.ts +1 -0
  204. package/dist/client/uploads/index.d.ts.map +1 -1
  205. package/dist/client/uploads/index.js +1 -0
  206. package/dist/client/uploads/index.js.map +1 -1
  207. package/dist/client/{rich-markdown-editor/uploadEditorImage.d.ts → uploads/upload-editor-image.d.ts} +8 -4
  208. package/dist/client/uploads/upload-editor-image.d.ts.map +1 -0
  209. package/dist/client/{rich-markdown-editor/uploadEditorImage.js → uploads/upload-editor-image.js} +2 -2
  210. package/dist/client/uploads/upload-editor-image.js.map +1 -0
  211. package/dist/collab/awareness.d.ts +2 -2
  212. package/dist/collab/awareness.d.ts.map +1 -1
  213. package/dist/notifications/routes.d.ts +3 -3
  214. package/dist/package-lifecycle/tombstone.d.ts.map +1 -1
  215. package/dist/package-lifecycle/tombstone.js +13 -3
  216. package/dist/package-lifecycle/tombstone.js.map +1 -1
  217. package/dist/package-lifecycle/upgrade-error.d.ts +2 -2
  218. package/dist/package-lifecycle/upgrade-error.d.ts.map +1 -1
  219. package/dist/package-lifecycle/upgrade-error.js +8 -5
  220. package/dist/package-lifecycle/upgrade-error.js.map +1 -1
  221. package/dist/server/agent-engine-api-key-route.d.ts +1 -1
  222. package/dist/server/transcribe-voice.d.ts +1 -1
  223. package/dist/testing.d.ts +1 -3
  224. package/dist/testing.d.ts.map +1 -1
  225. package/dist/testing.js +1 -3
  226. package/dist/testing.js.map +1 -1
  227. package/dist/vite/client.d.ts.map +1 -1
  228. package/dist/vite/client.js +26 -22
  229. package/dist/vite/client.js.map +1 -1
  230. package/docs/content/components.mdx +7 -0
  231. package/docs/content/locales/ar-SA/components.mdx +4 -2
  232. package/docs/content/locales/de-DE/components.mdx +4 -2
  233. package/docs/content/locales/es-ES/components.mdx +4 -2
  234. package/docs/content/locales/fr-FR/components.mdx +4 -2
  235. package/docs/content/locales/hi-IN/components.mdx +3 -2
  236. package/docs/content/locales/ja-JP/components.mdx +3 -2
  237. package/docs/content/locales/ko-KR/components.mdx +3 -2
  238. package/docs/content/locales/pt-BR/components.mdx +4 -2
  239. package/docs/content/locales/zh-CN/components.mdx +3 -2
  240. package/docs/content/locales/zh-TW/components.mdx +3 -2
  241. package/docs/content/toolkit-agent-ux.mdx +8 -3
  242. package/migration-manifest.json +133 -266
  243. package/package.json +31 -32
  244. package/corpus/core/src/client/composer/AgentComposerFrame.tsx +0 -59
  245. package/corpus/core/src/client/composer/ComposerPlusMenu.tsx +0 -988
  246. package/corpus/core/src/client/composer/MentionPopover.tsx +0 -412
  247. package/corpus/core/src/client/composer/PastedTextChip.tsx +0 -150
  248. package/corpus/core/src/client/composer/PromptComposer.tsx +0 -714
  249. package/corpus/core/src/client/composer/RealtimeVoiceMode.tsx +0 -860
  250. package/corpus/core/src/client/composer/TiptapComposer.tsx +0 -2928
  251. package/corpus/core/src/client/composer/VoiceButton.tsx +0 -262
  252. package/corpus/core/src/client/composer/asset-picker-url.ts +0 -80
  253. package/corpus/core/src/client/composer/attachment-accept.ts +0 -71
  254. package/corpus/core/src/client/composer/draft-key.ts +0 -7
  255. package/corpus/core/src/client/composer/extensions/FileReference.tsx +0 -55
  256. package/corpus/core/src/client/composer/extensions/MentionReference.tsx +0 -93
  257. package/corpus/core/src/client/composer/extensions/SkillReference.tsx +0 -56
  258. package/corpus/core/src/client/composer/pasted-text.ts +0 -160
  259. package/corpus/core/src/client/composer/prompt-attachments.ts +0 -70
  260. package/corpus/core/src/client/composer/realtime-voice-audio-level.ts +0 -64
  261. package/corpus/core/src/client/composer/realtime-voice-transcript.ts +0 -134
  262. package/corpus/core/src/client/composer/types.ts +0 -66
  263. package/corpus/core/src/client/composer/use-file-search.ts +0 -63
  264. package/corpus/core/src/client/composer/use-skills.ts +0 -44
  265. package/corpus/core/src/client/composer/useRealtimeVoiceMode.tsx +0 -2095
  266. package/corpus/core/src/client/composer/useVoiceDictation.ts +0 -1155
  267. package/corpus/core/src/client/editor/index.ts +0 -1
  268. package/corpus/core/src/client/rich-markdown-editor/RegistryBlockNode.tsx +0 -799
  269. package/corpus/core/src/client/rich-markdown-editor/index.ts +0 -70
  270. package/corpus/core/src/client/rich-markdown-editor/registrySlashCommands.ts +0 -112
  271. package/dist/client/composer/AgentComposerFrame.d.ts +0 -19
  272. package/dist/client/composer/AgentComposerFrame.d.ts.map +0 -1
  273. package/dist/client/composer/AgentComposerFrame.js +0 -14
  274. package/dist/client/composer/AgentComposerFrame.js.map +0 -1
  275. package/dist/client/composer/ComposerPlusMenu.d.ts +0 -17
  276. package/dist/client/composer/ComposerPlusMenu.d.ts.map +0 -1
  277. package/dist/client/composer/ComposerPlusMenu.js +0 -501
  278. package/dist/client/composer/ComposerPlusMenu.js.map +0 -1
  279. package/dist/client/composer/MentionPopover.d.ts +0 -29
  280. package/dist/client/composer/MentionPopover.d.ts.map +0 -1
  281. package/dist/client/composer/MentionPopover.js +0 -180
  282. package/dist/client/composer/MentionPopover.js.map +0 -1
  283. package/dist/client/composer/PastedTextChip.d.ts +0 -9
  284. package/dist/client/composer/PastedTextChip.d.ts.map +0 -1
  285. package/dist/client/composer/PastedTextChip.js +0 -47
  286. package/dist/client/composer/PastedTextChip.js.map +0 -1
  287. package/dist/client/composer/PromptComposer.d.ts +0 -115
  288. package/dist/client/composer/PromptComposer.d.ts.map +0 -1
  289. package/dist/client/composer/PromptComposer.js +0 -299
  290. package/dist/client/composer/PromptComposer.js.map +0 -1
  291. package/dist/client/composer/RealtimeVoiceMode.d.ts +0 -104
  292. package/dist/client/composer/RealtimeVoiceMode.d.ts.map +0 -1
  293. package/dist/client/composer/RealtimeVoiceMode.js +0 -245
  294. package/dist/client/composer/RealtimeVoiceMode.js.map +0 -1
  295. package/dist/client/composer/TiptapComposer.d.ts +0 -222
  296. package/dist/client/composer/TiptapComposer.d.ts.map +0 -1
  297. package/dist/client/composer/TiptapComposer.js +0 -1834
  298. package/dist/client/composer/TiptapComposer.js.map +0 -1
  299. package/dist/client/composer/VoiceButton.d.ts +0 -23
  300. package/dist/client/composer/VoiceButton.d.ts.map +0 -1
  301. package/dist/client/composer/VoiceButton.js +0 -100
  302. package/dist/client/composer/VoiceButton.js.map +0 -1
  303. package/dist/client/composer/asset-picker-url.d.ts +0 -16
  304. package/dist/client/composer/asset-picker-url.d.ts.map +0 -1
  305. package/dist/client/composer/asset-picker-url.js +0 -64
  306. package/dist/client/composer/asset-picker-url.js.map +0 -1
  307. package/dist/client/composer/attachment-accept.d.ts +0 -9
  308. package/dist/client/composer/attachment-accept.d.ts.map +0 -1
  309. package/dist/client/composer/attachment-accept.js +0 -65
  310. package/dist/client/composer/attachment-accept.js.map +0 -1
  311. package/dist/client/composer/draft-key.d.ts +0 -2
  312. package/dist/client/composer/draft-key.d.ts.map +0 -1
  313. package/dist/client/composer/draft-key.js +0 -8
  314. package/dist/client/composer/draft-key.js.map +0 -1
  315. package/dist/client/composer/extensions/FileReference.d.ts +0 -3
  316. package/dist/client/composer/extensions/FileReference.d.ts.map +0 -1
  317. package/dist/client/composer/extensions/FileReference.js +0 -36
  318. package/dist/client/composer/extensions/FileReference.js.map +0 -1
  319. package/dist/client/composer/extensions/MentionReference.d.ts +0 -3
  320. package/dist/client/composer/extensions/MentionReference.d.ts.map +0 -1
  321. package/dist/client/composer/extensions/MentionReference.js +0 -66
  322. package/dist/client/composer/extensions/MentionReference.js.map +0 -1
  323. package/dist/client/composer/extensions/SkillReference.d.ts +0 -3
  324. package/dist/client/composer/extensions/SkillReference.d.ts.map +0 -1
  325. package/dist/client/composer/extensions/SkillReference.js +0 -40
  326. package/dist/client/composer/extensions/SkillReference.js.map +0 -1
  327. package/dist/client/composer/pasted-text.d.ts +0 -31
  328. package/dist/client/composer/pasted-text.d.ts.map +0 -1
  329. package/dist/client/composer/pasted-text.js +0 -130
  330. package/dist/client/composer/pasted-text.js.map +0 -1
  331. package/dist/client/composer/prompt-attachments.d.ts +0 -11
  332. package/dist/client/composer/prompt-attachments.d.ts.map +0 -1
  333. package/dist/client/composer/prompt-attachments.js +0 -45
  334. package/dist/client/composer/prompt-attachments.js.map +0 -1
  335. package/dist/client/composer/realtime-voice-audio-level.d.ts +0 -14
  336. package/dist/client/composer/realtime-voice-audio-level.d.ts.map +0 -1
  337. package/dist/client/composer/realtime-voice-audio-level.js +0 -47
  338. package/dist/client/composer/realtime-voice-audio-level.js.map +0 -1
  339. package/dist/client/composer/realtime-voice-transcript.d.ts +0 -26
  340. package/dist/client/composer/realtime-voice-transcript.d.ts.map +0 -1
  341. package/dist/client/composer/realtime-voice-transcript.js +0 -103
  342. package/dist/client/composer/realtime-voice-transcript.js.map +0 -1
  343. package/dist/client/composer/types.d.ts +0 -60
  344. package/dist/client/composer/types.d.ts.map +0 -1
  345. package/dist/client/composer/types.js +0 -2
  346. package/dist/client/composer/types.js.map +0 -1
  347. package/dist/client/composer/use-file-search.d.ts +0 -6
  348. package/dist/client/composer/use-file-search.d.ts.map +0 -1
  349. package/dist/client/composer/use-file-search.js +0 -52
  350. package/dist/client/composer/use-file-search.js.map +0 -1
  351. package/dist/client/composer/use-skills.d.ts +0 -7
  352. package/dist/client/composer/use-skills.d.ts.map +0 -1
  353. package/dist/client/composer/use-skills.js +0 -39
  354. package/dist/client/composer/use-skills.js.map +0 -1
  355. package/dist/client/composer/useRealtimeVoiceMode.d.ts +0 -172
  356. package/dist/client/composer/useRealtimeVoiceMode.d.ts.map +0 -1
  357. package/dist/client/composer/useRealtimeVoiceMode.js +0 -1648
  358. package/dist/client/composer/useRealtimeVoiceMode.js.map +0 -1
  359. package/dist/client/composer/useVoiceDictation.d.ts +0 -57
  360. package/dist/client/composer/useVoiceDictation.d.ts.map +0 -1
  361. package/dist/client/composer/useVoiceDictation.js +0 -975
  362. package/dist/client/composer/useVoiceDictation.js.map +0 -1
  363. package/dist/client/editor/index.d.ts +0 -2
  364. package/dist/client/editor/index.d.ts.map +0 -1
  365. package/dist/client/editor/index.js +0 -2
  366. package/dist/client/editor/index.js.map +0 -1
  367. package/dist/client/rich-markdown-editor/RegistryBlockNode.d.ts +0 -130
  368. package/dist/client/rich-markdown-editor/RegistryBlockNode.d.ts.map +0 -1
  369. package/dist/client/rich-markdown-editor/RegistryBlockNode.js +0 -426
  370. package/dist/client/rich-markdown-editor/RegistryBlockNode.js.map +0 -1
  371. package/dist/client/rich-markdown-editor/index.d.ts +0 -5
  372. package/dist/client/rich-markdown-editor/index.d.ts.map +0 -1
  373. package/dist/client/rich-markdown-editor/index.js +0 -5
  374. package/dist/client/rich-markdown-editor/index.js.map +0 -1
  375. package/dist/client/rich-markdown-editor/registrySlashCommands.d.ts +0 -60
  376. package/dist/client/rich-markdown-editor/registrySlashCommands.d.ts.map +0 -1
  377. package/dist/client/rich-markdown-editor/registrySlashCommands.js +0 -51
  378. package/dist/client/rich-markdown-editor/registrySlashCommands.js.map +0 -1
  379. package/dist/client/rich-markdown-editor/uploadEditorImage.d.ts.map +0 -1
  380. package/dist/client/rich-markdown-editor/uploadEditorImage.js.map +0 -1
@@ -0,0 +1,8 @@
1
+ import { type DeprecatedExport } from "../../package-lifecycle/upgrade-error.js";
2
+ /** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */
3
+ export declare const HoverCard: DeprecatedExport<"@agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods">;
4
+ /** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */
5
+ export declare const HoverCardContent: DeprecatedExport<"@agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods">;
6
+ /** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */
7
+ export declare const HoverCardTrigger: DeprecatedExport<"@agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods">;
8
+ //# sourceMappingURL=ui-hover-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-hover-card.d.ts","sourceRoot":"","sources":["../../../src/client/tombstone/ui-hover-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,0CAA0C,CAAC;AAOlD,yKAAyK;AACzK,eAAO,MAAM,SAAS,EACP,gBAAgB,CAAC,wJAAwJ,CAAC,CAAC;AAE1L,yKAAyK;AACzK,eAAO,MAAM,gBAAgB,EACd,gBAAgB,CAAC,wJAAwJ,CAAC,CAAC;AAE1L,yKAAyK;AACzK,eAAO,MAAM,gBAAgB,EACd,gBAAgB,CAAC,wJAAwJ,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { throwMovedAgentNativeModule, } from "../../package-lifecycle/upgrade-error.js";
2
+ throwMovedAgentNativeModule("@agent-native/core/client/components/ui/hover-card", "@agent-native/toolkit/ui/hover-card");
3
+ /** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */
4
+ export const HoverCard = undefined;
5
+ /** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */
6
+ export const HoverCardContent = undefined;
7
+ /** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */
8
+ export const HoverCardTrigger = undefined;
9
+ //# sourceMappingURL=ui-hover-card.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-hover-card.js","sourceRoot":"","sources":["../../../src/client/tombstone/ui-hover-card.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,GAE5B,MAAM,0CAA0C,CAAC;AAElD,2BAA2B,CACzB,oDAAoD,EACpD,qCAAqC,CACtC,CAAC;AAEF,yKAAyK;AACzK,MAAM,CAAC,MAAM,SAAS,GACpB,SAAuL,CAAC;AAE1L,yKAAyK;AACzK,MAAM,CAAC,MAAM,gBAAgB,GAC3B,SAAuL,CAAC;AAE1L,yKAAyK;AACzK,MAAM,CAAC,MAAM,gBAAgB,GAC3B,SAAuL,CAAC","sourcesContent":["import {\n throwMovedAgentNativeModule,\n type DeprecatedExport,\n} from \"../../package-lifecycle/upgrade-error.js\";\n\nthrowMovedAgentNativeModule(\n \"@agent-native/core/client/components/ui/hover-card\",\n \"@agent-native/toolkit/ui/hover-card\",\n);\n\n/** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const HoverCard =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const HoverCardContent =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const HoverCardTrigger =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/hover-card moved to @agent-native/toolkit/ui/hover-card. Run: npx @agent-native/core@latest upgrade --codemods\">;\n"]}
@@ -0,0 +1,10 @@
1
+ import { type DeprecatedExport } from "../../package-lifecycle/upgrade-error.js";
2
+ /** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */
3
+ export declare const Popover: DeprecatedExport<"@agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods">;
4
+ /** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */
5
+ export declare const PopoverAnchor: DeprecatedExport<"@agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods">;
6
+ /** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */
7
+ export declare const PopoverContent: DeprecatedExport<"@agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods">;
8
+ /** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */
9
+ export declare const PopoverTrigger: DeprecatedExport<"@agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods">;
10
+ //# sourceMappingURL=ui-popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-popover.d.ts","sourceRoot":"","sources":["../../../src/client/tombstone/ui-popover.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,0CAA0C,CAAC;AAOlD,mKAAmK;AACnK,eAAO,MAAM,OAAO,EACL,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC;AAEpL,mKAAmK;AACnK,eAAO,MAAM,aAAa,EACX,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC;AAEpL,mKAAmK;AACnK,eAAO,MAAM,cAAc,EACZ,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC;AAEpL,mKAAmK;AACnK,eAAO,MAAM,cAAc,EACZ,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { throwMovedAgentNativeModule, } from "../../package-lifecycle/upgrade-error.js";
2
+ throwMovedAgentNativeModule("@agent-native/core/client/components/ui/popover", "@agent-native/toolkit/ui/popover");
3
+ /** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */
4
+ export const Popover = undefined;
5
+ /** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */
6
+ export const PopoverAnchor = undefined;
7
+ /** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */
8
+ export const PopoverContent = undefined;
9
+ /** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */
10
+ export const PopoverTrigger = undefined;
11
+ //# sourceMappingURL=ui-popover.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-popover.js","sourceRoot":"","sources":["../../../src/client/tombstone/ui-popover.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,GAE5B,MAAM,0CAA0C,CAAC;AAElD,2BAA2B,CACzB,iDAAiD,EACjD,kCAAkC,CACnC,CAAC;AAEF,mKAAmK;AACnK,MAAM,CAAC,MAAM,OAAO,GAClB,SAAiL,CAAC;AAEpL,mKAAmK;AACnK,MAAM,CAAC,MAAM,aAAa,GACxB,SAAiL,CAAC;AAEpL,mKAAmK;AACnK,MAAM,CAAC,MAAM,cAAc,GACzB,SAAiL,CAAC;AAEpL,mKAAmK;AACnK,MAAM,CAAC,MAAM,cAAc,GACzB,SAAiL,CAAC","sourcesContent":["import {\n throwMovedAgentNativeModule,\n type DeprecatedExport,\n} from \"../../package-lifecycle/upgrade-error.js\";\n\nthrowMovedAgentNativeModule(\n \"@agent-native/core/client/components/ui/popover\",\n \"@agent-native/toolkit/ui/popover\",\n);\n\n/** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const Popover =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const PopoverAnchor =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const PopoverContent =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const PopoverTrigger =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/popover moved to @agent-native/toolkit/ui/popover. Run: npx @agent-native/core@latest upgrade --codemods\">;\n"]}
@@ -0,0 +1,22 @@
1
+ import { type DeprecatedExport } from "../../package-lifecycle/upgrade-error.js";
2
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
3
+ export declare const Sheet: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
4
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
5
+ export declare const SheetClose: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
6
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
7
+ export declare const SheetContent: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
8
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
9
+ export declare const SheetDescription: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
10
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
11
+ export declare const SheetFooter: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
12
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
13
+ export declare const SheetHeader: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
14
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
15
+ export declare const SheetOverlay: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
16
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
17
+ export declare const SheetPortal: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
18
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
19
+ export declare const SheetTitle: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
20
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
21
+ export declare const SheetTrigger: DeprecatedExport<"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods">;
22
+ //# sourceMappingURL=ui-sheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-sheet.d.ts","sourceRoot":"","sources":["../../../src/client/tombstone/ui-sheet.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,0CAA0C,CAAC;AAOlD,+JAA+J;AAC/J,eAAO,MAAM,KAAK,EACH,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,UAAU,EACR,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,YAAY,EACV,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,gBAAgB,EACd,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,WAAW,EACT,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,WAAW,EACT,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,YAAY,EACV,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,WAAW,EACT,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,UAAU,EACR,gBAAgB,CAAC,8IAA8I,CAAC,CAAC;AAEhL,+JAA+J;AAC/J,eAAO,MAAM,YAAY,EACV,gBAAgB,CAAC,8IAA8I,CAAC,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { throwMovedAgentNativeModule, } from "../../package-lifecycle/upgrade-error.js";
2
+ throwMovedAgentNativeModule("@agent-native/core/client/components/ui/sheet", "@agent-native/toolkit/ui/sheet");
3
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
4
+ export const Sheet = undefined;
5
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
6
+ export const SheetClose = undefined;
7
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
8
+ export const SheetContent = undefined;
9
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
10
+ export const SheetDescription = undefined;
11
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
12
+ export const SheetFooter = undefined;
13
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
14
+ export const SheetHeader = undefined;
15
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
16
+ export const SheetOverlay = undefined;
17
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
18
+ export const SheetPortal = undefined;
19
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
20
+ export const SheetTitle = undefined;
21
+ /** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */
22
+ export const SheetTrigger = undefined;
23
+ //# sourceMappingURL=ui-sheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-sheet.js","sourceRoot":"","sources":["../../../src/client/tombstone/ui-sheet.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,GAE5B,MAAM,0CAA0C,CAAC;AAElD,2BAA2B,CACzB,+CAA+C,EAC/C,gCAAgC,CACjC,CAAC;AAEF,+JAA+J;AAC/J,MAAM,CAAC,MAAM,KAAK,GAChB,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,UAAU,GACrB,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,YAAY,GACvB,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,gBAAgB,GAC3B,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,WAAW,GACtB,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,WAAW,GACtB,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,YAAY,GACvB,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,WAAW,GACtB,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,UAAU,GACrB,SAA6K,CAAC;AAEhL,+JAA+J;AAC/J,MAAM,CAAC,MAAM,YAAY,GACvB,SAA6K,CAAC","sourcesContent":["import {\n throwMovedAgentNativeModule,\n type DeprecatedExport,\n} from \"../../package-lifecycle/upgrade-error.js\";\n\nthrowMovedAgentNativeModule(\n \"@agent-native/core/client/components/ui/sheet\",\n \"@agent-native/toolkit/ui/sheet\",\n);\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const Sheet =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetClose =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetContent =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetDescription =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetFooter =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetHeader =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetOverlay =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetPortal =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetTitle =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const SheetTrigger =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/sheet moved to @agent-native/toolkit/ui/sheet. Run: npx @agent-native/core@latest upgrade --codemods\">;\n"]}
@@ -0,0 +1,12 @@
1
+ import { type DeprecatedExport } from "../../package-lifecycle/upgrade-error.js";
2
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
3
+ export declare const Tooltip: DeprecatedExport<"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods">;
4
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
5
+ export declare const TooltipContent: DeprecatedExport<"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods">;
6
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
7
+ export declare const TooltipProvider: DeprecatedExport<"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods">;
8
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
9
+ export declare const TooltipTrigger: DeprecatedExport<"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods">;
10
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
11
+ export declare const normalizeTooltipText: DeprecatedExport<"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods">;
12
+ //# sourceMappingURL=ui-tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-tooltip.d.ts","sourceRoot":"","sources":["../../../src/client/tombstone/ui-tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,0CAA0C,CAAC;AAOlD,mKAAmK;AACnK,eAAO,MAAM,OAAO,EACL,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC;AAEpL,mKAAmK;AACnK,eAAO,MAAM,cAAc,EACZ,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC;AAEpL,mKAAmK;AACnK,eAAO,MAAM,eAAe,EACb,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC;AAEpL,mKAAmK;AACnK,eAAO,MAAM,cAAc,EACZ,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC;AAEpL,mKAAmK;AACnK,eAAO,MAAM,oBAAoB,EAClB,gBAAgB,CAAC,kJAAkJ,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { throwMovedAgentNativeModule, } from "../../package-lifecycle/upgrade-error.js";
2
+ throwMovedAgentNativeModule("@agent-native/core/client/components/ui/tooltip", "@agent-native/toolkit/ui/tooltip");
3
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
4
+ export const Tooltip = undefined;
5
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
6
+ export const TooltipContent = undefined;
7
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
8
+ export const TooltipProvider = undefined;
9
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
10
+ export const TooltipTrigger = undefined;
11
+ /** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */
12
+ export const normalizeTooltipText = undefined;
13
+ //# sourceMappingURL=ui-tooltip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-tooltip.js","sourceRoot":"","sources":["../../../src/client/tombstone/ui-tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,GAE5B,MAAM,0CAA0C,CAAC;AAElD,2BAA2B,CACzB,iDAAiD,EACjD,kCAAkC,CACnC,CAAC;AAEF,mKAAmK;AACnK,MAAM,CAAC,MAAM,OAAO,GAClB,SAAiL,CAAC;AAEpL,mKAAmK;AACnK,MAAM,CAAC,MAAM,cAAc,GACzB,SAAiL,CAAC;AAEpL,mKAAmK;AACnK,MAAM,CAAC,MAAM,eAAe,GAC1B,SAAiL,CAAC;AAEpL,mKAAmK;AACnK,MAAM,CAAC,MAAM,cAAc,GACzB,SAAiL,CAAC;AAEpL,mKAAmK;AACnK,MAAM,CAAC,MAAM,oBAAoB,GAC/B,SAAiL,CAAC","sourcesContent":["import {\n throwMovedAgentNativeModule,\n type DeprecatedExport,\n} from \"../../package-lifecycle/upgrade-error.js\";\n\nthrowMovedAgentNativeModule(\n \"@agent-native/core/client/components/ui/tooltip\",\n \"@agent-native/toolkit/ui/tooltip\",\n);\n\n/** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const Tooltip =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const TooltipContent =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const TooltipProvider =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const TooltipTrigger =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const normalizeTooltipText =\n undefined as DeprecatedExport<\"@agent-native/core/client/components/ui/tooltip moved to @agent-native/toolkit/ui/tooltip. Run: npx @agent-native/core@latest upgrade --codemods\">;\n"]}
@@ -0,0 +1,28 @@
1
+ import { type DeprecatedExport } from "../../package-lifecycle/upgrade-error.js";
2
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
3
+ export declare const VisualColorPicker: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
4
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
5
+ export declare const VisualControlRow: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
6
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
7
+ export declare const VisualInspectorPanel: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
8
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
9
+ export declare const VisualInspectorSection: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
10
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
11
+ export declare const VisualScrubInput: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
12
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
13
+ export declare const VisualSegmentedControl: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
14
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
15
+ export declare const VisualSliderControl: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
16
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
17
+ export declare const VisualSwatchControl: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
18
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
19
+ export declare const VisualToggleControl: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
20
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
21
+ export declare const VisualTweakControl: DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
22
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
23
+ export type VisualControlOption = DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
24
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
25
+ export type VisualControlValue = DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
26
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
27
+ export type VisualTweakDefinition = DeprecatedExport<"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods">;
28
+ //# sourceMappingURL=visual-style-controls.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"visual-style-controls.d.ts","sourceRoot":"","sources":["../../../src/client/tombstone/visual-style-controls.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,0CAA0C,CAAC;AAOlD,sKAAsK;AACtK,eAAO,MAAM,iBAAiB,EACf,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,gBAAgB,EACd,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,oBAAoB,EAClB,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,sBAAsB,EACpB,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,gBAAgB,EACd,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,sBAAsB,EACpB,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,mBAAmB,EACjB,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,mBAAmB,EACjB,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,mBAAmB,EACjB,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,eAAO,MAAM,kBAAkB,EAChB,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAEvL,sKAAsK;AACtK,MAAM,MAAM,mBAAmB,GAC7B,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAE1K,sKAAsK;AACtK,MAAM,MAAM,kBAAkB,GAC5B,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC;AAE1K,sKAAsK;AACtK,MAAM,MAAM,qBAAqB,GAC/B,gBAAgB,CAAC,qJAAqJ,CAAC,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { throwMovedAgentNativeModule, } from "../../package-lifecycle/upgrade-error.js";
2
+ throwMovedAgentNativeModule("@agent-native/core/client/visual-style-controls", "@agent-native/toolkit/design-tweaks");
3
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
4
+ export const VisualColorPicker = undefined;
5
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
6
+ export const VisualControlRow = undefined;
7
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
8
+ export const VisualInspectorPanel = undefined;
9
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
10
+ export const VisualInspectorSection = undefined;
11
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
12
+ export const VisualScrubInput = undefined;
13
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
14
+ export const VisualSegmentedControl = undefined;
15
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
16
+ export const VisualSliderControl = undefined;
17
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
18
+ export const VisualSwatchControl = undefined;
19
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
20
+ export const VisualToggleControl = undefined;
21
+ /** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */
22
+ export const VisualTweakControl = undefined;
23
+ //# sourceMappingURL=visual-style-controls.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"visual-style-controls.js","sourceRoot":"","sources":["../../../src/client/tombstone/visual-style-controls.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,GAE5B,MAAM,0CAA0C,CAAC;AAElD,2BAA2B,CACzB,iDAAiD,EACjD,qCAAqC,CACtC,CAAC;AAEF,sKAAsK;AACtK,MAAM,CAAC,MAAM,iBAAiB,GAC5B,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,gBAAgB,GAC3B,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,oBAAoB,GAC/B,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,sBAAsB,GACjC,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,gBAAgB,GAC3B,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,sBAAsB,GACjC,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,mBAAmB,GAC9B,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,mBAAmB,GAC9B,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,mBAAmB,GAC9B,SAAoL,CAAC;AAEvL,sKAAsK;AACtK,MAAM,CAAC,MAAM,kBAAkB,GAC7B,SAAoL,CAAC","sourcesContent":["import {\n throwMovedAgentNativeModule,\n type DeprecatedExport,\n} from \"../../package-lifecycle/upgrade-error.js\";\n\nthrowMovedAgentNativeModule(\n \"@agent-native/core/client/visual-style-controls\",\n \"@agent-native/toolkit/design-tweaks\",\n);\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualColorPicker =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualControlRow =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualInspectorPanel =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualInspectorSection =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualScrubInput =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualSegmentedControl =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualSliderControl =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualSwatchControl =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualToggleControl =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport const VisualTweakControl =\n undefined as DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport type VisualControlOption =\n DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport type VisualControlValue =\n DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n\n/** @deprecated @agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods */\nexport type VisualTweakDefinition =\n DeprecatedExport<\"@agent-native/core/client/visual-style-controls moved to @agent-native/toolkit/design-tweaks. Run: npx @agent-native/core@latest upgrade --codemods\">;\n"]}
@@ -1,2 +1,3 @@
1
+ export { uploadEditorImage, type EditorImageUploadFn, type EditorImageUploadResult, } from "./upload-editor-image.js";
1
2
  export { useUploadResource } from "./use-upload-resource.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/uploads/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/uploads/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,GAC7B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1,2 +1,3 @@
1
+ export { uploadEditorImage, } from "./upload-editor-image.js";
1
2
  export { useUploadResource } from "./use-upload-resource.js";
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/uploads/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC","sourcesContent":["export { useUploadResource } from \"./use-upload-resource.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/uploads/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,GAGlB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC","sourcesContent":["export {\n uploadEditorImage,\n type EditorImageUploadFn,\n type EditorImageUploadResult,\n} from \"./upload-editor-image.js\";\nexport { useUploadResource } from \"./use-upload-resource.js\";\n"]}
@@ -1,10 +1,14 @@
1
- import type { ImageUploadFn } from "@agent-native/toolkit/editor";
1
+ export interface EditorImageUploadResult {
2
+ src: string;
3
+ alt?: string;
4
+ }
5
+ export type EditorImageUploadFn = (file: File) => Promise<EditorImageUploadResult>;
2
6
  /**
3
7
  * The shared editor's default image uploader: upload a picked / pasted /
4
8
  * dropped image File through the framework `upload-image` action and return the
5
9
  * hosted CDN URL.
6
10
  *
7
- * This is the {@link ImageUploadFn} embedders pass to the shared image block so
11
+ * This is the upload function embedders pass to the shared image block so
8
12
  * any app gets a real uploading image block with zero per-app upload code. The
9
13
  * action re-hosts the bytes on the configured provider (Builder.io by default),
10
14
  * is session-scoped, and returns a stable `![alt](url)` source — so a plan's
@@ -14,5 +18,5 @@ import type { ImageUploadFn } from "@agent-native/toolkit/editor";
14
18
  * @throws when the file cannot be read, the action returns no URL, or upload is
15
19
  * not configured (with the action's "connect Builder.io" guidance).
16
20
  */
17
- export declare const uploadEditorImage: ImageUploadFn;
18
- //# sourceMappingURL=uploadEditorImage.d.ts.map
21
+ export declare const uploadEditorImage: EditorImageUploadFn;
22
+ //# sourceMappingURL=upload-editor-image.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-editor-image.d.ts","sourceRoot":"","sources":["../../../src/client/uploads/upload-editor-image.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,uBAAuB;IACtC,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,mBAAmB,GAAG,CAChC,IAAI,EAAE,IAAI,KACP,OAAO,CAAC,uBAAuB,CAAC,CAAC;AAgCtC;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,iBAAiB,EAAE,mBAsB/B,CAAC"}
@@ -27,7 +27,7 @@ function fileToDataUrl(file) {
27
27
  * dropped image File through the framework `upload-image` action and return the
28
28
  * hosted CDN URL.
29
29
  *
30
- * This is the {@link ImageUploadFn} embedders pass to the shared image block so
30
+ * This is the upload function embedders pass to the shared image block so
31
31
  * any app gets a real uploading image block with zero per-app upload code. The
32
32
  * action re-hosts the bytes on the configured provider (Builder.io by default),
33
33
  * is session-scoped, and returns a stable `![alt](url)` source — so a plan's
@@ -54,4 +54,4 @@ export const uploadEditorImage = async (file) => {
54
54
  const alt = file.name ? file.name.replace(/\.[^./\\]+$/, "") : "";
55
55
  return { src: result.url, alt };
56
56
  };
57
- //# sourceMappingURL=uploadEditorImage.js.map
57
+ //# sourceMappingURL=upload-editor-image.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-editor-image.js","sourceRoot":"","sources":["../../../src/client/uploads/upload-editor-image.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAW9C;;;;;;GAMG;AACH,SAAS,aAAa,CAAC,IAAU;IAC/B,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACrC,MAAM,MAAM,GAAG,IAAI,UAAU,EAAE,CAAC;QAChC,MAAM,CAAC,MAAM,GAAG,GAAG,EAAE;YACnB,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;YAC7B,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE,CAAC;gBAC/B,OAAO,CAAC,MAAM,CAAC,CAAC;YAClB,CAAC;iBAAM,CAAC;gBACN,MAAM,CAAC,IAAI,KAAK,CAAC,4BAA4B,CAAC,CAAC,CAAC;YAClD,CAAC;QACH,CAAC,CAAC;QACF,MAAM,CAAC,OAAO,GAAG,GAAG,EAAE,CACpB,MAAM,CAAC,MAAM,CAAC,KAAK,IAAI,IAAI,KAAK,CAAC,4BAA4B,CAAC,CAAC,CAAC;QAClE,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC,CAAC,CAAC;AACL,CAAC;AAQD;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAwB,KAAK,EAAE,IAAU,EAAE,EAAE;IACzE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC;QACpC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;IACvD,CAAC;IAED,MAAM,OAAO,GAAG,MAAM,aAAa,CAAC,IAAI,CAAC,CAAC;IAE1C,MAAM,MAAM,GAAG,MAAM,UAAU,CAA0B,cAAc,EAAE;QACvE,IAAI,EAAE,OAAO;QACb,QAAQ,EAAE,IAAI,CAAC,IAAI,IAAI,SAAS;KACjC,CAAC,CAAC;IAEH,IAAI,CAAC,MAAM,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,QAAQ,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC;QAC7D,MAAM,IAAI,KAAK,CACb,MAAM,EAAE,KAAK;YACX,qFAAqF,CACxF,CAAC;IACJ,CAAC;IAED,sEAAsE;IACtE,MAAM,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAClE,OAAO,EAAE,GAAG,EAAE,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC;AAClC,CAAC,CAAC","sourcesContent":["import { callAction } from \"../use-action.js\";\n\nexport interface EditorImageUploadResult {\n src: string;\n alt?: string;\n}\n\nexport type EditorImageUploadFn = (\n file: File,\n) => Promise<EditorImageUploadResult>;\n\n/**\n * Read a {@link File} as a base64 data URL (`data:image/...;base64,...`).\n *\n * The framework `upload-image` action accepts a data URL (`data`) or a remote\n * URL (`url`) — not raw multipart — so a browser file-picker must convert the\n * File to a data URL first.\n */\nfunction fileToDataUrl(file: File): Promise<string> {\n return new Promise((resolve, reject) => {\n const reader = new FileReader();\n reader.onload = () => {\n const result = reader.result;\n if (typeof result === \"string\") {\n resolve(result);\n } else {\n reject(new Error(\"Failed to read image file.\"));\n }\n };\n reader.onerror = () =>\n reject(reader.error ?? new Error(\"Failed to read image file.\"));\n reader.readAsDataURL(file);\n });\n}\n\ninterface UploadImageActionResult {\n url?: string;\n error?: string;\n configured?: boolean;\n}\n\n/**\n * The shared editor's default image uploader: upload a picked / pasted /\n * dropped image File through the framework `upload-image` action and return the\n * hosted CDN URL.\n *\n * This is the upload function embedders pass to the shared image block so\n * any app gets a real uploading image block with zero per-app upload code. The\n * action re-hosts the bytes on the configured provider (Builder.io by default),\n * is session-scoped, and returns a stable `![alt](url)` source — so a plan's\n * inserted image autosaves as plain markdown through the existing\n * `update-rich-text` path with no new persistence channel.\n *\n * @throws when the file cannot be read, the action returns no URL, or upload is\n * not configured (with the action's \"connect Builder.io\" guidance).\n */\nexport const uploadEditorImage: EditorImageUploadFn = async (file: File) => {\n if (!file.type.startsWith(\"image/\")) {\n throw new Error(\"Only image files can be uploaded.\");\n }\n\n const dataUrl = await fileToDataUrl(file);\n\n const result = await callAction<UploadImageActionResult>(\"upload-image\", {\n data: dataUrl,\n filename: file.name || undefined,\n });\n\n if (!result || typeof result.url !== \"string\" || !result.url) {\n throw new Error(\n result?.error ||\n \"Image upload failed. Connect Builder.io in Settings → File uploads, then try again.\",\n );\n }\n\n // Use the filename (sans extension) as a reasonable default alt text.\n const alt = file.name ? file.name.replace(/\\.[^./\\\\]+$/, \"\") : \"\";\n return { src: result.url, alt };\n};\n"]}
@@ -62,11 +62,11 @@ export declare const postAwareness: import("h3").EventHandlerWithFetch<import("h
62
62
  error: string;
63
63
  states?: undefined;
64
64
  } | {
65
- error?: undefined;
66
65
  states: {
67
66
  clientId: number;
68
67
  state: string;
69
68
  }[];
69
+ error?: undefined;
70
70
  }>>;
71
71
  /**
72
72
  * GET /_agent-native/collab/:docId/users
@@ -77,10 +77,10 @@ export declare const getActiveUsers: import("h3").EventHandlerWithFetch<import("
77
77
  error: string;
78
78
  users?: undefined;
79
79
  } | {
80
- error?: undefined;
81
80
  users: {
82
81
  clientId: number;
83
82
  lastSeen: number;
84
83
  }[];
84
+ error?: undefined;
85
85
  }>>;
86
86
  //# sourceMappingURL=awareness.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"awareness.d.ts","sourceRoot":"","sources":["../../src/collab/awareness.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAgB3C,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB;AAOD,eAAO,MAAM,sBAAsB,EAAG,kBAA2B,CAAC;AAElE,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,WAAW,CAAC;IACpB,IAAI,EAAE,kBAAkB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,2EAA2E;IAC3E,MAAM,EAAE,KAAK,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnD,gFAAgF;IAChF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sCAAsC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2EAA2E;IAC3E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yEAAyE;IACzE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAOD,wBAAgB,mBAAmB,IAAI,YAAY,CAElD;AAED,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,cAAc,GAAG,SAAS,GAChC,IAAI,CAON;AAED,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,KAAK,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,EAClD,KAAK,CAAC,EAAE,cAAc,GACrB,IAAI,CAgBN;AAoBD,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,SAAS,GAAE,MAAmB,GAC7B,IAAI,CAON;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAE1E;AAiBD,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC,CAO1E;AAED,wBAAgB,YAAY,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC,GAAG,IAAI,CAOnE;AAkCD;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;;kBAwDa,MAAM;eAAS,MAAM;;GAoB1D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;;;kBAYM,MAAM;kBAAY,MAAM;;GAMvD,CAAC"}
1
+ {"version":3,"file":"awareness.d.ts","sourceRoot":"","sources":["../../src/collab/awareness.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAgB3C,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB;AAOD,eAAO,MAAM,sBAAsB,EAAG,kBAA2B,CAAC;AAElE,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,WAAW,CAAC;IACpB,IAAI,EAAE,kBAAkB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,2EAA2E;IAC3E,MAAM,EAAE,KAAK,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnD,gFAAgF;IAChF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sCAAsC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2EAA2E;IAC3E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yEAAyE;IACzE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAOD,wBAAgB,mBAAmB,IAAI,YAAY,CAElD;AAED,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,cAAc,GAAG,SAAS,GAChC,IAAI,CAON;AAED,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,KAAK,CAAC;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,EAClD,KAAK,CAAC,EAAE,cAAc,GACrB,IAAI,CAgBN;AAoBD,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,SAAS,GAAE,MAAmB,GAC7B,IAAI,CAON;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAE1E;AAiBD,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC,CAO1E;AAED,wBAAgB,YAAY,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC,GAAG,IAAI,CAOnE;AAkCD;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;kBAwDa,MAAM;eAAS,MAAM;;;GAoB1D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;;kBAYM,MAAM;kBAAY,MAAM;;;GAMvD,CAAC"}
@@ -11,24 +11,24 @@
11
11
  * DELETE /_agent-native/notifications/:id — delete
12
12
  */
13
13
  export declare function createNotificationsHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<"" | import("./types.js").Notification[] | {
14
- error?: undefined;
15
14
  count: number;
16
15
  updated?: undefined;
17
16
  ok?: undefined;
18
- } | {
19
17
  error?: undefined;
18
+ } | {
20
19
  count?: undefined;
21
20
  updated: number;
22
21
  ok?: undefined;
22
+ error?: undefined;
23
23
  } | {
24
24
  count?: undefined;
25
25
  updated?: undefined;
26
26
  error: string;
27
27
  ok?: undefined;
28
28
  } | {
29
- error?: undefined;
30
29
  count?: undefined;
31
30
  updated?: undefined;
32
31
  ok: boolean;
32
+ error?: undefined;
33
33
  }>>;
34
34
  //# sourceMappingURL=routes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tombstone.d.ts","sourceRoot":"","sources":["../../src/package-lifecycle/tombstone.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,yBAAyB,CAAC;AAGjC,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,sBAAsB,GAAG,MAAM,CA6B7E"}
1
+ {"version":3,"file":"tombstone.d.ts","sourceRoot":"","sources":["../../src/package-lifecycle/tombstone.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,iBAAiB,EACvB,MAAM,yBAAyB,CAAC;AAGjC,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,sBAAsB,GAAG,MAAM,CA0C7E"}
@@ -1,4 +1,4 @@
1
- import { migrationMoveStatus, } from "./migration-manifest.js";
1
+ import { migrationMoveStatus, resolveMigrationSymbolMove, } from "./migration-manifest.js";
2
2
  import { migrationMoveMessage } from "./migration-message.js";
3
3
  export function renderTombstoneModule(options) {
4
4
  const move = options.manifest.moves[options.from];
@@ -6,16 +6,26 @@ export function renderTombstoneModule(options) {
6
6
  throw new Error(`Cannot render a tombstone for ${options.from} without an active exact migration manifest move.`);
7
7
  }
8
8
  const to = move.to;
9
- const message = migrationMoveMessage(options.from, to);
9
+ const targetForExport = (name) => resolveMigrationSymbolMove(move, name)?.to ?? to;
10
+ const exportNames = [
11
+ ...(options.valueExports ?? []),
12
+ ...(options.typeExports ?? []),
13
+ ].sort();
14
+ const symbolTargets = Object.fromEntries([...new Set(exportNames)].flatMap((name) => {
15
+ const target = targetForExport(name);
16
+ return target === to ? [] : [[name, target]];
17
+ }));
10
18
  const lines = [
11
19
  `import { throwMovedAgentNativeModule, type DeprecatedExport } from ${JSON.stringify(options.helperImport)};`,
12
20
  "",
13
- `throwMovedAgentNativeModule(${JSON.stringify(options.from)}, ${JSON.stringify(to)});`,
21
+ `throwMovedAgentNativeModule(${JSON.stringify(options.from)}, ${JSON.stringify(to)}${Object.keys(symbolTargets).length > 0 ? `, ${JSON.stringify(symbolTargets)}` : ""});`,
14
22
  ];
15
23
  for (const name of [...(options.valueExports ?? [])].sort()) {
24
+ const message = migrationMoveMessage(options.from, targetForExport(name));
16
25
  lines.push("", `/** @deprecated ${message} */`, `export const ${name} = undefined as DeprecatedExport<${JSON.stringify(message)}>;`);
17
26
  }
18
27
  for (const name of [...(options.typeExports ?? [])].sort()) {
28
+ const message = migrationMoveMessage(options.from, targetForExport(name));
19
29
  lines.push("", `/** @deprecated ${message} */`, `export type ${name} = DeprecatedExport<${JSON.stringify(message)}>;`);
20
30
  }
21
31
  return `${lines.join("\n")}\n`;
@@ -1 +1 @@
1
- {"version":3,"file":"tombstone.js","sourceRoot":"","sources":["../../src/package-lifecycle/tombstone.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,GAEpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAU9D,MAAM,UAAU,qBAAqB,CAAC,OAA+B;IACnE,MAAM,IAAI,GAAG,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAClD,IAAI,CAAC,IAAI,IAAI,mBAAmB,CAAC,IAAI,CAAC,KAAK,QAAQ,EAAE,CAAC;QACpD,MAAM,IAAI,KAAK,CACb,iCAAiC,OAAO,CAAC,IAAI,mDAAmD,CACjG,CAAC;IACJ,CAAC;IACD,MAAM,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;IACnB,MAAM,OAAO,GAAG,oBAAoB,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IACvD,MAAM,KAAK,GAAG;QACZ,sEAAsE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,YAAY,CAAC,GAAG;QAC7G,EAAE;QACF,+BAA+B,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,IAAI;KACvF,CAAC;IACF,KAAK,MAAM,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,YAAY,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC;QAC5D,KAAK,CAAC,IAAI,CACR,EAAE,EACF,mBAAmB,OAAO,KAAK,EAC/B,gBAAgB,IAAI,oCAAoC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CACpF,CAAC;IACJ,CAAC;IACD,KAAK,MAAM,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC;QAC3D,KAAK,CAAC,IAAI,CACR,EAAE,EACF,mBAAmB,OAAO,KAAK,EAC/B,eAAe,IAAI,uBAAuB,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CACtE,CAAC;IACJ,CAAC;IACD,OAAO,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;AACjC,CAAC","sourcesContent":["import {\n migrationMoveStatus,\n type MigrationManifest,\n} from \"./migration-manifest.js\";\nimport { migrationMoveMessage } from \"./migration-message.js\";\n\nexport interface TombstoneModuleOptions {\n from: string;\n manifest: MigrationManifest;\n helperImport: string;\n valueExports?: string[];\n typeExports?: string[];\n}\n\nexport function renderTombstoneModule(options: TombstoneModuleOptions): string {\n const move = options.manifest.moves[options.from];\n if (!move || migrationMoveStatus(move) !== \"active\") {\n throw new Error(\n `Cannot render a tombstone for ${options.from} without an active exact migration manifest move.`,\n );\n }\n const to = move.to;\n const message = migrationMoveMessage(options.from, to);\n const lines = [\n `import { throwMovedAgentNativeModule, type DeprecatedExport } from ${JSON.stringify(options.helperImport)};`,\n \"\",\n `throwMovedAgentNativeModule(${JSON.stringify(options.from)}, ${JSON.stringify(to)});`,\n ];\n for (const name of [...(options.valueExports ?? [])].sort()) {\n lines.push(\n \"\",\n `/** @deprecated ${message} */`,\n `export const ${name} = undefined as DeprecatedExport<${JSON.stringify(message)}>;`,\n );\n }\n for (const name of [...(options.typeExports ?? [])].sort()) {\n lines.push(\n \"\",\n `/** @deprecated ${message} */`,\n `export type ${name} = DeprecatedExport<${JSON.stringify(message)}>;`,\n );\n }\n return `${lines.join(\"\\n\")}\\n`;\n}\n"]}
1
+ {"version":3,"file":"tombstone.js","sourceRoot":"","sources":["../../src/package-lifecycle/tombstone.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,0BAA0B,GAE3B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAU9D,MAAM,UAAU,qBAAqB,CAAC,OAA+B;IACnE,MAAM,IAAI,GAAG,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAClD,IAAI,CAAC,IAAI,IAAI,mBAAmB,CAAC,IAAI,CAAC,KAAK,QAAQ,EAAE,CAAC;QACpD,MAAM,IAAI,KAAK,CACb,iCAAiC,OAAO,CAAC,IAAI,mDAAmD,CACjG,CAAC;IACJ,CAAC;IACD,MAAM,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;IACnB,MAAM,eAAe,GAAG,CAAC,IAAY,EAAU,EAAE,CAC/C,0BAA0B,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,IAAI,EAAE,CAAC;IACnD,MAAM,WAAW,GAAG;QAClB,GAAG,CAAC,OAAO,CAAC,YAAY,IAAI,EAAE,CAAC;QAC/B,GAAG,CAAC,OAAO,CAAC,WAAW,IAAI,EAAE,CAAC;KAC/B,CAAC,IAAI,EAAE,CAAC;IACT,MAAM,aAAa,GAAG,MAAM,CAAC,WAAW,CACtC,CAAC,GAAG,IAAI,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;QACzC,MAAM,MAAM,GAAG,eAAe,CAAC,IAAI,CAAC,CAAC;QACrC,OAAO,MAAM,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC;IAC/C,CAAC,CAAC,CACH,CAAC;IACF,MAAM,KAAK,GAAG;QACZ,sEAAsE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,YAAY,CAAC,GAAG;QAC7G,EAAE;QACF,+BAA+B,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI;KAC3K,CAAC;IACF,KAAK,MAAM,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,YAAY,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC;QAC5D,MAAM,OAAO,GAAG,oBAAoB,CAAC,OAAO,CAAC,IAAI,EAAE,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC;QAC1E,KAAK,CAAC,IAAI,CACR,EAAE,EACF,mBAAmB,OAAO,KAAK,EAC/B,gBAAgB,IAAI,oCAAoC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CACpF,CAAC;IACJ,CAAC;IACD,KAAK,MAAM,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC;QAC3D,MAAM,OAAO,GAAG,oBAAoB,CAAC,OAAO,CAAC,IAAI,EAAE,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC;QAC1E,KAAK,CAAC,IAAI,CACR,EAAE,EACF,mBAAmB,OAAO,KAAK,EAC/B,eAAe,IAAI,uBAAuB,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CACtE,CAAC;IACJ,CAAC;IACD,OAAO,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;AACjC,CAAC","sourcesContent":["import {\n migrationMoveStatus,\n resolveMigrationSymbolMove,\n type MigrationManifest,\n} from \"./migration-manifest.js\";\nimport { migrationMoveMessage } from \"./migration-message.js\";\n\nexport interface TombstoneModuleOptions {\n from: string;\n manifest: MigrationManifest;\n helperImport: string;\n valueExports?: string[];\n typeExports?: string[];\n}\n\nexport function renderTombstoneModule(options: TombstoneModuleOptions): string {\n const move = options.manifest.moves[options.from];\n if (!move || migrationMoveStatus(move) !== \"active\") {\n throw new Error(\n `Cannot render a tombstone for ${options.from} without an active exact migration manifest move.`,\n );\n }\n const to = move.to;\n const targetForExport = (name: string): string =>\n resolveMigrationSymbolMove(move, name)?.to ?? to;\n const exportNames = [\n ...(options.valueExports ?? []),\n ...(options.typeExports ?? []),\n ].sort();\n const symbolTargets = Object.fromEntries(\n [...new Set(exportNames)].flatMap((name) => {\n const target = targetForExport(name);\n return target === to ? [] : [[name, target]];\n }),\n );\n const lines = [\n `import { throwMovedAgentNativeModule, type DeprecatedExport } from ${JSON.stringify(options.helperImport)};`,\n \"\",\n `throwMovedAgentNativeModule(${JSON.stringify(options.from)}, ${JSON.stringify(to)}${Object.keys(symbolTargets).length > 0 ? `, ${JSON.stringify(symbolTargets)}` : \"\"});`,\n ];\n for (const name of [...(options.valueExports ?? [])].sort()) {\n const message = migrationMoveMessage(options.from, targetForExport(name));\n lines.push(\n \"\",\n `/** @deprecated ${message} */`,\n `export const ${name} = undefined as DeprecatedExport<${JSON.stringify(message)}>;`,\n );\n }\n for (const name of [...(options.typeExports ?? [])].sort()) {\n const message = migrationMoveMessage(options.from, targetForExport(name));\n lines.push(\n \"\",\n `/** @deprecated ${message} */`,\n `export type ${name} = DeprecatedExport<${JSON.stringify(message)}>;`,\n );\n }\n return `${lines.join(\"\\n\")}\\n`;\n}\n"]}
@@ -4,8 +4,8 @@ export type DeprecatedExport<Message extends string> = never & {
4
4
  };
5
5
  export declare class AgentNativeUpgradeError extends Error {
6
6
  readonly name = "AgentNativeUpgradeError";
7
- constructor(from: string, to: string);
7
+ constructor(from: string, to: string, symbolTargets?: Readonly<Record<string, string>>);
8
8
  }
9
- export declare function throwMovedAgentNativeModule(from: string, to: string): never;
9
+ export declare function throwMovedAgentNativeModule(from: string, to: string, symbolTargets?: Readonly<Record<string, string>>): never;
10
10
  export {};
11
11
  //# sourceMappingURL=upgrade-error.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"upgrade-error.d.ts","sourceRoot":"","sources":["../../src/package-lifecycle/upgrade-error.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,qBAAqB,EAAE,OAAO,MAAM,CAAC;AAEnD,MAAM,MAAM,gBAAgB,CAAC,OAAO,SAAS,MAAM,IAAI,KAAK,GAAG;IAC7D,QAAQ,CAAC,CAAC,qBAAqB,CAAC,EAAE,OAAO,CAAC;CAC3C,CAAC;AAEF,qBAAa,uBAAwB,SAAQ,KAAK;IAChD,SAAkB,IAAI,6BAA6B;IAEnD,YAAY,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAEnC;CACF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,KAAK,CAE3E"}
1
+ {"version":3,"file":"upgrade-error.d.ts","sourceRoot":"","sources":["../../src/package-lifecycle/upgrade-error.ts"],"names":[],"mappings":"AAKA,OAAO,CAAC,MAAM,qBAAqB,EAAE,OAAO,MAAM,CAAC;AAEnD,MAAM,MAAM,gBAAgB,CAAC,OAAO,SAAS,MAAM,IAAI,KAAK,GAAG;IAC7D,QAAQ,CAAC,CAAC,qBAAqB,CAAC,EAAE,OAAO,CAAC;CAC3C,CAAC;AAEF,qBAAa,uBAAwB,SAAQ,KAAK;IAChD,SAAkB,IAAI,6BAA6B;IAEnD,YACE,IAAI,EAAE,MAAM,EACZ,EAAE,EAAE,MAAM,EACV,aAAa,GAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAM,EAUrD;CACF;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,MAAM,EACZ,EAAE,EAAE,MAAM,EACV,aAAa,GAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAM,GACnD,KAAK,CAEP"}
@@ -1,11 +1,14 @@
1
- import { migrationMoveMessage } from "./migration-message.js";
1
+ import { AGENT_NATIVE_UPGRADE_CODEMOD_COMMAND, migrationMoveMessage, } from "./migration-message.js";
2
2
  export class AgentNativeUpgradeError extends Error {
3
3
  name = "AgentNativeUpgradeError";
4
- constructor(from, to) {
5
- super(migrationMoveMessage(from, to));
4
+ constructor(from, to, symbolTargets = {}) {
5
+ const overrides = Object.entries(symbolTargets).sort(([left], [right]) => left.localeCompare(right));
6
+ super(overrides.length === 0
7
+ ? migrationMoveMessage(from, to)
8
+ : `${from} exports moved to multiple entrypoints: ${overrides.map(([symbol, target]) => `${symbol} -> ${target}`).join("; ")}; all other exports -> ${to}. Run: ${AGENT_NATIVE_UPGRADE_CODEMOD_COMMAND}`);
6
9
  }
7
10
  }
8
- export function throwMovedAgentNativeModule(from, to) {
9
- throw new AgentNativeUpgradeError(from, to);
11
+ export function throwMovedAgentNativeModule(from, to, symbolTargets = {}) {
12
+ throw new AgentNativeUpgradeError(from, to, symbolTargets);
10
13
  }
11
14
  //# sourceMappingURL=upgrade-error.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"upgrade-error.js","sourceRoot":"","sources":["../../src/package-lifecycle/upgrade-error.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQ9D,MAAM,OAAO,uBAAwB,SAAQ,KAAK;IAC9B,IAAI,GAAG,yBAAyB,CAAC;IAEnD,YAAY,IAAY,EAAE,EAAU;QAClC,KAAK,CAAC,oBAAoB,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC;IACxC,CAAC;CACF;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAY,EAAE,EAAU;IAClE,MAAM,IAAI,uBAAuB,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;AAC9C,CAAC","sourcesContent":["import { migrationMoveMessage } from \"./migration-message.js\";\n\ndeclare const deprecatedExportBrand: unique symbol;\n\nexport type DeprecatedExport<Message extends string> = never & {\n readonly [deprecatedExportBrand]: Message;\n};\n\nexport class AgentNativeUpgradeError extends Error {\n override readonly name = \"AgentNativeUpgradeError\";\n\n constructor(from: string, to: string) {\n super(migrationMoveMessage(from, to));\n }\n}\n\nexport function throwMovedAgentNativeModule(from: string, to: string): never {\n throw new AgentNativeUpgradeError(from, to);\n}\n"]}
1
+ {"version":3,"file":"upgrade-error.js","sourceRoot":"","sources":["../../src/package-lifecycle/upgrade-error.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oCAAoC,EACpC,oBAAoB,GACrB,MAAM,wBAAwB,CAAC;AAQhC,MAAM,OAAO,uBAAwB,SAAQ,KAAK;IAC9B,IAAI,GAAG,yBAAyB,CAAC;IAEnD,YACE,IAAY,EACZ,EAAU,EACV,aAAa,GAAqC,EAAE;QAEpD,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,EAAE,CACvE,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAC1B,CAAC;QACF,KAAK,CACH,SAAS,CAAC,MAAM,KAAK,CAAC;YACpB,CAAC,CAAC,oBAAoB,CAAC,IAAI,EAAE,EAAE,CAAC;YAChC,CAAC,CAAC,GAAG,IAAI,2CAA2C,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,EAAE,CAAC,GAAG,MAAM,OAAO,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,0BAA0B,EAAE,UAAU,oCAAoC,EAAE,CAC3M,CAAC;IACJ,CAAC;CACF;AAED,MAAM,UAAU,2BAA2B,CACzC,IAAY,EACZ,EAAU,EACV,aAAa,GAAqC,EAAE;IAEpD,MAAM,IAAI,uBAAuB,CAAC,IAAI,EAAE,EAAE,EAAE,aAAa,CAAC,CAAC;AAC7D,CAAC","sourcesContent":["import {\n AGENT_NATIVE_UPGRADE_CODEMOD_COMMAND,\n migrationMoveMessage,\n} from \"./migration-message.js\";\n\ndeclare const deprecatedExportBrand: unique symbol;\n\nexport type DeprecatedExport<Message extends string> = never & {\n readonly [deprecatedExportBrand]: Message;\n};\n\nexport class AgentNativeUpgradeError extends Error {\n override readonly name = \"AgentNativeUpgradeError\";\n\n constructor(\n from: string,\n to: string,\n symbolTargets: Readonly<Record<string, string>> = {},\n ) {\n const overrides = Object.entries(symbolTargets).sort(([left], [right]) =>\n left.localeCompare(right),\n );\n super(\n overrides.length === 0\n ? migrationMoveMessage(from, to)\n : `${from} exports moved to multiple entrypoints: ${overrides.map(([symbol, target]) => `${symbol} -> ${target}`).join(\"; \")}; all other exports -> ${to}. Run: ${AGENT_NATIVE_UPGRADE_CODEMOD_COMMAND}`,\n );\n }\n}\n\nexport function throwMovedAgentNativeModule(\n from: string,\n to: string,\n symbolTargets: Readonly<Record<string, string>> = {},\n): never {\n throw new AgentNativeUpgradeError(from, to, symbolTargets);\n}\n"]}
@@ -27,11 +27,11 @@ export declare function resolveAgentEngineApiKeyWriteTarget(event: H3Event, scop
27
27
  export declare function createAgentEngineApiKeyHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
28
28
  error: any;
29
29
  } | {
30
- error?: undefined;
31
30
  ok: boolean;
32
31
  key: string;
33
32
  baseUrlKey?: string;
34
33
  scope: AgentEngineApiKeyScope;
34
+ error?: undefined;
35
35
  }>>;
36
36
  export {};
37
37
  //# sourceMappingURL=agent-engine-api-key-route.d.ts.map
@@ -20,7 +20,7 @@ export declare function createTranscribeVoiceHandler(): import("h3").EventHandle
20
20
  error: string;
21
21
  text?: undefined;
22
22
  } | {
23
- error?: undefined;
24
23
  text: string;
24
+ error?: undefined;
25
25
  }>>;
26
26
  //# sourceMappingURL=transcribe-voice.d.ts.map
package/dist/testing.d.ts CHANGED
@@ -1,8 +1,7 @@
1
1
  /**
2
2
  * `@agent-native/core/testing` — a small barrel of internal symbols that
3
3
  * template test suites need direct access to (an in-memory db factory, the
4
- * local Design/Plan dev bridges, and the shared rich-markdown-editor drag
5
- * handle). Published so template specs can import these through the package
4
+ * local Design/Plan dev bridges). Published so template specs can import these through the package
6
5
  * boundary instead of reaching into `packages/core/src/**` with deep
7
6
  * relative paths.
8
7
  *
@@ -12,5 +11,4 @@
12
11
  export { createGetDb, patchBetterSqliteTransactions, } from "./db/create-get-db.js";
13
12
  export { startLocalPlanBridge } from "./cli/plan-local.js";
14
13
  export { prepareDesignConnectManifest, startDesignConnectBridge, type DesignConnectBridge, } from "./cli/design-connect.js";
15
- export { DragHandle } from "@agent-native/toolkit/editor";
16
14
  //# sourceMappingURL=testing.d.ts.map