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