@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,1023 @@
1
+ import { StyleSheet } from 'react-native';
2
+
3
+ export const editorShellStyles = StyleSheet.create({
4
+ modalRoot: {
5
+ backgroundColor: '#000000',
6
+ flex: 1,
7
+ },
8
+ modalTopBar: {
9
+ alignItems: 'center',
10
+ borderBottomColor: '#1F1F23',
11
+ borderBottomWidth: 1,
12
+ flexDirection: 'row',
13
+ minHeight: 64,
14
+ paddingHorizontal: 16,
15
+ paddingVertical: 10,
16
+ },
17
+ closeButton: {
18
+ alignItems: 'center',
19
+ backgroundColor: '#151515',
20
+ borderColor: '#2A2A2A',
21
+ borderRadius: 20,
22
+ borderWidth: 1,
23
+ height: 40,
24
+ justifyContent: 'center',
25
+ width: 40,
26
+ },
27
+ modalTitleWrap: {
28
+ alignItems: 'center',
29
+ flex: 1,
30
+ paddingHorizontal: 12,
31
+ },
32
+ modalTitle: {
33
+ color: '#F4F4F5',
34
+ fontSize: 17,
35
+ fontWeight: '800',
36
+ },
37
+ modalScrollContent: {
38
+ paddingBottom: 40,
39
+ },
40
+ stickyTabsWrap: {
41
+ backgroundColor: '#000000',
42
+ borderBottomColor: '#1F1F23',
43
+ borderBottomWidth: 1,
44
+ paddingBottom: 10,
45
+ paddingTop: 4,
46
+ },
47
+ tabsContent: {
48
+ paddingHorizontal: 16,
49
+ },
50
+ segmentButton: {
51
+ backgroundColor: '#151515',
52
+ borderColor: '#2A2A2A',
53
+ borderRadius: 18,
54
+ borderWidth: 1,
55
+ height: 36,
56
+ justifyContent: 'center',
57
+ marginRight: 8,
58
+ paddingHorizontal: 14,
59
+ },
60
+ segmentButtonActive: {
61
+ backgroundColor: '#F4F4F5',
62
+ borderColor: '#F4F4F5',
63
+ },
64
+ segmentLabel: {
65
+ color: '#A1A1AA',
66
+ fontSize: 13,
67
+ fontWeight: '800',
68
+ },
69
+ segmentLabelActive: {
70
+ color: '#111111',
71
+ },
72
+ settingsStack: {
73
+ paddingHorizontal: 16,
74
+ paddingTop: 14,
75
+ },
76
+ baseCard: {
77
+ alignItems: 'center',
78
+ backgroundColor: '#111111',
79
+ borderColor: '#2A2A2A',
80
+ borderRadius: 18,
81
+ borderWidth: 1,
82
+ flexDirection: 'row',
83
+ marginBottom: 14,
84
+ padding: 14,
85
+ },
86
+ baseIcon: {
87
+ alignItems: 'center',
88
+ backgroundColor: '#21110A',
89
+ borderColor: '#4A2413',
90
+ borderRadius: 16,
91
+ borderWidth: 1,
92
+ height: 44,
93
+ justifyContent: 'center',
94
+ marginRight: 12,
95
+ width: 44,
96
+ },
97
+ panel: {
98
+ backgroundColor: '#0B0B0C',
99
+ borderColor: '#242427',
100
+ borderRadius: 18,
101
+ borderWidth: 1,
102
+ marginBottom: 14,
103
+ overflow: 'visible',
104
+ },
105
+ panelHeader: {
106
+ alignItems: 'center',
107
+ borderBottomColor: '#1F1F23',
108
+ borderBottomWidth: 1,
109
+ flexDirection: 'row',
110
+ justifyContent: 'space-between',
111
+ paddingHorizontal: 14,
112
+ paddingVertical: 13,
113
+ },
114
+ panelTitle: {
115
+ color: '#F4F4F5',
116
+ fontSize: 16,
117
+ fontWeight: '800',
118
+ },
119
+ panelSubtitle: {
120
+ color: '#8E8E93',
121
+ fontSize: 12,
122
+ fontWeight: '600',
123
+ marginTop: 2,
124
+ },
125
+ countBadge: {
126
+ backgroundColor: '#1F1F23',
127
+ borderRadius: 11,
128
+ color: '#F4F4F5',
129
+ fontSize: 12,
130
+ fontWeight: '900',
131
+ minWidth: 22,
132
+ overflow: 'hidden',
133
+ paddingHorizontal: 7,
134
+ paddingVertical: 3,
135
+ textAlign: 'center',
136
+ },
137
+ connectorList: {
138
+ padding: 10,
139
+ },
140
+ settingsList: {
141
+ padding: 10,
142
+ },
143
+ automationList: {
144
+ padding: 10,
145
+ },
146
+ automationTabs: {
147
+ flexDirection: 'row',
148
+ gap: 8,
149
+ paddingHorizontal: 10,
150
+ paddingTop: 10,
151
+ },
152
+ automationTabButton: {
153
+ alignItems: 'center',
154
+ backgroundColor: '#151515',
155
+ borderColor: '#2A2A2A',
156
+ borderRadius: 14,
157
+ borderWidth: 1,
158
+ flex: 1,
159
+ minHeight: 34,
160
+ justifyContent: 'center',
161
+ paddingHorizontal: 10,
162
+ },
163
+ automationTabButtonActive: {
164
+ backgroundColor: '#F4F4F5',
165
+ borderColor: '#F4F4F5',
166
+ },
167
+ automationTabText: {
168
+ color: '#A1A1AA',
169
+ fontSize: 12,
170
+ fontWeight: '900',
171
+ },
172
+ automationTabTextActive: {
173
+ color: '#111111',
174
+ },
175
+ automationCard: {
176
+ alignItems: 'flex-start',
177
+ backgroundColor: '#151515',
178
+ borderColor: '#2A2A2A',
179
+ borderRadius: 12,
180
+ borderWidth: 1,
181
+ flexDirection: 'row',
182
+ marginBottom: 9,
183
+ paddingHorizontal: 12,
184
+ paddingVertical: 12,
185
+ },
186
+ automationIcon: {
187
+ alignItems: 'center',
188
+ backgroundColor: '#21110A',
189
+ borderColor: '#4A2413',
190
+ borderRadius: 12,
191
+ borderWidth: 1,
192
+ height: 38,
193
+ justifyContent: 'center',
194
+ marginRight: 11,
195
+ width: 38,
196
+ },
197
+ automationText: {
198
+ flex: 1,
199
+ minWidth: 0,
200
+ },
201
+ automationName: {
202
+ color: '#F4F4F5',
203
+ flexShrink: 1,
204
+ fontSize: 14,
205
+ fontWeight: '900',
206
+ marginRight: 7,
207
+ },
208
+ automationTrigger: {
209
+ color: '#E4E4E7',
210
+ fontSize: 12,
211
+ fontWeight: '700',
212
+ lineHeight: 17,
213
+ marginTop: 5,
214
+ },
215
+ automationDescription: {
216
+ color: '#A1A1AA',
217
+ fontSize: 12,
218
+ fontWeight: '600',
219
+ lineHeight: 17,
220
+ marginTop: 4,
221
+ },
222
+ automationMetaRow: {
223
+ flexDirection: 'row',
224
+ flexWrap: 'wrap',
225
+ gap: 6,
226
+ marginTop: 9,
227
+ },
228
+ automationMeta: {
229
+ backgroundColor: '#1F1F23',
230
+ borderRadius: 8,
231
+ color: '#C7C7CC',
232
+ fontSize: 10,
233
+ fontWeight: '900',
234
+ overflow: 'hidden',
235
+ paddingHorizontal: 7,
236
+ paddingVertical: 4,
237
+ },
238
+ automationRuns: {
239
+ color: '#71717A',
240
+ fontSize: 11,
241
+ fontWeight: '700',
242
+ marginTop: 8,
243
+ },
244
+ automationCreditBadge: {
245
+ alignItems: 'center',
246
+ backgroundColor: '#1F1F23',
247
+ borderRadius: 8,
248
+ flexDirection: 'row',
249
+ maxWidth: '100%',
250
+ paddingHorizontal: 7,
251
+ paddingVertical: 4,
252
+ },
253
+ automationCreditText: {
254
+ color: '#C7C7CC',
255
+ fontSize: 10,
256
+ fontWeight: '900',
257
+ marginLeft: 4,
258
+ },
259
+ automationActionRow: {
260
+ flexDirection: 'row',
261
+ flexWrap: 'wrap',
262
+ gap: 6,
263
+ marginTop: 11,
264
+ },
265
+ automationActionButton: {
266
+ alignItems: 'center',
267
+ backgroundColor: '#242427',
268
+ borderColor: '#353539',
269
+ borderRadius: 10,
270
+ borderWidth: 1,
271
+ flexDirection: 'row',
272
+ minHeight: 30,
273
+ paddingHorizontal: 8,
274
+ },
275
+ automationActionButtonDanger: {
276
+ backgroundColor: '#351516',
277
+ borderColor: '#552022',
278
+ },
279
+ automationActionButtonDisabled: {
280
+ opacity: 0.65,
281
+ },
282
+ automationActionText: {
283
+ color: '#F4F4F5',
284
+ fontSize: 11,
285
+ fontWeight: '900',
286
+ marginLeft: 5,
287
+ },
288
+ automationActionTextDanger: {
289
+ color: '#FCA5A5',
290
+ },
291
+ automationDetailsPanel: {
292
+ backgroundColor: '#101012',
293
+ borderColor: '#2A2A2A',
294
+ borderRadius: 12,
295
+ borderWidth: 1,
296
+ marginTop: 11,
297
+ paddingHorizontal: 11,
298
+ paddingVertical: 10,
299
+ },
300
+ automationDetailBlock: {
301
+ marginBottom: 10,
302
+ },
303
+ automationDetailLabel: {
304
+ color: '#71717A',
305
+ fontSize: 10,
306
+ fontWeight: '900',
307
+ letterSpacing: 0,
308
+ marginBottom: 4,
309
+ textTransform: 'uppercase',
310
+ },
311
+ automationDetailValue: {
312
+ color: '#E4E4E7',
313
+ fontSize: 12,
314
+ fontWeight: '700',
315
+ lineHeight: 17,
316
+ },
317
+ automationDetailValueMono: {
318
+ fontFamily: 'Courier',
319
+ fontSize: 11,
320
+ lineHeight: 16,
321
+ },
322
+ automationDetailStats: {
323
+ flexDirection: 'row',
324
+ flexWrap: 'wrap',
325
+ gap: 8,
326
+ marginTop: 1,
327
+ },
328
+ automationDetailStatText: {
329
+ color: '#C7C7CC',
330
+ fontSize: 11,
331
+ fontWeight: '800',
332
+ },
333
+ automationDetailSuccess: {
334
+ color: '#34D399',
335
+ fontSize: 11,
336
+ fontWeight: '800',
337
+ },
338
+ automationDetailFailure: {
339
+ color: '#FCA5A5',
340
+ fontSize: 11,
341
+ fontWeight: '800',
342
+ },
343
+ automationDetailMuted: {
344
+ color: '#8E8E93',
345
+ fontSize: 11,
346
+ fontWeight: '700',
347
+ lineHeight: 16,
348
+ marginTop: 8,
349
+ },
350
+ automationStatusBadge: {
351
+ borderRadius: 10,
352
+ paddingHorizontal: 7,
353
+ paddingVertical: 3,
354
+ },
355
+ automationStatusActive: {
356
+ backgroundColor: '#11251A',
357
+ },
358
+ automationStatusInactive: {
359
+ backgroundColor: '#242427',
360
+ },
361
+ automationStatusText: {
362
+ fontSize: 10,
363
+ fontWeight: '900',
364
+ },
365
+ automationStatusTextActive: {
366
+ color: '#34D399',
367
+ },
368
+ automationStatusTextInactive: {
369
+ color: '#A1A1AA',
370
+ },
371
+ settingsRow: {
372
+ alignItems: 'center',
373
+ backgroundColor: '#151515',
374
+ borderColor: '#2A2A2A',
375
+ borderRadius: 12,
376
+ borderWidth: 1,
377
+ flexDirection: 'row',
378
+ marginBottom: 9,
379
+ minHeight: 66,
380
+ paddingHorizontal: 12,
381
+ paddingVertical: 10,
382
+ },
383
+ settingsRowIcon: {
384
+ alignItems: 'center',
385
+ backgroundColor: '#1F1F23',
386
+ borderRadius: 12,
387
+ height: 40,
388
+ justifyContent: 'center',
389
+ marginRight: 12,
390
+ width: 40,
391
+ },
392
+ settingsRowIconDanger: {
393
+ backgroundColor: '#351516',
394
+ },
395
+ settingsRowText: {
396
+ flex: 1,
397
+ minWidth: 0,
398
+ },
399
+ settingsRowTitle: {
400
+ color: '#F4F4F5',
401
+ fontSize: 14,
402
+ fontWeight: '900',
403
+ },
404
+ settingsRowBody: {
405
+ color: '#A1A1AA',
406
+ fontSize: 12,
407
+ fontWeight: '600',
408
+ lineHeight: 17,
409
+ marginTop: 3,
410
+ },
411
+ settingsRowStatus: {
412
+ backgroundColor: '#242427',
413
+ borderRadius: 10,
414
+ color: '#C7C7CC',
415
+ fontSize: 10,
416
+ fontWeight: '900',
417
+ marginLeft: 8,
418
+ overflow: 'hidden',
419
+ paddingHorizontal: 7,
420
+ paddingVertical: 4,
421
+ },
422
+ settingsRowStatusDanger: {
423
+ backgroundColor: '#351516',
424
+ color: '#FCA5A5',
425
+ },
426
+ subtabsContent: {
427
+ paddingHorizontal: 10,
428
+ paddingTop: 10,
429
+ },
430
+ subtabButton: {
431
+ backgroundColor: '#151515',
432
+ borderColor: '#2A2A2A',
433
+ borderRadius: 999,
434
+ borderWidth: 1,
435
+ height: 32,
436
+ justifyContent: 'center',
437
+ marginRight: 7,
438
+ paddingHorizontal: 11,
439
+ },
440
+ subtabButtonActive: {
441
+ backgroundColor: '#F4F4F5',
442
+ borderColor: '#F4F4F5',
443
+ },
444
+ subtabLabel: {
445
+ color: '#A1A1AA',
446
+ fontSize: 12,
447
+ fontWeight: '900',
448
+ },
449
+ subtabLabelActive: {
450
+ color: '#111111',
451
+ },
452
+ connectorSearchWrap: {
453
+ alignItems: 'center',
454
+ backgroundColor: '#151515',
455
+ borderColor: '#2A2A2A',
456
+ borderRadius: 12,
457
+ borderWidth: 1,
458
+ flexDirection: 'row',
459
+ height: 42,
460
+ marginHorizontal: 10,
461
+ marginTop: 10,
462
+ paddingHorizontal: 11,
463
+ },
464
+ connectorSearchInput: {
465
+ color: '#F4F4F5',
466
+ flex: 1,
467
+ fontSize: 14,
468
+ fontWeight: '700',
469
+ height: 40,
470
+ marginLeft: 8,
471
+ padding: 0,
472
+ },
473
+ fileHeaderActions: {
474
+ flexDirection: 'row',
475
+ gap: 7,
476
+ },
477
+ fileIconButton: {
478
+ alignItems: 'center',
479
+ backgroundColor: '#1F1F23',
480
+ borderColor: '#2A2A2A',
481
+ borderRadius: 11,
482
+ borderWidth: 1,
483
+ height: 36,
484
+ justifyContent: 'center',
485
+ width: 36,
486
+ },
487
+ fileSearchWrap: {
488
+ alignItems: 'center',
489
+ backgroundColor: '#151515',
490
+ borderColor: '#2A2A2A',
491
+ borderRadius: 12,
492
+ borderWidth: 1,
493
+ flexDirection: 'row',
494
+ height: 42,
495
+ marginHorizontal: 10,
496
+ marginTop: 10,
497
+ paddingHorizontal: 11,
498
+ },
499
+ fileSearchInput: {
500
+ color: '#F4F4F5',
501
+ flex: 1,
502
+ fontSize: 14,
503
+ fontWeight: '700',
504
+ height: 40,
505
+ marginLeft: 8,
506
+ padding: 0,
507
+ },
508
+ fileStatusError: {
509
+ color: '#FCA5A5',
510
+ fontSize: 12,
511
+ fontWeight: '700',
512
+ lineHeight: 17,
513
+ marginHorizontal: 12,
514
+ marginTop: 10,
515
+ },
516
+ fileStatusText: {
517
+ color: '#34D399',
518
+ fontSize: 12,
519
+ fontWeight: '700',
520
+ lineHeight: 17,
521
+ marginHorizontal: 12,
522
+ marginTop: 10,
523
+ },
524
+ fileStatusBanner: {
525
+ alignItems: 'flex-start',
526
+ backgroundColor: 'rgba(251, 191, 36, 0.11)',
527
+ borderColor: 'rgba(251, 191, 36, 0.24)',
528
+ borderRadius: 12,
529
+ borderWidth: 1,
530
+ flexDirection: 'row',
531
+ gap: 8,
532
+ marginHorizontal: 10,
533
+ marginTop: 10,
534
+ paddingHorizontal: 11,
535
+ paddingVertical: 10,
536
+ },
537
+ fileStatusBannerText: {
538
+ color: '#FDE68A',
539
+ flex: 1,
540
+ fontSize: 12,
541
+ fontWeight: '800',
542
+ lineHeight: 17,
543
+ },
544
+ fileTreeWrap: {
545
+ paddingHorizontal: 8,
546
+ paddingVertical: 10,
547
+ },
548
+ fileTreeRow: {
549
+ alignItems: 'center',
550
+ borderRadius: 10,
551
+ flexDirection: 'row',
552
+ minHeight: 36,
553
+ paddingRight: 9,
554
+ },
555
+ fileFolderName: {
556
+ color: '#F4F4F5',
557
+ flex: 1,
558
+ fontSize: 13,
559
+ fontWeight: '800',
560
+ marginLeft: 7,
561
+ },
562
+ fileFolderCount: {
563
+ color: '#71717A',
564
+ fontSize: 11,
565
+ fontWeight: '800',
566
+ marginLeft: 6,
567
+ },
568
+ fileName: {
569
+ color: '#E4E4E7',
570
+ flex: 1,
571
+ fontSize: 13,
572
+ fontWeight: '700',
573
+ marginLeft: 8,
574
+ },
575
+ filePath: {
576
+ color: '#71717A',
577
+ fontSize: 11,
578
+ fontWeight: '700',
579
+ marginTop: 2,
580
+ },
581
+ fileRowText: {
582
+ flex: 1,
583
+ marginLeft: 8,
584
+ minWidth: 0,
585
+ },
586
+ fileSearchRow: {
587
+ alignItems: 'center',
588
+ backgroundColor: '#151515',
589
+ borderColor: '#2A2A2A',
590
+ borderRadius: 12,
591
+ borderWidth: 1,
592
+ flexDirection: 'row',
593
+ marginBottom: 8,
594
+ minHeight: 54,
595
+ paddingHorizontal: 11,
596
+ paddingVertical: 9,
597
+ },
598
+ fileModalRoot: {
599
+ backgroundColor: '#000000',
600
+ flex: 1,
601
+ },
602
+ fileModalHeader: {
603
+ alignItems: 'center',
604
+ borderBottomColor: '#1F1F23',
605
+ borderBottomWidth: 1,
606
+ flexDirection: 'row',
607
+ minHeight: 64,
608
+ paddingHorizontal: 12,
609
+ paddingVertical: 10,
610
+ },
611
+ fileModalTitleWrap: {
612
+ flex: 1,
613
+ marginHorizontal: 10,
614
+ minWidth: 0,
615
+ },
616
+ fileModalTitle: {
617
+ color: '#F4F4F5',
618
+ fontSize: 15,
619
+ fontWeight: '900',
620
+ },
621
+ fileModalPath: {
622
+ color: '#8E8E93',
623
+ fontSize: 11,
624
+ fontWeight: '700',
625
+ marginTop: 2,
626
+ },
627
+ fileSaveButton: {
628
+ alignItems: 'center',
629
+ backgroundColor: '#F4F4F5',
630
+ borderRadius: 12,
631
+ flexDirection: 'row',
632
+ minHeight: 36,
633
+ paddingHorizontal: 11,
634
+ },
635
+ fileSaveText: {
636
+ color: '#111111',
637
+ fontSize: 12,
638
+ fontWeight: '900',
639
+ marginLeft: 5,
640
+ },
641
+ fileReadOnlyBadge: {
642
+ backgroundColor: '#242427',
643
+ borderRadius: 10,
644
+ paddingHorizontal: 9,
645
+ paddingVertical: 6,
646
+ },
647
+ fileReadOnlyText: {
648
+ color: '#A1A1AA',
649
+ fontSize: 11,
650
+ fontWeight: '900',
651
+ },
652
+ fileEditorBody: {
653
+ flex: 1,
654
+ },
655
+ fileSourceInput: {
656
+ backgroundColor: '#050505',
657
+ color: '#F4F4F5',
658
+ flex: 1,
659
+ fontFamily: 'Courier',
660
+ fontSize: 12,
661
+ lineHeight: 18,
662
+ paddingHorizontal: 14,
663
+ paddingVertical: 14,
664
+ },
665
+ fileSourceInputReadOnly: {
666
+ color: '#C7C7CC',
667
+ },
668
+ fileImagePreviewWrap: {
669
+ alignItems: 'center',
670
+ flexGrow: 1,
671
+ justifyContent: 'center',
672
+ padding: 16,
673
+ },
674
+ fileImagePreview: {
675
+ height: 420,
676
+ width: '100%',
677
+ },
678
+ fileUnsupportedPreview: {
679
+ alignItems: 'center',
680
+ flex: 1,
681
+ justifyContent: 'center',
682
+ paddingHorizontal: 30,
683
+ },
684
+ fileUnsupportedTitle: {
685
+ color: '#F4F4F5',
686
+ fontSize: 16,
687
+ fontWeight: '900',
688
+ marginTop: 12,
689
+ },
690
+ fileUnsupportedBody: {
691
+ color: '#A1A1AA',
692
+ fontSize: 13,
693
+ fontWeight: '600',
694
+ lineHeight: 19,
695
+ marginTop: 7,
696
+ textAlign: 'center',
697
+ },
698
+ connectorCard: {
699
+ alignItems: 'center',
700
+ backgroundColor: '#151515',
701
+ borderColor: '#2A2A2A',
702
+ borderRadius: 12,
703
+ borderWidth: 1,
704
+ flexDirection: 'row',
705
+ marginBottom: 9,
706
+ minHeight: 60,
707
+ overflow: 'visible',
708
+ paddingHorizontal: 12,
709
+ paddingVertical: 10,
710
+ position: 'relative',
711
+ zIndex: 1,
712
+ },
713
+ connectorCardMenuOpen: {
714
+ zIndex: 20,
715
+ },
716
+ connectorIcon: {
717
+ alignItems: 'center',
718
+ backgroundColor: '#FFFFFF',
719
+ borderColor: '#2A2A2A',
720
+ borderRadius: 10,
721
+ borderWidth: 1,
722
+ height: 36,
723
+ justifyContent: 'center',
724
+ marginRight: 11,
725
+ width: 36,
726
+ },
727
+ connectorSvgIcon: {
728
+ position: 'absolute',
729
+ },
730
+ connectorIconFallbackText: {
731
+ color: '#111827',
732
+ fontSize: 11,
733
+ fontWeight: '900',
734
+ },
735
+ connectorText: {
736
+ flex: 1,
737
+ minWidth: 0,
738
+ },
739
+ inlineTitleRow: {
740
+ alignItems: 'center',
741
+ flexDirection: 'row',
742
+ flexWrap: 'wrap',
743
+ },
744
+ connectorName: {
745
+ color: '#F4F4F5',
746
+ flexShrink: 1,
747
+ fontSize: 13,
748
+ fontWeight: '800',
749
+ marginRight: 7,
750
+ },
751
+ connectorSubtitle: {
752
+ color: '#A1A1AA',
753
+ fontSize: 12,
754
+ fontWeight: '600',
755
+ lineHeight: 17,
756
+ marginTop: 3,
757
+ },
758
+ activeBadge: {
759
+ alignItems: 'center',
760
+ backgroundColor: '#11251A',
761
+ borderRadius: 10,
762
+ flexDirection: 'row',
763
+ paddingHorizontal: 7,
764
+ paddingVertical: 3,
765
+ },
766
+ activeBadgeText: {
767
+ color: '#34D399',
768
+ fontSize: 10,
769
+ fontWeight: '900',
770
+ marginLeft: 3,
771
+ },
772
+ statusBadge: {
773
+ alignItems: 'center',
774
+ borderRadius: 10,
775
+ flexDirection: 'row',
776
+ paddingHorizontal: 7,
777
+ paddingVertical: 3,
778
+ },
779
+ statusBadgeActive: {
780
+ backgroundColor: '#11251A',
781
+ },
782
+ statusBadgeWarning: {
783
+ backgroundColor: '#351516',
784
+ },
785
+ statusBadgeDisconnected: {
786
+ backgroundColor: '#242427',
787
+ },
788
+ statusBadgeText: {
789
+ fontSize: 10,
790
+ fontWeight: '900',
791
+ marginLeft: 3,
792
+ textTransform: 'capitalize',
793
+ },
794
+ statusBadgeTextActive: {
795
+ color: '#34D399',
796
+ },
797
+ statusBadgeTextWarning: {
798
+ color: '#FCA5A5',
799
+ },
800
+ statusBadgeTextDisconnected: {
801
+ color: '#A1A1AA',
802
+ },
803
+ accessBadge: {
804
+ borderRadius: 10,
805
+ marginLeft: 2,
806
+ paddingHorizontal: 7,
807
+ paddingVertical: 3,
808
+ },
809
+ accessBadgeReadOnly: {
810
+ backgroundColor: '#102036',
811
+ },
812
+ accessBadgeFull: {
813
+ backgroundColor: '#11251A',
814
+ },
815
+ accessBadgeText: {
816
+ fontSize: 10,
817
+ fontWeight: '900',
818
+ },
819
+ accessBadgeTextReadOnly: {
820
+ color: '#93C5FD',
821
+ },
822
+ accessBadgeTextFull: {
823
+ color: '#34D399',
824
+ },
825
+ connectorActions: {
826
+ flexDirection: 'row',
827
+ marginLeft: 8,
828
+ },
829
+ moreButton: {
830
+ alignItems: 'center',
831
+ backgroundColor: '#1F1F23',
832
+ borderColor: '#2A2A2A',
833
+ borderRadius: 10,
834
+ borderWidth: 1,
835
+ height: 34,
836
+ justifyContent: 'center',
837
+ width: 34,
838
+ },
839
+ connectorMenu: {
840
+ backgroundColor: '#111113',
841
+ borderColor: '#2A2A2A',
842
+ borderRadius: 12,
843
+ borderWidth: 1,
844
+ elevation: 8,
845
+ minWidth: 178,
846
+ paddingVertical: 5,
847
+ position: 'absolute',
848
+ right: 10,
849
+ shadowColor: '#000000',
850
+ shadowOffset: { height: 8, width: 0 },
851
+ shadowOpacity: 0.35,
852
+ shadowRadius: 14,
853
+ top: 48,
854
+ zIndex: 40,
855
+ },
856
+ menuAction: {
857
+ paddingHorizontal: 12,
858
+ paddingVertical: 9,
859
+ },
860
+ menuActionText: {
861
+ color: '#E4E4E7',
862
+ fontSize: 12,
863
+ fontWeight: '700',
864
+ },
865
+ menuActionTextDestructive: {
866
+ color: '#FCA5A5',
867
+ },
868
+ connectingWrap: {
869
+ alignItems: 'center',
870
+ flexDirection: 'row',
871
+ flexShrink: 0,
872
+ gap: 8,
873
+ marginLeft: 8,
874
+ },
875
+ cancelConnectButton: {
876
+ borderColor: '#2A2A2A',
877
+ borderRadius: 9,
878
+ borderWidth: 1,
879
+ paddingHorizontal: 10,
880
+ paddingVertical: 6,
881
+ },
882
+ cancelConnectText: {
883
+ color: '#E4E4E7',
884
+ fontSize: 12,
885
+ fontWeight: '800',
886
+ },
887
+ iconActionButton: {
888
+ alignItems: 'center',
889
+ backgroundColor: '#1F1F23',
890
+ borderRadius: 17,
891
+ height: 34,
892
+ justifyContent: 'center',
893
+ marginLeft: 7,
894
+ width: 34,
895
+ },
896
+ disabledAction: {
897
+ opacity: 0.4,
898
+ },
899
+ connectButton: {
900
+ alignItems: 'center',
901
+ backgroundColor: '#F4F4F5',
902
+ borderRadius: 16,
903
+ flexDirection: 'row',
904
+ height: 34,
905
+ justifyContent: 'center',
906
+ marginLeft: 10,
907
+ paddingLeft: 13,
908
+ paddingRight: 10,
909
+ },
910
+ connectButtonText: {
911
+ color: '#111111',
912
+ fontSize: 12,
913
+ fontWeight: '900',
914
+ marginRight: 3,
915
+ },
916
+ availableActions: {
917
+ alignItems: 'flex-end',
918
+ flexShrink: 0,
919
+ gap: 8,
920
+ marginLeft: 10,
921
+ },
922
+ webConnectButton: {
923
+ alignItems: 'center',
924
+ backgroundColor: '#1E1B4B',
925
+ borderRadius: 8,
926
+ minHeight: 30,
927
+ justifyContent: 'center',
928
+ paddingHorizontal: 11,
929
+ paddingVertical: 6,
930
+ },
931
+ webConnectText: {
932
+ color: '#A5B4FC',
933
+ fontSize: 12,
934
+ fontWeight: '900',
935
+ },
936
+ accessToggle: {
937
+ alignSelf: 'flex-end',
938
+ backgroundColor: '#0B0B0C',
939
+ borderColor: '#2A2A2A',
940
+ borderRadius: 999,
941
+ borderWidth: 1,
942
+ flexDirection: 'row',
943
+ padding: 2,
944
+ },
945
+ accessButton: {
946
+ borderRadius: 999,
947
+ paddingHorizontal: 8,
948
+ paddingVertical: 5,
949
+ },
950
+ accessButtonActive: {
951
+ backgroundColor: '#312E81',
952
+ },
953
+ accessButtonText: {
954
+ color: '#A1A1AA',
955
+ fontSize: 10,
956
+ fontWeight: '900',
957
+ },
958
+ accessButtonTextActive: {
959
+ color: '#E0E7FF',
960
+ },
961
+ emptyPanel: {
962
+ alignItems: 'center',
963
+ paddingHorizontal: 28,
964
+ paddingVertical: 28,
965
+ },
966
+ emptyTitle: {
967
+ color: '#F4F4F5',
968
+ fontSize: 15,
969
+ fontWeight: '800',
970
+ marginTop: 10,
971
+ },
972
+ emptyBody: {
973
+ color: '#8E8E93',
974
+ fontSize: 13,
975
+ fontWeight: '600',
976
+ lineHeight: 18,
977
+ marginTop: 5,
978
+ textAlign: 'center',
979
+ },
980
+ loadingPanel: {
981
+ alignItems: 'center',
982
+ paddingVertical: 42,
983
+ },
984
+ loadingText: {
985
+ color: '#A1A1AA',
986
+ fontSize: 13,
987
+ fontWeight: '700',
988
+ marginTop: 12,
989
+ },
990
+ placeholderPanel: {
991
+ alignItems: 'center',
992
+ backgroundColor: '#0B0B0C',
993
+ borderColor: '#242427',
994
+ borderRadius: 18,
995
+ borderWidth: 1,
996
+ marginHorizontal: 16,
997
+ marginTop: 16,
998
+ paddingHorizontal: 28,
999
+ paddingVertical: 34,
1000
+ },
1001
+ placeholderIcon: {
1002
+ alignItems: 'center',
1003
+ backgroundColor: '#21110A',
1004
+ borderRadius: 18,
1005
+ height: 48,
1006
+ justifyContent: 'center',
1007
+ width: 48,
1008
+ },
1009
+ placeholderTitle: {
1010
+ color: '#F4F4F5',
1011
+ fontSize: 19,
1012
+ fontWeight: '900',
1013
+ marginTop: 16,
1014
+ },
1015
+ placeholderBody: {
1016
+ color: '#A1A1AA',
1017
+ fontSize: 14,
1018
+ fontWeight: '600',
1019
+ lineHeight: 20,
1020
+ marginTop: 8,
1021
+ textAlign: 'center',
1022
+ },
1023
+ });