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