From 9f4b70bb41092a4d4fe04025daf022748ee301c2 Mon Sep 17 00:00:00 2001 From: Jules Belveze <32683010+JulesBelveze@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:17:29 +0100 Subject: [PATCH] [front/components/plans] - refactor: update TabsTrigger component to use outline variant (#8565) - Modified Pro and Enterprise TabsTrigger components to use the 'outline' button variant for visual enhancement [front] - feature: upgrade @dust-tt/sparkle package to version 0.2.303 - Updated the @dust-tt/sparkle package to introduce new features or bug fixes with the latest version - Ensured package-lock.json reflects the new version number and updated checksum for integrity verification --- front/components/plans/PlansTables.tsx | 8 ++++++-- front/package-lock.json | 8 ++++---- front/package.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/front/components/plans/PlansTables.tsx b/front/components/plans/PlansTables.tsx index 50b126d82299..263203dc2410 100644 --- a/front/components/plans/PlansTables.tsx +++ b/front/components/plans/PlansTables.tsx @@ -326,8 +326,12 @@ export function PricePlans({ > - - + +
diff --git a/front/package-lock.json b/front/package-lock.json index 091050561026..f123de5b7ec7 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.302", + "@dust-tt/sparkle": "^0.2.303", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -11485,9 +11485,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.302", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.302.tgz", - "integrity": "sha512-LQph9hmnrBsDzarobZm1YHHp4no2S8I9qKeYfbAZCj53lWEgJItjryeVLzYu3Htzg3FrlYaBzQO2QSdd5DcHpw==", + "version": "0.2.303", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.303.tgz", + "integrity": "sha512-zcEbu17PoUR8SXE0yKuNfau8tr9eloPDYzuYXlGiVRhH0+xUqQbOtS3sq/iV9safvvBG5HvbMcW9HxtGSEOJlw==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index d900e472f3c1..20d3b54a9387 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.302", + "@dust-tt/sparkle": "^0.2.303", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",