@dust-tt/sparkle 0.2.608 → 0.2.610

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@ import type { Meta } from "@storybook/react";
2
2
  import React from "react";
3
3
 
4
4
  import { ToolCard } from "@sparkle/components";
5
+ import { Hoverable } from "@sparkle/components";
5
6
  import { BookOpenIcon, CommandLineIcon } from "@sparkle/icons/app";
6
7
 
7
8
  const meta: Meta<typeof ToolCard> = {
@@ -27,7 +28,24 @@ export const Examples = () => (
27
28
  <ToolCard
28
29
  icon={CommandLineIcon}
29
30
  label="Reasoning"
30
- description="Agent can decide to trigger a reasoning model for complex tasks."
31
+ description={
32
+ <>
33
+ Agent can decide to trigger a reasoning model for complex tasks. Agent
34
+ can decide to trigger a reasoning model for complex tasks. Agent can
35
+ decide to trigger a reasoning model for complex tasks. Agent can
36
+ decide to trigger a reasoning model for complex tasks. Agent can
37
+ decide to trigger a reasoning model for complex tasks. Agent can
38
+ decide to trigger a reasoning model for complex tasks.{" "}
39
+ <Hoverable
40
+ href="https://example.com/help"
41
+ target="_blank"
42
+ rel="noopener noreferrer"
43
+ variant="primary"
44
+ >
45
+ the docs
46
+ </Hoverable>
47
+ </>
48
+ }
31
49
  isSelected={true}
32
50
  canAdd={false}
33
51
  />