@nuvin/components 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/dist/MarkdownBody-XBNXK6P4.js +121 -0
  2. package/dist/app/App.d.ts +24 -0
  3. package/dist/app/App.d.ts.map +1 -0
  4. package/dist/app/AppShell.d.ts +13 -0
  5. package/dist/app/AppShell.d.ts.map +1 -0
  6. package/dist/app/Header.d.ts +11 -0
  7. package/dist/app/Header.d.ts.map +1 -0
  8. package/dist/app/SessionSubHeader.d.ts +15 -0
  9. package/dist/app/SessionSubHeader.d.ts.map +1 -0
  10. package/dist/app/WorkspacePanel.d.ts +15 -0
  11. package/dist/app/WorkspacePanel.d.ts.map +1 -0
  12. package/dist/app/app-shell.styles.d.ts +11 -0
  13. package/dist/app/app-shell.styles.d.ts.map +1 -0
  14. package/dist/app/route-components.d.ts +46 -0
  15. package/dist/app/route-components.d.ts.map +1 -0
  16. package/dist/app/routes.d.ts +11 -0
  17. package/dist/app/routes.d.ts.map +1 -0
  18. package/dist/assets/fonts/inter-latin-400-normal.woff2 +0 -0
  19. package/dist/assets/fonts/inter-latin-500-normal.woff2 +0 -0
  20. package/dist/assets/fonts/inter-latin-600-normal.woff2 +0 -0
  21. package/dist/assets/fonts/inter-latin-700-normal.woff2 +0 -0
  22. package/dist/assets/fonts/jetbrains-mono-latin-400-normal.woff2 +0 -0
  23. package/dist/assets/fonts/jetbrains-mono-latin-500-normal.woff2 +0 -0
  24. package/dist/assets/fonts/jetbrains-mono-latin-600-normal.woff2 +0 -0
  25. package/dist/assets/fonts/jetbrains-mono-latin-700-normal.woff2 +0 -0
  26. package/dist/chunk-TLWTUPOJ.js +10 -0
  27. package/dist/features/account/auth-gate.d.ts +17 -0
  28. package/dist/features/account/auth-gate.d.ts.map +1 -0
  29. package/dist/features/account/index.d.ts +3 -0
  30. package/dist/features/account/index.d.ts.map +1 -0
  31. package/dist/features/composer/Composer.d.ts +39 -0
  32. package/dist/features/composer/Composer.d.ts.map +1 -0
  33. package/dist/features/composer/QuestionCard.d.ts +21 -0
  34. package/dist/features/composer/QuestionCard.d.ts.map +1 -0
  35. package/dist/features/composer/context-status.d.ts +6 -0
  36. package/dist/features/composer/context-status.d.ts.map +1 -0
  37. package/dist/features/composer/index.d.ts +2 -0
  38. package/dist/features/composer/index.d.ts.map +1 -0
  39. package/dist/features/config/CloudProviderSetup.d.ts +12 -0
  40. package/dist/features/config/CloudProviderSetup.d.ts.map +1 -0
  41. package/dist/features/config/OnboardingGate.d.ts +22 -0
  42. package/dist/features/config/OnboardingGate.d.ts.map +1 -0
  43. package/dist/features/config/ProviderManager.d.ts +15 -0
  44. package/dist/features/config/ProviderManager.d.ts.map +1 -0
  45. package/dist/features/config/WorkspaceManager.d.ts +13 -0
  46. package/dist/features/config/WorkspaceManager.d.ts.map +1 -0
  47. package/dist/features/config/config-client.d.ts +49 -0
  48. package/dist/features/config/config-client.d.ts.map +1 -0
  49. package/dist/features/config/index.d.ts +10 -0
  50. package/dist/features/config/index.d.ts.map +1 -0
  51. package/dist/features/config/protocol-config-client.d.ts +22 -0
  52. package/dist/features/config/protocol-config-client.d.ts.map +1 -0
  53. package/dist/features/config/rest-config-client.d.ts +4 -0
  54. package/dist/features/config/rest-config-client.d.ts.map +1 -0
  55. package/dist/features/config/use-provider-status.d.ts +8 -0
  56. package/dist/features/config/use-provider-status.d.ts.map +1 -0
  57. package/dist/features/daemon-switcher/DaemonAvatar.d.ts +16 -0
  58. package/dist/features/daemon-switcher/DaemonAvatar.d.ts.map +1 -0
  59. package/dist/features/daemon-switcher/DaemonRail.d.ts +18 -0
  60. package/dist/features/daemon-switcher/DaemonRail.d.ts.map +1 -0
  61. package/dist/features/daemon-switcher/DaemonSwitcher.d.ts +17 -0
  62. package/dist/features/daemon-switcher/DaemonSwitcher.d.ts.map +1 -0
  63. package/dist/features/daemon-switcher/index.d.ts +7 -0
  64. package/dist/features/daemon-switcher/index.d.ts.map +1 -0
  65. package/dist/features/diff/DiffView.d.ts +13 -0
  66. package/dist/features/diff/DiffView.d.ts.map +1 -0
  67. package/dist/features/diff/diff.d.ts +23 -0
  68. package/dist/features/diff/diff.d.ts.map +1 -0
  69. package/dist/features/diff/index.d.ts +4 -0
  70. package/dist/features/diff/index.d.ts.map +1 -0
  71. package/dist/features/launcher/SessionItem.d.ts +12 -0
  72. package/dist/features/launcher/SessionItem.d.ts.map +1 -0
  73. package/dist/features/launcher/SessionSidebar.d.ts +24 -0
  74. package/dist/features/launcher/SessionSidebar.d.ts.map +1 -0
  75. package/dist/features/launcher/index.d.ts +5 -0
  76. package/dist/features/launcher/index.d.ts.map +1 -0
  77. package/dist/features/launcher/session-sidebar-model.d.ts +77 -0
  78. package/dist/features/launcher/session-sidebar-model.d.ts.map +1 -0
  79. package/dist/features/launcher/session-status.d.ts +9 -0
  80. package/dist/features/launcher/session-status.d.ts.map +1 -0
  81. package/dist/features/launcher/use-daemon-history.d.ts +17 -0
  82. package/dist/features/launcher/use-daemon-history.d.ts.map +1 -0
  83. package/dist/features/new-session/StartScreen.d.ts +31 -0
  84. package/dist/features/new-session/StartScreen.d.ts.map +1 -0
  85. package/dist/features/new-session/index.d.ts +3 -0
  86. package/dist/features/new-session/index.d.ts.map +1 -0
  87. package/dist/features/new-session/start-screen.styles.d.ts +46 -0
  88. package/dist/features/new-session/start-screen.styles.d.ts.map +1 -0
  89. package/dist/features/picker/Picker.d.ts +23 -0
  90. package/dist/features/picker/Picker.d.ts.map +1 -0
  91. package/dist/features/picker/PickerSession.d.ts +8 -0
  92. package/dist/features/picker/PickerSession.d.ts.map +1 -0
  93. package/dist/features/picker/index.d.ts +6 -0
  94. package/dist/features/picker/index.d.ts.map +1 -0
  95. package/dist/features/picker/picker-model.d.ts +31 -0
  96. package/dist/features/picker/picker-model.d.ts.map +1 -0
  97. package/dist/features/tabs/Tab.d.ts +8 -0
  98. package/dist/features/tabs/Tab.d.ts.map +1 -0
  99. package/dist/features/tabs/TabBar.d.ts +7 -0
  100. package/dist/features/tabs/TabBar.d.ts.map +1 -0
  101. package/dist/features/tabs/index.d.ts +8 -0
  102. package/dist/features/tabs/index.d.ts.map +1 -0
  103. package/dist/features/tabs/tab-model.d.ts +39 -0
  104. package/dist/features/tabs/tab-model.d.ts.map +1 -0
  105. package/dist/features/tabs/tab.styles.d.ts +9 -0
  106. package/dist/features/tabs/tab.styles.d.ts.map +1 -0
  107. package/dist/features/theme/ThemeToggle.d.ts +8 -0
  108. package/dist/features/theme/ThemeToggle.d.ts.map +1 -0
  109. package/dist/features/theme/index.d.ts +5 -0
  110. package/dist/features/theme/index.d.ts.map +1 -0
  111. package/dist/features/theme/themes.d.ts +13 -0
  112. package/dist/features/theme/themes.d.ts.map +1 -0
  113. package/dist/features/theme/use-theme-mode.d.ts +3 -0
  114. package/dist/features/theme/use-theme-mode.d.ts.map +1 -0
  115. package/dist/features/transcript/components/AssistantMessage.d.ts +21 -0
  116. package/dist/features/transcript/components/AssistantMessage.d.ts.map +1 -0
  117. package/dist/features/transcript/components/ChildMessagesContext.d.ts +27 -0
  118. package/dist/features/transcript/components/ChildMessagesContext.d.ts.map +1 -0
  119. package/dist/features/transcript/components/CodeBlock.d.ts +5 -0
  120. package/dist/features/transcript/components/CodeBlock.d.ts.map +1 -0
  121. package/dist/features/transcript/components/MarkdownBody.d.ts +17 -0
  122. package/dist/features/transcript/components/MarkdownBody.d.ts.map +1 -0
  123. package/dist/features/transcript/components/MessageList.d.ts +24 -0
  124. package/dist/features/transcript/components/MessageList.d.ts.map +1 -0
  125. package/dist/features/transcript/components/NestedMessageListContext.d.ts +18 -0
  126. package/dist/features/transcript/components/NestedMessageListContext.d.ts.map +1 -0
  127. package/dist/features/transcript/components/ProcessingIndicator.d.ts +5 -0
  128. package/dist/features/transcript/components/ProcessingIndicator.d.ts.map +1 -0
  129. package/dist/features/transcript/components/styles-test-utils.d.ts +6 -0
  130. package/dist/features/transcript/components/styles-test-utils.d.ts.map +1 -0
  131. package/dist/features/transcript/components/tool-display/BareLine.d.ts +14 -0
  132. package/dist/features/transcript/components/tool-display/BareLine.d.ts.map +1 -0
  133. package/dist/features/transcript/components/tool-display/Card.d.ts +31 -0
  134. package/dist/features/transcript/components/tool-display/Card.d.ts.map +1 -0
  135. package/dist/features/transcript/components/tool-display/Turn.d.ts +15 -0
  136. package/dist/features/transcript/components/tool-display/Turn.d.ts.map +1 -0
  137. package/dist/features/transcript/components/tool-display/index.d.ts +3 -0
  138. package/dist/features/transcript/components/tool-display/index.d.ts.map +1 -0
  139. package/dist/features/transcript/components/tool-display/renderers/AskUserRenderer.d.ts +4 -0
  140. package/dist/features/transcript/components/tool-display/renderers/AskUserRenderer.d.ts.map +1 -0
  141. package/dist/features/transcript/components/tool-display/renderers/AssignTaskRenderer.d.ts +9 -0
  142. package/dist/features/transcript/components/tool-display/renderers/AssignTaskRenderer.d.ts.map +1 -0
  143. package/dist/features/transcript/components/tool-display/renderers/BareToolRenderer.d.ts +8 -0
  144. package/dist/features/transcript/components/tool-display/renderers/BareToolRenderer.d.ts.map +1 -0
  145. package/dist/features/transcript/components/tool-display/renderers/BashRenderer.d.ts +11 -0
  146. package/dist/features/transcript/components/tool-display/renderers/BashRenderer.d.ts.map +1 -0
  147. package/dist/features/transcript/components/tool-display/renderers/FileEditRenderer.d.ts +4 -0
  148. package/dist/features/transcript/components/tool-display/renderers/FileEditRenderer.d.ts.map +1 -0
  149. package/dist/features/transcript/components/tool-display/renderers/FileNewRenderer.d.ts +4 -0
  150. package/dist/features/transcript/components/tool-display/renderers/FileNewRenderer.d.ts.map +1 -0
  151. package/dist/features/transcript/components/tool-display/renderers/TodoWriteRenderer.d.ts +4 -0
  152. package/dist/features/transcript/components/tool-display/renderers/TodoWriteRenderer.d.ts.map +1 -0
  153. package/dist/features/transcript/components/tool-display/renderers/UnknownRenderer.d.ts +4 -0
  154. package/dist/features/transcript/components/tool-display/renderers/UnknownRenderer.d.ts.map +1 -0
  155. package/dist/features/transcript/components/tool-display/tool-icon.d.ts +4 -0
  156. package/dist/features/transcript/components/tool-display/tool-icon.d.ts.map +1 -0
  157. package/dist/features/transcript/components/tool-display/tool-meta.d.ts +9 -0
  158. package/dist/features/transcript/components/tool-display/tool-meta.d.ts.map +1 -0
  159. package/dist/features/transcript/components/tool-display/tool-variants.d.ts +8 -0
  160. package/dist/features/transcript/components/tool-display/tool-variants.d.ts.map +1 -0
  161. package/dist/features/transcript/components/tool-display/types.d.ts +11 -0
  162. package/dist/features/transcript/components/tool-display/types.d.ts.map +1 -0
  163. package/dist/features/transcript/hooks/use-live-tick.d.ts +8 -0
  164. package/dist/features/transcript/hooks/use-live-tick.d.ts.map +1 -0
  165. package/dist/features/transcript/hooks/use-revealed-text.d.ts +28 -0
  166. package/dist/features/transcript/hooks/use-revealed-text.d.ts.map +1 -0
  167. package/dist/features/transcript/index.d.ts +6 -0
  168. package/dist/features/transcript/index.d.ts.map +1 -0
  169. package/dist/features/transcript/lib/message-groups.d.ts +9 -0
  170. package/dist/features/transcript/lib/message-groups.d.ts.map +1 -0
  171. package/dist/features/transcript/lib/preview-lines.d.ts +27 -0
  172. package/dist/features/transcript/lib/preview-lines.d.ts.map +1 -0
  173. package/dist/features/transcript/lib/processing-state.d.ts +16 -0
  174. package/dist/features/transcript/lib/processing-state.d.ts.map +1 -0
  175. package/dist/features/transcript/lib/reasoning-label.d.ts +9 -0
  176. package/dist/features/transcript/lib/reasoning-label.d.ts.map +1 -0
  177. package/dist/features/transcript/lib/tool-format-utils.d.ts +29 -0
  178. package/dist/features/transcript/lib/tool-format-utils.d.ts.map +1 -0
  179. package/dist/features/transcript/lib/tool-formatters.d.ts +45 -0
  180. package/dist/features/transcript/lib/tool-formatters.d.ts.map +1 -0
  181. package/dist/features/transcript/lib/tool-status.d.ts +39 -0
  182. package/dist/features/transcript/lib/tool-status.d.ts.map +1 -0
  183. package/dist/features/transcript/lib/transcript-rows.d.ts +15 -0
  184. package/dist/features/transcript/lib/transcript-rows.d.ts.map +1 -0
  185. package/dist/features/transcript/lib/turn-groups.d.ts +20 -0
  186. package/dist/features/transcript/lib/turn-groups.d.ts.map +1 -0
  187. package/dist/features/transcript/lib/turn-summary.d.ts +11 -0
  188. package/dist/features/transcript/lib/turn-summary.d.ts.map +1 -0
  189. package/dist/features/workflows/WorkflowsPanel.d.ts +11 -0
  190. package/dist/features/workflows/WorkflowsPanel.d.ts.map +1 -0
  191. package/dist/features/workflows/index.d.ts +3 -0
  192. package/dist/features/workflows/index.d.ts.map +1 -0
  193. package/dist/index.d.ts +45 -0
  194. package/dist/index.d.ts.map +1 -0
  195. package/dist/index.js +7877 -0
  196. package/dist/session/client-commands.d.ts +26 -0
  197. package/dist/session/client-commands.d.ts.map +1 -0
  198. package/dist/session/commands.d.ts +9 -0
  199. package/dist/session/commands.d.ts.map +1 -0
  200. package/dist/session/directory-source.d.ts +101 -0
  201. package/dist/session/directory-source.d.ts.map +1 -0
  202. package/dist/session/directory-status.d.ts +8 -0
  203. package/dist/session/directory-status.d.ts.map +1 -0
  204. package/dist/session/directory.d.ts +41 -0
  205. package/dist/session/directory.d.ts.map +1 -0
  206. package/dist/session/index.d.ts +16 -0
  207. package/dist/session/index.d.ts.map +1 -0
  208. package/dist/session/snapshot.d.ts +11 -0
  209. package/dist/session/snapshot.d.ts.map +1 -0
  210. package/dist/session/store.d.ts +96 -0
  211. package/dist/session/store.d.ts.map +1 -0
  212. package/dist/session/tool-timing.d.ts +14 -0
  213. package/dist/session/tool-timing.d.ts.map +1 -0
  214. package/dist/session/transport.d.ts +187 -0
  215. package/dist/session/transport.d.ts.map +1 -0
  216. package/dist/session/types.d.ts +73 -0
  217. package/dist/session/types.d.ts.map +1 -0
  218. package/dist/session/use-directory.d.ts +54 -0
  219. package/dist/session/use-directory.d.ts.map +1 -0
  220. package/dist/session/use-session-transport.d.ts +10 -0
  221. package/dist/session/use-session-transport.d.ts.map +1 -0
  222. package/dist/shared/hooks/use-stick-to-bottom-sentinel.d.ts +64 -0
  223. package/dist/shared/hooks/use-stick-to-bottom-sentinel.d.ts.map +1 -0
  224. package/dist/shared/lib/navigation.d.ts +20 -0
  225. package/dist/shared/lib/navigation.d.ts.map +1 -0
  226. package/dist/shared/lib/toast.d.ts +35 -0
  227. package/dist/shared/lib/toast.d.ts.map +1 -0
  228. package/dist/shared/lib/utils.d.ts +3 -0
  229. package/dist/shared/lib/utils.d.ts.map +1 -0
  230. package/dist/shared/ui/CopyButton.d.ts +6 -0
  231. package/dist/shared/ui/CopyButton.d.ts.map +1 -0
  232. package/dist/shared/ui/avatar.d.ts +9 -0
  233. package/dist/shared/ui/avatar.d.ts.map +1 -0
  234. package/dist/shared/ui/badge.d.ts +8 -0
  235. package/dist/shared/ui/badge.d.ts.map +1 -0
  236. package/dist/shared/ui/button.d.ts +11 -0
  237. package/dist/shared/ui/button.d.ts.map +1 -0
  238. package/dist/shared/ui/command.d.ts +10 -0
  239. package/dist/shared/ui/command.d.ts.map +1 -0
  240. package/dist/shared/ui/confirm-dialog.d.ts +17 -0
  241. package/dist/shared/ui/confirm-dialog.d.ts.map +1 -0
  242. package/dist/shared/ui/dropdown-menu.d.ts +9 -0
  243. package/dist/shared/ui/dropdown-menu.d.ts.map +1 -0
  244. package/dist/shared/ui/input.d.ts +3 -0
  245. package/dist/shared/ui/input.d.ts.map +1 -0
  246. package/dist/shared/ui/kbd.d.ts +3 -0
  247. package/dist/shared/ui/kbd.d.ts.map +1 -0
  248. package/dist/shared/ui/popover.d.ts +7 -0
  249. package/dist/shared/ui/popover.d.ts.map +1 -0
  250. package/dist/shared/ui/scroll-area.d.ts +5 -0
  251. package/dist/shared/ui/scroll-area.d.ts.map +1 -0
  252. package/dist/shared/ui/tabs.d.ts +7 -0
  253. package/dist/shared/ui/tabs.d.ts.map +1 -0
  254. package/dist/shared/ui/toast.d.ts +7 -0
  255. package/dist/shared/ui/toast.d.ts.map +1 -0
  256. package/dist/shared/ui/tooltip.d.ts +7 -0
  257. package/dist/shared/ui/tooltip.d.ts.map +1 -0
  258. package/dist/styles/base.css +49 -0
  259. package/dist/styles/components.css +206 -0
  260. package/dist/styles/effects.css +76 -0
  261. package/dist/styles/fonts.css +49 -0
  262. package/dist/styles/index.css +14 -0
  263. package/dist/styles/styles.test.ts +45 -0
  264. package/dist/styles/themes.css +33 -0
  265. package/dist/styles/tokens.css +245 -0
  266. package/dist/styles/tokens.test.ts +113 -0
  267. package/dist/test-setup.d.ts +29 -0
  268. package/dist/test-setup.d.ts.map +1 -0
  269. package/package.json +71 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-groups.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/message-groups.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE/E,MAAM,MAAM,YAAY,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAC;IAAC,OAAO,EAAE,UAAU,CAAA;CAAE,CAAC;AAW/E,wBAAgB,WAAW,CAAC,KAAK,EAAE,cAAc,EAAE,GAAG,iBAAiB,CAWtE;AAED,wBAAgB,aAAa,CAAC,QAAQ,EAAE,UAAU,EAAE,GAAG,YAAY,EAAE,CAEpE"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Pure helper: slice a multi-line text into a visible preview + a hidden-line count.
3
+ *
4
+ * No React, no DOM access — suitable for use in both components and tests.
5
+ */
6
+ export interface PreviewLinesResult {
7
+ /** Lines to display. */
8
+ preview: string[];
9
+ /** Number of lines that are hidden (either from the start or end). */
10
+ hidden: number;
11
+ }
12
+ /**
13
+ * Split `text` into up to `maxLines` visible lines and a hidden-line count.
14
+ *
15
+ * @param text Raw text to split (newlines are the delimiter).
16
+ * @param maxLines Maximum number of lines to show. Must be >= 1.
17
+ * @param fromEnd When true, take the LAST `maxLines` lines (tail preview,
18
+ * used for e.g. AssignTask collapsed child preview and
19
+ * streaming output). When false, take the FIRST `maxLines`
20
+ * lines (used for FileRead error preview). Mirrors the CLI
21
+ * `ToolResultPreview` `fromEnd` prop.
22
+ * @param maxCharsPerLine Optional per-line character cap. Lines exceeding this
23
+ * length are elided in the middle. Defaults to 300. Pass
24
+ * `Infinity` to disable per-line truncation.
25
+ */
26
+ export declare function previewLines(text: string, maxLines: number, fromEnd: boolean, maxCharsPerLine?: number): PreviewLinesResult;
27
+ //# sourceMappingURL=preview-lines.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preview-lines.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/preview-lines.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,WAAW,kBAAkB;IACjC,wBAAwB;IACxB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,sEAAsE;IACtE,MAAM,EAAE,MAAM,CAAC;CAChB;AAeD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,OAAO,EAChB,eAAe,GAAE,MAAmC,GACnD,kBAAkB,CAqBpB"}
@@ -0,0 +1,16 @@
1
+ import type { WebMessage } from "@/session";
2
+ /** UI-only processing state derived from the snapshot; never agent context. */
3
+ export type ProcessingState = "idle" | "thinking" | "tool" | "streaming";
4
+ /**
5
+ * Derive the inline processing indicator's state from `busy` + the message list.
6
+ *
7
+ * Precedence: a concrete running tool wins; then live assistant text
8
+ * (streaming); otherwise thinking — which also covers live reasoning chunks and
9
+ * the gap after `busy` flips true but before the first token arrives.
10
+ *
11
+ * `awaitingInput` (an approval or question is pending) forces `idle`: the turn
12
+ * is still `busy`, but the agent is blocked on the user — the approval/question
13
+ * card is the call-to-action, so the indicator stays out of the way.
14
+ */
15
+ export declare function deriveProcessingState(busy: boolean, messages: WebMessage[], awaitingInput?: boolean): ProcessingState;
16
+ //# sourceMappingURL=processing-state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"processing-state.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/processing-state.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,+EAA+E;AAC/E,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,WAAW,CAAC;AAEzE;;;;;;;;;;GAUG;AACH,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,OAAO,EACb,QAAQ,EAAE,UAAU,EAAE,EACtB,aAAa,UAAQ,GACpB,eAAe,CAQjB"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Settled reasoning label. Renders "Thought for Xs" whenever a positive amount
3
+ * of time elapsed, and bare "Thought" only when nothing elapsed: missing
4
+ * timing, or `completedAt <= startedAt` (a non-streamed `reasoning_message`
5
+ * stamps startedAt === completedAt, and clock skew can go negative). Any
6
+ * positive think is floored to 1s so we never render "Thought for 0s".
7
+ */
8
+ export declare function reasoningDurationLabel(startedAt?: number, completedAt?: number): string;
9
+ //# sourceMappingURL=reasoning-label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reasoning-label.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/reasoning-label.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAUvF"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Pure formatting helpers for tool render headers.
3
+ * No React, no DOM access.
4
+ */
5
+ import type { ToolWebMessage } from "@/session";
6
+ /**
7
+ * Truncate `value` to at most `max` characters, preserving the start and end.
8
+ * For path-like strings (containing `/`), keeps the last path segment intact.
9
+ */
10
+ export declare function middleEllipsis(value: string, max: number): string;
11
+ /**
12
+ * Format a duration in milliseconds as a compact human string.
13
+ * - < 1s → "950ms"
14
+ * - < 1m → "1.2s"
15
+ * - < 1h → "1m 5s"
16
+ * - >= 1h → "1h 2m"
17
+ */
18
+ export declare function formatElapsed(ms: number): string;
19
+ /**
20
+ * Compute the elapsed duration in milliseconds for a tool message.
21
+ *
22
+ * - If `completedAt` is set, returns the frozen duration regardless of status.
23
+ * - If the message is still running (no `completedAt`), returns a live
24
+ * duration based on `Date.now()`.
25
+ * - Returns `undefined` when `startedAt` is missing or the message is neither
26
+ * completed nor running (e.g. status === 'pending').
27
+ */
28
+ export declare function computeElapsedMs(message: ToolWebMessage): number | undefined;
29
+ //# sourceMappingURL=tool-format-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-format-utils.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/tool-format-utils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAIhD;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAyCjE;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAchD;AAED;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,cAAc,GAAG,MAAM,GAAG,SAAS,CAK5E"}
@@ -0,0 +1,45 @@
1
+ import { type DiffLine, type LineNumbers } from "@/features/diff";
2
+ import type { ToolWebMessage } from "@/session";
3
+ export interface ToolBodySections {
4
+ args?: string;
5
+ diff?: {
6
+ lines: DiffLine[];
7
+ };
8
+ result?: string;
9
+ summary?: string;
10
+ }
11
+ export declare function formatYamlLikeValue(value: unknown): string;
12
+ export interface FileEditDiffPayload {
13
+ filePath?: string;
14
+ newText: string;
15
+ oldText: string;
16
+ }
17
+ export interface FileNewPreviewPayload {
18
+ content: string;
19
+ filePath?: string;
20
+ }
21
+ export declare function extractFileEditDiff(input: unknown): FileEditDiffPayload | undefined;
22
+ export declare function extractFileNewPreview(input: unknown): FileNewPreviewPayload | undefined;
23
+ export declare function extractFileEditLineNumbers(message: ToolWebMessage): LineNumbers | undefined;
24
+ /**
25
+ * The tool call's human-readable `description` (the intent), if present and
26
+ * non-empty. Bash and FileEdit surface it as the primary header line, matching
27
+ * the TUI treatment. Returns undefined when absent so callers fall back to the
28
+ * neutral phrase.
29
+ */
30
+ export declare function extractToolDescription(input: unknown): string | undefined;
31
+ export declare function formatToolApprovalInput(toolName: string, input: unknown): string;
32
+ /**
33
+ * Builds the body sections (args / diff / result / summary) for a tool message.
34
+ *
35
+ * Used by `UnknownToolRender` to render the args/result/diff body for tools
36
+ * not in the registry.
37
+ *
38
+ * @param message - The tool message.
39
+ * @param opts - Options derived from the renderer (only `mainArg` is used to
40
+ * determine whether the summary is already represented in the header).
41
+ */
42
+ export declare function createToolBodySections(message: ToolWebMessage, opts?: {
43
+ mainArg?: string;
44
+ }): ToolBodySections;
45
+ //# sourceMappingURL=tool-formatters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-formatters.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/tool-formatters.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,QAAQ,EACb,KAAK,WAAW,EAEjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAc,cAAc,EAAE,MAAM,WAAW,CAAC;AAkB5D,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE;QAAE,KAAK,EAAE,QAAQ,EAAE,CAAA;KAAE,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAwCD,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAW1D;AAsCD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,OAAO,GAAG,mBAAmB,GAAG,SAAS,CAUnF;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,qBAAqB,GAAG,SAAS,CAQvF;AAeD,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,cAAc,GAAG,WAAW,GAAG,SAAS,CAI3F;AAaD;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAEzE;AAED,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,MAAM,CAIhF;AAED;;;;;;;;;GASG;AACH,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,cAAc,EACvB,IAAI,GAAE;IAAE,OAAO,CAAC,EAAE,MAAM,CAAA;CAAO,GAC9B,gBAAgB,CA8BlB"}
@@ -0,0 +1,39 @@
1
+ import type { ToolMessageStatus } from "@/session";
2
+ /**
3
+ * Web glyph mapping. Identical to the shared CLI glyphs except completed tools
4
+ * ("ok") render a check (`✓`) instead of the gear (`⚙`): in the unified-rail
5
+ * transcript the glyph encodes status, so a meaningful "done" mark beats a
6
+ * generic gear that reads as decoration on every row.
7
+ */
8
+ export declare function getToolStatusGlyph(status: ToolMessageStatus): string;
9
+ /**
10
+ * Map a tool message status to a web CSS custom-property color token string.
11
+ *
12
+ * Reproduces the CLI's equivalence classes from `toolStatus.ts` +
13
+ * `runtime.ts:365-372`:
14
+ * approved/running/ok → orange (→ var(--color-accent), the brand/accent token)
15
+ * error/rejected → red (→ var(--color-error))
16
+ * pending → yellow (no web yellow token exists; deliberate
17
+ * substitution to var(--color-muted) — nearest
18
+ * neutral; switch to var(--color-warning) if a
19
+ * yellow warning token is later added to the theme)
20
+ *
21
+ * Returns only `var(--color-*)` strings; never raw hex values.
22
+ */
23
+ export declare function getToolStatusColorVar(status: ToolMessageStatus): string;
24
+ /**
25
+ * Color token for the redesigned header *node* (the tool-type icon), under the
26
+ * "status by exception" rule: a completed or idle action is silent grayscale —
27
+ * only live work and failures earn color. This is the deliberate divergence
28
+ * from `getToolStatusColorVar` (which keeps the CLI orange-equivalence for the
29
+ * legacy glyph-fallback path): here `ok`/`approved`-done reads as neutral so a
30
+ * wall of successful reads stays quiet and the one failing row stands out.
31
+ *
32
+ * running → accent (live; also animated via .nv-tool-status--running)
33
+ * approved → accent (just-approved, about to run)
34
+ * error / rejected → error (needs you)
35
+ * pending → warning (a real warning token now exists in the theme)
36
+ * ok / default → muted (the silent default — the whole point)
37
+ */
38
+ export declare function getToolNodeColorVar(status: ToolMessageStatus): string;
39
+ //# sourceMappingURL=tool-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-status.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/tool-status.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,iBAAiB,GAAG,MAAM,CAGpE;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,iBAAiB,GAAG,MAAM,CAoBvE;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,iBAAiB,GAAG,MAAM,CAarE"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Pure helpers for the transcript flat row model.
3
+ *
4
+ * No React, no DOM, no useMemo — suitable for use in components and tests.
5
+ */
6
+ import type { WebMessage } from "@/session";
7
+ export type TranscriptRow = {
8
+ key: string;
9
+ message: WebMessage;
10
+ };
11
+ /** Flat, ordered list of top-level rows: one per message that has no parent. */
12
+ export declare function buildTranscriptRows(messages: WebMessage[]): TranscriptRow[];
13
+ /** parentToolCallId -> child messages (for nested delegation rendering). */
14
+ export declare function buildChildIndex(messages: WebMessage[]): Map<string, WebMessage[]>;
15
+ //# sourceMappingURL=transcript-rows.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transcript-rows.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/transcript-rows.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,MAAM,MAAM,aAAa,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,UAAU,CAAA;CAAE,CAAC;AAEjE,gFAAgF;AAChF,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,UAAU,EAAE,GAAG,aAAa,EAAE,CAO3E;AAED,4EAA4E;AAC5E,wBAAgB,eAAe,CAAC,QAAQ,EAAE,UAAU,EAAE,GAAG,GAAG,CAAC,MAAM,EAAE,UAAU,EAAE,CAAC,CAWjF"}
@@ -0,0 +1,20 @@
1
+ import type { ToolWebMessage, WebMessage } from "@/session";
2
+ import type { TranscriptRow } from "./transcript-rows";
3
+ export type TurnGroup = {
4
+ kind: "turn";
5
+ key: string;
6
+ tools: ToolWebMessage[];
7
+ };
8
+ export type MessageGroupRow = {
9
+ kind: "message";
10
+ key: string;
11
+ message: WebMessage;
12
+ };
13
+ export type DisplayGroup = TurnGroup | MessageGroupRow;
14
+ /**
15
+ * Collapse consecutive `role === "tool"` rows into a single `turn` group so the
16
+ * transcript can draw one continuous spine per run of tool calls. Non-tool rows
17
+ * pass through as their own `message` group. The group key is the first row's key.
18
+ */
19
+ export declare function buildTurnGroups(rows: TranscriptRow[]): DisplayGroup[];
20
+ //# sourceMappingURL=turn-groups.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"turn-groups.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/turn-groups.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,MAAM,MAAM,SAAS,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,cAAc,EAAE,CAAA;CAAE,CAAC;AAC/E,MAAM,MAAM,eAAe,GAAG;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,UAAU,CAAA;CAAE,CAAC;AACpF,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,eAAe,CAAC;AAEvD;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,aAAa,EAAE,GAAG,YAAY,EAAE,CAoBrE"}
@@ -0,0 +1,11 @@
1
+ import type { ToolWebMessage } from "@/session";
2
+ export interface TurnSummary {
3
+ /** True while any tool in the run is still non-terminal. */
4
+ live: boolean;
5
+ /** Number of tools that errored or were rejected. */
6
+ failedCount: number;
7
+ /** Natural-language summary title, e.g. "Read 8 files, ran 3 commands, and edited 3 files". */
8
+ summary: string;
9
+ }
10
+ export declare function summarizeTurn(tools: ToolWebMessage[]): TurnSummary;
11
+ //# sourceMappingURL=turn-summary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"turn-summary.d.ts","sourceRoot":"","sources":["../../../../src/features/transcript/lib/turn-summary.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,WAAW;IAC1B,4DAA4D;IAC5D,IAAI,EAAE,OAAO,CAAC;IACd,qDAAqD;IACrD,WAAW,EAAE,MAAM,CAAC;IACpB,+FAA+F;IAC/F,OAAO,EAAE,MAAM,CAAC;CACjB;AAiDD,wBAAgB,aAAa,CAAC,KAAK,EAAE,cAAc,EAAE,GAAG,WAAW,CA8BlE"}
@@ -0,0 +1,11 @@
1
+ import type { WorkflowViewState } from "@nuvin/session/protocol";
2
+ export type WorkflowsPanelProps = {
3
+ runs: WorkflowViewState[];
4
+ };
5
+ /**
6
+ * Minimal web `/workflows` view (spec §7.3, §8.2, D8). Renders the titled
7
+ * phase→step tree(s) from the reduced `workflows` state. UI-only — never agent
8
+ * context. Renders nothing when there are no runs (zero chrome).
9
+ */
10
+ export declare function WorkflowsPanel({ runs }: WorkflowsPanelProps): import("react/jsx-runtime").JSX.Element | null;
11
+ //# sourceMappingURL=WorkflowsPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkflowsPanel.d.ts","sourceRoot":"","sources":["../../../src/features/workflows/WorkflowsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,iBAAiB,EAClB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,iBAAiB,EAAE,CAAC;CAC3B,CAAC;AAuCF;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,EAAE,mBAAmB,kDAW3D"}
@@ -0,0 +1,3 @@
1
+ export type { WorkflowsPanelProps } from "./WorkflowsPanel";
2
+ export { WorkflowsPanel } from "./WorkflowsPanel";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/workflows/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,45 @@
1
+ export type { WorkflowViewState } from "@nuvin/session/protocol";
2
+ export type { AppBodyProps, AppProps } from "./app/App";
3
+ export { AppBody } from "./app/App";
4
+ export { AppShell } from "./app/AppShell";
5
+ export { Header, headerShellClassName, headerTitleClassName, showSessionTape } from "./app/Header";
6
+ export { DaemonLayout, DraftView, Picker, RootLayout, SessionView, } from "./app/route-components";
7
+ export { appRouteChildren, buildRoutes } from "./app/routes";
8
+ export { SessionSubHeader } from "./app/SessionSubHeader";
9
+ export { WorkspacePanel } from "./app/WorkspacePanel";
10
+ export { type AuthGate, AuthGateContext, localAuthGate, useAuthGate, } from "./features/account/auth-gate";
11
+ export { Composer } from "./features/composer";
12
+ export type { ConfigClient } from "./features/config";
13
+ export { CloudProviderSetup, createConfigClient, createProtocolConfigClient, OnboardingGate, ProviderManagerPanel, useProviderStatus, WorkspaceManagerPanel, } from "./features/config";
14
+ export { DaemonRail } from "./features/daemon-switcher";
15
+ export { createSimpleDiff, type DiffLine, DiffView, linesAsAdditions, } from "./features/diff";
16
+ export type { SidebarRow } from "./features/launcher";
17
+ export { buildSidebarModel, SessionSidebar, useDaemonHistory, } from "./features/launcher";
18
+ export type { StartSessionPayload } from "./features/new-session";
19
+ export { StartScreen } from "./features/new-session";
20
+ export { buildPickerGroups, PickerSession, type PickerSessionRow, } from "./features/picker";
21
+ export { countNeedsInput, deriveTabTitle, tabIndicator, } from "./features/tabs/tab-model";
22
+ export type { ThemeMode } from "./features/theme";
23
+ export { ThemeToggle, useThemeMode } from "./features/theme";
24
+ export { deriveProcessingState, MessageList, ProcessingIndicator, } from "./features/transcript";
25
+ export { WorkflowsPanel } from "./features/workflows";
26
+ export { acquireDirectoryLink, attachedTabKeys, attachSession, type BasicWebMessage, type BuildBrowserDirectoryOptions, browserSocketFactory, buildBrowserDirectory, connectDirectory, connectedClient, connectTransport, createDraftTab, createLocalDirectorySource, createSessionThenSwitch, type DaemonMeta, type DirectorySnapshot, type DirectorySource, desiredLinkNames, detachTab, disconnectDirectory, disconnectTransport, ensureAttached, ensureDraftTab, fetchServers, focusTab, getActiveSource, getDaemonMeta, getDefaultSessionId, getDirectory, getDirectoryError, getResumedHistoryIds, getServerEntries, getServerEntry, handleWebClientSlashCommand, isServerOnline, type JsonObject, type JsonValue, openColdTranscript, refreshDirectory, reportError, resetEnsureAttachedForTests, resolveSessionRoute, resumeColdViewingTab, resumeThenSwitch, type ServersResponse, type SessionRouteDeps, type StartSessionOptions, sendAbort, sendAnswer, sendApproval, sendDequeue, sendNewSession, sendSubmit, setForegroundKey, snapshotFromSessionState, startSession, swapTabKey, switchSession, type TabState, type ToolMessageStatus, type ToolWebMessage, type UseSessionTransportOptions, useAllDirectoryLinks, useDaemonMeta, useDirectory, useDirectoryLink, usePickerPoll, useSessionStore, useSessionTransport, useTab, useTabDraft, type WebApprovalDecision, type WebApprovalSnapshot, type WebClientActions, type WebDirectoryEntry, type WebMessage, type WebServerEntry, type WebSessionCredentials, type WebSessionSnapshot, webClientCommandDescriptors, } from "./session";
27
+ export { useStickToBottomSentinel } from "./shared/hooks/use-stick-to-bottom-sentinel";
28
+ export { type AppNavigateFn, type AppNavigateOptions, appNavigate, daemonPath, draftPath, homePath, registerNavigate, sessionPath, } from "./shared/lib/navigation";
29
+ export { appToast, clearToasts, dismissToast, getToasts, subscribeToasts, } from "./shared/lib/toast";
30
+ export { cn } from "./shared/lib/utils";
31
+ export { Avatar, AvatarFallback, AvatarImage } from "./shared/ui/avatar";
32
+ export { Badge, badgeVariants } from "./shared/ui/badge";
33
+ export { Button, buttonVariants } from "./shared/ui/button";
34
+ export { CopyButton } from "./shared/ui/CopyButton";
35
+ export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, } from "./shared/ui/command";
36
+ export { ConfirmDialog } from "./shared/ui/confirm-dialog";
37
+ export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, } from "./shared/ui/dropdown-menu";
38
+ export { Input } from "./shared/ui/input";
39
+ export { Kbd } from "./shared/ui/kbd";
40
+ export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger, } from "./shared/ui/popover";
41
+ export { ScrollArea, ScrollBar } from "./shared/ui/scroll-area";
42
+ export { Tabs, TabsContent, TabsList, TabsTrigger, } from "./shared/ui/tabs";
43
+ export { ToastHost } from "./shared/ui/toast";
44
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from "./shared/ui/tooltip";
45
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}