@neeter/react
Advanced tools
@@ -33,3 +33,3 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; | ||
| const cpId = checkpoints[userMsgIndex++]; | ||
| return (_jsxs("div", { className: "group", children: [cpId && (_jsx(RollbackButton, { checkpointId: cpId, isFirstCheckpoint: cpId === checkpoints[0], onFilesRewound: onFilesRewound })), _jsx("div", { className: "flex justify-end", children: _jsx(TextMessage, { role: "user", content: msg.content }) })] }, msg.id)); | ||
| return (_jsxs("div", { className: "group", children: [cpId && (_jsx(RollbackButton, { checkpointId: cpId, isFirstCheckpoint: cpId === checkpoints[0], onFilesRewound: onFilesRewound })), _jsx(TextMessage, { role: "user", content: msg.content })] }, msg.id)); | ||
| } | ||
@@ -36,0 +36,0 @@ if (msg.content || msg.thinking) { |
+2
-2
| { | ||
| "name": "@neeter/react", | ||
| "version": "0.17.3", | ||
| "version": "0.17.4", | ||
| "description": "React components and hooks for building chat UIs on top of the Claude Agent SDK", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
| "tailwind-merge": "^3.5.0", | ||
| "@neeter/types": "0.17.3" | ||
| "@neeter/types": "0.17.4" | ||
| }, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
113142
-0.05%2163
-0.05%+ Added
- Removed
Updated