@base44/superagent-native 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (465) hide show
  1. package/README.md +132 -0
  2. package/lib/commonjs/AgentSettingsPanel.js +1067 -0
  3. package/lib/commonjs/AgentSettingsPanel.js.map +1 -0
  4. package/lib/commonjs/AgentSphereIcon.js +243 -0
  5. package/lib/commonjs/AgentSphereIcon.js.map +1 -0
  6. package/lib/commonjs/AttachmentPickerStatusModal.js +96 -0
  7. package/lib/commonjs/AttachmentPickerStatusModal.js.map +1 -0
  8. package/lib/commonjs/AttachmentPreviewStrip.js +49 -0
  9. package/lib/commonjs/AttachmentPreviewStrip.js.map +1 -0
  10. package/lib/commonjs/ChannelsPanel.js +733 -0
  11. package/lib/commonjs/ChannelsPanel.js.map +1 -0
  12. package/lib/commonjs/ConversationChat.js +219 -0
  13. package/lib/commonjs/ConversationChat.js.map +1 -0
  14. package/lib/commonjs/ConversationComposer.js +323 -0
  15. package/lib/commonjs/ConversationComposer.js.map +1 -0
  16. package/lib/commonjs/ConversationMessageList.js +105 -0
  17. package/lib/commonjs/ConversationMessageList.js.map +1 -0
  18. package/lib/commonjs/ConversationScreen.js +241 -0
  19. package/lib/commonjs/ConversationScreen.js.map +1 -0
  20. package/lib/commonjs/EditorDrawer.js +1127 -0
  21. package/lib/commonjs/EditorDrawer.js.map +1 -0
  22. package/lib/commonjs/EditorTabPanel.js +28 -0
  23. package/lib/commonjs/EditorTabPanel.js.map +1 -0
  24. package/lib/commonjs/FilesPanel.js +533 -0
  25. package/lib/commonjs/FilesPanel.js.map +1 -0
  26. package/lib/commonjs/MarkdownText.js +313 -0
  27. package/lib/commonjs/MarkdownText.js.map +1 -0
  28. package/lib/commonjs/MessageActionBar.js +90 -0
  29. package/lib/commonjs/MessageActionBar.js.map +1 -0
  30. package/lib/commonjs/RenameAgentModal.js +99 -0
  31. package/lib/commonjs/RenameAgentModal.js.map +1 -0
  32. package/lib/commonjs/ShareAgentModal.js +349 -0
  33. package/lib/commonjs/ShareAgentModal.js.map +1 -0
  34. package/lib/commonjs/ShareAgentModal.styles.js +236 -0
  35. package/lib/commonjs/ShareAgentModal.styles.js.map +1 -0
  36. package/lib/commonjs/SuperagentHomeScreen.js +316 -0
  37. package/lib/commonjs/SuperagentHomeScreen.js.map +1 -0
  38. package/lib/commonjs/ToolApprovalCard.js +542 -0
  39. package/lib/commonjs/ToolApprovalCard.js.map +1 -0
  40. package/lib/commonjs/ToolCallSummary.js +632 -0
  41. package/lib/commonjs/ToolCallSummary.js.map +1 -0
  42. package/lib/commonjs/agentSphereStyles.js +38 -0
  43. package/lib/commonjs/agentSphereStyles.js.map +1 -0
  44. package/lib/commonjs/apiClient.js +158 -0
  45. package/lib/commonjs/apiClient.js.map +1 -0
  46. package/lib/commonjs/attachmentFileHelpers.js +104 -0
  47. package/lib/commonjs/attachmentFileHelpers.js.map +1 -0
  48. package/lib/commonjs/attachmentUpload.js +87 -0
  49. package/lib/commonjs/attachmentUpload.js.map +1 -0
  50. package/lib/commonjs/composerStyles.js +248 -0
  51. package/lib/commonjs/composerStyles.js.map +1 -0
  52. package/lib/commonjs/connectorBrandIcons.js +82 -0
  53. package/lib/commonjs/connectorBrandIcons.js.map +1 -0
  54. package/lib/commonjs/connectorCatalog.js +377 -0
  55. package/lib/commonjs/connectorCatalog.js.map +1 -0
  56. package/lib/commonjs/constants.js +15 -0
  57. package/lib/commonjs/constants.js.map +1 -0
  58. package/lib/commonjs/conversationParts.js +273 -0
  59. package/lib/commonjs/conversationParts.js.map +1 -0
  60. package/lib/commonjs/conversationRuntime.js +144 -0
  61. package/lib/commonjs/conversationRuntime.js.map +1 -0
  62. package/lib/commonjs/conversationStyles.js +758 -0
  63. package/lib/commonjs/conversationStyles.js.map +1 -0
  64. package/lib/commonjs/editorShellStyles.js +1032 -0
  65. package/lib/commonjs/editorShellStyles.js.map +1 -0
  66. package/lib/commonjs/editorTabs.js +42 -0
  67. package/lib/commonjs/editorTabs.js.map +1 -0
  68. package/lib/commonjs/fileTreeUtils.js +133 -0
  69. package/lib/commonjs/fileTreeUtils.js.map +1 -0
  70. package/lib/commonjs/index.js +110 -0
  71. package/lib/commonjs/index.js.map +1 -0
  72. package/lib/commonjs/markdownStyles.js +157 -0
  73. package/lib/commonjs/markdownStyles.js.map +1 -0
  74. package/lib/commonjs/mediaUtils.js +61 -0
  75. package/lib/commonjs/mediaUtils.js.map +1 -0
  76. package/lib/commonjs/messageActionStyles.js +45 -0
  77. package/lib/commonjs/messageActionStyles.js.map +1 -0
  78. package/lib/commonjs/messageUtils.js +55 -0
  79. package/lib/commonjs/messageUtils.js.map +1 -0
  80. package/lib/commonjs/nativeActionSheet.js +21 -0
  81. package/lib/commonjs/nativeActionSheet.js.map +1 -0
  82. package/lib/commonjs/nativeActionSheet.web.js +10 -0
  83. package/lib/commonjs/nativeActionSheet.web.js.map +1 -0
  84. package/lib/commonjs/package.json +1 -0
  85. package/lib/commonjs/paperTheme.js +59 -0
  86. package/lib/commonjs/paperTheme.js.map +1 -0
  87. package/lib/commonjs/realtimeClient.js +99 -0
  88. package/lib/commonjs/realtimeClient.js.map +1 -0
  89. package/lib/commonjs/renameAgentModalStyles.js +83 -0
  90. package/lib/commonjs/renameAgentModalStyles.js.map +1 -0
  91. package/lib/commonjs/screenParts.js +220 -0
  92. package/lib/commonjs/screenParts.js.map +1 -0
  93. package/lib/commonjs/styles.js +343 -0
  94. package/lib/commonjs/styles.js.map +1 -0
  95. package/lib/commonjs/superagentApiClient.js +613 -0
  96. package/lib/commonjs/superagentApiClient.js.map +1 -0
  97. package/lib/commonjs/types.js +6 -0
  98. package/lib/commonjs/types.js.map +1 -0
  99. package/lib/commonjs/useSuperagentAttachmentPicker.js +80 -0
  100. package/lib/commonjs/useSuperagentAttachmentPicker.js.map +1 -0
  101. package/lib/commonjs/useSuperagentConversation.js +216 -0
  102. package/lib/commonjs/useSuperagentConversation.js.map +1 -0
  103. package/lib/commonjs/useSuperagentRuntime.js +1207 -0
  104. package/lib/commonjs/useSuperagentRuntime.js.map +1 -0
  105. package/lib/module/AgentSettingsPanel.js +1062 -0
  106. package/lib/module/AgentSettingsPanel.js.map +1 -0
  107. package/lib/module/AgentSphereIcon.js +237 -0
  108. package/lib/module/AgentSphereIcon.js.map +1 -0
  109. package/lib/module/AttachmentPickerStatusModal.js +91 -0
  110. package/lib/module/AttachmentPickerStatusModal.js.map +1 -0
  111. package/lib/module/AttachmentPreviewStrip.js +44 -0
  112. package/lib/module/AttachmentPreviewStrip.js.map +1 -0
  113. package/lib/module/ChannelsPanel.js +728 -0
  114. package/lib/module/ChannelsPanel.js.map +1 -0
  115. package/lib/module/ConversationChat.js +214 -0
  116. package/lib/module/ConversationChat.js.map +1 -0
  117. package/lib/module/ConversationComposer.js +318 -0
  118. package/lib/module/ConversationComposer.js.map +1 -0
  119. package/lib/module/ConversationMessageList.js +100 -0
  120. package/lib/module/ConversationMessageList.js.map +1 -0
  121. package/lib/module/ConversationScreen.js +236 -0
  122. package/lib/module/ConversationScreen.js.map +1 -0
  123. package/lib/module/EditorDrawer.js +1122 -0
  124. package/lib/module/EditorDrawer.js.map +1 -0
  125. package/lib/module/EditorTabPanel.js +23 -0
  126. package/lib/module/EditorTabPanel.js.map +1 -0
  127. package/lib/module/FilesPanel.js +528 -0
  128. package/lib/module/FilesPanel.js.map +1 -0
  129. package/lib/module/MarkdownText.js +308 -0
  130. package/lib/module/MarkdownText.js.map +1 -0
  131. package/lib/module/MessageActionBar.js +85 -0
  132. package/lib/module/MessageActionBar.js.map +1 -0
  133. package/lib/module/RenameAgentModal.js +94 -0
  134. package/lib/module/RenameAgentModal.js.map +1 -0
  135. package/lib/module/ShareAgentModal.js +344 -0
  136. package/lib/module/ShareAgentModal.js.map +1 -0
  137. package/lib/module/ShareAgentModal.styles.js +232 -0
  138. package/lib/module/ShareAgentModal.styles.js.map +1 -0
  139. package/lib/module/SuperagentHomeScreen.js +311 -0
  140. package/lib/module/SuperagentHomeScreen.js.map +1 -0
  141. package/lib/module/ToolApprovalCard.js +537 -0
  142. package/lib/module/ToolApprovalCard.js.map +1 -0
  143. package/lib/module/ToolCallSummary.js +627 -0
  144. package/lib/module/ToolCallSummary.js.map +1 -0
  145. package/lib/module/agentSphereStyles.js +34 -0
  146. package/lib/module/agentSphereStyles.js.map +1 -0
  147. package/lib/module/apiClient.js +154 -0
  148. package/lib/module/apiClient.js.map +1 -0
  149. package/lib/module/attachmentFileHelpers.js +97 -0
  150. package/lib/module/attachmentFileHelpers.js.map +1 -0
  151. package/lib/module/attachmentUpload.js +82 -0
  152. package/lib/module/attachmentUpload.js.map +1 -0
  153. package/lib/module/composerStyles.js +244 -0
  154. package/lib/module/composerStyles.js.map +1 -0
  155. package/lib/module/connectorBrandIcons.js +76 -0
  156. package/lib/module/connectorBrandIcons.js.map +1 -0
  157. package/lib/module/connectorCatalog.js +373 -0
  158. package/lib/module/connectorCatalog.js.map +1 -0
  159. package/lib/module/constants.js +10 -0
  160. package/lib/module/constants.js.map +1 -0
  161. package/lib/module/conversationParts.js +266 -0
  162. package/lib/module/conversationParts.js.map +1 -0
  163. package/lib/module/conversationRuntime.js +129 -0
  164. package/lib/module/conversationRuntime.js.map +1 -0
  165. package/lib/module/conversationStyles.js +754 -0
  166. package/lib/module/conversationStyles.js.map +1 -0
  167. package/lib/module/editorShellStyles.js +1028 -0
  168. package/lib/module/editorShellStyles.js.map +1 -0
  169. package/lib/module/editorTabs.js +37 -0
  170. package/lib/module/editorTabs.js.map +1 -0
  171. package/lib/module/fileTreeUtils.js +120 -0
  172. package/lib/module/fileTreeUtils.js.map +1 -0
  173. package/lib/module/index.js +17 -0
  174. package/lib/module/index.js.map +1 -0
  175. package/lib/module/markdownStyles.js +153 -0
  176. package/lib/module/markdownStyles.js.map +1 -0
  177. package/lib/module/mediaUtils.js +53 -0
  178. package/lib/module/mediaUtils.js.map +1 -0
  179. package/lib/module/messageActionStyles.js +41 -0
  180. package/lib/module/messageActionStyles.js.map +1 -0
  181. package/lib/module/messageUtils.js +46 -0
  182. package/lib/module/messageUtils.js.map +1 -0
  183. package/lib/module/nativeActionSheet.js +17 -0
  184. package/lib/module/nativeActionSheet.js.map +1 -0
  185. package/lib/module/nativeActionSheet.web.js +6 -0
  186. package/lib/module/nativeActionSheet.web.js.map +1 -0
  187. package/lib/module/package.json +1 -0
  188. package/lib/module/paperTheme.js +55 -0
  189. package/lib/module/paperTheme.js.map +1 -0
  190. package/lib/module/realtimeClient.js +95 -0
  191. package/lib/module/realtimeClient.js.map +1 -0
  192. package/lib/module/renameAgentModalStyles.js +79 -0
  193. package/lib/module/renameAgentModalStyles.js.map +1 -0
  194. package/lib/module/screenParts.js +210 -0
  195. package/lib/module/screenParts.js.map +1 -0
  196. package/lib/module/styles.js +339 -0
  197. package/lib/module/styles.js.map +1 -0
  198. package/lib/module/superagentApiClient.js +609 -0
  199. package/lib/module/superagentApiClient.js.map +1 -0
  200. package/lib/module/types.js +4 -0
  201. package/lib/module/types.js.map +1 -0
  202. package/lib/module/useSuperagentAttachmentPicker.js +75 -0
  203. package/lib/module/useSuperagentAttachmentPicker.js.map +1 -0
  204. package/lib/module/useSuperagentConversation.js +212 -0
  205. package/lib/module/useSuperagentConversation.js.map +1 -0
  206. package/lib/module/useSuperagentRuntime.js +1203 -0
  207. package/lib/module/useSuperagentRuntime.js.map +1 -0
  208. package/lib/typescript/commonjs/AgentSettingsPanel.d.ts +19 -0
  209. package/lib/typescript/commonjs/AgentSettingsPanel.d.ts.map +1 -0
  210. package/lib/typescript/commonjs/AgentSphereIcon.d.ts +15 -0
  211. package/lib/typescript/commonjs/AgentSphereIcon.d.ts.map +1 -0
  212. package/lib/typescript/commonjs/AttachmentPickerStatusModal.d.ts +8 -0
  213. package/lib/typescript/commonjs/AttachmentPickerStatusModal.d.ts.map +1 -0
  214. package/lib/typescript/commonjs/AttachmentPreviewStrip.d.ts +7 -0
  215. package/lib/typescript/commonjs/AttachmentPreviewStrip.d.ts.map +1 -0
  216. package/lib/typescript/commonjs/ChannelsPanel.d.ts +21 -0
  217. package/lib/typescript/commonjs/ChannelsPanel.d.ts.map +1 -0
  218. package/lib/typescript/commonjs/ConversationChat.d.ts +22 -0
  219. package/lib/typescript/commonjs/ConversationChat.d.ts.map +1 -0
  220. package/lib/typescript/commonjs/ConversationComposer.d.ts +24 -0
  221. package/lib/typescript/commonjs/ConversationComposer.d.ts.map +1 -0
  222. package/lib/typescript/commonjs/ConversationMessageList.d.ts +17 -0
  223. package/lib/typescript/commonjs/ConversationMessageList.d.ts.map +1 -0
  224. package/lib/typescript/commonjs/ConversationScreen.d.ts +80 -0
  225. package/lib/typescript/commonjs/ConversationScreen.d.ts.map +1 -0
  226. package/lib/typescript/commonjs/EditorDrawer.d.ts +67 -0
  227. package/lib/typescript/commonjs/EditorDrawer.d.ts.map +1 -0
  228. package/lib/typescript/commonjs/EditorTabPanel.d.ts +6 -0
  229. package/lib/typescript/commonjs/EditorTabPanel.d.ts.map +1 -0
  230. package/lib/typescript/commonjs/FilesPanel.d.ts +14 -0
  231. package/lib/typescript/commonjs/FilesPanel.d.ts.map +1 -0
  232. package/lib/typescript/commonjs/MarkdownText.d.ts +10 -0
  233. package/lib/typescript/commonjs/MarkdownText.d.ts.map +1 -0
  234. package/lib/typescript/commonjs/MessageActionBar.d.ts +8 -0
  235. package/lib/typescript/commonjs/MessageActionBar.d.ts.map +1 -0
  236. package/lib/typescript/commonjs/RenameAgentModal.d.ts +10 -0
  237. package/lib/typescript/commonjs/RenameAgentModal.d.ts.map +1 -0
  238. package/lib/typescript/commonjs/ShareAgentModal.d.ts +15 -0
  239. package/lib/typescript/commonjs/ShareAgentModal.d.ts.map +1 -0
  240. package/lib/typescript/commonjs/ShareAgentModal.styles.d.ts +229 -0
  241. package/lib/typescript/commonjs/ShareAgentModal.styles.d.ts.map +1 -0
  242. package/lib/typescript/commonjs/SuperagentHomeScreen.d.ts +4 -0
  243. package/lib/typescript/commonjs/SuperagentHomeScreen.d.ts.map +1 -0
  244. package/lib/typescript/commonjs/ToolApprovalCard.d.ts +13 -0
  245. package/lib/typescript/commonjs/ToolApprovalCard.d.ts.map +1 -0
  246. package/lib/typescript/commonjs/ToolCallSummary.d.ts +16 -0
  247. package/lib/typescript/commonjs/ToolCallSummary.d.ts.map +1 -0
  248. package/lib/typescript/commonjs/agentSphereStyles.d.ts +31 -0
  249. package/lib/typescript/commonjs/agentSphereStyles.d.ts.map +1 -0
  250. package/lib/typescript/commonjs/apiClient.d.ts +4 -0
  251. package/lib/typescript/commonjs/apiClient.d.ts.map +1 -0
  252. package/lib/typescript/commonjs/attachmentFileHelpers.d.ts +6 -0
  253. package/lib/typescript/commonjs/attachmentFileHelpers.d.ts.map +1 -0
  254. package/lib/typescript/commonjs/attachmentUpload.d.ts +12 -0
  255. package/lib/typescript/commonjs/attachmentUpload.d.ts.map +1 -0
  256. package/lib/typescript/commonjs/composerStyles.d.ts +241 -0
  257. package/lib/typescript/commonjs/composerStyles.d.ts.map +1 -0
  258. package/lib/typescript/commonjs/connectorBrandIcons.d.ts +7 -0
  259. package/lib/typescript/commonjs/connectorBrandIcons.d.ts.map +1 -0
  260. package/lib/typescript/commonjs/connectorCatalog.d.ts +3 -0
  261. package/lib/typescript/commonjs/connectorCatalog.d.ts.map +1 -0
  262. package/lib/typescript/commonjs/constants.d.ts +4 -0
  263. package/lib/typescript/commonjs/constants.d.ts.map +1 -0
  264. package/lib/typescript/commonjs/conversationParts.d.ts +29 -0
  265. package/lib/typescript/commonjs/conversationParts.d.ts.map +1 -0
  266. package/lib/typescript/commonjs/conversationRuntime.d.ts +67 -0
  267. package/lib/typescript/commonjs/conversationRuntime.d.ts.map +1 -0
  268. package/lib/typescript/commonjs/conversationStyles.d.ts +742 -0
  269. package/lib/typescript/commonjs/conversationStyles.d.ts.map +1 -0
  270. package/lib/typescript/commonjs/editorShellStyles.d.ts +1025 -0
  271. package/lib/typescript/commonjs/editorShellStyles.d.ts.map +1 -0
  272. package/lib/typescript/commonjs/editorTabs.d.ts +11 -0
  273. package/lib/typescript/commonjs/editorTabs.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/fileTreeUtils.d.ts +17 -0
  275. package/lib/typescript/commonjs/fileTreeUtils.d.ts.map +1 -0
  276. package/lib/typescript/commonjs/index.d.ts +20 -0
  277. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  278. package/lib/typescript/commonjs/markdownStyles.d.ts +150 -0
  279. package/lib/typescript/commonjs/markdownStyles.d.ts.map +1 -0
  280. package/lib/typescript/commonjs/mediaUtils.d.ts +9 -0
  281. package/lib/typescript/commonjs/mediaUtils.d.ts.map +1 -0
  282. package/lib/typescript/commonjs/messageActionStyles.d.ts +38 -0
  283. package/lib/typescript/commonjs/messageActionStyles.d.ts.map +1 -0
  284. package/lib/typescript/commonjs/messageUtils.d.ts +8 -0
  285. package/lib/typescript/commonjs/messageUtils.d.ts.map +1 -0
  286. package/lib/typescript/commonjs/nativeActionSheet.d.ts +6 -0
  287. package/lib/typescript/commonjs/nativeActionSheet.d.ts.map +1 -0
  288. package/lib/typescript/commonjs/nativeActionSheet.web.d.ts +3 -0
  289. package/lib/typescript/commonjs/nativeActionSheet.web.d.ts.map +1 -0
  290. package/lib/typescript/commonjs/package.json +1 -0
  291. package/lib/typescript/commonjs/paperTheme.d.ts +3 -0
  292. package/lib/typescript/commonjs/paperTheme.d.ts.map +1 -0
  293. package/lib/typescript/commonjs/realtimeClient.d.ts +16 -0
  294. package/lib/typescript/commonjs/realtimeClient.d.ts.map +1 -0
  295. package/lib/typescript/commonjs/renameAgentModalStyles.d.ts +76 -0
  296. package/lib/typescript/commonjs/renameAgentModalStyles.d.ts.map +1 -0
  297. package/lib/typescript/commonjs/screenParts.d.ts +31 -0
  298. package/lib/typescript/commonjs/screenParts.d.ts.map +1 -0
  299. package/lib/typescript/commonjs/styles.d.ts +336 -0
  300. package/lib/typescript/commonjs/styles.d.ts.map +1 -0
  301. package/lib/typescript/commonjs/superagentApiClient.d.ts +66 -0
  302. package/lib/typescript/commonjs/superagentApiClient.d.ts.map +1 -0
  303. package/lib/typescript/commonjs/types.d.ts +437 -0
  304. package/lib/typescript/commonjs/types.d.ts.map +1 -0
  305. package/lib/typescript/commonjs/useSuperagentAttachmentPicker.d.ts +30 -0
  306. package/lib/typescript/commonjs/useSuperagentAttachmentPicker.d.ts.map +1 -0
  307. package/lib/typescript/commonjs/useSuperagentConversation.d.ts +36 -0
  308. package/lib/typescript/commonjs/useSuperagentConversation.d.ts.map +1 -0
  309. package/lib/typescript/commonjs/useSuperagentRuntime.d.ts +163 -0
  310. package/lib/typescript/commonjs/useSuperagentRuntime.d.ts.map +1 -0
  311. package/lib/typescript/module/AgentSettingsPanel.d.ts +19 -0
  312. package/lib/typescript/module/AgentSettingsPanel.d.ts.map +1 -0
  313. package/lib/typescript/module/AgentSphereIcon.d.ts +15 -0
  314. package/lib/typescript/module/AgentSphereIcon.d.ts.map +1 -0
  315. package/lib/typescript/module/AttachmentPickerStatusModal.d.ts +8 -0
  316. package/lib/typescript/module/AttachmentPickerStatusModal.d.ts.map +1 -0
  317. package/lib/typescript/module/AttachmentPreviewStrip.d.ts +7 -0
  318. package/lib/typescript/module/AttachmentPreviewStrip.d.ts.map +1 -0
  319. package/lib/typescript/module/ChannelsPanel.d.ts +21 -0
  320. package/lib/typescript/module/ChannelsPanel.d.ts.map +1 -0
  321. package/lib/typescript/module/ConversationChat.d.ts +22 -0
  322. package/lib/typescript/module/ConversationChat.d.ts.map +1 -0
  323. package/lib/typescript/module/ConversationComposer.d.ts +24 -0
  324. package/lib/typescript/module/ConversationComposer.d.ts.map +1 -0
  325. package/lib/typescript/module/ConversationMessageList.d.ts +17 -0
  326. package/lib/typescript/module/ConversationMessageList.d.ts.map +1 -0
  327. package/lib/typescript/module/ConversationScreen.d.ts +80 -0
  328. package/lib/typescript/module/ConversationScreen.d.ts.map +1 -0
  329. package/lib/typescript/module/EditorDrawer.d.ts +67 -0
  330. package/lib/typescript/module/EditorDrawer.d.ts.map +1 -0
  331. package/lib/typescript/module/EditorTabPanel.d.ts +6 -0
  332. package/lib/typescript/module/EditorTabPanel.d.ts.map +1 -0
  333. package/lib/typescript/module/FilesPanel.d.ts +14 -0
  334. package/lib/typescript/module/FilesPanel.d.ts.map +1 -0
  335. package/lib/typescript/module/MarkdownText.d.ts +10 -0
  336. package/lib/typescript/module/MarkdownText.d.ts.map +1 -0
  337. package/lib/typescript/module/MessageActionBar.d.ts +8 -0
  338. package/lib/typescript/module/MessageActionBar.d.ts.map +1 -0
  339. package/lib/typescript/module/RenameAgentModal.d.ts +10 -0
  340. package/lib/typescript/module/RenameAgentModal.d.ts.map +1 -0
  341. package/lib/typescript/module/ShareAgentModal.d.ts +15 -0
  342. package/lib/typescript/module/ShareAgentModal.d.ts.map +1 -0
  343. package/lib/typescript/module/ShareAgentModal.styles.d.ts +229 -0
  344. package/lib/typescript/module/ShareAgentModal.styles.d.ts.map +1 -0
  345. package/lib/typescript/module/SuperagentHomeScreen.d.ts +4 -0
  346. package/lib/typescript/module/SuperagentHomeScreen.d.ts.map +1 -0
  347. package/lib/typescript/module/ToolApprovalCard.d.ts +13 -0
  348. package/lib/typescript/module/ToolApprovalCard.d.ts.map +1 -0
  349. package/lib/typescript/module/ToolCallSummary.d.ts +16 -0
  350. package/lib/typescript/module/ToolCallSummary.d.ts.map +1 -0
  351. package/lib/typescript/module/agentSphereStyles.d.ts +31 -0
  352. package/lib/typescript/module/agentSphereStyles.d.ts.map +1 -0
  353. package/lib/typescript/module/apiClient.d.ts +4 -0
  354. package/lib/typescript/module/apiClient.d.ts.map +1 -0
  355. package/lib/typescript/module/attachmentFileHelpers.d.ts +6 -0
  356. package/lib/typescript/module/attachmentFileHelpers.d.ts.map +1 -0
  357. package/lib/typescript/module/attachmentUpload.d.ts +12 -0
  358. package/lib/typescript/module/attachmentUpload.d.ts.map +1 -0
  359. package/lib/typescript/module/composerStyles.d.ts +241 -0
  360. package/lib/typescript/module/composerStyles.d.ts.map +1 -0
  361. package/lib/typescript/module/connectorBrandIcons.d.ts +7 -0
  362. package/lib/typescript/module/connectorBrandIcons.d.ts.map +1 -0
  363. package/lib/typescript/module/connectorCatalog.d.ts +3 -0
  364. package/lib/typescript/module/connectorCatalog.d.ts.map +1 -0
  365. package/lib/typescript/module/constants.d.ts +4 -0
  366. package/lib/typescript/module/constants.d.ts.map +1 -0
  367. package/lib/typescript/module/conversationParts.d.ts +29 -0
  368. package/lib/typescript/module/conversationParts.d.ts.map +1 -0
  369. package/lib/typescript/module/conversationRuntime.d.ts +67 -0
  370. package/lib/typescript/module/conversationRuntime.d.ts.map +1 -0
  371. package/lib/typescript/module/conversationStyles.d.ts +742 -0
  372. package/lib/typescript/module/conversationStyles.d.ts.map +1 -0
  373. package/lib/typescript/module/editorShellStyles.d.ts +1025 -0
  374. package/lib/typescript/module/editorShellStyles.d.ts.map +1 -0
  375. package/lib/typescript/module/editorTabs.d.ts +11 -0
  376. package/lib/typescript/module/editorTabs.d.ts.map +1 -0
  377. package/lib/typescript/module/fileTreeUtils.d.ts +17 -0
  378. package/lib/typescript/module/fileTreeUtils.d.ts.map +1 -0
  379. package/lib/typescript/module/index.d.ts +20 -0
  380. package/lib/typescript/module/index.d.ts.map +1 -0
  381. package/lib/typescript/module/markdownStyles.d.ts +150 -0
  382. package/lib/typescript/module/markdownStyles.d.ts.map +1 -0
  383. package/lib/typescript/module/mediaUtils.d.ts +9 -0
  384. package/lib/typescript/module/mediaUtils.d.ts.map +1 -0
  385. package/lib/typescript/module/messageActionStyles.d.ts +38 -0
  386. package/lib/typescript/module/messageActionStyles.d.ts.map +1 -0
  387. package/lib/typescript/module/messageUtils.d.ts +8 -0
  388. package/lib/typescript/module/messageUtils.d.ts.map +1 -0
  389. package/lib/typescript/module/nativeActionSheet.d.ts +6 -0
  390. package/lib/typescript/module/nativeActionSheet.d.ts.map +1 -0
  391. package/lib/typescript/module/nativeActionSheet.web.d.ts +3 -0
  392. package/lib/typescript/module/nativeActionSheet.web.d.ts.map +1 -0
  393. package/lib/typescript/module/package.json +1 -0
  394. package/lib/typescript/module/paperTheme.d.ts +3 -0
  395. package/lib/typescript/module/paperTheme.d.ts.map +1 -0
  396. package/lib/typescript/module/realtimeClient.d.ts +16 -0
  397. package/lib/typescript/module/realtimeClient.d.ts.map +1 -0
  398. package/lib/typescript/module/renameAgentModalStyles.d.ts +76 -0
  399. package/lib/typescript/module/renameAgentModalStyles.d.ts.map +1 -0
  400. package/lib/typescript/module/screenParts.d.ts +31 -0
  401. package/lib/typescript/module/screenParts.d.ts.map +1 -0
  402. package/lib/typescript/module/styles.d.ts +336 -0
  403. package/lib/typescript/module/styles.d.ts.map +1 -0
  404. package/lib/typescript/module/superagentApiClient.d.ts +66 -0
  405. package/lib/typescript/module/superagentApiClient.d.ts.map +1 -0
  406. package/lib/typescript/module/types.d.ts +437 -0
  407. package/lib/typescript/module/types.d.ts.map +1 -0
  408. package/lib/typescript/module/useSuperagentAttachmentPicker.d.ts +30 -0
  409. package/lib/typescript/module/useSuperagentAttachmentPicker.d.ts.map +1 -0
  410. package/lib/typescript/module/useSuperagentConversation.d.ts +36 -0
  411. package/lib/typescript/module/useSuperagentConversation.d.ts.map +1 -0
  412. package/lib/typescript/module/useSuperagentRuntime.d.ts +163 -0
  413. package/lib/typescript/module/useSuperagentRuntime.d.ts.map +1 -0
  414. package/package.json +87 -0
  415. package/src/AgentSettingsPanel.tsx +1122 -0
  416. package/src/AgentSphereIcon.tsx +170 -0
  417. package/src/AttachmentPickerStatusModal.tsx +80 -0
  418. package/src/AttachmentPreviewStrip.tsx +38 -0
  419. package/src/ChannelsPanel.tsx +705 -0
  420. package/src/ConversationChat.tsx +245 -0
  421. package/src/ConversationComposer.tsx +368 -0
  422. package/src/ConversationMessageList.tsx +140 -0
  423. package/src/ConversationScreen.tsx +320 -0
  424. package/src/EditorDrawer.tsx +1297 -0
  425. package/src/EditorTabPanel.tsx +19 -0
  426. package/src/FilesPanel.tsx +577 -0
  427. package/src/MarkdownText.tsx +317 -0
  428. package/src/MessageActionBar.tsx +126 -0
  429. package/src/RenameAgentModal.tsx +107 -0
  430. package/src/ShareAgentModal.styles.ts +95 -0
  431. package/src/ShareAgentModal.tsx +320 -0
  432. package/src/SuperagentHomeScreen.tsx +318 -0
  433. package/src/ToolApprovalCard.tsx +592 -0
  434. package/src/ToolCallSummary.tsx +599 -0
  435. package/src/agentSphereStyles.ts +25 -0
  436. package/src/apiClient.ts +189 -0
  437. package/src/attachmentFileHelpers.ts +109 -0
  438. package/src/attachmentUpload.ts +112 -0
  439. package/src/composerStyles.ts +167 -0
  440. package/src/connectorBrandIcons.tsx +69 -0
  441. package/src/connectorCatalog.ts +414 -0
  442. package/src/constants.ts +9 -0
  443. package/src/conversationParts.tsx +307 -0
  444. package/src/conversationRuntime.ts +171 -0
  445. package/src/conversationStyles.ts +412 -0
  446. package/src/editorShellStyles.ts +1023 -0
  447. package/src/editorTabs.ts +26 -0
  448. package/src/fileTreeUtils.ts +165 -0
  449. package/src/index.ts +110 -0
  450. package/src/markdownStyles.ts +64 -0
  451. package/src/mediaUtils.ts +75 -0
  452. package/src/messageActionStyles.ts +26 -0
  453. package/src/messageUtils.ts +58 -0
  454. package/src/nativeActionSheet.ts +25 -0
  455. package/src/nativeActionSheet.web.ts +5 -0
  456. package/src/paperTheme.ts +52 -0
  457. package/src/realtimeClient.ts +149 -0
  458. package/src/renameAgentModalStyles.ts +77 -0
  459. package/src/screenParts.tsx +185 -0
  460. package/src/styles.ts +190 -0
  461. package/src/superagentApiClient.ts +895 -0
  462. package/src/types.ts +514 -0
  463. package/src/useSuperagentAttachmentPicker.tsx +117 -0
  464. package/src/useSuperagentConversation.ts +242 -0
  465. package/src/useSuperagentRuntime.ts +1371 -0
@@ -0,0 +1,754 @@
1
+ "use strict";
2
+
3
+ import { Platform, StyleSheet } from 'react-native';
4
+ export const conversationStyles = StyleSheet.create({
5
+ safeArea: {
6
+ flex: 1,
7
+ backgroundColor: '#000000'
8
+ },
9
+ keyboard: {
10
+ flex: 1
11
+ },
12
+ header: {
13
+ alignItems: 'center',
14
+ backgroundColor: '#000000',
15
+ flexDirection: 'row',
16
+ minHeight: 62,
17
+ paddingBottom: 6,
18
+ paddingHorizontal: 16,
19
+ paddingTop: 4
20
+ },
21
+ headerIconButton: {
22
+ alignItems: 'center',
23
+ backgroundColor: '#171717',
24
+ borderColor: '#2A2A2A',
25
+ borderRadius: 24,
26
+ borderWidth: 1,
27
+ height: 48,
28
+ justifyContent: 'center',
29
+ width: 48
30
+ },
31
+ headerTitleWrap: {
32
+ alignItems: 'center',
33
+ flex: 1,
34
+ flexDirection: 'row',
35
+ justifyContent: 'center',
36
+ marginHorizontal: 10,
37
+ minWidth: 0
38
+ },
39
+ headerTitleTextWrap: {
40
+ flexShrink: 1,
41
+ marginLeft: 9,
42
+ minWidth: 0
43
+ },
44
+ headerTitle: {
45
+ color: '#F7F7F7',
46
+ fontSize: 16,
47
+ fontWeight: '800',
48
+ maxWidth: '100%',
49
+ textAlign: 'left'
50
+ },
51
+ headerSubtitle: {
52
+ color: '#8E8E93',
53
+ fontSize: 12,
54
+ marginTop: 2,
55
+ maxWidth: '100%',
56
+ textAlign: 'left'
57
+ },
58
+ headerActions: {
59
+ alignItems: 'center',
60
+ flexDirection: 'row',
61
+ gap: 8
62
+ },
63
+ headerMenuButton: {
64
+ alignItems: 'center',
65
+ backgroundColor: '#171717',
66
+ borderColor: '#2A2A2A',
67
+ borderRadius: 24,
68
+ borderWidth: 1,
69
+ height: 48,
70
+ justifyContent: 'center',
71
+ minWidth: 64,
72
+ paddingHorizontal: 16
73
+ },
74
+ headerShareButton: {
75
+ alignItems: 'center',
76
+ backgroundColor: '#171717',
77
+ borderColor: '#2A2A2A',
78
+ borderRadius: 24,
79
+ borderWidth: 1,
80
+ height: 48,
81
+ justifyContent: 'center',
82
+ width: 48
83
+ },
84
+ scrollContent: {
85
+ flexGrow: 1,
86
+ justifyContent: 'flex-end',
87
+ paddingHorizontal: 2,
88
+ paddingTop: 8
89
+ },
90
+ messagesContainer: {
91
+ alignSelf: 'center',
92
+ flexGrow: 1,
93
+ justifyContent: 'flex-end',
94
+ paddingBottom: 14,
95
+ width: '100%'
96
+ },
97
+ loadPreviousButton: {
98
+ alignSelf: 'center',
99
+ backgroundColor: '#151515',
100
+ borderColor: '#2A2A2A',
101
+ borderRadius: 18,
102
+ borderWidth: 1,
103
+ marginBottom: 14,
104
+ paddingHorizontal: 14,
105
+ paddingVertical: 8
106
+ },
107
+ loadPreviousText: {
108
+ color: '#BDBDC2',
109
+ fontSize: 12,
110
+ fontWeight: '700'
111
+ },
112
+ statePanel: {
113
+ alignItems: 'center',
114
+ alignSelf: 'center',
115
+ backgroundColor: '#151515',
116
+ borderColor: '#2A2A2A',
117
+ borderRadius: 18,
118
+ borderWidth: 1,
119
+ flexDirection: 'row',
120
+ marginBottom: 14,
121
+ paddingHorizontal: 14,
122
+ paddingVertical: 10
123
+ },
124
+ statePanelText: {
125
+ color: '#BDBDC2',
126
+ fontSize: 13,
127
+ marginLeft: 8
128
+ },
129
+ errorPanel: {
130
+ alignSelf: 'center',
131
+ backgroundColor: '#241111',
132
+ borderColor: '#5F2424',
133
+ borderRadius: 16,
134
+ borderWidth: 1,
135
+ marginBottom: 14,
136
+ maxWidth: '96%',
137
+ padding: 14
138
+ },
139
+ errorPanelTitle: {
140
+ color: '#FCA5A5',
141
+ fontSize: 14,
142
+ fontWeight: '800'
143
+ },
144
+ errorPanelText: {
145
+ color: '#FECACA',
146
+ fontSize: 13,
147
+ lineHeight: 19,
148
+ marginTop: 5
149
+ },
150
+ messageGroup: {
151
+ marginBottom: 3,
152
+ width: '100%'
153
+ },
154
+ messageGroupWithAvatar: {
155
+ marginTop: 20
156
+ },
157
+ userMessageGroup: {
158
+ alignItems: 'flex-end'
159
+ },
160
+ assistantMessageGroup: {
161
+ alignItems: 'flex-start'
162
+ },
163
+ messageRow: {
164
+ alignItems: 'flex-start',
165
+ flexDirection: 'row',
166
+ width: '100%'
167
+ },
168
+ messageRowReversed: {
169
+ flexDirection: 'row-reverse'
170
+ },
171
+ messageAvatarSlot: {
172
+ alignItems: 'center',
173
+ marginTop: 2,
174
+ width: 28
175
+ },
176
+ messageAvatarSpacer: {
177
+ height: 28,
178
+ width: 28
179
+ },
180
+ messageContent: {
181
+ flex: 1,
182
+ minWidth: 0
183
+ },
184
+ assistantMessageContent: {
185
+ paddingLeft: 20
186
+ },
187
+ userMessageContent: {
188
+ alignItems: 'flex-end'
189
+ },
190
+ messageBubbleWrap: {
191
+ maxWidth: '96%',
192
+ minWidth: 0
193
+ },
194
+ scrollableMessageBubbleWrap: {
195
+ width: '100%'
196
+ },
197
+ assistantMessageBubbleWrap: {
198
+ alignSelf: 'flex-start',
199
+ marginLeft: 4
200
+ },
201
+ userMessageBubbleWrap: {
202
+ alignSelf: 'flex-end',
203
+ marginRight: 4
204
+ },
205
+ messageBubble: {
206
+ paddingBottom: 9,
207
+ paddingTop: 4
208
+ },
209
+ userBubble: {
210
+ backgroundColor: '#171717',
211
+ borderColor: '#2A2A2A',
212
+ borderRadius: 20,
213
+ borderWidth: 1,
214
+ paddingHorizontal: 13,
215
+ paddingTop: 11
216
+ },
217
+ assistantBubble: {
218
+ backgroundColor: 'transparent',
219
+ paddingHorizontal: 0
220
+ },
221
+ userBubbleStacked: {
222
+ borderTopRightRadius: 20
223
+ },
224
+ assistantBubbleStacked: {
225
+ paddingTop: 0
226
+ },
227
+ messageTime: {
228
+ color: '#73737A',
229
+ fontSize: 12,
230
+ marginTop: 9
231
+ },
232
+ dateSeparator: {
233
+ alignItems: 'center',
234
+ flexDirection: 'row',
235
+ marginVertical: 14
236
+ },
237
+ dateSeparatorLine: {
238
+ backgroundColor: '#242424',
239
+ flex: 1,
240
+ height: 1
241
+ },
242
+ dateSeparatorText: {
243
+ color: '#8E8E93',
244
+ fontSize: 12,
245
+ fontWeight: '800',
246
+ paddingHorizontal: 14
247
+ },
248
+ replyQuote: {
249
+ backgroundColor: '#111111',
250
+ borderLeftColor: '#3F3F46',
251
+ borderLeftWidth: 2,
252
+ borderRadius: 10,
253
+ marginBottom: 9,
254
+ paddingHorizontal: 10,
255
+ paddingVertical: 7
256
+ },
257
+ replyQuoteText: {
258
+ color: '#A1A1AA',
259
+ fontSize: 13,
260
+ lineHeight: 18
261
+ },
262
+ fileChipsWrap: {
263
+ flexDirection: 'row',
264
+ flexWrap: 'wrap',
265
+ marginTop: 10
266
+ },
267
+ fileChip: {
268
+ backgroundColor: '#171717',
269
+ borderColor: '#2A2A2A',
270
+ borderRadius: 12,
271
+ borderWidth: 1,
272
+ marginRight: 6,
273
+ marginTop: 6,
274
+ maxWidth: 180,
275
+ paddingHorizontal: 10,
276
+ paddingVertical: 7
277
+ },
278
+ fileChipText: {
279
+ color: '#D4D4D8',
280
+ fontSize: 12,
281
+ fontWeight: '700'
282
+ },
283
+ toolCallWrap: {
284
+ marginTop: 12,
285
+ width: '100%'
286
+ },
287
+ toolCallSlot: {
288
+ marginTop: 8,
289
+ width: '100%'
290
+ },
291
+ toolCallItem: {
292
+ backgroundColor: '#101010',
293
+ borderColor: '#29292E',
294
+ borderRadius: 13,
295
+ borderWidth: 1,
296
+ padding: 11
297
+ },
298
+ customToolWidget: {
299
+ width: '100%'
300
+ },
301
+ toolCallHeader: {
302
+ alignItems: 'center',
303
+ flexDirection: 'row'
304
+ },
305
+ toolCallIcon: {
306
+ alignItems: 'center',
307
+ height: 24,
308
+ justifyContent: 'center',
309
+ marginRight: 8,
310
+ width: 24
311
+ },
312
+ toolCallMeta: {
313
+ flex: 1,
314
+ minWidth: 0
315
+ },
316
+ toolCallName: {
317
+ color: '#E4E4E7',
318
+ fontSize: 12,
319
+ fontWeight: '800'
320
+ },
321
+ toolCallStatus: {
322
+ color: '#8E8E93',
323
+ fontSize: 11,
324
+ fontWeight: '700',
325
+ marginTop: 2
326
+ },
327
+ toolCallResult: {
328
+ color: '#A1A1AA',
329
+ fontSize: 12,
330
+ lineHeight: 17
331
+ },
332
+ toolCallResultBox: {
333
+ backgroundColor: '#080808',
334
+ borderColor: '#1F1F23',
335
+ borderRadius: 10,
336
+ borderWidth: 1,
337
+ marginTop: 9,
338
+ padding: 9
339
+ },
340
+ toolTimelineHeader: {
341
+ alignItems: 'center',
342
+ alignSelf: 'flex-start',
343
+ flexDirection: 'row',
344
+ minHeight: 30,
345
+ paddingHorizontal: 3,
346
+ paddingVertical: 3
347
+ },
348
+ toolTimelineHeaderText: {
349
+ color: '#C7C7CC',
350
+ fontSize: 13,
351
+ fontWeight: '800'
352
+ },
353
+ toolTimelineChevron: {
354
+ marginLeft: 5
355
+ },
356
+ toolTimelineChevronOpen: {
357
+ marginLeft: 5,
358
+ transform: [{
359
+ rotate: '90deg'
360
+ }]
361
+ },
362
+ toolTimelineRows: {
363
+ marginTop: 3
364
+ },
365
+ toolTimelineItem: {
366
+ minHeight: 39,
367
+ width: '100%'
368
+ },
369
+ toolTimelineRow: {
370
+ flexDirection: 'row',
371
+ minHeight: 39
372
+ },
373
+ toolTimelineIconCol: {
374
+ alignItems: 'center',
375
+ width: 28
376
+ },
377
+ toolTimelineLine: {
378
+ backgroundColor: '#3A3A3E',
379
+ flex: 1,
380
+ marginTop: 1,
381
+ width: 1
382
+ },
383
+ toolTimelineMeta: {
384
+ alignSelf: 'stretch',
385
+ flex: 1,
386
+ minWidth: 0,
387
+ paddingBottom: 8
388
+ },
389
+ toolTimelineRowHeader: {
390
+ alignItems: 'center',
391
+ flexDirection: 'row',
392
+ minHeight: 27,
393
+ width: '100%'
394
+ },
395
+ toolTimelineTitle: {
396
+ color: '#F4F4F5',
397
+ flexShrink: 1,
398
+ fontSize: 15,
399
+ fontWeight: '800'
400
+ },
401
+ toolTimelineInline: {
402
+ color: '#A1A1AA',
403
+ flex: 1,
404
+ fontFamily: Platform.select({
405
+ android: 'monospace',
406
+ ios: 'Menlo'
407
+ }),
408
+ fontSize: 13,
409
+ fontWeight: '700',
410
+ marginLeft: 8
411
+ },
412
+ toolTimelineStatus: {
413
+ color: '#A1A1AA',
414
+ fontSize: 13,
415
+ fontWeight: '700',
416
+ marginLeft: 20,
417
+ marginTop: 1
418
+ },
419
+ toolTimelineDetailsSlot: {
420
+ alignSelf: 'stretch',
421
+ marginLeft: 8,
422
+ marginRight: 2,
423
+ paddingBottom: 10
424
+ },
425
+ toolTimelineDetails: {
426
+ backgroundColor: '#070707',
427
+ borderColor: '#242429',
428
+ borderRadius: 11,
429
+ borderWidth: 1,
430
+ marginLeft: 0,
431
+ marginRight: 0,
432
+ marginTop: 8,
433
+ overflow: 'hidden',
434
+ paddingHorizontal: 0,
435
+ paddingVertical: 0,
436
+ width: '100%'
437
+ },
438
+ toolTimelineDetailVerticalScroll: {
439
+ maxHeight: 220,
440
+ width: '100%'
441
+ },
442
+ toolTimelineDetailHorizontalScroll: {
443
+ width: '100%'
444
+ },
445
+ toolTimelineDetailScrollContent: {
446
+ paddingHorizontal: 10,
447
+ paddingVertical: 9
448
+ },
449
+ toolTimelineDetailText: {
450
+ color: '#D4D4D8',
451
+ fontFamily: Platform.select({
452
+ android: 'monospace',
453
+ ios: 'Menlo'
454
+ }),
455
+ fontSize: 12,
456
+ lineHeight: 18
457
+ },
458
+ toolApprovalCard: {
459
+ backgroundColor: '#111111',
460
+ borderColor: '#2A2A2E',
461
+ borderRadius: 15,
462
+ borderWidth: 1,
463
+ marginTop: 8,
464
+ padding: 13,
465
+ width: '100%'
466
+ },
467
+ toolApprovalHeader: {
468
+ alignItems: 'center',
469
+ flexDirection: 'row'
470
+ },
471
+ toolApprovalHeaderText: {
472
+ flex: 1,
473
+ marginLeft: 10,
474
+ minWidth: 0
475
+ },
476
+ toolApprovalTitle: {
477
+ color: '#F4F4F5',
478
+ fontSize: 14,
479
+ fontWeight: '900'
480
+ },
481
+ toolApprovalSubtitle: {
482
+ color: '#A1A1AA',
483
+ fontSize: 12,
484
+ fontWeight: '700',
485
+ marginTop: 2
486
+ },
487
+ toolApprovalBody: {
488
+ color: '#D4D4D8',
489
+ fontSize: 13,
490
+ lineHeight: 19,
491
+ marginTop: 12
492
+ },
493
+ toolApprovalMuted: {
494
+ color: '#8E8E93',
495
+ fontSize: 11,
496
+ fontWeight: '800',
497
+ marginBottom: 7
498
+ },
499
+ toolApprovalIcon: {
500
+ alignItems: 'center',
501
+ backgroundColor: '#1F1F22',
502
+ borderColor: '#34343A',
503
+ borderRadius: 13,
504
+ borderWidth: 1,
505
+ height: 34,
506
+ justifyContent: 'center',
507
+ width: 34
508
+ },
509
+ toolApprovalBrandIcon: {
510
+ alignItems: 'center',
511
+ backgroundColor: '#F4F0E6',
512
+ borderRadius: 13,
513
+ height: 34,
514
+ justifyContent: 'center',
515
+ overflow: 'hidden',
516
+ width: 34
517
+ },
518
+ toolApprovalBrandFallback: {
519
+ color: '#111111',
520
+ fontSize: 12,
521
+ fontWeight: '900'
522
+ },
523
+ toolApprovalScopeWrap: {
524
+ marginTop: 12
525
+ },
526
+ toolApprovalChipWrap: {
527
+ flexDirection: 'row',
528
+ flexWrap: 'wrap',
529
+ gap: 6,
530
+ marginTop: 10
531
+ },
532
+ toolApprovalChip: {
533
+ backgroundColor: '#181818',
534
+ borderColor: '#303035',
535
+ borderRadius: 10,
536
+ borderWidth: 1,
537
+ maxWidth: '100%',
538
+ paddingHorizontal: 8,
539
+ paddingVertical: 5
540
+ },
541
+ toolApprovalChipText: {
542
+ color: '#C7C7CC',
543
+ fontFamily: Platform.select({
544
+ android: 'monospace',
545
+ ios: 'Menlo'
546
+ }),
547
+ fontSize: 11,
548
+ fontWeight: '700'
549
+ },
550
+ toolApprovalInputs: {
551
+ gap: 11,
552
+ marginTop: 12
553
+ },
554
+ toolApprovalInputGroup: {
555
+ gap: 5
556
+ },
557
+ toolApprovalInputLabel: {
558
+ color: '#F4F4F5',
559
+ fontSize: 12,
560
+ fontWeight: '800'
561
+ },
562
+ toolApprovalInputHelp: {
563
+ color: '#A1A1AA',
564
+ fontSize: 11,
565
+ lineHeight: 15
566
+ },
567
+ toolApprovalInput: {
568
+ backgroundColor: '#080808',
569
+ borderColor: '#2A2A2E',
570
+ borderRadius: 10,
571
+ borderWidth: 1,
572
+ color: '#F4F4F5',
573
+ fontSize: 14,
574
+ minHeight: 42,
575
+ paddingHorizontal: 11,
576
+ paddingVertical: 9
577
+ },
578
+ toolApprovalMultilineInput: {
579
+ minHeight: 92,
580
+ paddingTop: 10
581
+ },
582
+ toolApprovalActions: {
583
+ flexDirection: 'row',
584
+ gap: 8,
585
+ marginTop: 13
586
+ },
587
+ toolApprovalPrimaryButton: {
588
+ alignItems: 'center',
589
+ backgroundColor: '#F4F4F5',
590
+ borderRadius: 11,
591
+ flexDirection: 'row',
592
+ gap: 6,
593
+ justifyContent: 'center',
594
+ minHeight: 38,
595
+ paddingHorizontal: 13
596
+ },
597
+ toolApprovalSecondaryButton: {
598
+ alignItems: 'center',
599
+ backgroundColor: '#171717',
600
+ borderColor: '#333338',
601
+ borderRadius: 11,
602
+ borderWidth: 1,
603
+ justifyContent: 'center',
604
+ minHeight: 38,
605
+ paddingHorizontal: 13
606
+ },
607
+ toolApprovalButtonDisabled: {
608
+ opacity: 0.55
609
+ },
610
+ toolApprovalPrimaryText: {
611
+ color: '#111111',
612
+ fontSize: 13,
613
+ fontWeight: '900'
614
+ },
615
+ toolApprovalSecondaryText: {
616
+ color: '#E4E4E7',
617
+ fontSize: 13,
618
+ fontWeight: '800'
619
+ },
620
+ toolApprovalPreviousText: {
621
+ color: '#8E8E93',
622
+ fontSize: 12,
623
+ fontStyle: 'italic',
624
+ lineHeight: 17,
625
+ marginTop: 12
626
+ },
627
+ toolApprovalError: {
628
+ color: '#FCA5A5',
629
+ fontSize: 12,
630
+ fontWeight: '700',
631
+ lineHeight: 17,
632
+ marginTop: 10
633
+ },
634
+ toolDoneRow: {
635
+ alignItems: 'center',
636
+ flexDirection: 'row',
637
+ minHeight: 32
638
+ },
639
+ toolDoneText: {
640
+ color: '#F4F4F5',
641
+ fontSize: 15,
642
+ fontWeight: '800',
643
+ marginLeft: 0
644
+ },
645
+ toolRunningWrap: {
646
+ alignItems: 'center',
647
+ alignSelf: 'flex-start',
648
+ flexDirection: 'row',
649
+ paddingHorizontal: 3,
650
+ paddingVertical: 5
651
+ },
652
+ toolRunningDots: {
653
+ alignItems: 'center',
654
+ flexDirection: 'row',
655
+ marginRight: 10
656
+ },
657
+ toolRunningDot: {
658
+ backgroundColor: '#BDBDC2',
659
+ borderRadius: 3,
660
+ height: 5,
661
+ marginRight: 3,
662
+ width: 5
663
+ },
664
+ toolRunningText: {
665
+ color: '#C9CAF8',
666
+ fontSize: 15,
667
+ fontWeight: '800'
668
+ },
669
+ identityRow: {
670
+ alignItems: 'center',
671
+ flexDirection: 'row',
672
+ marginBottom: 6
673
+ },
674
+ identityName: {
675
+ color: '#BDBDC2',
676
+ flexShrink: 1,
677
+ fontSize: 15,
678
+ fontWeight: '700',
679
+ minWidth: 0
680
+ },
681
+ userIdentityRow: {
682
+ alignSelf: 'flex-end',
683
+ flexDirection: 'row-reverse',
684
+ marginRight: 0
685
+ },
686
+ userIdentityName: {
687
+ color: '#8E8E93',
688
+ marginRight: 8,
689
+ textAlign: 'right'
690
+ },
691
+ assistantIdentityRow: {
692
+ alignItems: 'center',
693
+ alignSelf: 'flex-start',
694
+ flexDirection: 'row',
695
+ marginBottom: 6
696
+ },
697
+ assistantIdentityName: {
698
+ color: '#F4F4F5',
699
+ fontSize: 15,
700
+ fontWeight: '800',
701
+ marginLeft: 8
702
+ },
703
+ typingWrap: {
704
+ alignItems: 'center',
705
+ alignSelf: 'flex-start',
706
+ flexDirection: 'row',
707
+ marginLeft: 4,
708
+ marginTop: 8,
709
+ paddingHorizontal: 3,
710
+ paddingVertical: 6
711
+ },
712
+ thinkingIcon: {
713
+ alignItems: 'center',
714
+ backgroundColor: '#1D120D',
715
+ borderColor: '#3A2317',
716
+ borderRadius: 12,
717
+ borderWidth: 1,
718
+ height: 24,
719
+ justifyContent: 'center',
720
+ width: 24
721
+ },
722
+ typingTextWrap: {
723
+ marginLeft: 8
724
+ },
725
+ typingText: {
726
+ color: '#C9CAF8',
727
+ fontSize: 15,
728
+ fontWeight: '800'
729
+ },
730
+ queuedWrap: {
731
+ alignSelf: 'flex-end',
732
+ backgroundColor: '#151515',
733
+ borderColor: '#2A2A2A',
734
+ borderRadius: 14,
735
+ borderWidth: 1,
736
+ marginRight: 4,
737
+ marginTop: 8,
738
+ maxWidth: '92%',
739
+ padding: 11
740
+ },
741
+ queuedTitle: {
742
+ color: '#8E8E93',
743
+ fontSize: 11,
744
+ fontWeight: '800',
745
+ marginBottom: 4
746
+ },
747
+ queuedMessage: {
748
+ color: '#C7C7CC',
749
+ fontSize: 12,
750
+ lineHeight: 17,
751
+ marginTop: 2
752
+ }
753
+ });
754
+ //# sourceMappingURL=conversationStyles.js.map