@opengeni/react 0.32.1 → 0.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ export type ComposerTranscriptionMessages = {
17
17
  errorUnknown: string;
18
18
  };
19
19
  export type ComposerTranscriptionControlProps = {
20
- client?: OpenGeniClient | null | undefined;
20
+ client?: Pick<OpenGeniClient, "transcribeAudio"> | null | undefined;
21
21
  workspaceId?: string | undefined;
22
22
  capability?: ClientVoiceInputConfig | null | undefined;
23
23
  workspaceEnabled?: boolean | undefined;
package/dist/composer.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  useChatComposer,
25
25
  useChatComposerController,
26
26
  useVoiceInput
27
- } from "./chunk-WY2QN2CX.js";
27
+ } from "./chunk-MS3FBZ6A.js";
28
28
  import "./chunk-KZRUYCL4.js";
29
29
  import "./chunk-7CJOAW3V.js";
30
30
  import "./chunk-U255M5EZ.js";
package/dist/index.js CHANGED
@@ -111,7 +111,7 @@ import {
111
111
  usePortalTokenStyle,
112
112
  useThemeType,
113
113
  v4aToGitFileDiff
114
- } from "./chunk-ZNNE2VES.js";
114
+ } from "./chunk-L7R5RK6A.js";
115
115
  import {
116
116
  buildTimeline,
117
117
  creditExhaustedFromEvents,
@@ -159,7 +159,7 @@ import {
159
159
  useSlashCommands,
160
160
  useTranscription,
161
161
  useVoiceInput
162
- } from "./chunk-WY2QN2CX.js";
162
+ } from "./chunk-MS3FBZ6A.js";
163
163
  import {
164
164
  FILE_ONLY_MESSAGE_TEXT,
165
165
  composeSendInput,
@@ -6,7 +6,7 @@ import {
6
6
  SessionChrome,
7
7
  TimelineRow,
8
8
  sessionChromeGoalPillState
9
- } from "./chunk-ZNNE2VES.js";
9
+ } from "./chunk-L7R5RK6A.js";
10
10
  import "./chunk-TCCE5ZU5.js";
11
11
  import "./chunk-TK7G6XLT.js";
12
12
  import "./chunk-4QOQ2DSR.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeni/react",
3
- "version": "0.32.1",
3
+ "version": "0.34.1",
4
4
  "description": "React hooks and styled components for OpenGeni: live session streaming, chat composer, message timeline, session status, and fleet views — token-themed (CSS variables), dark-first, built on Tailwind v4 + Radix + Motion.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "@dnd-kit/utilities": "3.2.2",
71
71
  "@fontsource-variable/noto-sans-arabic": "5.2.10",
72
72
  "@fontsource-variable/noto-sans-jp": "5.2.10",
73
- "@opengeni/sdk": "^0.32.1",
73
+ "@opengeni/sdk": "^0.34.1",
74
74
  "clsx": "^2.1.1",
75
75
  "lucide-react": "^1.8.0",
76
76
  "motion": "^12.0.0",
@@ -48,7 +48,7 @@ const defaultMessages: ComposerTranscriptionMessages = {
48
48
  };
49
49
 
50
50
  export type ComposerTranscriptionControlProps = {
51
- client?: OpenGeniClient | null | undefined;
51
+ client?: Pick<OpenGeniClient, "transcribeAudio"> | null | undefined;
52
52
  workspaceId?: string | undefined;
53
53
  capability?: ClientVoiceInputConfig | null | undefined;
54
54
  workspaceEnabled?: boolean | undefined;
@@ -496,6 +496,7 @@ export function TurnSummary({
496
496
  </span>
497
497
  </Collapsible.Trigger>
498
498
  <Collapsible.Content
499
+ {...(nestSuppressLatch ? { forceMount: true as const } : {})}
499
500
  data-og-fold-content=""
500
501
  className={cn(
501
502
  "overflow-hidden",