@dust-tt/sparkle 0.2.646 → 0.2.648
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.
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/AssistantCard.d.ts +1 -0
- package/dist/esm/components/AssistantCard.d.ts.map +1 -1
- package/dist/esm/components/AssistantCard.js +5 -5
- package/dist/esm/components/AssistantCard.js.map +1 -1
- package/dist/esm/components/AttachmentChip.js +1 -1
- package/dist/esm/components/AttachmentChip.js.map +1 -1
- package/dist/esm/components/Button.d.ts +1 -0
- package/dist/esm/components/Button.d.ts.map +1 -1
- package/dist/esm/components/Button.js +2 -2
- package/dist/esm/components/Button.js.map +1 -1
- package/dist/esm/components/Card.d.ts +2 -0
- package/dist/esm/components/Card.d.ts.map +1 -1
- package/dist/esm/components/Card.js +3 -3
- package/dist/esm/components/Card.js.map +1 -1
- package/dist/esm/components/Citation.js +2 -2
- package/dist/esm/components/Citation.js.map +1 -1
- package/dist/esm/components/ContentMessage.js +1 -1
- package/dist/esm/components/ContentMessage.js.map +1 -1
- package/dist/esm/components/Counter.js +13 -13
- package/dist/esm/components/Counter.js.map +1 -1
- package/dist/esm/components/DataTable.js +1 -1
- package/dist/esm/components/DataTable.js.map +1 -1
- package/dist/esm/components/Dialog.d.ts +1 -0
- package/dist/esm/components/Dialog.d.ts.map +1 -1
- package/dist/esm/components/Dialog.js +2 -2
- package/dist/esm/components/Dialog.js.map +1 -1
- package/dist/esm/components/Dropdown.js +3 -3
- package/dist/esm/components/Dropdown.js.map +1 -1
- package/dist/esm/components/EmptyCTA.d.ts +1 -0
- package/dist/esm/components/EmptyCTA.d.ts.map +1 -1
- package/dist/esm/components/EmptyCTA.js +2 -2
- package/dist/esm/components/EmptyCTA.js.map +1 -1
- package/dist/esm/components/LinkWrapper.d.ts +1 -0
- package/dist/esm/components/LinkWrapper.d.ts.map +1 -1
- package/dist/esm/components/LinkWrapper.js +2 -2
- package/dist/esm/components/LinkWrapper.js.map +1 -1
- package/dist/esm/components/MultiPageDialog.d.ts +1 -0
- package/dist/esm/components/MultiPageDialog.d.ts.map +1 -1
- package/dist/esm/components/MultiPageDialog.js +3 -3
- package/dist/esm/components/MultiPageDialog.js.map +1 -1
- package/dist/esm/components/NavigationList.d.ts +1 -0
- package/dist/esm/components/NavigationList.d.ts.map +1 -1
- package/dist/esm/components/NavigationList.js +3 -3
- package/dist/esm/components/NavigationList.js.map +1 -1
- package/dist/esm/components/Notification.js +1 -1
- package/dist/esm/components/Notification.js.map +1 -1
- package/dist/esm/components/PriceTable.d.ts +2 -1
- package/dist/esm/components/PriceTable.d.ts.map +1 -1
- package/dist/esm/components/PriceTable.js +2 -2
- package/dist/esm/components/PriceTable.js.map +1 -1
- package/dist/esm/components/Sheet.d.ts +1 -0
- package/dist/esm/components/Sheet.d.ts.map +1 -1
- package/dist/esm/components/Sheet.js +2 -2
- package/dist/esm/components/Sheet.js.map +1 -1
- package/dist/esm/components/Tabs.d.ts +1 -0
- package/dist/esm/components/Tabs.d.ts.map +1 -1
- package/dist/esm/components/Tabs.js +2 -2
- package/dist/esm/components/Tabs.js.map +1 -1
- package/dist/esm/components/ToolCard.js +1 -1
- package/dist/esm/components/ToolCard.js.map +1 -1
- package/dist/esm/components/ValueCard.js +1 -1
- package/dist/esm/components/ValueCard.js.map +1 -1
- package/dist/esm/icons/actions/Atom.js +1 -1
- package/dist/esm/icons/actions/Atom.js.map +1 -1
- package/dist/esm/icons/app/ArrowDownDash.d.ts +5 -0
- package/dist/esm/icons/app/ArrowDownDash.d.ts.map +1 -0
- package/dist/esm/icons/app/ArrowDownDash.js +6 -0
- package/dist/esm/icons/app/ArrowDownDash.js.map +1 -0
- package/dist/esm/icons/app/Atom.js +1 -1
- package/dist/esm/icons/app/Atom.js.map +1 -1
- package/dist/esm/icons/app/index.d.ts +1 -0
- package/dist/esm/icons/app/index.d.ts.map +1 -1
- package/dist/esm/icons/app/index.js +1 -0
- package/dist/esm/icons/app/index.js.map +1 -1
- package/dist/esm/icons/src/app/arrow-down-dash.svg +3 -0
- package/dist/esm/logo/platforms/Discord.d.ts.map +1 -1
- package/dist/esm/logo/platforms/Discord.js +2 -2
- package/dist/esm/logo/platforms/Discord.js.map +1 -1
- package/dist/esm/logo/src/platforms/Discord.svg +3 -0
- package/dist/esm/stories/Chip.stories.d.ts +1 -0
- package/dist/esm/stories/Chip.stories.d.ts.map +1 -1
- package/dist/sparkle.css +365 -352
- package/package.json +1 -1
- package/src/components/AssistantCard.tsx +36 -27
- package/src/components/AttachmentChip.tsx +1 -1
- package/src/components/Button.tsx +3 -0
- package/src/components/Card.tsx +4 -0
- package/src/components/Citation.tsx +2 -2
- package/src/components/ContentMessage.tsx +1 -1
- package/src/components/Counter.tsx +13 -13
- package/src/components/DataTable.tsx +1 -1
- package/src/components/Dialog.tsx +3 -0
- package/src/components/Dropdown.tsx +3 -3
- package/src/components/EmptyCTA.tsx +11 -1
- package/src/components/LinkWrapper.tsx +26 -19
- package/src/components/MultiPageDialog.tsx +4 -1
- package/src/components/NavigationList.tsx +4 -1
- package/src/components/Notification.tsx +1 -1
- package/src/components/PriceTable.tsx +3 -0
- package/src/components/Sheet.tsx +3 -0
- package/src/components/Tabs.tsx +3 -0
- package/src/components/ToolCard.tsx +1 -1
- package/src/components/ValueCard.tsx +1 -1
- package/src/icons/actions/Atom.tsx +1 -1
- package/src/icons/app/ArrowDownDash.tsx +18 -0
- package/src/icons/app/Atom.tsx +1 -1
- package/src/icons/app/index.ts +1 -0
- package/src/icons/src/app/arrow-down-dash.svg +3 -0
- package/src/logo/platforms/Discord.tsx +6 -8
- package/src/logo/src/platforms/Discord.svg +3 -0
- package/src/stories/Citation.stories.tsx +1 -1
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
|
|
4
3
|
const SvgDiscord = (props: SVGProps<SVGSVGElement>) => (
|
|
5
4
|
<svg
|
|
6
|
-
width="24"
|
|
7
|
-
height="24"
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
11
10
|
{...props}
|
|
12
11
|
>
|
|
13
12
|
<path
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
fill="#5865F2"
|
|
14
|
+
d="M18.942 5.256A16.668 16.668 0 0 0 14.816 4c-.178.311-.386.73-.529 1.063a15.632 15.632 0 0 0-4.573 0A11.218 11.218 0 0 0 9.18 4c-1.448.243-2.834.67-4.129 1.26-2.611 3.823-3.319 7.55-2.965 11.226a16.704 16.704 0 0 0 5.06 2.512c.408-.543.771-1.12 1.084-1.729-.596-.22-1.167-.49-1.706-.805a8.44 8.44 0 0 0 .418-.32c3.29 1.49 6.866 1.49 10.118 0 .137.11.277.218.418.32-.54.316-1.113.587-1.71.807.314.607.675 1.186 1.084 1.729a16.668 16.668 0 0 0 5.064-2.514c.415-4.26-.71-7.955-2.973-11.23Zm-10.264 8.97c-.988 0-1.798-.894-1.798-1.982s.792-1.983 1.798-1.983c1.005 0 1.815.893 1.798 1.983.001 1.088-.793 1.982-1.798 1.982Zm6.644 0c-.988 0-1.798-.894-1.798-1.982s.793-1.983 1.798-1.983c1.006 0 1.816.893 1.798 1.983 0 1.088-.793 1.982-1.798 1.982Z"
|
|
16
15
|
/>
|
|
17
16
|
</svg>
|
|
18
17
|
);
|
|
19
|
-
|
|
20
18
|
export default SvgDiscord;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.9419 5.25625C17.6473 4.66937 16.263 4.24286 14.8157 4C14.638 4.31134 14.4304 4.7301 14.2872 5.06322C12.7487 4.83906 11.2245 4.83906 9.7143 5.06322C9.57116 4.7301 9.3588 4.31134 9.17947 4C7.73067 4.24286 6.3448 4.67094 5.05016 5.25935C2.43887 9.08252 1.73099 12.8107 2.08493 16.486C3.81688 17.7391 5.49534 18.5003 7.14548 18.9985C7.55291 18.4552 7.91628 17.8777 8.22931 17.269C7.63313 17.0495 7.06211 16.7787 6.52256 16.4642C6.6657 16.3615 6.80571 16.254 6.94098 16.1435C10.2318 17.6348 13.8074 17.6348 17.0589 16.1435C17.1958 16.254 17.3358 16.3615 17.4774 16.4642C16.9362 16.7802 16.3637 17.0511 15.7675 17.2706C16.0805 17.8777 16.4423 18.4567 16.8513 19C18.503 18.5019 20.183 17.7407 21.915 16.486C22.3303 12.2254 21.2056 8.53146 18.9419 5.25625ZM8.67765 14.2257C7.68977 14.2257 6.87963 13.3322 6.87963 12.2441C6.87963 11.156 7.67247 10.2609 8.67765 10.2609C9.68285 10.2609 10.493 11.1544 10.4757 12.2441C10.4772 13.3322 9.68285 14.2257 8.67765 14.2257ZM15.3223 14.2257C14.3344 14.2257 13.5243 13.3322 13.5243 12.2441C13.5243 11.156 14.3171 10.2609 15.3223 10.2609C16.3275 10.2609 17.1376 11.1544 17.1203 12.2441C17.1203 13.3322 16.3275 14.2257 15.3223 14.2257Z" fill="#5865F2"/>
|
|
3
|
+
</svg>
|
|
@@ -74,7 +74,7 @@ export const CitationsExample = () => (
|
|
|
74
74
|
</CitationIcons>
|
|
75
75
|
<CitationTitle>Linkedin, Edouard Wautier</CitationTitle>
|
|
76
76
|
</Citation>
|
|
77
|
-
|
|
77
|
+
|
|
78
78
|
<Citation onClick={() => alert("Card clicked")} className="s-w-48">
|
|
79
79
|
<CitationIcons>
|
|
80
80
|
<FaviconIcon websiteUrl="https://github.com" size="sm" />
|