From 41757ed3abbd92d020d5bc4f456f1fd844caf4cb Mon Sep 17 00:00:00 2001 From: Thomas Draier Date: Mon, 30 Dec 2024 19:34:09 +0100 Subject: [PATCH] [front] Adjust chip height (#9660) --- .../conversation/actions/AgentMessageActions.tsx | 8 ++++---- front/package-lock.json | 8 ++++---- front/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/front/components/assistant/conversation/actions/AgentMessageActions.tsx b/front/components/assistant/conversation/actions/AgentMessageActions.tsx index 97ef46604c51..711661bd27b4 100644 --- a/front/components/assistant/conversation/actions/AgentMessageActions.tsx +++ b/front/components/assistant/conversation/actions/AgentMessageActions.tsx @@ -101,7 +101,7 @@ function ActionDetails({
{label} ) : ( - <> - Thinking {label} - + + Thinking {label} + )}
diff --git a/front/package-lock.json b/front/package-lock.json index a51f425a607c..3a3f703a6ab8 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@auth0/nextjs-auth0": "^3.5.0", "@dust-tt/client": "file:../sdks/js", - "@dust-tt/sparkle": "0.2.348", + "@dust-tt/sparkle": "^0.2.350", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -11453,9 +11453,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.348", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.348.tgz", - "integrity": "sha512-SDELT4xURrfvinYvhicNHGsphZXcxq07K4xOIjLg4IDsYdcxt10DvmjOGC1U8hcoKljvUE9dFfl8coKH1yk8ZQ==", + "version": "0.2.350", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.350.tgz", + "integrity": "sha512-yY9sz4r4L2W1YcOeuulsqujE7Lc5R+ZPGgcIvZzGY/z2X+XqfeouexKre+CD7JqY6ZbsQBKgeB+7PmoGEkA/8Q==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 0bff71ab5efb..d990bdec8571 100644 --- a/front/package.json +++ b/front/package.json @@ -20,7 +20,7 @@ "dependencies": { "@auth0/nextjs-auth0": "^3.5.0", "@dust-tt/client": "file:../sdks/js", - "@dust-tt/sparkle": "0.2.348", + "@dust-tt/sparkle": "^0.2.350", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",