@hiver/connector-agent 4.16.1 → 4.18.0-slackm2-beta.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 (151) hide show
  1. package/README.md +9 -9
  2. package/app/hig-slack/HigSlackConnectModalIsland.d.ts +19 -0
  3. package/app/hig-slack/HigSlackConnectModalIsland.d.ts.map +1 -0
  4. package/app/hig-slack/HigSlackSection.d.ts +15 -0
  5. package/app/hig-slack/HigSlackSection.d.ts.map +1 -0
  6. package/app/hig-slack/index.d.ts +15 -0
  7. package/app/hig-slack/index.d.ts.map +1 -0
  8. package/app/hig-slack/provider.d.ts +21 -0
  9. package/app/hig-slack/provider.d.ts.map +1 -0
  10. package/app/hig-slack/style.d.ts +38 -0
  11. package/app/hig-slack/style.d.ts.map +1 -0
  12. package/app/omni-slack/SlackConnectModalIsland.d.ts +26 -0
  13. package/app/omni-slack/SlackConnectModalIsland.d.ts.map +1 -0
  14. package/app/omni-slack/index.d.ts +14 -0
  15. package/app/omni-slack/index.d.ts.map +1 -0
  16. package/app/omni-slack/provider.d.ts +15 -0
  17. package/app/omni-slack/provider.d.ts.map +1 -0
  18. package/constants/tracking-events.d.ts +8 -0
  19. package/constants/tracking-events.d.ts.map +1 -1
  20. package/features/email-logger/omni/components/LogEmailPill.d.ts.map +1 -1
  21. package/features/email-logger/omni/components/LogEmailPill.test.d.ts +2 -0
  22. package/features/email-logger/omni/components/LogEmailPill.test.d.ts.map +1 -0
  23. package/features/slack/api/channels.d.ts +11 -0
  24. package/features/slack/api/channels.d.ts.map +1 -0
  25. package/features/slack/api/conversations.d.ts +41 -0
  26. package/features/slack/api/conversations.d.ts.map +1 -0
  27. package/features/slack/api/effective-config.d.ts +21 -0
  28. package/features/slack/api/effective-config.d.ts.map +1 -0
  29. package/features/slack/api/index.d.ts +4 -0
  30. package/features/slack/api/index.d.ts.map +1 -0
  31. package/features/slack/api/linked-conv.d.ts +33 -0
  32. package/features/slack/api/linked-conv.d.ts.map +1 -0
  33. package/features/slack/api/members.d.ts +10 -0
  34. package/features/slack/api/members.d.ts.map +1 -0
  35. package/features/slack/api/messages.d.ts +10 -0
  36. package/features/slack/api/messages.d.ts.map +1 -0
  37. package/features/slack/api/normalise.d.ts +3 -0
  38. package/features/slack/api/normalise.d.ts.map +1 -0
  39. package/features/slack/api/users.d.ts +11 -0
  40. package/features/slack/api/users.d.ts.map +1 -0
  41. package/features/slack/avatar/SlackAvatar.d.ts +20 -0
  42. package/features/slack/avatar/SlackAvatar.d.ts.map +1 -0
  43. package/features/slack/avatar/cache.d.ts +10 -0
  44. package/features/slack/avatar/cache.d.ts.map +1 -0
  45. package/features/slack/avatar/index.d.ts +2 -0
  46. package/features/slack/avatar/index.d.ts.map +1 -0
  47. package/features/slack/components/AnimatedDots.d.ts +2 -0
  48. package/features/slack/components/AnimatedDots.d.ts.map +1 -0
  49. package/features/slack/components/HeroIllustration.d.ts +14 -0
  50. package/features/slack/components/HeroIllustration.d.ts.map +1 -0
  51. package/features/slack/components/LinkedConversationPanel/ChannelStateView.d.ts +21 -0
  52. package/features/slack/components/LinkedConversationPanel/ChannelStateView.d.ts.map +1 -0
  53. package/features/slack/components/LinkedConversationPanel/ChannelThreadGroup.d.ts +28 -0
  54. package/features/slack/components/LinkedConversationPanel/ChannelThreadGroup.d.ts.map +1 -0
  55. package/features/slack/components/LinkedConversationPanel/Composer.d.ts +50 -0
  56. package/features/slack/components/LinkedConversationPanel/Composer.d.ts.map +1 -0
  57. package/features/slack/components/LinkedConversationPanel/ConfirmDeleteModal.d.ts +24 -0
  58. package/features/slack/components/LinkedConversationPanel/ConfirmDeleteModal.d.ts.map +1 -0
  59. package/features/slack/components/LinkedConversationPanel/DeletedTombstone.d.ts +16 -0
  60. package/features/slack/components/LinkedConversationPanel/DeletedTombstone.d.ts.map +1 -0
  61. package/features/slack/components/LinkedConversationPanel/LinkedChannelHeader.d.ts +21 -0
  62. package/features/slack/components/LinkedConversationPanel/LinkedChannelHeader.d.ts.map +1 -0
  63. package/features/slack/components/LinkedConversationPanel/LoadOlderMessages.d.ts +16 -0
  64. package/features/slack/components/LinkedConversationPanel/LoadOlderMessages.d.ts.map +1 -0
  65. package/features/slack/components/LinkedConversationPanel/MentionPicker.d.ts +27 -0
  66. package/features/slack/components/LinkedConversationPanel/MentionPicker.d.ts.map +1 -0
  67. package/features/slack/components/LinkedConversationPanel/MessageItem.d.ts +31 -0
  68. package/features/slack/components/LinkedConversationPanel/MessageItem.d.ts.map +1 -0
  69. package/features/slack/components/LinkedConversationPanel/NotMemberTooltip.d.ts +5 -0
  70. package/features/slack/components/LinkedConversationPanel/NotMemberTooltip.d.ts.map +1 -0
  71. package/features/slack/components/LinkedConversationPanel/ReconnectSlackBanner.d.ts +15 -0
  72. package/features/slack/components/LinkedConversationPanel/ReconnectSlackBanner.d.ts.map +1 -0
  73. package/features/slack/components/LinkedConversationPanel/ThreadDetailView.d.ts +22 -0
  74. package/features/slack/components/LinkedConversationPanel/ThreadDetailView.d.ts.map +1 -0
  75. package/features/slack/components/LinkedConversationPanel/ThreadSkeleton.d.ts +3 -0
  76. package/features/slack/components/LinkedConversationPanel/ThreadSkeleton.d.ts.map +1 -0
  77. package/features/slack/components/LinkedConversationPanel/__tests__/MessageItem.test.d.ts +2 -0
  78. package/features/slack/components/LinkedConversationPanel/__tests__/MessageItem.test.d.ts.map +1 -0
  79. package/features/slack/components/LinkedConversationPanel/index.d.ts +27 -0
  80. package/features/slack/components/LinkedConversationPanel/index.d.ts.map +1 -0
  81. package/features/slack/components/LinkedConversationPanel/style.d.ts +147 -0
  82. package/features/slack/components/LinkedConversationPanel/style.d.ts.map +1 -0
  83. package/features/slack/components/SlackConnectModal.d.ts +29 -0
  84. package/features/slack/components/SlackConnectModal.d.ts.map +1 -0
  85. package/features/slack/components/SlackConversationTab.d.ts +10 -0
  86. package/features/slack/components/SlackConversationTab.d.ts.map +1 -0
  87. package/features/slack/components/SlackLogo.d.ts +11 -0
  88. package/features/slack/components/SlackLogo.d.ts.map +1 -0
  89. package/features/slack/components/StartModal/MemberSelect.d.ts +9 -0
  90. package/features/slack/components/StartModal/MemberSelect.d.ts.map +1 -0
  91. package/features/slack/components/StartModal/MentionTextarea.d.ts +28 -0
  92. package/features/slack/components/StartModal/MentionTextarea.d.ts.map +1 -0
  93. package/features/slack/components/StartModal/SelectField.d.ts +19 -0
  94. package/features/slack/components/StartModal/SelectField.d.ts.map +1 -0
  95. package/features/slack/components/StartModal/SlackChannelTab.d.ts +23 -0
  96. package/features/slack/components/StartModal/SlackChannelTab.d.ts.map +1 -0
  97. package/features/slack/components/StartModal/SlackThreadTab.d.ts +26 -0
  98. package/features/slack/components/StartModal/SlackThreadTab.d.ts.map +1 -0
  99. package/features/slack/components/StartModal/TabIcon.d.ts +16 -0
  100. package/features/slack/components/StartModal/TabIcon.d.ts.map +1 -0
  101. package/features/slack/components/StartModal/__tests__/MemberSelect.test.d.ts +2 -0
  102. package/features/slack/components/StartModal/__tests__/MemberSelect.test.d.ts.map +1 -0
  103. package/features/slack/components/StartModal/dropdownOmni.d.ts +121 -0
  104. package/features/slack/components/StartModal/dropdownOmni.d.ts.map +1 -0
  105. package/features/slack/components/StartModal/index.d.ts +27 -0
  106. package/features/slack/components/StartModal/index.d.ts.map +1 -0
  107. package/features/slack/components/StartModal/style.d.ts +39 -0
  108. package/features/slack/components/StartModal/style.d.ts.map +1 -0
  109. package/features/slack/components/figma-tokens.d.ts +94 -0
  110. package/features/slack/components/figma-tokens.d.ts.map +1 -0
  111. package/features/slack/components/style.d.ts +54 -0
  112. package/features/slack/components/style.d.ts.map +1 -0
  113. package/features/slack/constants/api.d.ts +13 -0
  114. package/features/slack/constants/api.d.ts.map +1 -0
  115. package/features/slack/context.d.ts +99 -0
  116. package/features/slack/context.d.ts.map +1 -0
  117. package/features/slack/hooks/__tests__/useOlderMessages.test.d.ts +2 -0
  118. package/features/slack/hooks/__tests__/useOlderMessages.test.d.ts.map +1 -0
  119. package/features/slack/hooks/useLeftChannelGuard.d.ts +5 -0
  120. package/features/slack/hooks/useLeftChannelGuard.d.ts.map +1 -0
  121. package/features/slack/hooks/useOlderMessages.d.ts +51 -0
  122. package/features/slack/hooks/useOlderMessages.d.ts.map +1 -0
  123. package/features/slack/hooks/useSlackTabLabel.d.ts +23 -0
  124. package/features/slack/hooks/useSlackTabLabel.d.ts.map +1 -0
  125. package/features/slack/messageType.d.ts +16 -0
  126. package/features/slack/messageType.d.ts.map +1 -0
  127. package/features/slack/types/wire.d.ts +205 -0
  128. package/features/slack/types/wire.d.ts.map +1 -0
  129. package/features/slack/utils/emoji.d.ts +7 -0
  130. package/features/slack/utils/emoji.d.ts.map +1 -0
  131. package/features/slack/utils/format-timestamp.d.ts +3 -0
  132. package/features/slack/utils/format-timestamp.d.ts.map +1 -0
  133. package/features/slack/utils/mentions.d.ts +18 -0
  134. package/features/slack/utils/mentions.d.ts.map +1 -0
  135. package/features/slack/utils/render-mentions.d.ts +15 -0
  136. package/features/slack/utils/render-mentions.d.ts.map +1 -0
  137. package/features/slack/utils/slack-links.d.ts +23 -0
  138. package/features/slack/utils/slack-links.d.ts.map +1 -0
  139. package/features/slack/utils/text.d.ts +7 -0
  140. package/features/slack/utils/text.d.ts.map +1 -0
  141. package/features/toast-message/ToastRoot.d.ts.map +1 -1
  142. package/index.d.ts +11 -0
  143. package/index.d.ts.map +1 -1
  144. package/index.es.js +20208 -13642
  145. package/index.umd.js +1226 -427
  146. package/main-dev.d.ts.map +1 -1
  147. package/package.json +1 -1
  148. package/testing/mocks/handlers/fetch-cards.d.ts +2 -2
  149. package/testing/mocks/handlers/slack.d.ts +36 -0
  150. package/testing/mocks/handlers/slack.d.ts.map +1 -0
  151. package/testing/mocks/handlers.d.ts.map +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MentionTextarea.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/StartModal/MentionTextarea.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAoE,MAAM,OAAO,CAAC;AAgB7F,UAAU,oBAAoB;IAC5B,2DAA2D;IAC3D,KAAK,EAAE,MAAM,CAAC;IACd;;0BAEsB;IACtB,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D;;6DAEyD;IACzD,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAwJpD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { ReactNode } from 'react';
2
+ export interface SelectOption<V extends string> {
3
+ value: V;
4
+ label: ReactNode;
5
+ }
6
+ interface SelectFieldProps<V extends string> {
7
+ value: V;
8
+ options: SelectOption<V>[];
9
+ onChange: (value: V) => void;
10
+ }
11
+ /**
12
+ * Bordered select that matches Figma's field chrome. Built on a custom
13
+ * trigger + MUI Menu rather than MUI's <Select> so the border, radius,
14
+ * padding, and chevron land exactly — MUI's Select renders its own
15
+ * standard-variant input that resists `sx` overrides.
16
+ */
17
+ export declare function SelectField<V extends string>({ value, options, onChange }: SelectFieldProps<V>): import("react/jsx-runtime").JSX.Element;
18
+ export {};
19
+ //# sourceMappingURL=SelectField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/StartModal/SelectField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAUjD,MAAM,WAAW,YAAY,CAAC,CAAC,SAAS,MAAM;IAC5C,KAAK,EAAE,CAAC,CAAC;IACT,KAAK,EAAE,SAAS,CAAC;CAClB;AAED,UAAU,gBAAgB,CAAC,CAAC,SAAS,MAAM;IACzC,KAAK,EAAE,CAAC,CAAC;IACT,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAC3B,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;CAC9B;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,gBAAgB,CAAC,CAAC,CAAC,2CAmD9F"}
@@ -0,0 +1,23 @@
1
+ import { FC } from 'react';
2
+ import { SlackUser } from '../../types/wire';
3
+ /**
4
+ * Form-state shape kept distinct from the wire type. UX uses a
5
+ * 'public' | 'private' string for the channel Type select, holds the
6
+ * picked members as full `SlackUser` objects (so chips can show name +
7
+ * avatar), and names the body field 'message'. The wire shape uses
8
+ * `isPrivate: boolean`, `memberEmails: string[]`, and `messageText` —
9
+ * StartModal transforms at the submit boundary.
10
+ */
11
+ export interface ChannelFormValues {
12
+ channelName: string;
13
+ channelType: 'public' | 'private';
14
+ members: SlackUser[];
15
+ message: string;
16
+ }
17
+ interface SlackChannelTabProps {
18
+ values: ChannelFormValues;
19
+ onChange: (next: ChannelFormValues) => void;
20
+ }
21
+ export declare const SlackChannelTab: FC<SlackChannelTabProps>;
22
+ export {};
23
+ //# sourceMappingURL=SlackChannelTab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SlackChannelTab.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/StartModal/SlackChannelTab.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAM7D;;;;;;;GAOG;AACH,MAAM,WAAW,iBAAiB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,QAAQ,GAAG,SAAS,CAAC;IAClC,OAAO,EAAE,SAAS,EAAE,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,oBAAoB;IAC5B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,QAAQ,EAAE,CAAC,IAAI,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAC7C;AA6BD,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAqCpD,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { FC } from 'react';
2
+ interface SlackThreadTabProps {
3
+ channelId: string | null;
4
+ message: string;
5
+ onChannelChange: (channelId: string | null) => void;
6
+ /** Reports both the human-readable draft and the Slack-mention form. */
7
+ onMessageChange: (message: string, slackText: string) => void;
8
+ }
9
+ /**
10
+ * UI-3 — Slack thread tab body. Pick an existing channel and write
11
+ * a thread starter. Matches Figma frame 683:665296.
12
+ *
13
+ * The channel picker keeps MUI's Autocomplete for its search + popup
14
+ * logic, but renders into our own bordered field chrome via
15
+ * `renderInput` (InputShell + BareInput) so the border/radius/padding
16
+ * match Figma exactly — see style.ts for why we don't fight MUI's
17
+ * standard-variant input. Channels render as `# name`, with a trailing
18
+ * 🔒 on private channels marking Slack's public/private indicator.
19
+ *
20
+ * On submit, parent (StartModal) calls
21
+ * POST /v1/connectors/slack/agent/start/existing-channel
22
+ * with the selected channelId + message.
23
+ */
24
+ export declare const SlackThreadTab: FC<SlackThreadTabProps>;
25
+ export {};
26
+ //# sourceMappingURL=SlackThreadTab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SlackThreadTab.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/StartModal/SlackThreadTab.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAA4B,MAAM,OAAO,CAAC;AAarD,UAAU,mBAAmB;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACpD,wEAAwE;IACxE,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/D;AAED;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAwFlD,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { FC } from 'react';
2
+ /**
3
+ * Tab-switcher icons rendered inline (not via CSS mask / <img>) so the
4
+ * stroke inherits the tab's active/inactive color through
5
+ * `stroke="currentColor"`. A masked data-URI broke here because the
6
+ * icon stroke colors contain `#`, which truncates the mask url() into
7
+ * a fragment — leaving a solid filled square. Inline SVG sidesteps that
8
+ * entirely. Paths are the exact Figma exports (thread = message bubble,
9
+ * channel = hash).
10
+ */
11
+ interface TabIconProps {
12
+ variant: 'thread' | 'channel';
13
+ }
14
+ export declare const TabIcon: FC<TabIconProps>;
15
+ export {};
16
+ //# sourceMappingURL=TabIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabIcon.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/StartModal/TabIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B;;;;;;;;GAQG;AACH,UAAU,YAAY;IACpB,OAAO,EAAE,QAAQ,GAAG,SAAS,CAAC;CAC/B;AAED,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CA0BpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MemberSelect.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MemberSelect.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/slack/components/StartModal/__tests__/MemberSelect.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,121 @@
1
+ export declare const isOmniDropdownHost: () => boolean;
2
+ /** Resolved values from outlook-ui apps/v2 .../fields/{SelectNew,WrapNew}.vue. */
3
+ export declare const OMNI_DROPDOWN: {
4
+ readonly triggerBorderColor: "#d6dde8";
5
+ readonly triggerBorderHover: "#94a3b8";
6
+ readonly triggerBorderFocus: "#276cf0";
7
+ readonly triggerRadius: 6;
8
+ readonly triggerMinHeight: 40;
9
+ readonly chevronSize: 20;
10
+ readonly panelRadius: 8;
11
+ readonly panelShadow: "0 6px 30px #00000010";
12
+ readonly panelMinWidth: 180;
13
+ readonly panelGap: "4px";
14
+ readonly optionMargin: "0 6px";
15
+ readonly optionPadding: "6px 10px";
16
+ readonly optionRadius: 6;
17
+ readonly optionColor: "#334155";
18
+ readonly optionActiveColor: "#3e4c5a";
19
+ readonly optionHighlightBg: "#f1f5f9";
20
+ };
21
+ /**
22
+ * Omni override block appended to a field trigger's Emotion template
23
+ * (SelectTrigger / InputShell). Empty string on non-omni hosts, so the
24
+ * base rules stand untouched. Appended last → wins by cascade order.
25
+ */
26
+ export declare const omniTriggerOverrides: () => string;
27
+ /**
28
+ * Paper sx for SelectField's MUI Menu — soft omni shadow + rounded panel,
29
+ * with a little top/bottom list padding so the first/last inset pill keeps a
30
+ * touch of breathing room from the panel edge.
31
+ */
32
+ export declare const omniMenuPaperSx: () => {
33
+ borderRadius: string;
34
+ boxShadow: "0 6px 30px #00000010";
35
+ minWidth: 180;
36
+ border: string;
37
+ '& .MuiList-root': {
38
+ paddingTop: string;
39
+ paddingBottom: string;
40
+ };
41
+ } | {
42
+ borderRadius?: undefined;
43
+ boxShadow?: undefined;
44
+ minWidth?: undefined;
45
+ border?: undefined;
46
+ '& .MuiList-root'?: undefined;
47
+ };
48
+ /**
49
+ * Per-item sx for SelectField's MUI MenuItem — inset rounded rows (horizontal
50
+ * inset + rounded corners), no vertical gap between rows, compact geometry
51
+ * (MUI forces a 48px min-height), and ONE shared colour for hover + selected.
52
+ */
53
+ export declare const omniMenuItemSx: () => {
54
+ minHeight: string;
55
+ margin: "0 6px";
56
+ padding: "6px 10px";
57
+ borderRadius: string;
58
+ color: "#334155";
59
+ '&:hover': {
60
+ backgroundColor: "#f1f5f9";
61
+ color: "#3e4c5a";
62
+ };
63
+ '&.Mui-selected': {
64
+ backgroundColor: string;
65
+ color: "#3e4c5a";
66
+ };
67
+ '&.Mui-selected:hover': {
68
+ backgroundColor: string;
69
+ color: "#3e4c5a";
70
+ };
71
+ } | {
72
+ minHeight?: undefined;
73
+ margin?: undefined;
74
+ padding?: undefined;
75
+ borderRadius?: undefined;
76
+ color?: undefined;
77
+ '&:hover'?: undefined;
78
+ '&.Mui-selected'?: undefined;
79
+ '&.Mui-selected:hover'?: undefined;
80
+ };
81
+ /**
82
+ * Popper sx for the channel/member Autocompletes — matches the omni panel
83
+ * chrome, a gap below the input, and inset rounded option rows that share one
84
+ * highlight colour for focus + selected.
85
+ */
86
+ export declare const omniAutocompletePopperSx: () => {
87
+ '& .MuiAutocomplete-paper': {
88
+ borderRadius: string;
89
+ boxShadow: "0 6px 30px #00000010";
90
+ border: string;
91
+ marginTop: "4px";
92
+ };
93
+ '& .MuiAutocomplete-listbox': {
94
+ paddingTop: string;
95
+ paddingBottom: string;
96
+ };
97
+ '& .MuiAutocomplete-option': {
98
+ minHeight: string;
99
+ margin: "0 6px";
100
+ padding: "6px 10px";
101
+ borderRadius: string;
102
+ color: "#334155";
103
+ };
104
+ '& .MuiAutocomplete-option.Mui-focused': {
105
+ backgroundColor: string;
106
+ };
107
+ '& .MuiAutocomplete-option[aria-selected="true"]': {
108
+ backgroundColor: string;
109
+ };
110
+ '& .MuiAutocomplete-option[aria-selected="true"].Mui-focused': {
111
+ backgroundColor: string;
112
+ };
113
+ } | {
114
+ '& .MuiAutocomplete-paper'?: undefined;
115
+ '& .MuiAutocomplete-listbox'?: undefined;
116
+ '& .MuiAutocomplete-option'?: undefined;
117
+ '& .MuiAutocomplete-option.Mui-focused'?: undefined;
118
+ '& .MuiAutocomplete-option[aria-selected="true"]'?: undefined;
119
+ '& .MuiAutocomplete-option[aria-selected="true"].Mui-focused'?: undefined;
120
+ };
121
+ //# sourceMappingURL=dropdownOmni.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdownOmni.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/StartModal/dropdownOmni.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,kBAAkB,QAAO,OAAuE,CAAC;AAE9G,kFAAkF;AAClF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;CAwBhB,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,QAAO,MAchC,CAAC;AAET;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;CASpB,CAAC;AAET;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBnB,CAAC;AAET;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiC7B,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { FC } from 'react';
2
+ interface StartModalProps {
3
+ open: boolean;
4
+ onClose: () => void;
5
+ /** Called after a successful start, with the linked channel id so
6
+ * the parent can transition to the linked-conv view. */
7
+ onStarted?: (channelId: string) => void;
8
+ }
9
+ /**
10
+ * UI-2 — shared shell for the "Start new" flow. Two tabs:
11
+ *
12
+ * Slack thread (UI-3, frame 683:665296) — pick an existing
13
+ * channel, post a thread starter.
14
+ * Slack channel (UI-4, frame 683:664668) — create a brand-new
15
+ * private channel + members + first message.
16
+ *
17
+ * Submit/cancel actions are shared. The tab bodies are dedicated
18
+ * components (SlackThreadTab / SlackChannelTab) that own their
19
+ * fields — this shell just orchestrates state + dispatch.
20
+ *
21
+ * The actual API call lands at:
22
+ * POST /v1/connectors/slack/agent/start/existing-channel (thread)
23
+ * POST /v1/connectors/slack/agent/start/new-channel (channel)
24
+ */
25
+ export declare const StartModal: FC<StartModalProps>;
26
+ export {};
27
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/StartModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;AA+BlD,UAAU,eAAe;IACvB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB;6DACyD;IACzD,SAAS,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAID;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAoM1C,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { BoxProps, ButtonProps, IconButtonProps, StackProps } from '@hiver/hiver-ui-kit';
2
+ import { StyledComponent } from '@emotion/styled';
3
+ /**
4
+ * Start-modal primitives — matches Figma frame 683:665888 (applies to
5
+ * both the Slack thread + Slack channel tabs). <Modal> supplies the
6
+ * dialog frame; this file owns the visual chrome.
7
+ *
8
+ * Design note: rather than fight MUI's standard-variant input
9
+ * internals (the underline + adornment slots resist `sx` overrides),
10
+ * the fields are built from our own bordered container (InputShell /
11
+ * SelectTrigger / MessageTextarea) with a bare input inside. MUI's
12
+ * Autocomplete still drives the dropdown logic via renderInput; we
13
+ * just own the chrome. See SlackThreadTab / SlackChannelTab.
14
+ */
15
+ export declare const ModalShell: StyledComponent<BoxProps>;
16
+ export declare const ModalHeader: StyledComponent<StackProps>;
17
+ export declare const HeaderTitle: StyledComponent<BoxProps>;
18
+ export declare const CloseIconWrap: StyledComponent<IconButtonProps>;
19
+ export declare const ModalContent: StyledComponent<BoxProps>;
20
+ export declare const FieldStack: StyledComponent<BoxProps>;
21
+ export declare const ModalFooter: StyledComponent<StackProps>;
22
+ export declare const TabTrack: StyledComponent<BoxProps>;
23
+ export declare const TabButton: StyledComponent<ButtonProps & {
24
+ active?: boolean;
25
+ }>;
26
+ export declare const FieldLabel: StyledComponent<BoxProps>;
27
+ export declare const InputShell: StyledComponent<BoxProps>;
28
+ export declare const BareInput: StyledComponent<React.InputHTMLAttributes<HTMLInputElement>>;
29
+ export declare const SelectTrigger: StyledComponent<ButtonProps & {
30
+ placeholder?: boolean;
31
+ }>;
32
+ export declare const SelectValue: StyledComponent<BoxProps>;
33
+ export declare const MemberChip: StyledComponent<BoxProps>;
34
+ export declare const ChipRemove: StyledComponent<IconButtonProps>;
35
+ export declare const MessageTextarea: StyledComponent<React.TextareaHTMLAttributes<HTMLTextAreaElement>>;
36
+ export declare const FormError: StyledComponent<BoxProps>;
37
+ export declare const CancelButton: StyledComponent<ButtonProps>;
38
+ export declare const PrimaryButton: StyledComponent<ButtonProps>;
39
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/StartModal/style.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC9F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAMvD;;;;;;;;;;;GAWG;AAIH,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAOhD,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAOnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAMjD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,eAAe,CAY1D,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAKlD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAIhD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAKnD,CAAC;AAIF,eAAO,MAAM,QAAQ,EAAE,eAAe,CAAC,QAAQ,CAO9C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,WAAW,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CA8BzE,CAAC;AAIF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAOhD,CAAC;AAIF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAgBhD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAelF,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,GAAG;IAAE,WAAW,CAAC,EAAE,OAAO,CAAA;CAAE,CA6BlF,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAOjD,CAAC;AAIF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAchD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,eAAe,CAUvD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CA6B9F,CAAC;AAIF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,QAAQ,CAK/C,CAAC;AAOF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,WAAW,CA0BrD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAuBtD,CAAC"}
@@ -0,0 +1,94 @@
1
+ /**
2
+ * Design tokens extracted from the Slack M1 Figma file (key
3
+ * l8xIG3MI2gKbvpSfykSR1y) on 2026-06-09 via figma MCP's
4
+ * get_variable_defs + get_design_context for the linked-conv
5
+ * panel (frames 683:666914 tab bar / 683:666932 chat content /
6
+ * 683:667011 composer).
7
+ *
8
+ * Why these live here and not @hiver/hiver-ui-kit: the design
9
+ * system in Figma uses a slate ramp + #276cf0 primary blue that
10
+ * doesn't fully map to hiver-ui-kit's theme.palette today (which
11
+ * leans on purple primary). Rather than mutate the shared theme,
12
+ * we ship Slack-scoped tokens that match Figma exactly. When
13
+ * @hiver/hiver-ui-kit catches up, this file goes away.
14
+ *
15
+ * Token names follow Figma's "Slate/Text/Body" → slateTextBody
16
+ * convention so the design-handoff trace is obvious.
17
+ */
18
+ export declare const slackTokens: {
19
+ readonly color: {
20
+ readonly slateTextTitle: "#0f172a";
21
+ readonly slateTextBody: "#334155";
22
+ readonly slateTextSubtle: "#64758b";
23
+ readonly slateTextDisabled: "#94a3b8";
24
+ readonly slateTextCaption: "#cbd5e1";
25
+ readonly textLabel: "#0c3e9d";
26
+ readonly blueTextBody: "#0c3e9d";
27
+ readonly slateBorderLight: "#e2e8f0";
28
+ readonly slateBorderMild: "#edf1f6";
29
+ readonly slateSurfaceWhite: "#ffffff";
30
+ readonly slateSurfaceSubtle: "#f8fafc";
31
+ readonly slateSurfaceSubtle100: "#f1f5f9";
32
+ readonly slateSurface150: "#edf1f6";
33
+ readonly slateSurfaceDisabled: "#e2e8f0";
34
+ readonly slateSurfaceDark600: "#475569";
35
+ readonly errorTextSubtle: "#b81717";
36
+ readonly errorSurfaceDefault: "#b81717";
37
+ readonly errorSurfaceHover: "#9e1414";
38
+ readonly primarySurfaceDefault: "#276cf0";
39
+ readonly primaryBorderDefault: "#276cf0";
40
+ readonly primarySurfaceSubtle: "#e6effd";
41
+ readonly primaryBorderSubtle: "#d4e2fc";
42
+ readonly indigoSurfaceSubtle: "#f5f7ff";
43
+ readonly hotBorderMain: "#f3f4f6";
44
+ readonly violetSurfaceFaint: "#fcf0ff";
45
+ readonly slackAubergine: "#4a154b";
46
+ readonly slackAubergineHover: "#3a103b";
47
+ };
48
+ readonly space: {
49
+ readonly xs: 2;
50
+ readonly sm: 4;
51
+ readonly md: 6;
52
+ readonly lg: 8;
53
+ readonly xl: 12;
54
+ readonly xxl: 16;
55
+ readonly panel: 20;
56
+ };
57
+ readonly radius: {
58
+ readonly none: 0;
59
+ readonly xs: 2;
60
+ readonly sm: 4;
61
+ readonly md: 6;
62
+ readonly lg: 8;
63
+ readonly full: 9999;
64
+ };
65
+ readonly font: {
66
+ readonly family: "'Hanken Grotesk', system-ui, sans-serif";
67
+ readonly weightRegular: 400;
68
+ readonly weightMedium: 500;
69
+ };
70
+ readonly textStyles: {
71
+ readonly bodyXs: {
72
+ readonly fontSize: 13;
73
+ readonly lineHeight: "19px";
74
+ readonly fontWeight: 500;
75
+ };
76
+ readonly body: {
77
+ readonly fontSize: 14;
78
+ readonly lineHeight: "20px";
79
+ readonly fontWeight: 400;
80
+ };
81
+ readonly bodyMedium: {
82
+ readonly fontSize: 14;
83
+ readonly lineHeight: "20px";
84
+ readonly fontWeight: 500;
85
+ };
86
+ readonly caption: {
87
+ readonly fontSize: 12;
88
+ readonly lineHeight: "18px";
89
+ readonly fontWeight: 400;
90
+ };
91
+ };
92
+ };
93
+ export type SlackTokens = typeof slackTokens;
94
+ //# sourceMappingURL=figma-tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"figma-tokens.d.ts","sourceRoot":"","sources":["../../../../src/features/slack/components/figma-tokens.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFd,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC"}
@@ -0,0 +1,54 @@
1
+ import { BoxProps, ButtonProps, IconButtonProps, StackProps } from '@hiver/hiver-ui-kit';
2
+ import { StyledComponent } from '@emotion/styled';
3
+ /**
4
+ * Tab content root for the Slack feature. outlook-ui owns the
5
+ * surrounding tab bar; we paint just the body.
6
+ */
7
+ export declare const TabContentRoot: StyledComponent<BoxProps>;
8
+ /**
9
+ * Ready-state container — Hiver↔Slack hero illustration + body +
10
+ * Start New CTA. Figma frame 683:664077 centers this in the
11
+ * available area.
12
+ */
13
+ export declare const ReadyStateContainer: StyledComponent<StackProps>;
14
+ export declare const HeroIllustrationWrapper: StyledComponent<BoxProps>;
15
+ /**
16
+ * Ready-state containment — Figma frame 683:663263 (Conversation_Open).
17
+ * The tab content area is a subtle-gray backdrop with 8px padding; the
18
+ * hero + copy + CTA live inside a rounded white card. The card fills
19
+ * the available height and centers its content vertically, so the gray
20
+ * shows only as a thin 8px border around the full-height card.
21
+ */
22
+ export declare const ReadyStateFrame: StyledComponent<BoxProps>;
23
+ export declare const ReadyStateCard: StyledComponent<StackProps>;
24
+ /**
25
+ * Primary CTA — matches Figma's blue (#276cf0) primary surface.
26
+ * 8/16 padding, radius 6, Inter Medium 14/20, white text. The
27
+ * 0 2 3 rgba(0,0,0,0.07) drop shadow matches the Send button per
28
+ * Figma 683:667027.
29
+ */
30
+ export declare const PrimaryButton: StyledComponent<ButtonProps>;
31
+ /**
32
+ * Connect-Slack CTA — Slack brand aubergine (#4a154b) with a leading
33
+ * hash glyph, per Figma 683:660098. Distinct from the blue
34
+ * PrimaryButton; content-sized (NOT full width), radius 6, 8/32 pad.
35
+ */
36
+ export declare const ConnectSlackButton: StyledComponent<ButtonProps>;
37
+ export declare const SecondaryButton: StyledComponent<ButtonProps>;
38
+ /**
39
+ * Centered modal — Figma 683:660097 / 660098. Backdrop dims at
40
+ * rgba(0,0,0,0.4) approx; card is 399 wide × auto tall, radius
41
+ * 12px, white bg with a soft large drop shadow.
42
+ */
43
+ export declare const ModalBackdrop: StyledComponent<BoxProps>;
44
+ export declare const ModalCard: StyledComponent<BoxProps>;
45
+ /**
46
+ * Logo panel inside the Connect modal — lavender wash with the
47
+ * Hiver / swap / Slack icon trio centered. Per Figma 683:660099
48
+ * the inner frame is 383×164 inside the 399×312 modal (i.e. a
49
+ * full-width band that takes the top half).
50
+ */
51
+ export declare const ModalLogoPanel: StyledComponent<BoxProps>;
52
+ export declare const ModalCloseButton: StyledComponent<IconButtonProps>;
53
+ export declare const LogoImage: StyledComponent<React.ImgHTMLAttributes<HTMLImageElement>>;
54
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/features/slack/components/style.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC9F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAIvD;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAOpD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAO3D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,QAAQ,CAM7D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAQrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAatD,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAqBtD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,WAAW,CAwB3D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,WAAW,CAexD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CASnD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,QAAQ,CAa/C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CASpD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,eAAe,CAiB7D,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAIhF,CAAC"}
@@ -0,0 +1,13 @@
1
+ export declare const SLACK_BASE_URL = "/v1/connectors/slack";
2
+ export declare const SLACK_AGENT_BASE = "/v1/connectors/slack/agent";
3
+ export declare const SLACK_START_EXISTING_CHANNEL_API: string;
4
+ export declare const SLACK_START_NEW_CHANNEL_API: string;
5
+ export declare const SLACK_MESSAGES_API: string;
6
+ export declare const SLACK_MESSAGE_BY_ID_API: string;
7
+ export declare const SLACK_EXTERNAL_CONVERSATION_API: string;
8
+ export declare const SLACK_THREAD_API: string;
9
+ export declare const SLACK_EXTERNAL_CONVERSATIONS_BY_TARGET_API: string;
10
+ export declare const SLACK_CHANNEL_MEMBERS_API: string;
11
+ export declare const SLACK_CHANNELS_API: string;
12
+ export declare const SLACK_WORKSPACE_USERS_API: string;
13
+ //# sourceMappingURL=api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/slack/constants/api.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,yBAAyB,CAAC;AACrD,eAAO,MAAM,gBAAgB,+BAA4B,CAAC;AAE1D,eAAO,MAAM,gCAAgC,EAAE,MAAqD,CAAC;AACrG,eAAO,MAAM,2BAA2B,EAAE,MAAgD,CAAC;AAE3F,eAAO,MAAM,kBAAkB,EAAE,MAAuC,CAAC;AAGzE,eAAO,MAAM,uBAAuB,EAAE,MAA0D,CAAC;AAEjG,eAAO,MAAM,+BAA+B,EAAE,MAAiE,CAAC;AAGhH,eAAO,MAAM,gBAAgB,EAAE,MAAmF,CAAC;AACnH,eAAO,MAAM,0CAA0C,EAAE,MAA+D,CAAC;AAEzH,eAAO,MAAM,yBAAyB,EAAE,MAA8C,CAAC;AAMvF,eAAO,MAAM,kBAAkB,EAAE,MAAuC,CAAC;AASzE,eAAO,MAAM,yBAAyB,EAAE,MAAoC,CAAC"}
@@ -0,0 +1,99 @@
1
+ import { FC, ReactNode } from 'react';
2
+ import { ITrackingData } from '../../context';
3
+ /**
4
+ * Per-panel context the host (outlook-ui) injects when mounting
5
+ * the Slack right-panel. Mirrors EmailLoggerProvider's shape so the
6
+ * Vue→React bridge stays consistent across panels.
7
+ *
8
+ * `connectorId` resolves to the install row for this user-group's
9
+ * Slack connector. The host knows it from its connectors list; we
10
+ * could fetch + match here, but a prop is one round-trip cheaper and
11
+ * keeps the panel rendering immediately on mount.
12
+ */
13
+ export interface SlackContextData {
14
+ hiverConvId: string;
15
+ connectorId: string;
16
+ /**
17
+ * Shared mailbox id this conversation belongs to. Required for the
18
+ * Phase 9 effective-config endpoint (`/configs/effective?sm_id=`),
19
+ * which gates whether Slack renders for the current agent + SM.
20
+ * Sourced by the host from the conversation's current SM (first
21
+ * non-personal inbox in outlook-ui's case).
22
+ */
23
+ smId: string;
24
+ isAdmin: boolean;
25
+ /**
26
+ * Gainsight tracking sink, injected by the host (outlook-ui passes
27
+ * its `sendEventData`). Unlike the rest of the agent app, the Slack
28
+ * tab mounts via its own provider stack — NOT MainAppProvider — so
29
+ * tracking is threaded through this context instead. Optional so dev
30
+ * mounts / tests that don't wire analytics fall through to a no-op
31
+ * at the call site (`sendTrackingEvent?.(...)`).
32
+ */
33
+ sendTrackingEvent?: (event: string, data?: ITrackingData) => void;
34
+ /**
35
+ * Host-injected emoji picker. The composer renders only the trigger button;
36
+ * when the agent clicks it we hand the host the button's DOM node plus a
37
+ * sink for the chosen emoji, and the host renders its own picker anchored
38
+ * there. This lets outlook-ui reuse its exact Vue emoji picker (pixel-
39
+ * identical to the rest of the app) without embedding Vue in this React
40
+ * library. When absent (dev mounts / hosts that don't inject one), the
41
+ * composer falls back to a small built-in emoji grid.
42
+ */
43
+ openEmojiPicker?: (args: {
44
+ anchorEl: HTMLElement;
45
+ onSelect: (emoji: string) => void;
46
+ onClose?: () => void;
47
+ }) => void;
48
+ /**
49
+ * Whether this surface is currently visible/active. Hosts that keep the
50
+ * Slack tab mounted but hidden (e.g. the Gmail extension's TabsBridge, which
51
+ * only toggles `display:none`) pass `false` while another tab is in front so
52
+ * the 2s `useLinkedConversation` poll pauses for the hidden surface —
53
+ * react-query's `refetchIntervalInBackground:false` only covers a hidden
54
+ * BROWSER tab, not a `display:none` element. Defaults to `true` (always
55
+ * polling) so hosts that always show the surface — outlook-ui, dev mounts —
56
+ * need not pass it.
57
+ */
58
+ isActive?: boolean;
59
+ /**
60
+ * Slack-notification deep-link: the `ts` of the message that triggered the
61
+ * notification. When set, the linked-conversation panel scrolls that message
62
+ * into view and paints it with the highlight wash (then fades). Sourced by
63
+ * the host from the notification's `message-ts` query param.
64
+ */
65
+ highlightMessageTs?: string;
66
+ /**
67
+ * Thread root ts of the triggering message, set when it's a reply. In channel
68
+ * mode the list only shows thread roots (replies are lazy-loaded), so we
69
+ * highlight the thread's top-level message — `highlightThreadTs` — instead of
70
+ * the reply. Absent for top-level messages (highlight falls back to
71
+ * `highlightMessageTs`).
72
+ */
73
+ highlightThreadTs?: string;
74
+ /**
75
+ * Called once the panel has consumed the highlight (scrolled + painted) so the
76
+ * host can strip the deep-link params from the URL — a tab re-mount or refresh
77
+ * then won't re-trigger the highlight.
78
+ */
79
+ onHighlightConsumed?: () => void;
80
+ /**
81
+ * HIG UI layer: render the pinned "Channel:/URL:" band above the linked panel
82
+ * (linked state only, thread + channel modes). Default off (undefined) — only
83
+ * the HIG provider sets it, so Omni / dev / test mounts are unaffected.
84
+ */
85
+ showChannelHeader?: boolean;
86
+ /**
87
+ * HIG UI layer: render each message row as a boxed light-gray card with an
88
+ * outer white gutter, instead of today's plain white row. Default off
89
+ * (undefined) — only the HIG provider sets it; Omni / dev / test mounts keep
90
+ * the plain rows.
91
+ */
92
+ boxedMessages?: boolean;
93
+ }
94
+ export declare const SlackContextProvider: FC<{
95
+ value: SlackContextData;
96
+ children: ReactNode;
97
+ }>;
98
+ export declare const useSlackContext: () => SlackContextData;
99
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/features/slack/context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,EAAE,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AAEjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE/C;;;;;;;;;GASG;AACH,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB;;;;;;OAMG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;IACjB;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAClE;;;;;;;;OAQG;IACH,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,QAAQ,EAAE,WAAW,CAAC;QAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,IAAI,CAAC;IACrH;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;OAKG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAID,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC;IAAE,KAAK,EAAE,gBAAgB,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,CAErF,CAAC;AAKF,eAAO,MAAM,eAAe,QAAO,gBAMlC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=useOlderMessages.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOlderMessages.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/hooks/__tests__/useOlderMessages.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export declare function useLeftChannelGuard(): {
2
+ hasLeftChannel: boolean;
3
+ guard: <T>(fn: () => Promise<T>) => Promise<T>;
4
+ };
5
+ //# sourceMappingURL=useLeftChannelGuard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useLeftChannelGuard.d.ts","sourceRoot":"","sources":["../../../../src/features/slack/hooks/useLeftChannelGuard.ts"],"names":[],"mappings":"AA2BA,wBAAgB,mBAAmB;;YAGA,CAAC,MAAM,MAAM,OAAO,CAAC,CAAC,CAAC,KAAG,OAAO,CAAC,CAAC,CAAC;EAiBtE"}