@opengeni/react 0.33.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.
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,
@@ -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.33.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.33.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",
@@ -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",