Skip to content

Commit

Permalink
[front/components/plans] - refactor: update TabsTrigger component to …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
JulesBelveze authored Nov 8, 2024
1 parent f89aba6 commit 9f4b70b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions front/components/plans/PlansTables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,12 @@ export function PricePlans({
>
<Tabs defaultValue="pro">
<TabsList>
<TabsTrigger value="pro" label="Pro" />
<TabsTrigger value="enterprise" label="Enterprise" />
<TabsTrigger value="pro" label="Pro" buttonVariant="outline" />
<TabsTrigger
value="enterprise"
label="Enterprise"
buttonVariant="outline"
/>
</TabsList>
<div className="mt-8">
<TabsContent value="pro">
Expand Down
8 changes: 4 additions & 4 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f4b70b

Please sign in to comment.