@handled-ai/design-system 0.8.0 → 0.9.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 (336) hide show
  1. package/README.md +14 -4
  2. package/dist/charts/bar-chart-component.d.ts +24 -0
  3. package/dist/charts/bar-chart-component.js +123 -0
  4. package/dist/charts/bar-chart-component.js.map +1 -0
  5. package/dist/charts/chart-tooltip.d.ts +26 -0
  6. package/dist/charts/chart-tooltip.js +69 -0
  7. package/dist/charts/chart-tooltip.js.map +1 -0
  8. package/dist/charts/chart.d.ts +64 -0
  9. package/dist/charts/chart.js +285 -0
  10. package/dist/charts/chart.js.map +1 -0
  11. package/dist/charts/donut-chart.d.ts +21 -0
  12. package/dist/charts/donut-chart.js +96 -0
  13. package/dist/charts/donut-chart.js.map +1 -0
  14. package/dist/charts/index.d.ts +11 -0
  15. package/dist/charts/index.js +10 -0
  16. package/dist/charts/index.js.map +1 -0
  17. package/dist/charts/pipeline-overview.d.ts +76 -0
  18. package/dist/charts/pipeline-overview.js +372 -0
  19. package/dist/charts/pipeline-overview.js.map +1 -0
  20. package/dist/charts/sankey-chart.d.ts +52 -0
  21. package/dist/charts/sankey-chart.js +219 -0
  22. package/dist/charts/sankey-chart.js.map +1 -0
  23. package/dist/charts/top-line-metrics.d.ts +26 -0
  24. package/dist/charts/top-line-metrics.js +224 -0
  25. package/dist/charts/top-line-metrics.js.map +1 -0
  26. package/dist/charts/trend-area-chart.d.ts +21 -0
  27. package/dist/charts/trend-area-chart.js +150 -0
  28. package/dist/charts/trend-area-chart.js.map +1 -0
  29. package/dist/charts/volume-analysis-chart.d.ts +19 -0
  30. package/dist/charts/volume-analysis-chart.js +121 -0
  31. package/dist/charts/volume-analysis-chart.js.map +1 -0
  32. package/dist/components/activity-detail.d.ts +38 -0
  33. package/dist/components/activity-detail.js +163 -0
  34. package/dist/components/activity-detail.js.map +1 -0
  35. package/dist/components/activity-log.d.ts +21 -0
  36. package/dist/components/activity-log.js +61 -0
  37. package/dist/components/activity-log.js.map +1 -0
  38. package/dist/components/agent-popover.d.ts +71 -0
  39. package/dist/components/agent-popover.js +282 -0
  40. package/dist/components/agent-popover.js.map +1 -0
  41. package/dist/components/agent-widget.d.ts +24 -0
  42. package/dist/components/agent-widget.js +117 -0
  43. package/dist/components/agent-widget.js.map +1 -0
  44. package/dist/components/avatar.d.ts +13 -0
  45. package/dist/components/avatar.js +140 -0
  46. package/dist/components/avatar.js.map +1 -0
  47. package/dist/components/badge.d.ts +12 -0
  48. package/dist/components/badge.js +75 -0
  49. package/dist/components/badge.js.map +1 -0
  50. package/dist/components/button.d.ts +13 -0
  51. package/dist/components/button.js +83 -0
  52. package/dist/components/button.js.map +1 -0
  53. package/dist/components/card.d.ts +11 -0
  54. package/dist/components/card.js +119 -0
  55. package/dist/components/card.js.map +1 -0
  56. package/dist/components/contact-list.d.ts +34 -0
  57. package/dist/components/contact-list.js +84 -0
  58. package/dist/components/contact-list.js.map +1 -0
  59. package/dist/components/dashboard-cards.d.ts +10 -0
  60. package/dist/components/dashboard-cards.js +164 -0
  61. package/dist/components/dashboard-cards.js.map +1 -0
  62. package/dist/components/data-table-display.d.ts +19 -0
  63. package/dist/components/data-table-display.js +109 -0
  64. package/dist/components/data-table-display.js.map +1 -0
  65. package/dist/components/data-table-filter.d.ts +18 -0
  66. package/dist/components/data-table-filter.js +107 -0
  67. package/dist/components/data-table-filter.js.map +1 -0
  68. package/dist/components/data-table-quick-views.d.ts +13 -0
  69. package/dist/components/data-table-quick-views.js +90 -0
  70. package/dist/components/data-table-quick-views.js.map +1 -0
  71. package/dist/components/data-table-toolbar.d.ts +18 -0
  72. package/dist/components/data-table-toolbar.js +45 -0
  73. package/dist/components/data-table-toolbar.js.map +1 -0
  74. package/dist/components/data-table.d.ts +39 -0
  75. package/dist/components/data-table.js +821 -0
  76. package/dist/components/data-table.js.map +1 -0
  77. package/dist/components/detail-view.d.ts +44 -0
  78. package/dist/components/detail-view.js +165 -0
  79. package/dist/components/detail-view.js.map +1 -0
  80. package/dist/components/dialog.d.ts +19 -0
  81. package/dist/components/dialog.js +188 -0
  82. package/dist/components/dialog.js.map +1 -0
  83. package/dist/components/dropdown-menu.d.ts +27 -0
  84. package/dist/components/dropdown-menu.js +279 -0
  85. package/dist/components/dropdown-menu.js.map +1 -0
  86. package/dist/components/entity-panel.d.ts +69 -0
  87. package/dist/components/entity-panel.js +584 -0
  88. package/dist/components/entity-panel.js.map +1 -0
  89. package/dist/components/inbox-row.d.ts +27 -0
  90. package/dist/components/inbox-row.js +139 -0
  91. package/dist/components/inbox-row.js.map +1 -0
  92. package/dist/components/inbox-toolbar.d.ts +21 -0
  93. package/dist/components/inbox-toolbar.js +203 -0
  94. package/dist/components/inbox-toolbar.js.map +1 -0
  95. package/dist/components/input.d.ts +5 -0
  96. package/dist/components/input.js +50 -0
  97. package/dist/components/input.js.map +1 -0
  98. package/dist/components/insights-filter-bar.d.ts +21 -0
  99. package/dist/components/insights-filter-bar.js +99 -0
  100. package/dist/components/insights-filter-bar.js.map +1 -0
  101. package/dist/components/item-list-display.d.ts +22 -0
  102. package/dist/components/item-list-display.js +240 -0
  103. package/dist/components/item-list-display.js.map +1 -0
  104. package/dist/components/item-list-filter.d.ts +16 -0
  105. package/dist/components/item-list-filter.js +87 -0
  106. package/dist/components/item-list-filter.js.map +1 -0
  107. package/dist/components/item-list-toolbar.d.ts +25 -0
  108. package/dist/components/item-list-toolbar.js +79 -0
  109. package/dist/components/item-list-toolbar.js.map +1 -0
  110. package/dist/components/item-list.d.ts +20 -0
  111. package/dist/components/item-list.js +702 -0
  112. package/dist/components/item-list.js.map +1 -0
  113. package/dist/components/label.d.ts +6 -0
  114. package/dist/components/label.js +55 -0
  115. package/dist/components/label.js.map +1 -0
  116. package/dist/components/message.d.ts +23 -0
  117. package/dist/components/message.js +117 -0
  118. package/dist/components/message.js.map +1 -0
  119. package/dist/components/metric-card.d.ts +25 -0
  120. package/dist/components/metric-card.js +107 -0
  121. package/dist/components/metric-card.js.map +1 -0
  122. package/dist/components/performance-metrics-table.d.ts +38 -0
  123. package/dist/components/performance-metrics-table.js +342 -0
  124. package/dist/components/performance-metrics-table.js.map +1 -0
  125. package/dist/components/preview-list.d.ts +14 -0
  126. package/dist/components/preview-list.js +83 -0
  127. package/dist/components/preview-list.js.map +1 -0
  128. package/dist/components/progress.d.ts +6 -0
  129. package/dist/components/progress.js +69 -0
  130. package/dist/components/progress.js.map +1 -0
  131. package/dist/components/quick-action-chat-area.d.ts +24 -0
  132. package/dist/components/quick-action-chat-area.js +178 -0
  133. package/dist/components/quick-action-chat-area.js.map +1 -0
  134. package/dist/components/quick-action-modal.d.ts +30 -0
  135. package/dist/components/quick-action-modal.js +288 -0
  136. package/dist/components/quick-action-modal.js.map +1 -0
  137. package/dist/components/quick-action-sidebar-nav.d.ts +51 -0
  138. package/dist/components/quick-action-sidebar-nav.js +528 -0
  139. package/dist/components/quick-action-sidebar-nav.js.map +1 -0
  140. package/dist/components/recommended-actions-section.d.ts +23 -0
  141. package/dist/components/recommended-actions-section.js +215 -0
  142. package/dist/components/recommended-actions-section.js.map +1 -0
  143. package/dist/components/report-card.d.ts +26 -0
  144. package/dist/components/report-card.js +69 -0
  145. package/dist/components/report-card.js.map +1 -0
  146. package/dist/components/score-analysis-modal.d.ts +26 -0
  147. package/dist/components/score-analysis-modal.js +141 -0
  148. package/dist/components/score-analysis-modal.js.map +1 -0
  149. package/dist/components/score-breakdown.d.ts +17 -0
  150. package/dist/components/score-breakdown.js +162 -0
  151. package/dist/components/score-breakdown.js.map +1 -0
  152. package/dist/components/score-feedback.d.ts +40 -0
  153. package/dist/components/score-feedback.js +209 -0
  154. package/dist/components/score-feedback.js.map +1 -0
  155. package/dist/components/score-ring.d.ts +14 -0
  156. package/dist/components/score-ring.js +79 -0
  157. package/dist/components/score-ring.js.map +1 -0
  158. package/dist/components/scroll-area.d.ts +7 -0
  159. package/dist/components/scroll-area.js +101 -0
  160. package/dist/components/scroll-area.js.map +1 -0
  161. package/dist/components/select.d.ts +17 -0
  162. package/dist/components/select.js +228 -0
  163. package/dist/components/select.js.map +1 -0
  164. package/dist/components/separator.d.ts +6 -0
  165. package/dist/components/separator.js +61 -0
  166. package/dist/components/separator.js.map +1 -0
  167. package/dist/components/sheet.d.ts +16 -0
  168. package/dist/components/sheet.js +168 -0
  169. package/dist/components/sheet.js.map +1 -0
  170. package/dist/components/sidebar.d.ts +73 -0
  171. package/dist/components/sidebar.js +723 -0
  172. package/dist/components/sidebar.js.map +1 -0
  173. package/dist/components/signal-feedback-inline.d.ts +51 -0
  174. package/dist/components/signal-feedback-inline.js +548 -0
  175. package/dist/components/signal-feedback-inline.js.map +1 -0
  176. package/dist/components/simple-data-table.d.ts +15 -0
  177. package/dist/components/simple-data-table.js +91 -0
  178. package/dist/components/simple-data-table.js.map +1 -0
  179. package/dist/components/skeleton.d.ts +5 -0
  180. package/dist/components/skeleton.js +44 -0
  181. package/dist/components/skeleton.js.map +1 -0
  182. package/dist/components/status-badge.d.ts +10 -0
  183. package/dist/components/status-badge.js +82 -0
  184. package/dist/components/status-badge.js.map +1 -0
  185. package/dist/components/styled-bar-list.d.ts +20 -0
  186. package/dist/components/styled-bar-list.js +59 -0
  187. package/dist/components/styled-bar-list.js.map +1 -0
  188. package/dist/components/suggested-actions.d.ts +110 -0
  189. package/dist/components/suggested-actions.js +1538 -0
  190. package/dist/components/suggested-actions.js.map +1 -0
  191. package/dist/components/table.d.ts +12 -0
  192. package/dist/components/table.js +147 -0
  193. package/dist/components/table.js.map +1 -0
  194. package/dist/components/tabs.d.ts +14 -0
  195. package/dist/components/tabs.js +129 -0
  196. package/dist/components/tabs.js.map +1 -0
  197. package/dist/components/textarea.d.ts +5 -0
  198. package/dist/components/textarea.js +47 -0
  199. package/dist/components/textarea.js.map +1 -0
  200. package/dist/components/timeline-activity.d.ts +34 -0
  201. package/dist/components/timeline-activity.js +181 -0
  202. package/dist/components/timeline-activity.js.map +1 -0
  203. package/dist/components/tooltip.d.ts +9 -0
  204. package/dist/components/tooltip.js +93 -0
  205. package/dist/components/tooltip.js.map +1 -0
  206. package/dist/components/view-mode-toggle.d.ts +16 -0
  207. package/dist/components/view-mode-toggle.js +24 -0
  208. package/dist/components/view-mode-toggle.js.map +1 -0
  209. package/dist/hooks/use-mobile.d.ts +3 -0
  210. package/dist/hooks/use-mobile.js +21 -0
  211. package/dist/hooks/use-mobile.js.map +1 -0
  212. package/dist/index.d.ts +68 -1878
  213. package/dist/index.js +69 -10918
  214. package/dist/index.js.map +1 -1
  215. package/dist/lib/icons.d.ts +18 -0
  216. package/dist/lib/icons.js +21 -0
  217. package/dist/lib/icons.js.map +1 -0
  218. package/dist/lib/utils.d.ts +5 -0
  219. package/dist/lib/utils.js +9 -0
  220. package/dist/lib/utils.js.map +1 -0
  221. package/dist/prototype/index.d.ts +20 -0
  222. package/dist/prototype/index.js +8 -0
  223. package/dist/prototype/index.js.map +1 -0
  224. package/dist/prototype/prototype-accounts-view.d.ts +22 -0
  225. package/dist/prototype/prototype-accounts-view.js +70 -0
  226. package/dist/prototype/prototype-accounts-view.js.map +1 -0
  227. package/dist/prototype/prototype-admin-view.d.ts +21 -0
  228. package/dist/prototype/prototype-admin-view.js +53 -0
  229. package/dist/prototype/prototype-admin-view.js.map +1 -0
  230. package/dist/prototype/prototype-config.d.ts +226 -0
  231. package/dist/prototype/prototype-config.js +1 -0
  232. package/dist/prototype/prototype-config.js.map +1 -0
  233. package/dist/prototype/prototype-inbox-view.d.ts +48 -0
  234. package/dist/prototype/prototype-inbox-view.js +701 -0
  235. package/dist/prototype/prototype-inbox-view.js.map +1 -0
  236. package/dist/prototype/prototype-insights-view.d.ts +23 -0
  237. package/dist/prototype/prototype-insights-view.js +335 -0
  238. package/dist/prototype/prototype-insights-view.js.map +1 -0
  239. package/dist/prototype/prototype-shell.d.ts +40 -0
  240. package/dist/prototype/prototype-shell.js +190 -0
  241. package/dist/prototype/prototype-shell.js.map +1 -0
  242. package/dist/prototype/prototype-work-queue-view.d.ts +8 -0
  243. package/dist/prototype/prototype-work-queue-view.js +17 -0
  244. package/dist/prototype/prototype-work-queue-view.js.map +1 -0
  245. package/dist/three/agent-orb.d.ts +39 -0
  246. package/dist/three/agent-orb.js +500 -0
  247. package/dist/three/agent-orb.js.map +1 -0
  248. package/dist/three/index.d.ts +2 -0
  249. package/dist/three/index.js +2 -0
  250. package/dist/three/index.js.map +1 -0
  251. package/package.json +98 -17
  252. package/src/charts/bar-chart-component.tsx +150 -0
  253. package/src/charts/chart-tooltip.tsx +86 -0
  254. package/src/charts/chart.tsx +371 -0
  255. package/src/charts/donut-chart.tsx +112 -0
  256. package/src/charts/index.ts +13 -0
  257. package/src/charts/pipeline-overview.tsx +476 -0
  258. package/src/charts/sankey-chart.tsx +290 -0
  259. package/src/charts/top-line-metrics.tsx +261 -0
  260. package/src/charts/trend-area-chart.tsx +150 -0
  261. package/src/charts/volume-analysis-chart.tsx +124 -0
  262. package/src/components/activity-detail.tsx +233 -0
  263. package/src/components/activity-log.tsx +89 -0
  264. package/src/components/agent-popover.tsx +373 -0
  265. package/src/components/agent-widget.tsx +163 -0
  266. package/src/components/avatar.tsx +109 -0
  267. package/src/components/badge.tsx +48 -0
  268. package/src/components/button.tsx +59 -0
  269. package/src/components/card.tsx +92 -0
  270. package/src/components/contact-list.tsx +121 -0
  271. package/src/components/dashboard-cards.tsx +170 -0
  272. package/src/components/data-table-display.tsx +139 -0
  273. package/src/components/data-table-filter.tsx +138 -0
  274. package/src/components/data-table-quick-views.tsx +103 -0
  275. package/src/components/data-table-toolbar.tsx +56 -0
  276. package/src/components/data-table.tsx +915 -0
  277. package/src/components/detail-view.tsx +237 -0
  278. package/src/components/dialog.tsx +158 -0
  279. package/src/components/dropdown-menu.tsx +257 -0
  280. package/src/components/entity-panel.tsx +767 -0
  281. package/src/components/inbox-row.tsx +132 -0
  282. package/src/components/inbox-toolbar.tsx +213 -0
  283. package/src/components/input.tsx +21 -0
  284. package/src/components/insights-filter-bar.tsx +132 -0
  285. package/src/components/item-list-display.tsx +278 -0
  286. package/src/components/item-list-filter.tsx +118 -0
  287. package/src/components/item-list-toolbar.tsx +97 -0
  288. package/src/components/item-list.tsx +843 -0
  289. package/src/components/label.tsx +24 -0
  290. package/src/components/message.tsx +83 -0
  291. package/src/components/metric-card.tsx +178 -0
  292. package/src/components/performance-metrics-table.tsx +442 -0
  293. package/src/components/preview-list.tsx +62 -0
  294. package/src/components/progress.tsx +31 -0
  295. package/src/components/quick-action-chat-area.tsx +156 -0
  296. package/src/components/quick-action-modal.tsx +331 -0
  297. package/src/components/quick-action-sidebar-nav.tsx +592 -0
  298. package/src/components/recommended-actions-section.tsx +258 -0
  299. package/src/components/report-card.tsx +106 -0
  300. package/src/components/score-analysis-modal.tsx +172 -0
  301. package/src/components/score-breakdown.tsx +179 -0
  302. package/src/components/score-feedback.tsx +288 -0
  303. package/src/components/score-ring.tsx +87 -0
  304. package/src/components/scroll-area.tsx +58 -0
  305. package/src/components/select.tsx +190 -0
  306. package/src/components/separator.tsx +28 -0
  307. package/src/components/sheet.tsx +143 -0
  308. package/src/components/sidebar.tsx +726 -0
  309. package/src/components/signal-feedback-inline.tsx +591 -0
  310. package/src/components/simple-data-table.tsx +124 -0
  311. package/src/components/skeleton.tsx +15 -0
  312. package/src/components/status-badge.tsx +63 -0
  313. package/src/components/styled-bar-list.tsx +70 -0
  314. package/src/components/suggested-actions.tsx +1985 -0
  315. package/src/components/table.tsx +116 -0
  316. package/src/components/tabs.tsx +91 -0
  317. package/src/components/textarea.tsx +18 -0
  318. package/src/components/timeline-activity.tsx +234 -0
  319. package/src/components/tooltip.tsx +57 -0
  320. package/src/components/view-mode-toggle.tsx +39 -0
  321. package/src/hooks/use-mobile.ts +21 -0
  322. package/src/index.ts +77 -0
  323. package/src/lib/icons.ts +18 -0
  324. package/src/lib/utils.ts +6 -0
  325. package/src/prototype/index.ts +11 -0
  326. package/src/prototype/prototype-accounts-view.tsx +112 -0
  327. package/src/prototype/prototype-admin-view.tsx +67 -0
  328. package/src/prototype/prototype-config.ts +243 -0
  329. package/src/prototype/prototype-inbox-view.tsx +810 -0
  330. package/src/prototype/prototype-insights-view.tsx +379 -0
  331. package/src/prototype/prototype-shell.tsx +219 -0
  332. package/src/prototype/prototype-work-queue-view.tsx +30 -0
  333. package/src/styles/globals.css +299 -0
  334. package/src/three/agent-orb.tsx +557 -0
  335. package/src/three/index.ts +5 -0
  336. package/src/types/r3f.d.ts +8 -0
package/dist/index.d.ts CHANGED
@@ -1,1878 +1,68 @@
1
- import { ClassValue } from 'clsx';
2
- import * as React from 'react';
3
- import { HTMLAttributes, ComponentProps } from 'react';
4
- import { Avatar as Avatar$1, Dialog as Dialog$1, DropdownMenu as DropdownMenu$1, Progress as Progress$1, ScrollArea as ScrollArea$1, Select as Select$1, Separator as Separator$1, Tooltip as Tooltip$1, Tabs as Tabs$1 } from 'radix-ui';
5
- import * as class_variance_authority_types from 'class-variance-authority/types';
6
- import { VariantProps } from 'class-variance-authority';
7
- import * as RechartsPrimitive from 'recharts';
8
- import { SortingState, ColumnDef } from '@tanstack/react-table';
9
- import * as LabelPrimitive from '@radix-ui/react-label';
10
- import { LucideIcon } from 'lucide-react';
11
-
12
- declare function cn(...inputs: ClassValue[]): string;
13
-
14
- declare function useIsMobile(): boolean;
15
-
16
- interface ActivityThreadMessage {
17
- id: string;
18
- sender: string;
19
- time: string;
20
- content: string;
21
- isCurrent?: boolean;
22
- to?: string;
23
- cc?: string;
24
- subject?: string;
25
- }
26
- interface ActivityParticipant {
27
- name: string;
28
- role?: string;
29
- }
30
- interface ActivityDetailData {
31
- icon: React.ReactNode;
32
- title: string;
33
- details: string;
34
- content?: string;
35
- time: string;
36
- source: string;
37
- sourceIcon?: React.ReactNode;
38
- type?: "email" | "call" | "meeting" | "signal";
39
- thread?: ActivityThreadMessage[];
40
- participants?: ActivityParticipant[];
41
- tags?: string[];
42
- externalUrl?: string;
43
- }
44
- interface ActivityDetailProps {
45
- activity: ActivityDetailData;
46
- onBack?: () => void;
47
- actions?: React.ReactNode;
48
- }
49
- declare function ActivityDetail({ activity, onBack, actions }: ActivityDetailProps): React.JSX.Element;
50
-
51
- interface ActivityLogItem {
52
- id: string;
53
- type: "workout" | "weighin" | "biometric" | "checkin" | string;
54
- title: string;
55
- details: string;
56
- date: string;
57
- time: string;
58
- }
59
- interface ActivityLogProps {
60
- items: ActivityLogItem[];
61
- title?: string;
62
- initialLimit?: number;
63
- }
64
- declare function ActivityRow({ item }: {
65
- item: ActivityLogItem;
66
- }): React.JSX.Element;
67
- declare function ActivityLog({ items, title, initialLimit }: ActivityLogProps): React.JSX.Element;
68
-
69
- declare function Avatar({ className, size, ...props }: React.ComponentProps<typeof Avatar$1.Root> & {
70
- size?: "default" | "sm" | "lg";
71
- }): React.JSX.Element;
72
- declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof Avatar$1.Image>): React.JSX.Element;
73
- declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof Avatar$1.Fallback>): React.JSX.Element;
74
- declare function AvatarBadge({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
75
- declare function AvatarGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
76
- declare function AvatarGroupCount({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
77
-
78
- declare const badgeVariants: (props?: ({
79
- variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
80
- } & class_variance_authority_types.ClassProp) | undefined) => string;
81
- declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
82
- asChild?: boolean;
83
- }): React.JSX.Element;
84
-
85
- interface BarSeries {
86
- dataKey: string;
87
- color: string;
88
- name?: string;
89
- icon?: React.ComponentType<{
90
- className?: string;
91
- }>;
92
- barSize?: number;
93
- }
94
- interface BarChartComponentProps {
95
- data: Record<string, unknown>[];
96
- bars: BarSeries[];
97
- height?: number;
98
- xAxisKey?: string;
99
- showGrid?: boolean;
100
- showLegend?: boolean;
101
- barGap?: number;
102
- className?: string;
103
- }
104
- declare function BarChartComponent({ data, bars, height, xAxisKey, showGrid, showLegend, barGap, className, }: BarChartComponentProps): React.JSX.Element;
105
-
106
- declare const buttonVariants: (props?: ({
107
- variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
108
- size?: "default" | "sm" | "lg" | "icon" | null | undefined;
109
- } & class_variance_authority_types.ClassProp) | undefined) => string;
110
- declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
111
- asChild?: boolean;
112
- }): React.JSX.Element;
113
-
114
- declare function Card({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
115
- declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
116
- declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
117
- declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
118
- declare function CardAction({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
119
- declare function CardContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
120
- declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
121
-
122
- declare const THEMES: {
123
- readonly light: "";
124
- readonly dark: ".dark";
125
- };
126
- type ChartConfig = {
127
- [k in string]: {
128
- label?: React.ReactNode;
129
- icon?: React.ComponentType;
130
- } & ({
131
- color?: string;
132
- theme?: never;
133
- } | {
134
- color?: never;
135
- theme: Record<keyof typeof THEMES, string>;
136
- });
137
- };
138
- declare function ChartContainer({ id, className, children, config, ...props }: React.ComponentProps<"div"> & {
139
- config: ChartConfig;
140
- children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
141
- }): React.JSX.Element;
142
- declare const ChartStyle: ({ id, config }: {
143
- id: string;
144
- config: ChartConfig;
145
- }) => React.JSX.Element | null;
146
- declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
147
- type TooltipPayloadItem = {
148
- name?: string;
149
- value?: number | string;
150
- dataKey?: string;
151
- payload?: Record<string, unknown>;
152
- color?: string;
153
- fill?: string;
154
- };
155
- declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React.ComponentProps<"div"> & {
156
- active?: boolean;
157
- payload?: TooltipPayloadItem[];
158
- label?: string;
159
- labelFormatter?: (value: unknown, payload: TooltipPayloadItem[]) => React.ReactNode;
160
- formatter?: (value: unknown, name: string, item: TooltipPayloadItem, index: number, payload: Record<string, unknown>) => React.ReactNode;
161
- hideLabel?: boolean;
162
- hideIndicator?: boolean;
163
- indicator?: "line" | "dot" | "dashed";
164
- nameKey?: string;
165
- labelKey?: string;
166
- labelClassName?: string;
167
- color?: string;
168
- }): React.JSX.Element | null;
169
- declare const ChartLegend: typeof RechartsPrimitive.Legend;
170
- type LegendPayloadItem = {
171
- value?: string;
172
- dataKey?: string;
173
- [key: string]: unknown;
174
- };
175
- declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React.ComponentProps<"div"> & {
176
- payload?: LegendPayloadItem[];
177
- verticalAlign?: "top" | "bottom";
178
- hideIcon?: boolean;
179
- nameKey?: string;
180
- }): React.JSX.Element | null;
181
-
182
- interface ChartTooltipEntry {
183
- name?: string;
184
- value?: number | string;
185
- dataKey?: string;
186
- color?: string;
187
- stroke?: string;
188
- fill?: string;
189
- }
190
- interface SimpleChartTooltipProps {
191
- active?: boolean;
192
- payload?: ChartTooltipEntry[];
193
- label?: string;
194
- formatter?: (value: number | string, name: string) => [string, string];
195
- className?: string;
196
- }
197
- declare function SimpleChartTooltip({ active, payload, label, formatter, className, }: SimpleChartTooltipProps): React.JSX.Element | null;
198
- declare const CHART_TOOLTIP_STYLE: React.CSSProperties;
199
- declare const CHART_CURSOR_STYLE: {
200
- stroke: string;
201
- strokeWidth: number;
202
- strokeDasharray: string;
203
- };
204
-
205
- interface ContactChannel {
206
- type: "linkedin" | "gmail" | "salesforce" | "phone" | "custom";
207
- icon: React.ReactNode;
208
- label?: string;
209
- onClick?: () => void;
210
- }
211
- interface ContactItem {
212
- id: string;
213
- name: string;
214
- role: string;
215
- badge?: {
216
- label: string;
217
- color?: "indigo" | "green" | "amber" | "red" | "muted";
218
- };
219
- channels?: ContactChannel[];
220
- action?: {
221
- label: string;
222
- onClick?: () => void;
223
- };
224
- description?: string;
225
- onDismiss?: () => void;
226
- }
227
- interface ContactListProps {
228
- title?: string;
229
- count?: string;
230
- contacts: ContactItem[];
231
- onAdd?: () => void;
232
- addLabel?: string;
233
- }
234
- declare function ContactList({ title, count, contacts, onAdd, addLabel }: ContactListProps): React.JSX.Element;
235
-
236
- declare function TopTasksCard({ onViewAll }: {
237
- onViewAll?: () => void;
238
- }): React.JSX.Element;
239
- declare function UpcomingMeetingsCard(): React.JSX.Element;
240
- declare function RecentlyCompletedCard(): React.JSX.Element;
241
- declare function CheckInsCard(): React.JSX.Element;
242
-
243
- interface DataTableFilterCategory {
244
- id: string;
245
- label: string;
246
- icon: React.ComponentType<{
247
- className?: string;
248
- }>;
249
- options: string[];
250
- }
251
- interface DataTableFilterProps {
252
- categories: DataTableFilterCategory[];
253
- selectedFilters: Record<string, string[]>;
254
- onToggleFilter: (categoryId: string, option: string) => void;
255
- }
256
- declare function DataTableFilter({ categories, selectedFilters, onToggleFilter, }: DataTableFilterProps): React.JSX.Element;
257
-
258
- type DataRow = {
259
- id: string;
260
- name: string;
261
- industry: string[];
262
- accountRisks: string[];
263
- riskScore: number;
264
- expansionScore: number;
265
- growthIndicators: string[];
266
- lastInteraction: string;
267
- lastInteractionDays: number;
268
- createdAt: string;
269
- revenue: string;
270
- headcount: string;
271
- lastFunding: string;
272
- owner: string;
273
- opportunityCount: number;
274
- productAdoptionScore: number;
275
- };
276
- interface DataTableProps {
277
- onRowClick?: (row: DataRow) => void;
278
- rows?: DataRow[];
279
- filterCategories?: DataTableFilterCategory[];
280
- quickViews?: string[];
281
- moreQuickViews?: string[];
282
- quickViewFilters?: Record<string, (row: DataRow) => boolean>;
283
- iconMap?: {
284
- salesforce?: string;
285
- };
286
- entityUrlBuilder?: (row: DataRow) => string;
287
- onScoreFactorFeedback?: (account: string, scoreType: string, factorKey: string, type: "up" | "down" | null, detail?: string) => void;
288
- onScoreApproveFeedback?: (account: string, scoreType: string, reasons: string[], detail: string) => void;
289
- onScoreDismissFeedback?: (account: string, scoreType: string, reasons: string[], detail: string) => void;
290
- }
291
- declare function DataTable({ onRowClick, rows: rowsProp, filterCategories: filterCategoriesProp, quickViews: quickViewsProp, moreQuickViews: moreQuickViewsProp, quickViewFilters: quickViewFiltersProp, iconMap, entityUrlBuilder, onScoreFactorFeedback, onScoreApproveFeedback, onScoreDismissFeedback, }?: DataTableProps): React.JSX.Element;
292
-
293
- interface DataTableDisplayColumn {
294
- id: string;
295
- label: string;
296
- visible: boolean;
297
- canHide: boolean;
298
- }
299
- interface DataTableDisplayProps {
300
- sorting: SortingState;
301
- onSortingChange: (next: SortingState) => void;
302
- columns: DataTableDisplayColumn[];
303
- onToggleColumn: (columnId: string) => void;
304
- onReset: () => void;
305
- }
306
- declare function DataTableDisplay({ sorting, onSortingChange, columns, onToggleColumn, onReset, }: DataTableDisplayProps): React.JSX.Element;
307
-
308
- type DataTableQuickViewValue = string | null;
309
- interface DataTableQuickViewsProps {
310
- quickViews: string[];
311
- moreViews: string[];
312
- activeView: DataTableQuickViewValue;
313
- onViewChange: (next: DataTableQuickViewValue) => void;
314
- className?: string;
315
- }
316
- declare function DataTableQuickViews({ quickViews, moreViews, activeView, onViewChange, className, }: DataTableQuickViewsProps): React.JSX.Element;
317
-
318
- interface DataTableToolbarProps {
319
- categories: DataTableFilterCategory[];
320
- selectedFilters: Record<string, string[]>;
321
- onToggleFilter: (categoryId: string, option: string) => void;
322
- sorting: SortingState;
323
- onSortingChange: (next: SortingState) => void;
324
- displayColumns: DataTableDisplayColumn[];
325
- onToggleColumn: (columnId: string) => void;
326
- onResetDisplay: () => void;
327
- }
328
- declare function DataTableToolbar({ categories, selectedFilters, onToggleFilter, sorting, onSortingChange, displayColumns, onToggleColumn, onResetDisplay, }: DataTableToolbarProps): React.JSX.Element;
329
-
330
- declare function DetailViewHeader({ title, breadcrumbs, badges, onBack, }: {
331
- title: string;
332
- breadcrumbs: React.ReactNode;
333
- badges: React.ReactNode;
334
- onBack?: () => void;
335
- }): React.JSX.Element;
336
- declare function DetailViewSummary({ title, children, sources, actions, }: {
337
- title?: string;
338
- children: React.ReactNode;
339
- sources?: React.ReactNode;
340
- actions?: React.ReactNode;
341
- }): React.JSX.Element;
342
- type SourceDef = {
343
- id: number | string;
344
- summary: string;
345
- meta: string;
346
- };
347
- declare function Citation({ number, source, }: {
348
- number: number | string;
349
- source?: SourceDef;
350
- }): React.JSX.Element;
351
- declare function SourceList({ sources }: {
352
- sources: SourceDef[];
353
- }): React.JSX.Element;
354
- declare function DetailViewThread({ title, actionCount, children, }: {
355
- title: string;
356
- actionCount?: number;
357
- children: React.ReactNode;
358
- }): React.JSX.Element;
359
- declare function ThreadMessage({ icon, subject, time, messageCount, threadLink, sender, senderTime, children, isExpanded, }: {
360
- icon?: React.ReactNode;
361
- subject: string;
362
- time: string;
363
- messageCount?: number;
364
- threadLink?: string;
365
- sender?: string;
366
- senderTime?: string;
367
- children: React.ReactNode;
368
- isExpanded?: boolean;
369
- }): React.JSX.Element;
370
-
371
- declare function Dialog({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): React.JSX.Element;
372
- declare function DialogTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): React.JSX.Element;
373
- declare function DialogPortal({ ...props }: React.ComponentProps<typeof Dialog$1.Portal>): React.JSX.Element;
374
- declare function DialogClose({ ...props }: React.ComponentProps<typeof Dialog$1.Close>): React.JSX.Element;
375
- declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof Dialog$1.Overlay>): React.JSX.Element;
376
- declare function DialogContent({ className, children, showCloseButton, ...props }: React.ComponentProps<typeof Dialog$1.Content> & {
377
- showCloseButton?: boolean;
378
- }): React.JSX.Element;
379
- declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
380
- declare function DialogFooter({ className, showCloseButton, children, ...props }: React.ComponentProps<"div"> & {
381
- showCloseButton?: boolean;
382
- }): React.JSX.Element;
383
- declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof Dialog$1.Title>): React.JSX.Element;
384
- declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof Dialog$1.Description>): React.JSX.Element;
385
-
386
- interface DonutSegment {
387
- name: string;
388
- value: number;
389
- color: string;
390
- }
391
- interface DonutChartProps {
392
- data: DonutSegment[];
393
- centerLabel?: string | number;
394
- size?: number;
395
- innerRadius?: number;
396
- outerRadius?: number;
397
- paddingAngle?: number;
398
- showTooltip?: boolean;
399
- showLegend?: boolean;
400
- className?: string;
401
- }
402
- declare function DonutChart({ data, centerLabel, size, innerRadius, outerRadius, paddingAngle, showTooltip, showLegend, className, }: DonutChartProps): React.JSX.Element;
403
-
404
- declare function DropdownMenu({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Root>): React.JSX.Element;
405
- declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Portal>): React.JSX.Element;
406
- declare function DropdownMenuTrigger({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Trigger>): React.JSX.Element;
407
- declare function DropdownMenuContent({ className, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenu$1.Content>): React.JSX.Element;
408
- declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Group>): React.JSX.Element;
409
- declare function DropdownMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof DropdownMenu$1.Item> & {
410
- inset?: boolean;
411
- variant?: "default" | "destructive";
412
- }): React.JSX.Element;
413
- declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenu$1.CheckboxItem>): React.JSX.Element;
414
- declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenu$1.RadioGroup>): React.JSX.Element;
415
- declare function DropdownMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof DropdownMenu$1.RadioItem>): React.JSX.Element;
416
- declare function DropdownMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenu$1.Label> & {
417
- inset?: boolean;
418
- }): React.JSX.Element;
419
- declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenu$1.Separator>): React.JSX.Element;
420
- declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
421
- declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Sub>): React.JSX.Element;
422
- declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenu$1.SubTrigger> & {
423
- inset?: boolean;
424
- }): React.JSX.Element;
425
- declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenu$1.SubContent>): React.JSX.Element;
426
-
427
- interface TimelineEvent {
428
- id: string;
429
- icon: React.ReactNode;
430
- title: React.ReactNode;
431
- time: string;
432
- preview?: React.ReactNode;
433
- email?: {
434
- from: string;
435
- fromEmail?: string;
436
- to: string;
437
- cc?: string;
438
- bcc?: string;
439
- date?: string;
440
- subject?: string;
441
- body: React.ReactNode;
442
- };
443
- content?: React.ReactNode;
444
- source?: {
445
- label: string;
446
- url: string;
447
- };
448
- defaultExpanded?: boolean;
449
- isInteractive?: boolean;
450
- onSourceClick?: () => void;
451
- }
452
- interface TimelineActivityProps {
453
- events: TimelineEvent[];
454
- className?: string;
455
- }
456
- declare function TimelineActivity({ events, className }: TimelineActivityProps): React.JSX.Element;
457
-
458
- declare function EntityPanel({ isOpen, onClose, children, }: {
459
- isOpen: boolean;
460
- onClose: (open: boolean) => void;
461
- children?: React.ReactNode;
462
- }): React.JSX.Element;
463
- declare function EntityPanelHeader({ icon, title, badgeLabel, subtitle, headerAction, }: {
464
- icon?: React.ReactNode;
465
- title: string;
466
- badgeLabel?: string;
467
- subtitle?: string;
468
- headerAction?: React.ReactNode;
469
- }): React.JSX.Element;
470
- declare function EntityPanelTabs({ tabs, activeTab, onTabChange, }: {
471
- tabs: {
472
- id: string;
473
- label: string;
474
- }[];
475
- activeTab: string;
476
- onTabChange: (id: string) => void;
477
- }): React.JSX.Element;
478
- interface EntityMetadataField {
479
- icon: React.ComponentType<{
480
- className?: string;
481
- }>;
482
- label: string;
483
- value: React.ReactNode;
484
- }
485
- declare function EntityMetadataGrid({ fields }: {
486
- fields: EntityMetadataField[];
487
- }): React.JSX.Element;
488
- declare function EntitySection({ title, children, action, }: {
489
- title: string;
490
- children: React.ReactNode;
491
- action?: React.ReactNode;
492
- }): React.JSX.Element;
493
- declare function EntityActivityItem({ icon, title, description, date, }: {
494
- icon?: React.ReactNode;
495
- title: React.ReactNode;
496
- description?: React.ReactNode;
497
- date?: string;
498
- }): React.JSX.Element;
499
- declare function SystemActivity(): React.JSX.Element;
500
- interface EntityPanelBrandIcons {
501
- linkedin?: string;
502
- gmail?: string;
503
- slack?: string;
504
- gdoc?: string;
505
- }
506
- declare function PotentialContacts({ icons, }: {
507
- icons?: Pick<EntityPanelBrandIcons, "linkedin" | "gmail">;
508
- }): React.JSX.Element;
509
- type ActivityItem = TimelineEvent;
510
- declare function RecentActivity({ title, count, filters, items, }: {
511
- title?: string;
512
- count?: string;
513
- filters?: string[];
514
- items?: TimelineEvent[];
515
- }): React.JSX.Element;
516
- declare function ConnectedApps({ icons, }: {
517
- icons?: Pick<EntityPanelBrandIcons, "slack" | "gdoc">;
518
- }): React.JSX.Element;
519
- declare function EntityDetails({ onClose }: {
520
- onClose?: () => void;
521
- }): React.JSX.Element;
522
-
523
- interface InboxRowProps extends React.HTMLAttributes<HTMLDivElement> {
524
- itemId: string;
525
- statusColor: "red" | "orange" | "gray";
526
- primaryText: string;
527
- secondaryText: string;
528
- tertiaryText: string;
529
- isAtRisk?: boolean;
530
- isSelected?: boolean;
531
- contactMethods?: {
532
- phone?: boolean;
533
- email?: boolean;
534
- message?: boolean;
535
- };
536
- interactionCount: number | string;
537
- assignee: string;
538
- status: string;
539
- time: string;
540
- }
541
- declare const InboxRow: React.ForwardRefExoticComponent<InboxRowProps & React.RefAttributes<HTMLDivElement>>;
542
- declare function InboxGroupHeader({ title, count }: {
543
- title: string;
544
- count: number;
545
- }): React.JSX.Element;
546
-
547
- interface FilterDefinition {
548
- id: string;
549
- label: string;
550
- options: string[];
551
- defaultValue?: string;
552
- icon?: "calendar" | React.ComponentType<{
553
- className?: string;
554
- }>;
555
- }
556
- interface InsightsFilterBarProps {
557
- filters: FilterDefinition[];
558
- values: Record<string, string>;
559
- onChange: (filterId: string, value: string) => void;
560
- onClearAll?: () => void;
561
- className?: string;
562
- }
563
- declare function InsightsFilterBar({ filters, values, onChange, onClearAll, className, }: InsightsFilterBarProps): React.JSX.Element;
564
-
565
- type AssigneeFilter = "me" | "team" | "all";
566
- interface InboxFilterCategory {
567
- id: string;
568
- label: string;
569
- icon: React.ReactNode;
570
- options: string[];
571
- }
572
- interface InboxToolbarProps {
573
- assignee: AssigneeFilter;
574
- onAssigneeChange: (value: AssigneeFilter) => void;
575
- filterCategories: InboxFilterCategory[];
576
- selectedFilters: Record<string, string>;
577
- onFilterChange: (categoryId: string, value: string) => void;
578
- onClearFilters: () => void;
579
- className?: string;
580
- }
581
- declare function InboxToolbar({ assignee, onAssigneeChange, filterCategories, selectedFilters, onFilterChange, onClearFilters, className, }: InboxToolbarProps): React.JSX.Element;
582
-
583
- declare function Input({ className, type, ...props }: React.ComponentProps<"input">): React.JSX.Element;
584
-
585
- declare function ItemList(): React.JSX.Element;
586
- interface GroupedListGroup<T> {
587
- key: string;
588
- label: string;
589
- items: T[];
590
- }
591
- interface GroupedListViewProps<T> {
592
- groups: GroupedListGroup<T>[];
593
- renderRow: (item: T, index: number) => React.ReactNode;
594
- getItemKey: (item: T) => string;
595
- selectedKey?: string;
596
- onItemClick?: (item: T) => void;
597
- emptyMessage?: string;
598
- className?: string;
599
- }
600
- declare function GroupedListView<T>({ groups, renderRow, getItemKey, selectedKey, onItemClick, emptyMessage, className, }: GroupedListViewProps<T>): React.JSX.Element;
601
-
602
- type ItemListGrouping = "stage" | "owner" | "risk";
603
- type ItemListViewMode = "list" | "board";
604
- interface ItemListDisplayState {
605
- viewMode: ItemListViewMode;
606
- grouping: ItemListGrouping;
607
- subGrouping: "none" | ItemListGrouping;
608
- ordering: string;
609
- orderingDirection: "asc" | "desc";
610
- showContactSignals: boolean;
611
- showOwner: boolean;
612
- showStatus: boolean;
613
- }
614
- interface ItemListDisplayProps {
615
- value: ItemListDisplayState;
616
- onChange: (next: ItemListDisplayState) => void;
617
- onReset: () => void;
618
- }
619
- declare function ItemListDisplay({ value, onChange, onReset, }: ItemListDisplayProps): React.JSX.Element;
620
-
621
- interface ItemListFilterCategory {
622
- id: string;
623
- label: string;
624
- options: string[];
625
- }
626
- interface ItemListFilterProps {
627
- categories: ItemListFilterCategory[];
628
- selectedFilters: Record<string, string[]>;
629
- onToggleFilter: (categoryId: string, option: string) => void;
630
- onClearFilters: () => void;
631
- }
632
- declare function ItemListFilter({ categories, selectedFilters, onToggleFilter, onClearFilters, }: ItemListFilterProps): React.JSX.Element;
633
-
634
- interface ItemListQuickView {
635
- id: string;
636
- label: string;
637
- count: number;
638
- }
639
- interface ItemListToolbarProps {
640
- quickViews: ItemListQuickView[];
641
- activeQuickView: string | null;
642
- onQuickViewChange: (viewId: string | null) => void;
643
- filterCategories: ItemListFilterCategory[];
644
- selectedFilters: Record<string, string[]>;
645
- onToggleFilter: (categoryId: string, option: string) => void;
646
- onClearFilters: () => void;
647
- display: ItemListDisplayState;
648
- onDisplayChange: (next: ItemListDisplayState) => void;
649
- onResetDisplay: () => void;
650
- searchSlot?: React.ReactNode;
651
- }
652
- declare function ItemListToolbar({ quickViews, activeQuickView, onQuickViewChange, filterCategories, selectedFilters, onToggleFilter, onClearFilters, display, onDisplayChange, onResetDisplay, searchSlot, }: ItemListToolbarProps): React.JSX.Element;
653
-
654
- declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): React.JSX.Element;
655
-
656
- interface MetricDataPoint {
657
- label: string;
658
- value: number | string;
659
- color?: string;
660
- }
661
- interface MetricCardProps {
662
- title: string;
663
- value?: string | number;
664
- unit?: string;
665
- subtitle?: string;
666
- change?: {
667
- value: string;
668
- direction: "up" | "down" | "neutral";
669
- isGood?: boolean;
670
- };
671
- footerText?: string;
672
- dataPoints?: MetricDataPoint[];
673
- showExternalLink?: boolean;
674
- showInfo?: boolean;
675
- }
676
- declare function MetricCard({ title, value, unit, subtitle, change, footerText, dataPoints, showExternalLink, showInfo, }: MetricCardProps): React.JSX.Element;
677
-
678
- interface PerformanceMetricsTableRow {
679
- id: string;
680
- label: string;
681
- avatarFallback: string;
682
- role?: string;
683
- primaryValue: number;
684
- primaryTarget: number;
685
- ratePercent: number;
686
- metricOne: number;
687
- metricTwo: string;
688
- metricThree: number;
689
- metricFour: number;
690
- }
691
- interface PerformanceMetricsTableSortOption {
692
- id: "primary-desc" | "primary-asc" | "rate-desc" | "metric-four-desc";
693
- label: string;
694
- }
695
- interface PerformanceMetricsTableProps {
696
- title?: string;
697
- entityColumnLabel?: string;
698
- primaryMetricColumnLabel?: string;
699
- rateColumnLabel?: string;
700
- metricOneColumnLabel?: string;
701
- metricTwoColumnLabel?: string;
702
- metricThreeColumnLabel?: string;
703
- metricFourColumnLabel?: string;
704
- viewOptions?: string[];
705
- roleOptions?: string[];
706
- sortOptions?: PerformanceMetricsTableSortOption[];
707
- rows?: PerformanceMetricsTableRow[];
708
- pageSize?: number;
709
- searchPlaceholder?: string;
710
- }
711
- declare function PerformanceMetricsTable({ title, entityColumnLabel, primaryMetricColumnLabel, rateColumnLabel, metricOneColumnLabel, metricTwoColumnLabel, metricThreeColumnLabel, metricFourColumnLabel, viewOptions, roleOptions, sortOptions, rows, pageSize, searchPlaceholder, }: PerformanceMetricsTableProps): React.JSX.Element;
712
-
713
- interface PipelineStage {
714
- id: string;
715
- label: string;
716
- count: number;
717
- trend: string;
718
- nextConversion: string | null;
719
- }
720
- interface PipelineStageMetrics {
721
- medianTime: string;
722
- avgTime: string;
723
- dropOffs: {
724
- reason: string;
725
- count: number;
726
- pct: string;
727
- }[];
728
- }
729
- interface PipelineStageTiming {
730
- median: string;
731
- avg: string;
732
- }
733
- interface PipelineFilterBreakdown {
734
- [stageId: string]: Record<string, number>;
735
- }
736
- interface PipelineOverviewProps {
737
- title?: string;
738
- stages: PipelineStage[];
739
- stageMetrics: Record<string, PipelineStageMetrics>;
740
- stageTimings: (PipelineStageTiming | null)[];
741
- filterOptions?: string[];
742
- onFilterChange?: (filterOption: string) => void;
743
- filterBreakdowns?: Record<string, PipelineFilterBreakdown>;
744
- countingModes?: string[];
745
- countingModeTooltip?: string;
746
- /** Main pipeline flow nodes (after the first stage) */
747
- flowNodes?: {
748
- id: string;
749
- nodeColor: string;
750
- }[];
751
- /** Drop-off distribution from initial stage: { "Lost/Other": 56, "Coverage": 40, ... } */
752
- dropOffDistribution?: Record<string, number>;
753
- /** Flow links after the first stage (middle of pipeline onward) */
754
- flowLinks?: {
755
- source: string;
756
- target: string;
757
- value: number;
758
- }[];
759
- totalReceived?: number;
760
- /** Dollar amounts to display on terminal node labels: { "Retained": "$18.2M" } */
761
- nodeAmounts?: Record<string, string>;
762
- /** Unit noun for standard node/link tooltips (e.g. "signals", "accounts"). */
763
- unitLabel?: string;
764
- /** Unit noun for terminal/drop-off node tooltips (e.g. "opportunities"). Defaults to unitLabel. */
765
- terminalUnitLabel?: string;
766
- /** Node IDs that should use terminalUnitLabel. Defaults to keys of dropOffDistribution. */
767
- terminalNodeIds?: string[];
768
- /** Sankey chart margins, merged with defaults { top: 20, right: 120, bottom: 20, left: 140 }. */
769
- sankeyMargin?: {
770
- top?: number;
771
- right?: number;
772
- bottom?: number;
773
- left?: number;
774
- };
775
- /** Gap between Sankey node bar and its outside label. */
776
- sankeyLabelPadding?: number;
777
- /** When true, conversion badges use `flex`; when false, `hidden xl:flex`. */
778
- alwaysShowConversionBadges?: boolean;
779
- /** Color for dynamically generated drop-off nodes. */
780
- dropOffNodeColor?: string;
781
- onViewInWorkQueue?: (stageId: string) => void;
782
- className?: string;
783
- }
784
- declare function PipelineOverview({ title, stages, stageMetrics, stageTimings, filterOptions, onFilterChange, filterBreakdowns, countingModes, countingModeTooltip, flowNodes, dropOffDistribution, flowLinks, totalReceived, nodeAmounts, unitLabel, terminalUnitLabel, terminalNodeIds, sankeyMargin, sankeyLabelPadding, alwaysShowConversionBadges, dropOffNodeColor, onViewInWorkQueue, className, }: PipelineOverviewProps): React.JSX.Element;
785
-
786
- declare function PreviewList({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
787
- interface PreviewListItemProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'title'> {
788
- icon?: React.ReactNode;
789
- title: React.ReactNode;
790
- subtitle?: React.ReactNode;
791
- meta?: React.ReactNode;
792
- action?: React.ReactNode;
793
- isHoverable?: boolean;
794
- }
795
- declare const PreviewListItem: React.ForwardRefExoticComponent<PreviewListItemProps & React.RefAttributes<HTMLDivElement>>;
796
-
797
- declare function Progress({ className, value, ...props }: React.ComponentProps<typeof Progress$1.Root>): React.JSX.Element;
798
-
799
- type QuickActionPriority$1 = "normal" | "high" | "urgent";
800
- interface QuickActionSubmitPayload {
801
- message: string;
802
- priority: QuickActionPriority$1;
803
- }
804
- interface QuickActionChatAreaProps extends Omit<React.ComponentProps<"div">, "onSubmit"> {
805
- placeholder?: string;
806
- submitLabel?: string;
807
- value?: string;
808
- defaultValue?: string;
809
- onValueChange?: (value: string) => void;
810
- priority?: QuickActionPriority$1;
811
- defaultPriority?: QuickActionPriority$1;
812
- onPriorityChange?: (priority: QuickActionPriority$1) => void;
813
- onSubmit: (payload: QuickActionSubmitPayload) => void;
814
- allowEmptySubmit?: boolean;
815
- clearOnSubmit?: boolean;
816
- showEnterHint?: boolean;
817
- }
818
- declare function QuickActionChatArea({ className, placeholder, submitLabel, value, defaultValue, onValueChange, priority, defaultPriority, onPriorityChange, onSubmit, allowEmptySubmit, clearOnSubmit, showEnterHint, ...props }: QuickActionChatAreaProps): React.JSX.Element;
819
-
820
- type TemplateIcon = React.ComponentType<{
821
- className?: string;
822
- }>;
823
- interface QuickActionTemplate {
824
- id: string;
825
- label: string;
826
- description: string;
827
- icon: TemplateIcon;
828
- category?: string;
829
- }
830
- type QuickActionPriority = "normal" | "high" | "urgent";
831
- interface QuickActionTaskDraft {
832
- templateId: string | null;
833
- message: string;
834
- priority: QuickActionPriority;
835
- }
836
- interface QuickActionModalProps {
837
- open: boolean;
838
- onOpenChange: (open: boolean) => void;
839
- templates?: QuickActionTemplate[];
840
- title?: string;
841
- description?: string;
842
- className?: string;
843
- onCreateTask?: (draft: QuickActionTaskDraft) => void;
844
- }
845
- declare function QuickActionModal({ open, onOpenChange, templates, title, description, className, onCreateTask, }: QuickActionModalProps): React.JSX.Element;
846
-
847
- interface SidebarNavItem {
848
- id: string;
849
- label: string;
850
- icon: React.ComponentType<{
851
- className?: string;
852
- }>;
853
- children?: SidebarNavItem[];
854
- }
855
- interface SidebarNavSection {
856
- title?: string;
857
- items: SidebarNavItem[];
858
- moreItems?: SidebarNavItem[];
859
- }
860
- interface SidebarUserProfile {
861
- name: string;
862
- email: string;
863
- initials?: string;
864
- }
865
- interface UserMenuItem {
866
- id: string;
867
- label: string;
868
- icon: React.ComponentType<{
869
- className?: string;
870
- }>;
871
- destructive?: boolean;
872
- }
873
- type ActiveVariant = "default" | "gradient";
874
- interface QuickActionSidebarNavProps extends React.ComponentProps<"aside"> {
875
- brandLabel?: string;
876
- brandSubtitle?: string;
877
- brandImage?: string;
878
- hideQuickAction?: boolean;
879
- navSections?: SidebarNavSection[];
880
- activeItemId?: string;
881
- activeVariant?: ActiveVariant;
882
- onNavigate?: (itemId: string) => void;
883
- user?: SidebarUserProfile;
884
- userMenuItems?: UserMenuItem[];
885
- onUserMenuAction?: (itemId: string) => void;
886
- onCreateTask?: (draft: QuickActionTaskDraft) => void;
887
- defaultCollapsed?: boolean;
888
- quickActionTemplates?: QuickActionTemplate[];
889
- quickActionTitle?: string;
890
- quickActionDescription?: string;
891
- }
892
- declare function QuickActionSidebarNav({ className, brandLabel, brandSubtitle, brandImage, hideQuickAction, navSections, activeItemId, activeVariant, onNavigate, user, userMenuItems, onUserMenuAction, onCreateTask, defaultCollapsed, quickActionTemplates, quickActionTitle, quickActionDescription, ...props }: QuickActionSidebarNavProps): React.JSX.Element;
893
-
894
- interface RecommendedAction {
895
- id: string;
896
- title: string;
897
- reason: string;
898
- category?: "Churn" | "Expand" | "Nurture" | string;
899
- priority?: "High" | "Medium" | "Low" | string;
900
- dueDate?: string;
901
- confidence?: number;
902
- signals?: string[];
903
- revenueImpact?: number;
904
- }
905
- interface RecommendedActionsSectionProps {
906
- actions: RecommendedAction[];
907
- title?: string;
908
- onQueueAction?: (action: RecommendedAction) => void;
909
- onDismissAction?: (action: RecommendedAction) => void;
910
- onFeedback?: (actionId: string, feedback: "useful" | "not_useful", comment: string) => void;
911
- }
912
- declare function RecommendedActionsSection({ actions, title, onQueueAction, onDismissAction, onFeedback, }: RecommendedActionsSectionProps): React.JSX.Element;
913
-
914
- interface ReportCardFilterOption {
915
- label: string;
916
- value: string;
917
- }
918
- interface ReportCardProps {
919
- title: string;
920
- subtitle?: string;
921
- /** Filter pill group rendered top-right */
922
- filterOptions?: ReportCardFilterOption[];
923
- selectedFilter?: string;
924
- onFilterChange?: (value: string) => void;
925
- /** Secondary toggle (e.g. metric selector) */
926
- toggleOptions?: string[];
927
- selectedToggle?: string;
928
- onToggleChange?: (value: string) => void;
929
- /** Render slot between header and content */
930
- headerExtra?: React.ReactNode;
931
- children: React.ReactNode;
932
- className?: string;
933
- contentClassName?: string;
934
- }
935
- declare function ReportCard({ title, subtitle, filterOptions, selectedFilter, onFilterChange, toggleOptions, selectedToggle, onToggleChange, headerExtra, children, className, contentClassName, }: ReportCardProps): React.JSX.Element;
936
-
937
- interface SankeyNode {
938
- id: string;
939
- nodeColor?: string;
940
- }
941
- interface SankeyLink {
942
- source: string;
943
- target: string;
944
- value: number;
945
- }
946
- interface SankeyData {
947
- nodes: SankeyNode[];
948
- links: SankeyLink[];
949
- }
950
- interface SankeyDropOff {
951
- reason: string;
952
- count: number;
953
- pct?: string;
954
- }
955
- interface SankeyStageMetrics {
956
- conversion: string;
957
- medianTime: string;
958
- avgTime: string;
959
- }
960
- interface SankeyHoverCardData {
961
- title: string;
962
- count: number | string;
963
- metrics?: SankeyStageMetrics;
964
- dropOffs?: SankeyDropOff[];
965
- }
966
- interface SankeyChartProps {
967
- data: SankeyData;
968
- height?: number;
969
- nodeOpacity?: number;
970
- nodeThickness?: number;
971
- nodeBorderWidth?: number;
972
- linkOpacity?: number;
973
- linkHoverOpacity?: number;
974
- enableLabels?: boolean;
975
- labelTextColor?: string;
976
- stageMetrics?: Record<string, {
977
- metrics: SankeyStageMetrics;
978
- dropOffs: SankeyDropOff[];
979
- }>;
980
- onDropOffClick?: (reason: string) => void;
981
- onViewDetails?: (nodeId: string) => void;
982
- className?: string;
983
- }
984
- declare function SankeyChart({ data, height, nodeOpacity, nodeThickness, nodeBorderWidth, linkOpacity, linkHoverOpacity, enableLabels, labelTextColor, stageMetrics, onDropOffClick, onViewDetails, className, }: SankeyChartProps): React.JSX.Element;
985
-
986
- interface ScoreFactor {
987
- key: string;
988
- label: string;
989
- score: number | null;
990
- risk?: "Low" | "Medium" | "High";
991
- why: string;
992
- }
993
- interface ScoreBreakdownProps {
994
- factors: ScoreFactor[];
995
- onFactorFeedback?: (factorKey: string, type: "up" | "down" | null, detail?: string) => void;
996
- className?: string;
997
- }
998
- declare function ScoreBreakdown({ factors, onFactorFeedback, className }: ScoreBreakdownProps): React.JSX.Element;
999
-
1000
- interface ScoreAnalysisModalProps {
1001
- open: boolean;
1002
- onOpenChange: (open: boolean) => void;
1003
- title: string;
1004
- description: string;
1005
- score: number;
1006
- denominator?: number;
1007
- whyNow: string;
1008
- evidence: React.ReactNode[];
1009
- factors?: ScoreFactor[];
1010
- onFactorFeedback?: (factorKey: string, type: "up" | "down" | null, detail?: string) => void;
1011
- companyName?: string;
1012
- opportunityUrl?: string;
1013
- onApprove?: () => void;
1014
- onApproveFeedback?: (reasons: string[], detail: string) => void;
1015
- onDismiss?: (reasons: string[], detail: string) => void;
1016
- /** When true, renders as an absolute-positioned inline panel instead of a Radix Sheet portal. Useful when the component is inside a container that should not be escaped. */
1017
- useInlinePanel?: boolean;
1018
- }
1019
- declare function ScoreAnalysisModal({ open, onOpenChange, title, description, score, denominator, whyNow, evidence, factors, onFactorFeedback, companyName, opportunityUrl, onApprove, onApproveFeedback, onDismiss, useInlinePanel, }: ScoreAnalysisModalProps): React.JSX.Element | null;
1020
- declare const ScoreAnalysisPanel: typeof ScoreAnalysisModal;
1021
-
1022
- interface SubmittedScoreFeedback {
1023
- type: "up" | "down";
1024
- pills: string[];
1025
- detail: string;
1026
- }
1027
- interface ScoreFeedbackState {
1028
- thumbState: "up" | "down" | null;
1029
- selectedPills: string[];
1030
- detailText: string;
1031
- notedType: "up" | "down" | null;
1032
- submittedFeedback: SubmittedScoreFeedback | null;
1033
- otherSelected: boolean;
1034
- hasRequiredInput: boolean;
1035
- handleThumbClick: (type: "up" | "down") => void;
1036
- togglePill: (pill: string) => void;
1037
- setDetailText: (text: string) => void;
1038
- handleSubmit: () => void;
1039
- editSubmitted: () => void;
1040
- }
1041
- declare function useScoreFeedback(): ScoreFeedbackState;
1042
- interface RootProps$1 {
1043
- children: React.ReactNode;
1044
- onSubmitFeedback?: (type: "up" | "down", pills: string[], detail: string) => void;
1045
- }
1046
- declare function Root$1({ children, onSubmitFeedback }: RootProps$1): React.JSX.Element;
1047
- declare function Trigger({ className }: {
1048
- className?: string;
1049
- }): React.JSX.Element;
1050
- declare function Panel({ className }: {
1051
- className?: string;
1052
- }): React.JSX.Element | null;
1053
- declare const ScoreFeedback: {
1054
- Root: typeof Root$1;
1055
- Trigger: typeof Trigger;
1056
- Panel: typeof Panel;
1057
- };
1058
-
1059
- declare function getScoreColor(score: number, denominator: number): "text-emerald-500" | "text-amber-500" | "text-red-500";
1060
- interface ScoreRingProps {
1061
- score: number;
1062
- denominator?: number;
1063
- size?: number;
1064
- strokeWidth?: number;
1065
- className?: string;
1066
- showLabel?: boolean;
1067
- }
1068
- declare function ScoreRing({ score, denominator, size, strokeWidth, className, showLabel, }: ScoreRingProps): React.JSX.Element;
1069
-
1070
- declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollArea$1.Root>): React.JSX.Element;
1071
- declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>): React.JSX.Element;
1072
-
1073
- declare function Select({ ...props }: React.ComponentProps<typeof Select$1.Root>): React.JSX.Element;
1074
- declare function SelectGroup({ ...props }: React.ComponentProps<typeof Select$1.Group>): React.JSX.Element;
1075
- declare function SelectValue({ ...props }: React.ComponentProps<typeof Select$1.Value>): React.JSX.Element;
1076
- declare function SelectTrigger({ className, size, children, ...props }: React.ComponentProps<typeof Select$1.Trigger> & {
1077
- size?: "sm" | "default";
1078
- }): React.JSX.Element;
1079
- declare function SelectContent({ className, children, position, align, ...props }: React.ComponentProps<typeof Select$1.Content>): React.JSX.Element;
1080
- declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof Select$1.Label>): React.JSX.Element;
1081
- declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof Select$1.Item>): React.JSX.Element;
1082
- declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof Select$1.Separator>): React.JSX.Element;
1083
- declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof Select$1.ScrollUpButton>): React.JSX.Element;
1084
- declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof Select$1.ScrollDownButton>): React.JSX.Element;
1085
-
1086
- declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof Separator$1.Root>): React.JSX.Element;
1087
-
1088
- declare function Sheet({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): React.JSX.Element;
1089
- declare function SheetTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): React.JSX.Element;
1090
- declare function SheetClose({ ...props }: React.ComponentProps<typeof Dialog$1.Close>): React.JSX.Element;
1091
- declare function SheetContent({ className, children, side, showCloseButton, ...props }: React.ComponentProps<typeof Dialog$1.Content> & {
1092
- side?: "top" | "right" | "bottom" | "left";
1093
- showCloseButton?: boolean;
1094
- }): React.JSX.Element;
1095
- declare function SheetHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1096
- declare function SheetFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1097
- declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof Dialog$1.Title>): React.JSX.Element;
1098
- declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof Dialog$1.Description>): React.JSX.Element;
1099
-
1100
- declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof Tooltip$1.Provider>): React.JSX.Element;
1101
- declare function Tooltip({ ...props }: React.ComponentProps<typeof Tooltip$1.Root>): React.JSX.Element;
1102
- declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof Tooltip$1.Trigger>): React.JSX.Element;
1103
- declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof Tooltip$1.Content>): React.JSX.Element;
1104
-
1105
- type SidebarContextProps = {
1106
- state: "expanded" | "collapsed";
1107
- open: boolean;
1108
- setOpen: (open: boolean) => void;
1109
- openMobile: boolean;
1110
- setOpenMobile: (open: boolean) => void;
1111
- isMobile: boolean;
1112
- toggleSidebar: () => void;
1113
- };
1114
- declare function useSidebar(): SidebarContextProps;
1115
- declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React.ComponentProps<"div"> & {
1116
- defaultOpen?: boolean;
1117
- open?: boolean;
1118
- onOpenChange?: (open: boolean) => void;
1119
- }): React.JSX.Element;
1120
- declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React.ComponentProps<"div"> & {
1121
- side?: "left" | "right";
1122
- variant?: "sidebar" | "floating" | "inset";
1123
- collapsible?: "offcanvas" | "icon" | "none";
1124
- }): React.JSX.Element;
1125
- declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
1126
- declare function SidebarRail({ className, ...props }: React.ComponentProps<"button">): React.JSX.Element;
1127
- declare function SidebarInset({ className, ...props }: React.ComponentProps<"main">): React.JSX.Element;
1128
- declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): React.JSX.Element;
1129
- declare function SidebarHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1130
- declare function SidebarFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1131
- declare function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): React.JSX.Element;
1132
- declare function SidebarContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1133
- declare function SidebarGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1134
- declare function SidebarGroupLabel({ className, asChild, ...props }: React.ComponentProps<"div"> & {
1135
- asChild?: boolean;
1136
- }): React.JSX.Element;
1137
- declare function SidebarGroupAction({ className, asChild, ...props }: React.ComponentProps<"button"> & {
1138
- asChild?: boolean;
1139
- }): React.JSX.Element;
1140
- declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1141
- declare function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">): React.JSX.Element;
1142
- declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
1143
- declare const sidebarMenuButtonVariants: (props?: ({
1144
- variant?: "default" | "outline" | null | undefined;
1145
- size?: "default" | "sm" | "lg" | null | undefined;
1146
- } & class_variance_authority_types.ClassProp) | undefined) => string;
1147
- declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React.ComponentProps<"button"> & {
1148
- asChild?: boolean;
1149
- isActive?: boolean;
1150
- tooltip?: string | React.ComponentProps<typeof TooltipContent>;
1151
- } & VariantProps<typeof sidebarMenuButtonVariants>): React.JSX.Element;
1152
- declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React.ComponentProps<"button"> & {
1153
- asChild?: boolean;
1154
- showOnHover?: boolean;
1155
- }): React.JSX.Element;
1156
- declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1157
- declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React.ComponentProps<"div"> & {
1158
- showIcon?: boolean;
1159
- }): React.JSX.Element;
1160
- declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<"ul">): React.JSX.Element;
1161
- declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
1162
- declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React.ComponentProps<"a"> & {
1163
- asChild?: boolean;
1164
- size?: "sm" | "md";
1165
- isActive?: boolean;
1166
- }): React.JSX.Element;
1167
-
1168
- type ApprovalState = "pending" | "confirming" | "approving-feedback" | "dismissing" | "approved" | "dismissed" | "auto-approved";
1169
- interface SignalApprovalLabels {
1170
- approveButton?: string;
1171
- dismissButton?: string;
1172
- approvedStatus?: string;
1173
- dismissedStatus?: string;
1174
- confirmPrompt?: string;
1175
- dismissPrompt?: string;
1176
- feedbackPrompt?: string;
1177
- }
1178
- interface SignalApprovalContextValue {
1179
- approvalState: ApprovalState;
1180
- companyName: string;
1181
- opportunityUrl?: string;
1182
- scheduledTime?: string;
1183
- labels: Required<SignalApprovalLabels>;
1184
- approve: () => void;
1185
- submitApproveFeedback: (reasons: string[], detail: string) => void;
1186
- skipApproveFeedback: () => void;
1187
- dismiss: (reasons: string[], detail: string) => void;
1188
- requestApproval: () => void;
1189
- requestDismiss: () => void;
1190
- cancel: () => void;
1191
- }
1192
- declare function useSignalApproval(): SignalApprovalContextValue;
1193
- interface RootProps {
1194
- children: React.ReactNode;
1195
- companyName: string;
1196
- opportunityUrl?: string;
1197
- scheduledTime?: string;
1198
- initialApprovalState?: ApprovalState;
1199
- labels?: SignalApprovalLabels;
1200
- onApprove?: () => void;
1201
- onApproveFeedback?: (reasons: string[], detail: string) => void;
1202
- onDismiss?: (reasons: string[], detail: string) => void;
1203
- }
1204
- declare function Root({ children, companyName, opportunityUrl, scheduledTime, initialApprovalState, labels: labelOverrides, onApprove, onApproveFeedback, onDismiss }: RootProps): React.JSX.Element;
1205
- declare function Actions(): React.JSX.Element;
1206
- declare function Gate({ children }: {
1207
- children: React.ReactNode;
1208
- }): React.JSX.Element;
1209
-
1210
- declare const SignalApproval: {
1211
- Root: typeof Root;
1212
- Actions: typeof Actions;
1213
- Gate: typeof Gate;
1214
- };
1215
-
1216
- declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
1217
-
1218
- interface StyledBarItem {
1219
- name: string;
1220
- value: number;
1221
- href?: string;
1222
- subtitle?: string;
1223
- }
1224
- interface StyledBarListProps {
1225
- data: StyledBarItem[];
1226
- valueFormatter?: (value: number) => string;
1227
- className?: string;
1228
- showAnimation?: boolean;
1229
- showSubtitle?: boolean;
1230
- barColor?: string;
1231
- barStyle?: React.CSSProperties;
1232
- }
1233
- declare function StyledBarList({ data, valueFormatter, className, showAnimation, showSubtitle, barColor, barStyle, }: StyledBarListProps): React.JSX.Element;
1234
-
1235
- interface SuggestedActionsIconMap {
1236
- gmail?: string;
1237
- slack?: string;
1238
- zendesk?: string;
1239
- salesforce?: string;
1240
- }
1241
- interface SuggestedContact {
1242
- name: string;
1243
- role: string;
1244
- email?: string;
1245
- emails?: string[];
1246
- phone?: string;
1247
- phones?: string[];
1248
- confirmed: boolean;
1249
- salesforceUrl?: string;
1250
- lastActivity?: {
1251
- date: string;
1252
- type: string;
1253
- };
1254
- }
1255
- interface SuggestedActionThreadMessage {
1256
- id: string;
1257
- from: string;
1258
- initials: string;
1259
- time: string;
1260
- preview: string;
1261
- content: string;
1262
- }
1263
- interface SuggestedActionReplyTo {
1264
- from: string;
1265
- time: string;
1266
- content: string;
1267
- channel?: string;
1268
- }
1269
- interface SuggestedActionTicket {
1270
- system: string;
1271
- priority: string;
1272
- type: string;
1273
- subject: string;
1274
- description: string;
1275
- assignee?: string;
1276
- tags?: string[];
1277
- }
1278
- interface SuggestedActionFollowUp {
1279
- enabled: boolean;
1280
- days: number;
1281
- }
1282
- interface SuggestedActionEmailMeta {
1283
- from: string;
1284
- fromEmail: string;
1285
- to?: SuggestedContact;
1286
- cc?: SuggestedContact[];
1287
- bcc?: string;
1288
- subject?: string;
1289
- }
1290
- interface SuggestedActionCallMeta {
1291
- contact?: SuggestedContact;
1292
- talkTrack: string;
1293
- allowDispatchAgent?: boolean;
1294
- }
1295
- interface SuggestedActionManualMeta {
1296
- taskDescription: string;
1297
- }
1298
- interface SuggestedActionBrowserMeta {
1299
- url: string;
1300
- actionDescription: string;
1301
- }
1302
- interface SuggestedAction {
1303
- id: number | string;
1304
- type: "email" | "ticket" | "slack" | "call" | "manual" | "browser";
1305
- label: string;
1306
- status: "pending" | "sent" | "dismissed";
1307
- content?: string;
1308
- replyTo?: SuggestedActionReplyTo;
1309
- threadMessages?: SuggestedActionThreadMessage[];
1310
- ticket?: SuggestedActionTicket;
1311
- followUp?: SuggestedActionFollowUp;
1312
- emailMeta?: SuggestedActionEmailMeta;
1313
- callMeta?: SuggestedActionCallMeta;
1314
- manualMeta?: SuggestedActionManualMeta;
1315
- browserMeta?: SuggestedActionBrowserMeta;
1316
- }
1317
- interface SuggestedActionsProps {
1318
- actions: SuggestedAction[];
1319
- title?: string;
1320
- onDismiss?: (id: number | string) => void;
1321
- onSend?: (id: number | string) => void;
1322
- onSaveDraft?: (id: number | string) => void;
1323
- accountContacts?: SuggestedContact[];
1324
- signature?: string | React.ReactNode;
1325
- onDuplicate?: (id: number | string) => void;
1326
- onOpenAccountDetails?: () => void;
1327
- onOpenRecentActivity?: () => void;
1328
- onMarkComplete?: (id: number | string) => void;
1329
- onDispatchAgent?: (id: number | string, editedContent?: string, settings?: {
1330
- aiDisclosureEnabled?: boolean;
1331
- maxDurationMinutes?: string;
1332
- callRecordingEnabled?: boolean;
1333
- recordingNoticeEnabled?: boolean;
1334
- }) => void;
1335
- iconMap?: SuggestedActionsIconMap;
1336
- sendLabel?: string;
1337
- accountDetailsLabel?: string;
1338
- dismissLabel?: string;
1339
- }
1340
- declare function SuggestedActions({ actions, title, onDismiss, onSend, onSaveDraft, accountContacts, signature, onDuplicate, onOpenAccountDetails, onOpenRecentActivity, onMarkComplete, onDispatchAgent, iconMap, sendLabel, accountDetailsLabel, dismissLabel, }: SuggestedActionsProps): React.JSX.Element;
1341
-
1342
- declare function Table({ className, ...props }: React.ComponentProps<"table">): React.JSX.Element;
1343
- declare function TableHeader({ className, ...props }: React.ComponentProps<"thead">): React.JSX.Element;
1344
- declare function TableBody({ className, ...props }: React.ComponentProps<"tbody">): React.JSX.Element;
1345
- declare function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">): React.JSX.Element;
1346
- declare function TableRow({ className, ...props }: React.ComponentProps<"tr">): React.JSX.Element;
1347
- declare function TableHead({ className, ...props }: React.ComponentProps<"th">): React.JSX.Element;
1348
- declare function TableCell({ className, ...props }: React.ComponentProps<"td">): React.JSX.Element;
1349
- declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): React.JSX.Element;
1350
-
1351
- declare function Tabs({ className, orientation, ...props }: React.ComponentProps<typeof Tabs$1.Root>): React.JSX.Element;
1352
- declare const tabsListVariants: (props?: ({
1353
- variant?: "default" | "line" | null | undefined;
1354
- } & class_variance_authority_types.ClassProp) | undefined) => string;
1355
- declare function TabsList({ className, variant, ...props }: React.ComponentProps<typeof Tabs$1.List> & VariantProps<typeof tabsListVariants>): React.JSX.Element;
1356
- declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof Tabs$1.Trigger>): React.JSX.Element;
1357
- declare function TabsContent({ className, ...props }: React.ComponentProps<typeof Tabs$1.Content>): React.JSX.Element;
1358
-
1359
- declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): React.JSX.Element;
1360
-
1361
- interface MetricCardData {
1362
- label: string;
1363
- value: string | number;
1364
- trend?: {
1365
- value: number;
1366
- direction: "up" | "down" | "neutral";
1367
- };
1368
- alert?: boolean;
1369
- }
1370
- interface TopLineMetricsProps {
1371
- metrics: MetricCardData[];
1372
- chartData?: {
1373
- date: string;
1374
- value: number;
1375
- secondary?: number;
1376
- }[];
1377
- filters?: string[];
1378
- activeFilter?: string;
1379
- onFilterChange?: (filter: string) => void;
1380
- className?: string;
1381
- }
1382
- declare function TopLineMetrics({ metrics, chartData, filters, activeFilter, onFilterChange, className, }: TopLineMetricsProps): React.JSX.Element;
1383
-
1384
- interface TrendSeries {
1385
- dataKey: string;
1386
- color: string;
1387
- label?: string;
1388
- fillOpacity?: number;
1389
- }
1390
- interface TrendAreaChartProps {
1391
- data: Record<string, unknown>[];
1392
- series: TrendSeries[];
1393
- height?: number;
1394
- xAxisKey?: string;
1395
- showGrid?: boolean;
1396
- yDomain?: [number, number];
1397
- tooltipFormatter?: (value: number | string, name: string) => [string, string];
1398
- className?: string;
1399
- }
1400
- declare function TrendAreaChart({ data, series, height, xAxisKey, showGrid, yDomain, tooltipFormatter, className, }: TrendAreaChartProps): React.JSX.Element;
1401
-
1402
- interface ViewMode {
1403
- id: string;
1404
- icon: React.ReactNode;
1405
- label: string;
1406
- }
1407
- interface ViewModeToggleProps {
1408
- modes: ViewMode[];
1409
- activeMode: string;
1410
- onModeChange: (modeId: string) => void;
1411
- className?: string;
1412
- }
1413
- declare function ViewModeToggle({ modes, activeMode, onModeChange, className }: ViewModeToggleProps): React.JSX.Element;
1414
-
1415
- interface VolumeDataKey {
1416
- key: string;
1417
- color: string;
1418
- }
1419
- interface VolumeAnalysisChartProps {
1420
- data: Record<string, unknown>[];
1421
- dataKeys: VolumeDataKey[];
1422
- height?: number;
1423
- xAxisKey?: string;
1424
- stacked?: boolean;
1425
- title?: string;
1426
- subtitle?: string;
1427
- className?: string;
1428
- }
1429
- declare function VolumeAnalysisChart({ data, dataKeys, height, xAxisKey, stacked, title, subtitle, className, }: VolumeAnalysisChartProps): React.JSX.Element;
1430
-
1431
- interface PrototypeBrandConfig {
1432
- name: string;
1433
- logo?: string;
1434
- assistantName?: string;
1435
- }
1436
- interface QueueItem {
1437
- id: string;
1438
- title: string;
1439
- details: string;
1440
- statusColor: string;
1441
- time: string;
1442
- company: string;
1443
- tag1: string;
1444
- }
1445
- interface SignalScoreData {
1446
- score: number;
1447
- factors: ScoreFactor[];
1448
- whyNow: string;
1449
- evidence: string[];
1450
- confidence: number;
1451
- onFactorFeedback?: (factorKey: string, type: "up" | "down" | null, detail?: string) => void;
1452
- onApproveFeedback?: (reasons: string[], detail: string) => void;
1453
- onDismissFeedback?: (reasons: string[], detail: string) => void;
1454
- }
1455
- interface InboxDetailSections {
1456
- signalBrief?: boolean;
1457
- suggestedActions?: boolean;
1458
- timeline?: boolean;
1459
- }
1460
- interface InboxViewConfig {
1461
- items: QueueItem[];
1462
- filterCategories?: InboxFilterCategory[];
1463
- detailSections?: InboxDetailSections;
1464
- accountContacts?: SuggestedContact[];
1465
- buildAccountContacts?: (item: QueueItem) => SuggestedContact[];
1466
- emailSignature?: string | React.ReactNode;
1467
- buildSuggestedActions?: (item: QueueItem) => SuggestedAction[];
1468
- buildSourceItems?: (item: QueueItem) => SourceDef[];
1469
- getSignalScore?: (company: string) => SignalScoreData;
1470
- getTimelineEvents?: (item: QueueItem) => TimelineEvent[];
1471
- iconMap?: Record<string, string>;
1472
- hideToolbarActions?: boolean;
1473
- hideHoverActions?: boolean;
1474
- onSuggestedActionFeedback?: (actionId: number | string, feedback: string, actionTitle?: string) => void;
1475
- buildEntityChips?: (item: QueueItem) => Array<{
1476
- id: string;
1477
- label: string;
1478
- avatarLetter: string;
1479
- onClick?: () => void;
1480
- }>;
1481
- quickFilterTabs?: Array<{
1482
- id: string;
1483
- label: string;
1484
- matchValue?: string;
1485
- count?: number;
1486
- }>;
1487
- hideAccountsButton?: boolean;
1488
- accountDetailsLabel?: string;
1489
- signalLabels?: {
1490
- approveButton?: string;
1491
- dismissButton?: string;
1492
- approvedStatus?: string;
1493
- dismissedStatus?: string;
1494
- };
1495
- }
1496
- interface InsightsCustomTab {
1497
- id: string;
1498
- label: string;
1499
- icon?: React.ComponentType<{
1500
- className?: string;
1501
- }>;
1502
- content: React.ReactNode;
1503
- }
1504
- interface InsightsViewConfig {
1505
- customTabs?: InsightsCustomTab[];
1506
- tabs?: {
1507
- overview?: boolean;
1508
- analytics?: boolean;
1509
- };
1510
- coaching?: {
1511
- enabled?: boolean;
1512
- message?: string;
1513
- };
1514
- metrics?: MetricCardProps[];
1515
- expandedMetrics?: MetricCardProps[];
1516
- dashboardCards?: {
1517
- topTasks?: boolean;
1518
- upcomingMeetings?: boolean;
1519
- recentlyCompleted?: boolean;
1520
- checkIns?: boolean;
1521
- };
1522
- analytics?: {
1523
- pipeline?: {
1524
- stages: PipelineStage[];
1525
- stageMetrics: Record<string, PipelineStageMetrics>;
1526
- stageTimings: (PipelineStageTiming | null)[];
1527
- filterBreakdowns?: Record<string, Record<string, Record<string, number>>>;
1528
- };
1529
- volumeChart?: {
1530
- data: Record<string, unknown>[];
1531
- dataKeys: Array<{
1532
- key: string;
1533
- color: string;
1534
- }>;
1535
- filterOptions?: Array<{
1536
- label: string;
1537
- value: string;
1538
- }>;
1539
- };
1540
- donutChart?: {
1541
- data: Array<{
1542
- name: string;
1543
- value: number;
1544
- color: string;
1545
- }>;
1546
- centerLabel?: number;
1547
- };
1548
- trendChart?: {
1549
- data: Record<string, unknown>[];
1550
- series: Array<{
1551
- dataKey: string;
1552
- color: string;
1553
- }>;
1554
- xAxisKey?: string;
1555
- height?: number;
1556
- toggleOptions?: string[];
1557
- };
1558
- barChart?: {
1559
- data: Record<string, unknown>[];
1560
- bars: Array<{
1561
- dataKey: string;
1562
- color: string;
1563
- name: string;
1564
- icon?: LucideIcon;
1565
- }>;
1566
- };
1567
- barList?: {
1568
- data: Array<{
1569
- name: string;
1570
- value: number;
1571
- }>;
1572
- valueFormatter?: (v: number) => string;
1573
- };
1574
- };
1575
- }
1576
- interface AccountFilterTab {
1577
- label: string;
1578
- count?: number;
1579
- variant?: "default" | "attention" | "ghost";
1580
- }
1581
- interface AccountsViewConfig {
1582
- filterTabs?: AccountFilterTab[];
1583
- rows?: DataRow[];
1584
- filterCategories?: DataTableFilterCategory[];
1585
- quickViews?: string[];
1586
- moreQuickViews?: string[];
1587
- quickViewFilters?: Record<string, (row: DataRow) => boolean>;
1588
- iconMap?: {
1589
- salesforce?: string;
1590
- };
1591
- entityUrlBuilder?: (row: DataRow) => string;
1592
- onScoreFactorFeedback?: (account: string, scoreType: string, factorKey: string, type: "up" | "down" | null, detail?: string) => void;
1593
- onScoreApproveFeedback?: (account: string, scoreType: string, reasons: string[], detail: string) => void;
1594
- onScoreDismissFeedback?: (account: string, scoreType: string, reasons: string[], detail: string) => void;
1595
- }
1596
- interface WorkQueueViewConfig {
1597
- [key: string]: unknown;
1598
- }
1599
- interface AdminTab {
1600
- id: string;
1601
- label: string;
1602
- icon?: React.ComponentType<{
1603
- className?: string;
1604
- }>;
1605
- content: React.ReactNode;
1606
- }
1607
- interface AdminViewConfig {
1608
- /** View title displayed in the header. Defaults to "Admin". */
1609
- title?: string;
1610
- /** Icon displayed next to the title. */
1611
- icon?: React.ComponentType<{
1612
- className?: string;
1613
- }>;
1614
- tabs: AdminTab[];
1615
- /** Which tab is active initially. Defaults to first tab's id. */
1616
- defaultTab?: string;
1617
- }
1618
- interface EntityPanelSection {
1619
- type: "details" | "contacts" | "recentActivity" | "connectedApps" | "systemActivity";
1620
- props?: Record<string, unknown>;
1621
- }
1622
- interface EntityPanelConfig {
1623
- sections?: EntityPanelSection[];
1624
- icons?: Record<string, string>;
1625
- }
1626
- interface PrototypeConfig {
1627
- brand?: PrototypeBrandConfig;
1628
- sidebar: SidebarNavSection[];
1629
- views: {
1630
- inbox?: InboxViewConfig;
1631
- insights?: InsightsViewConfig;
1632
- accounts?: AccountsViewConfig;
1633
- workQueue?: WorkQueueViewConfig;
1634
- admin?: AdminViewConfig;
1635
- };
1636
- defaultView: string;
1637
- entityPanel?: EntityPanelConfig;
1638
- /** Sidebar item IDs that trigger view navigation. Defaults to keys of `views`. */
1639
- navigableViews?: string[];
1640
- }
1641
-
1642
- interface PrototypeShellProps {
1643
- config: PrototypeConfig;
1644
- /**
1645
- * Optional ReactNode rendered in the header area of each view.
1646
- * Useful for adding an "Exit Preview" button in the design system showcase.
1647
- */
1648
- headerActions?: React.ReactNode;
1649
- /**
1650
- * Custom content to render inside the EntityPanel.
1651
- * When provided, overrides the default section-based rendering.
1652
- * Receives `onClose` so children can close the panel.
1653
- */
1654
- entityPanelChildren?: React.ReactNode | ((ctx: {
1655
- onClose: () => void;
1656
- }) => React.ReactNode);
1657
- /**
1658
- * Fired on every sidebar navigation click (both navigable and non-navigable views).
1659
- * Useful for intercepting clicks on product-specific views like "settings"
1660
- * that live outside the shell.
1661
- */
1662
- onNavigate?: (viewId: string) => void;
1663
- }
1664
- declare function PrototypeShell({ config, headerActions, entityPanelChildren, onNavigate, }: PrototypeShellProps): React.JSX.Element;
1665
-
1666
- interface PrototypeInboxViewProps extends InboxViewConfig {
1667
- /** Extra ReactNode rendered at the end of the header bar (e.g. exit button). */
1668
- headerActions?: React.ReactNode;
1669
- onOpenEntityPanel?: () => void;
1670
- onOpenRecentActivity?: () => void;
1671
- onNavigateToInbox?: () => void;
1672
- onItemSelect?: (item: QueueItem) => void;
1673
- defaultViewMode?: "list" | "split";
1674
- }
1675
- interface DetailViewProps {
1676
- item: QueueItem;
1677
- sections: InboxDetailSections;
1678
- getSignalScore: (company: string) => SignalScoreData;
1679
- buildSuggestedActions: (item: QueueItem) => SuggestedAction[];
1680
- buildSourceItems: (item: QueueItem) => SourceDef[];
1681
- getTimelineEvents?: (item: QueueItem) => TimelineEvent[];
1682
- accountContacts: SuggestedContact[];
1683
- emailSignature: string | React.ReactNode;
1684
- iconMap: Record<string, string>;
1685
- onOpenEntityPanel?: () => void;
1686
- onOpenRecentActivity?: () => void;
1687
- onSuggestedActionFeedback?: (actionId: number | string, feedback: string, actionTitle?: string) => void;
1688
- signalLabels?: {
1689
- approveButton?: string;
1690
- dismissButton?: string;
1691
- approvedStatus?: string;
1692
- dismissedStatus?: string;
1693
- };
1694
- }
1695
- declare function DetailView({ item, sections, getSignalScore, buildSuggestedActions, buildSourceItems, getTimelineEvents, accountContacts, emailSignature, iconMap, onOpenEntityPanel, onOpenRecentActivity, onSuggestedActionFeedback, signalLabels, }: DetailViewProps): React.JSX.Element;
1696
- declare function PrototypeInboxView({ items, filterCategories, detailSections, accountContacts, buildAccountContacts, emailSignature, buildSuggestedActions: buildSuggestedActionsProp, buildSourceItems: buildSourceItemsProp, getSignalScore: getSignalScoreProp, getTimelineEvents, iconMap, hideToolbarActions, hideHoverActions, onSuggestedActionFeedback, headerActions, onOpenEntityPanel, onOpenRecentActivity, onItemSelect, defaultViewMode, buildEntityChips, quickFilterTabs, hideAccountsButton, accountDetailsLabel, signalLabels, }: PrototypeInboxViewProps): React.JSX.Element;
1697
-
1698
- interface PrototypeInsightsViewProps extends InsightsViewConfig {
1699
- assistantName?: string;
1700
- headerActions?: React.ReactNode;
1701
- onNavigateToInbox?: () => void;
1702
- }
1703
- declare function PrototypeInsightsView({ tabs, coaching, metrics, expandedMetrics, dashboardCards, analytics, assistantName, headerActions, onNavigateToInbox, customTabs, }: PrototypeInsightsViewProps): React.JSX.Element;
1704
-
1705
- interface PrototypeAccountsViewProps extends AccountsViewConfig {
1706
- headerActions?: React.ReactNode;
1707
- onRowClick?: (row: DataRow) => void;
1708
- }
1709
- declare function PrototypeAccountsView({ filterTabs, headerActions, onRowClick, rows, filterCategories, quickViews, moreQuickViews, quickViewFilters, iconMap, entityUrlBuilder, onScoreFactorFeedback, onScoreApproveFeedback, onScoreDismissFeedback, }: PrototypeAccountsViewProps): React.JSX.Element;
1710
-
1711
- interface PrototypeAdminViewProps extends AdminViewConfig {
1712
- headerActions?: React.ReactNode;
1713
- }
1714
- declare function PrototypeAdminView({ title, icon: Icon, tabs, defaultTab, headerActions, }: PrototypeAdminViewProps): React.JSX.Element | null;
1715
-
1716
- interface PrototypeWorkQueueViewProps {
1717
- headerActions?: React.ReactNode;
1718
- }
1719
- declare function PrototypeWorkQueueView({ headerActions, }: PrototypeWorkQueueViewProps): React.JSX.Element;
1720
-
1721
- type MessageProps = HTMLAttributes<HTMLDivElement> & {
1722
- from: "user" | "assistant";
1723
- };
1724
- declare const Message: ({ className, from, ...props }: MessageProps) => React.JSX.Element;
1725
- declare const messageContentVariants: (props?: ({
1726
- variant?: "flat" | "contained" | null | undefined;
1727
- } & class_variance_authority_types.ClassProp) | undefined) => string;
1728
- type MessageContentProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof messageContentVariants>;
1729
- declare const MessageContent: ({ children, className, variant, ...props }: MessageContentProps) => React.JSX.Element;
1730
- type MessageAvatarProps = ComponentProps<typeof Avatar> & {
1731
- src?: string;
1732
- name?: string;
1733
- };
1734
- declare const MessageAvatar: ({ src, name, className, children, ...props }: MessageAvatarProps) => React.JSX.Element;
1735
-
1736
- type StatusType = "success" | "warning" | "error" | "neutral";
1737
- interface StatusBadgeProps extends React.HTMLAttributes<HTMLDivElement> {
1738
- status: string;
1739
- statusMap?: Record<string, StatusType>;
1740
- }
1741
- declare function StatusBadge({ status, statusMap, className, ...props }: StatusBadgeProps): React.JSX.Element;
1742
-
1743
- interface SimpleDataTableProps<TData> {
1744
- columns: ColumnDef<TData, any>[];
1745
- data: TData[];
1746
- onRowClick?: (row: TData) => void;
1747
- emptyIcon?: React.ReactNode;
1748
- emptyMessage?: string;
1749
- emptyDescription?: string;
1750
- className?: string;
1751
- }
1752
- declare function SimpleDataTable<TData>({ columns, data, onRowClick, emptyIcon, emptyMessage, emptyDescription, className, }: SimpleDataTableProps<TData>): React.JSX.Element;
1753
-
1754
- type AgentOrbState = null | "thinking" | "listening" | "talking";
1755
- interface AgentOrbProps {
1756
- state?: AgentOrbState;
1757
- colors?: [string, string];
1758
- volumeMode?: "auto" | "manual";
1759
- manualInput?: number;
1760
- manualOutput?: number;
1761
- inputVolumeRef?: React.RefObject<number>;
1762
- outputVolumeRef?: React.RefObject<number>;
1763
- getInputVolume?: () => number;
1764
- getOutputVolume?: () => number;
1765
- seed?: number;
1766
- showGlow?: boolean;
1767
- className?: string;
1768
- }
1769
- /**
1770
- * Full AgentOrb with optional CSS glow wrapper.
1771
- * Colors default to CSS `--primary` via computed style at mount time.
1772
- */
1773
- declare function AgentOrb({ state, colors, volumeMode, manualInput, manualOutput, inputVolumeRef, outputVolumeRef, getInputVolume, getOutputVolume, seed, showGlow, className, }: AgentOrbProps): React.JSX.Element;
1774
- interface AgentOrbCanvasProps {
1775
- colors?: [string, string];
1776
- seed?: number;
1777
- agentState?: AgentOrbState;
1778
- volumeMode?: "auto" | "manual";
1779
- manualInput?: number;
1780
- manualOutput?: number;
1781
- inputVolumeRef?: React.RefObject<number>;
1782
- outputVolumeRef?: React.RefObject<number>;
1783
- getInputVolume?: () => number;
1784
- getOutputVolume?: () => number;
1785
- className?: string;
1786
- resizeDebounce?: number;
1787
- }
1788
- declare function AgentOrbCanvas({ colors, seed, agentState, volumeMode, manualInput, manualOutput, inputVolumeRef, outputVolumeRef, getInputVolume, getOutputVolume, className, resizeDebounce, }: AgentOrbCanvasProps): React.JSX.Element;
1789
-
1790
- type AgentWidgetStatus = "idle" | "connecting" | "connected" | "error";
1791
- type AgentWidgetMode = "listening" | "speaking" | null;
1792
- interface AgentWidgetMessage {
1793
- from: "user" | "assistant";
1794
- text: string;
1795
- }
1796
- interface AgentWidgetProps {
1797
- status?: AgentWidgetStatus;
1798
- mode?: AgentWidgetMode;
1799
- messages?: AgentWidgetMessage[];
1800
- onSendMessage?: (text: string) => void;
1801
- onEndSession?: () => void;
1802
- inputMode?: "voice" | "text" | "voice+text";
1803
- visualSlot?: React.ReactNode;
1804
- assistantAvatarSlot?: React.ReactNode;
1805
- header?: React.ReactNode;
1806
- footer?: React.ReactNode;
1807
- className?: string;
1808
- }
1809
- declare function AgentWidget({ status, mode, messages, onSendMessage, onEndSession, inputMode, visualSlot, assistantAvatarSlot, header, footer, className, }: AgentWidgetProps): React.JSX.Element;
1810
-
1811
- type AgentPopoverStep = string;
1812
- interface AgentPopoverContextValue {
1813
- step: AgentPopoverStep;
1814
- setStep: (step: AgentPopoverStep) => void;
1815
- }
1816
- declare function useAgentPopover(): AgentPopoverContextValue;
1817
- interface AgentPopoverProps {
1818
- open: boolean;
1819
- onOpenChange: (open: boolean) => void;
1820
- defaultStep?: string;
1821
- step?: string;
1822
- onStepChange?: (step: string) => void;
1823
- children: React.ReactNode;
1824
- className?: string;
1825
- }
1826
- declare function AgentPopover({ open, onOpenChange, defaultStep, step: controlledStep, onStepChange, children, className, }: AgentPopoverProps): React.JSX.Element | null;
1827
- type ConnectionStatus = "ready" | "connected" | "listening" | "speaking";
1828
- interface AgentPopoverBrandingProps {
1829
- title?: string;
1830
- subtitle?: string;
1831
- badge?: string;
1832
- visualSlot?: React.ReactNode;
1833
- statusIndicator?: ConnectionStatus;
1834
- className?: string;
1835
- }
1836
- declare function AgentPopoverBranding({ title, subtitle, badge, visualSlot, statusIndicator, className, }: AgentPopoverBrandingProps): React.JSX.Element;
1837
- interface AgentPopoverStepContentProps {
1838
- step: string;
1839
- children: React.ReactNode;
1840
- className?: string;
1841
- }
1842
- declare function AgentPopoverStepContent({ step, children, className }: AgentPopoverStepContentProps): React.JSX.Element | null;
1843
- interface AgentPopoverFormField {
1844
- name: string;
1845
- label: string;
1846
- type?: "text" | "email" | "tel" | "textarea";
1847
- placeholder?: string;
1848
- required?: boolean;
1849
- }
1850
- interface AgentPopoverFormProps {
1851
- fields?: AgentPopoverFormField[];
1852
- submitLabel?: string;
1853
- onSubmit?: (values: Record<string, string>) => void;
1854
- className?: string;
1855
- children?: React.ReactNode;
1856
- }
1857
- declare function AgentPopoverForm({ fields, submitLabel, onSubmit, className, children, }: AgentPopoverFormProps): React.JSX.Element;
1858
- interface AgentPopoverOverviewProps {
1859
- userSummary?: Record<string, string>;
1860
- discussionPoints?: string[];
1861
- actions?: React.ReactNode;
1862
- className?: string;
1863
- }
1864
- declare function AgentPopoverOverview({ userSummary, discussionPoints, actions, className, }: AgentPopoverOverviewProps): React.JSX.Element;
1865
- interface AgentPopoverChatProps {
1866
- messages?: AgentWidgetMessage[];
1867
- onSendMessage?: (text: string) => void;
1868
- onEndSession?: () => void;
1869
- inputMode?: "voice" | "text" | "voice+text";
1870
- visualSlot?: React.ReactNode;
1871
- assistantAvatarSlot?: React.ReactNode;
1872
- status?: AgentWidgetStatus;
1873
- mode?: AgentWidgetMode;
1874
- className?: string;
1875
- }
1876
- declare function AgentPopoverChat({ messages, onSendMessage, onEndSession, inputMode, visualSlot, assistantAvatarSlot, status, mode, className, }: AgentPopoverChatProps): React.JSX.Element;
1877
-
1878
- export { type AccountFilterTab, type AccountsViewConfig, type ActiveVariant, ActivityDetail, type ActivityDetailData, type ActivityDetailProps, type ActivityItem, ActivityLog, type ActivityLogItem, type ActivityLogProps, type ActivityParticipant, ActivityRow, type ActivityThreadMessage, type AdminTab, type AdminViewConfig, AgentOrb, AgentOrbCanvas, type AgentOrbProps, type AgentOrbState, AgentPopover, AgentPopoverBranding, type AgentPopoverBrandingProps, AgentPopoverChat, type AgentPopoverChatProps, type AgentPopoverContextValue, AgentPopoverForm, type AgentPopoverFormField, type AgentPopoverFormProps, AgentPopoverOverview, type AgentPopoverOverviewProps, type AgentPopoverProps, type AgentPopoverStep, AgentPopoverStepContent, type AgentPopoverStepContentProps, AgentWidget, type AgentWidgetMessage, type AgentWidgetMode, type AgentWidgetProps, type AgentWidgetStatus, type ApprovalState, type AssigneeFilter, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, Badge, BarChartComponent, type BarChartComponentProps, type BarSeries, Button, CHART_CURSOR_STYLE, CHART_TOOLTIP_STYLE, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, type ChartTooltipEntry, CheckInsCard, Citation, ConnectedApps, type ConnectionStatus, type ContactChannel, type ContactItem, ContactList, type ContactListProps, type DataRow, DataTable, DataTableDisplay, type DataTableDisplayColumn, DataTableFilter, type DataTableFilterCategory, type DataTableProps, type DataTableQuickViewValue, DataTableQuickViews, DataTableToolbar, DetailView, DetailViewHeader, type DetailViewProps, DetailViewSummary, DetailViewThread, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DonutChart, type DonutChartProps, type DonutSegment, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EntityActivityItem, EntityDetails, type EntityMetadataField, EntityMetadataGrid, EntityPanel, type EntityPanelBrandIcons, type EntityPanelConfig, EntityPanelHeader, type EntityPanelSection, EntityPanelTabs, EntitySection, type FilterDefinition, type GroupedListGroup, GroupedListView, type GroupedListViewProps, type InboxDetailSections, type InboxFilterCategory, InboxGroupHeader, InboxRow, type InboxRowProps, InboxToolbar, type InboxToolbarProps, type InboxViewConfig, Input, type InsightsCustomTab, InsightsFilterBar, type InsightsFilterBarProps, type InsightsViewConfig, ItemList, ItemListDisplay, type ItemListDisplayState, ItemListFilter, type ItemListFilterCategory, type ItemListGrouping, type ItemListQuickView, ItemListToolbar, type ItemListViewMode, Label, Message, MessageAvatar, type MessageAvatarProps, MessageContent, type MessageContentProps, type MessageProps, MetricCard, type MetricCardData, type MetricCardProps, type MetricDataPoint, PerformanceMetricsTable, type PerformanceMetricsTableRow, type PerformanceMetricsTableSortOption, type PipelineFilterBreakdown, PipelineOverview, type PipelineOverviewProps, type PipelineStage, type PipelineStageMetrics, type PipelineStageTiming, PotentialContacts, PreviewList, PreviewListItem, type PreviewListItemProps, Progress, PrototypeAccountsView, type PrototypeAccountsViewProps, PrototypeAdminView, type PrototypeAdminViewProps, type PrototypeBrandConfig, type PrototypeConfig, PrototypeInboxView, type PrototypeInboxViewProps, PrototypeInsightsView, type PrototypeInsightsViewProps, PrototypeShell, type PrototypeShellProps, PrototypeWorkQueueView, type PrototypeWorkQueueViewProps, type QueueItem, QuickActionChatArea, QuickActionModal, type QuickActionPriority$1 as QuickActionPriority, QuickActionSidebarNav, type QuickActionSubmitPayload, type QuickActionTaskDraft, type QuickActionTemplate, RecentActivity, RecentlyCompletedCard, type RecommendedAction, RecommendedActionsSection, ReportCard, type ReportCardProps, SankeyChart, type SankeyData, type SankeyDropOff, type SankeyHoverCardData, type SankeyLink, type SankeyNode, type SankeyStageMetrics, ScoreAnalysisModal, type ScoreAnalysisModalProps, ScoreAnalysisPanel, ScoreBreakdown, type ScoreBreakdownProps, type ScoreFactor, ScoreFeedback, ScoreRing, type ScoreRingProps, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, type SidebarNavItem, type SidebarNavSection, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, type SidebarUserProfile, SignalApproval, Actions as SignalApprovalActions, type SignalApprovalContextValue, Gate as SignalApprovalGate, type SignalApprovalLabels, Root as SignalApprovalRoot, type RootProps as SignalApprovalRootProps, type SignalScoreData, SimpleChartTooltip, type SimpleChartTooltipProps, SimpleDataTable, type SimpleDataTableProps, Skeleton, type SourceDef, SourceList, StatusBadge, type StatusBadgeProps, type StatusType, type StyledBarItem, StyledBarList, type StyledBarListProps, type SuggestedAction, type SuggestedActionBrowserMeta, type SuggestedActionCallMeta, type SuggestedActionEmailMeta, type SuggestedActionFollowUp, type SuggestedActionManualMeta, type SuggestedActionReplyTo, type SuggestedActionThreadMessage, type SuggestedActionTicket, SuggestedActions, type SuggestedActionsIconMap, type SuggestedActionsProps, type SuggestedContact, SystemActivity, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, ThreadMessage, TimelineActivity, type TimelineActivityProps, type TimelineEvent, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TopLineMetrics, type TopLineMetricsProps, TopTasksCard, TrendAreaChart, type TrendAreaChartProps, type TrendSeries, UpcomingMeetingsCard, type UserMenuItem, type ViewMode, ViewModeToggle, type ViewModeToggleProps, VolumeAnalysisChart, type VolumeAnalysisChartProps, type VolumeDataKey, type WorkQueueViewConfig, badgeVariants, buttonVariants, cn, getScoreColor, tabsListVariants, useAgentPopover, useIsMobile, useScoreFeedback, useSidebar, useSignalApproval };
1
+ export { cn } from './lib/utils.js';
2
+ export { BRAND_ICONS } from './lib/icons.js';
3
+ export { useIsMobile } from './hooks/use-mobile.js';
4
+ export { ActivityDetail, ActivityDetailData, ActivityDetailProps, ActivityParticipant, ActivityThreadMessage } from './components/activity-detail.js';
5
+ export { ActivityLog, ActivityLogItem, ActivityLogProps, ActivityRow } from './components/activity-log.js';
6
+ export { AgentPopover, AgentPopoverBranding, AgentPopoverBrandingProps, AgentPopoverChat, AgentPopoverChatProps, AgentPopoverContextValue, AgentPopoverForm, AgentPopoverFormField, AgentPopoverFormProps, AgentPopoverOverview, AgentPopoverOverviewProps, AgentPopoverProps, AgentPopoverStep, AgentPopoverStepContent, AgentPopoverStepContentProps, ConnectionStatus, useAgentPopover } from './components/agent-popover.js';
7
+ export { AgentWidget, AgentWidgetMessage, AgentWidgetMode, AgentWidgetProps, AgentWidgetStatus } from './components/agent-widget.js';
8
+ export { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage } from './components/avatar.js';
9
+ export { Badge, badgeVariants } from './components/badge.js';
10
+ export { Button, buttonVariants } from './components/button.js';
11
+ export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './components/card.js';
12
+ export { ContactChannel, ContactItem, ContactList, ContactListProps } from './components/contact-list.js';
13
+ export { CheckInsCard, RecentlyCompletedCard, TopTasksCard, UpcomingMeetingsCard } from './components/dashboard-cards.js';
14
+ export { DataRow, DataTable, DataTableProps } from './components/data-table.js';
15
+ export { DataTableDisplay, DataTableDisplayColumn } from './components/data-table-display.js';
16
+ export { DataTableFilter, DataTableFilterCategory } from './components/data-table-filter.js';
17
+ export { DataTableQuickViewValue, DataTableQuickViews } from './components/data-table-quick-views.js';
18
+ export { DataTableToolbar } from './components/data-table-toolbar.js';
19
+ export { Citation, DetailViewHeader, DetailViewSummary, DetailViewThread, SourceDef, SourceList, ThreadMessage } from './components/detail-view.js';
20
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './components/dialog.js';
21
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './components/dropdown-menu.js';
22
+ export { ActivityItem, ConnectedApps, EntityActivityItem, EntityDetails, EntityMetadataField, EntityMetadataGrid, EntityPanel, EntityPanelBrandIcons, EntityPanelHeader, EntityPanelTabs, EntitySection, PotentialContacts, RecentActivity, SystemActivity } from './components/entity-panel.js';
23
+ export { InboxGroupHeader, InboxRow, InboxRowProps } from './components/inbox-row.js';
24
+ export { AssigneeFilter, InboxFilterCategory, InboxToolbar, InboxToolbarProps } from './components/inbox-toolbar.js';
25
+ export { Input } from './components/input.js';
26
+ export { FilterDefinition, InsightsFilterBar, InsightsFilterBarProps } from './components/insights-filter-bar.js';
27
+ export { GroupedListGroup, GroupedListView, GroupedListViewProps, ItemList } from './components/item-list.js';
28
+ export { ItemListDisplay, ItemListDisplayState, ItemListGrouping, ItemListViewMode } from './components/item-list-display.js';
29
+ export { ItemListFilter, ItemListFilterCategory } from './components/item-list-filter.js';
30
+ export { ItemListQuickView, ItemListToolbar } from './components/item-list-toolbar.js';
31
+ export { Label } from './components/label.js';
32
+ export { Message, MessageAvatar, MessageAvatarProps, MessageContent, MessageContentProps, MessageProps } from './components/message.js';
33
+ export { MetricCard, MetricCardProps, MetricDataPoint } from './components/metric-card.js';
34
+ export { PerformanceMetricsTable, PerformanceMetricsTableRow, PerformanceMetricsTableSortOption } from './components/performance-metrics-table.js';
35
+ export { PreviewList, PreviewListItem, PreviewListItemProps } from './components/preview-list.js';
36
+ export { Progress } from './components/progress.js';
37
+ export { QuickActionChatArea, QuickActionSubmitPayload } from './components/quick-action-chat-area.js';
38
+ export { QuickActionModal, QuickActionPriority, QuickActionTaskDraft, QuickActionTemplate } from './components/quick-action-modal.js';
39
+ export { ActiveVariant, QuickActionSidebarNav, SidebarNavItem, SidebarNavSection, SidebarUserProfile, UserMenuItem } from './components/quick-action-sidebar-nav.js';
40
+ export { RecommendedAction, RecommendedActionsSection } from './components/recommended-actions-section.js';
41
+ export { ReportCard, ReportCardProps } from './components/report-card.js';
42
+ export { ScoreAnalysisModal, ScoreAnalysisModalProps, ScoreAnalysisPanel } from './components/score-analysis-modal.js';
43
+ export { ScoreBreakdown, ScoreBreakdownProps, ScoreFactor } from './components/score-breakdown.js';
44
+ export { ScoreFeedback, useScoreFeedback } from './components/score-feedback.js';
45
+ export { ScoreRing, ScoreRingProps, getScoreColor } from './components/score-ring.js';
46
+ export { ScrollArea, ScrollBar } from './components/scroll-area.js';
47
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './components/select.js';
48
+ export { Separator } from './components/separator.js';
49
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './components/sheet.js';
50
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './components/sidebar.js';
51
+ export { ApprovalState, SignalApproval, SignalApprovalActions, SignalApprovalContextValue, SignalApprovalGate, SignalApprovalLabels, SignalApprovalRoot, SignalApprovalRootProps, useSignalApproval } from './components/signal-feedback-inline.js';
52
+ export { SimpleDataTable, SimpleDataTableProps } from './components/simple-data-table.js';
53
+ export { Skeleton } from './components/skeleton.js';
54
+ export { StatusBadge, StatusBadgeProps, StatusType } from './components/status-badge.js';
55
+ export { StyledBarItem, StyledBarList, StyledBarListProps } from './components/styled-bar-list.js';
56
+ export { SuggestedAction, SuggestedActionBrowserMeta, SuggestedActionCallMeta, SuggestedActionEmailMeta, SuggestedActionFollowUp, SuggestedActionManualMeta, SuggestedActionReplyTo, SuggestedActionThreadMessage, SuggestedActionTicket, SuggestedActions, SuggestedActionsIconMap, SuggestedActionsProps, SuggestedContact } from './components/suggested-actions.js';
57
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './components/table.js';
58
+ export { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants } from './components/tabs.js';
59
+ export { Textarea } from './components/textarea.js';
60
+ export { TimelineActivity, TimelineActivityProps, TimelineEvent } from './components/timeline-activity.js';
61
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './components/tooltip.js';
62
+ export { ViewMode, ViewModeToggle, ViewModeToggleProps } from './components/view-mode-toggle.js';
63
+ import 'clsx';
64
+ import 'react';
65
+ import 'radix-ui';
66
+ import 'class-variance-authority/types';
67
+ import 'class-variance-authority';
68
+ import '@tanstack/react-table';