From 26bfd42b27b4c0014b44f95853fe5486821a8010 Mon Sep 17 00:00:00 2001 From: Edouard Wautier <4435185+Duncid@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:15:50 +0100 Subject: [PATCH] Sparkle front2 (#3283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updating SliderToggle * Bumping Sparkle to 70 --------- Co-authored-by: édouard wautier --- .../assistant_builder/AssistantBuilderDataSourceModal.tsx | 2 +- front/package-lock.json | 8 ++++---- front/package.json | 2 +- front/pages/w/[wId]/assistant/assistants.tsx | 2 +- front/pages/w/[wId]/builder/assistants/index.tsx | 2 +- front/pages/w/[wId]/builder/data-sources/[name]/index.tsx | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/front/components/assistant_builder/AssistantBuilderDataSourceModal.tsx b/front/components/assistant_builder/AssistantBuilderDataSourceModal.tsx index e3bad85b1dae..4e41644fa2ee 100644 --- a/front/components/assistant_builder/AssistantBuilderDataSourceModal.tsx +++ b/front/components/assistant_builder/AssistantBuilderDataSourceModal.tsx @@ -267,7 +267,7 @@ function DataSourceResourceSelector({
diff --git a/front/package-lock.json b/front/package-lock.json index 06937dd4a281..d4fe57bfcd1e 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@dust-tt/sparkle": "^0.2.67", + "@dust-tt/sparkle": "^0.2.70", "@dust-tt/types": "file:../types", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", @@ -896,9 +896,9 @@ "integrity": "sha512-smLocSfrt3s53H/XSVP3/1kP42oqvrkjUPtyaFd1F79ux24oE31BKt+q0c6lsa6hOYrFzsIwyc5GXAI5JmfOew==" }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.67", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.67.tgz", - "integrity": "sha512-MNEocOXRmfhcxckQCOaqgNmeeG9i0MLQ+0HmOZKxTlDSVaZYSL9V+jKL1nkmKyNC7i8uPk8iVvkyVHvXmNvmZw==", + "version": "0.2.70", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.70.tgz", + "integrity": "sha512-AEwwjE5rTjD7aSJfe+Qb6CKUKgIc4nuukVZCsj+Gc79Q7NJRhL98SLsF475qKT+NsETCWjBPXGb3tjiQAUZoTQ==", "dependencies": { "@headlessui/react": "^1.7.17" }, diff --git a/front/package.json b/front/package.json index d11d9b556bb2..38730a9cc885 100644 --- a/front/package.json +++ b/front/package.json @@ -13,7 +13,7 @@ "initdb": "npx tsx admin/db.ts" }, "dependencies": { - "@dust-tt/sparkle": "^0.2.67", + "@dust-tt/sparkle": "^0.2.70", "@dust-tt/types": "file:../types", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/pages/w/[wId]/assistant/assistants.tsx b/front/pages/w/[wId]/assistant/assistants.tsx index 9b4a3a0ed00c..ffa5e619b8e4 100644 --- a/front/pages/w/[wId]/assistant/assistants.tsx +++ b/front/pages/w/[wId]/assistant/assistants.tsx @@ -380,7 +380,7 @@ export default function PersonalAssistants({ /> { await updateAgentUserListStatus( agent, diff --git a/front/pages/w/[wId]/builder/assistants/index.tsx b/front/pages/w/[wId]/builder/assistants/index.tsx index f5fe104e3374..8e427971598a 100644 --- a/front/pages/w/[wId]/builder/assistants/index.tsx +++ b/front/pages/w/[wId]/builder/assistants/index.tsx @@ -326,7 +326,7 @@ export default function WorkspaceAssistants({ ) : (
{ await handleToggleAgentStatus(agent); }} diff --git a/front/pages/w/[wId]/builder/data-sources/[name]/index.tsx b/front/pages/w/[wId]/builder/data-sources/[name]/index.tsx index 8dfad9b10a14..24ce83fe1abe 100644 --- a/front/pages/w/[wId]/builder/data-sources/[name]/index.tsx +++ b/front/pages/w/[wId]/builder/data-sources/[name]/index.tsx @@ -456,7 +456,7 @@ function SlackBotEnableView({ action={
{ if (!plan.limits.assistant.isSlackBotAllowed) setShowNoSlackBotPopup(true);