@dust-tt/sparkle 0.2.190 → 0.2.191
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.d.ts +4 -4
- package/dist/cjs/components/Hoverable.d.ts +2 -1
- package/dist/cjs/components/Tree.d.ts +2 -1
- package/dist/cjs/icons/solid/ChatBubbleThought.d.ts +4 -0
- package/dist/cjs/icons/solid/Fire.d.ts +4 -0
- package/dist/cjs/icons/solid/Tag.d.ts +4 -0
- package/dist/cjs/icons/solid/index.d.ts +3 -1
- package/dist/cjs/icons/stroke/ChatBubbleThought.d.ts +4 -0
- package/dist/cjs/icons/stroke/Fire.d.ts +4 -0
- package/dist/cjs/icons/stroke/Tag.d.ts +4 -0
- package/dist/cjs/icons/stroke/index.d.ts +3 -1
- package/dist/cjs/index.js +51 -26
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/_index.d.ts +4 -4
- package/dist/esm/components/Hoverable.d.ts +2 -1
- package/dist/esm/components/Tree.d.ts +2 -1
- package/dist/esm/icons/solid/ChatBubbleThought.d.ts +4 -0
- package/dist/esm/icons/solid/Fire.d.ts +4 -0
- package/dist/esm/icons/solid/Tag.d.ts +4 -0
- package/dist/esm/icons/solid/index.d.ts +3 -1
- package/dist/esm/icons/stroke/ChatBubbleThought.d.ts +4 -0
- package/dist/esm/icons/stroke/Fire.d.ts +4 -0
- package/dist/esm/icons/stroke/Tag.d.ts +4 -0
- package/dist/esm/icons/stroke/index.d.ts +3 -1
- package/dist/esm/index.js +46 -25
- package/dist/esm/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/_index.ts +12 -4
- package/src/components/Checkbox.tsx +5 -5
- package/src/components/Hoverable.tsx +10 -4
- package/src/components/Input.tsx +2 -2
- package/src/components/TextArea.tsx +1 -1
- package/src/components/Tree.tsx +10 -2
- package/src/icons/solid/ChatBubbleThought.tsx +20 -0
- package/src/icons/solid/ExternalLink.tsx +2 -2
- package/src/icons/solid/Fire.tsx +18 -0
- package/src/icons/solid/Tag.tsx +20 -0
- package/src/icons/solid/index.ts +3 -1
- package/src/icons/src/solid/chat-bubble-thought.svg +3 -0
- package/src/icons/src/solid/chevron-right.svg +1 -1
- package/src/icons/src/solid/external-link.svg +2 -2
- package/src/icons/src/solid/fire.svg +3 -0
- package/src/icons/src/solid/tag.svg +3 -0
- package/src/icons/src/solid/triangle.svg +1 -1
- package/src/icons/src/stroke/arrow-left.svg +1 -1
- package/src/icons/src/stroke/chat-bubble-thought.svg +6 -0
- package/src/icons/src/stroke/chevron-right.svg +1 -1
- package/src/icons/src/stroke/external-link.svg +2 -2
- package/src/icons/src/stroke/fire.svg +3 -0
- package/src/icons/src/stroke/list-check.svg +4 -4
- package/src/icons/src/stroke/tag.svg +4 -0
- package/src/icons/src/stroke/triangle.svg +1 -1
- package/src/icons/stroke/ChatBubbleThought.tsx +24 -0
- package/src/icons/stroke/ExternalLink.tsx +2 -2
- package/src/icons/stroke/Fire.tsx +18 -0
- package/src/icons/stroke/Tag.tsx +21 -0
- package/src/icons/stroke/index.ts +3 -1
- package/src/logo/platforms/Gpt3.tsx +2 -2
- package/src/logo/platforms/Gpt4.tsx +2 -2
- package/src/stories/Hoverable.stories.tsx +11 -1
- package/src/stories/TextArea.stories.tsx +1 -1
- package/src/stories/Tree.stories.tsx +553 -272
- package/dist/cjs/icons/solid/HandHeart.d.ts +0 -4
- package/dist/cjs/icons/stroke/HandHeart.d.ts +0 -4
- package/dist/esm/icons/solid/HandHeart.d.ts +0 -4
- package/dist/esm/icons/stroke/HandHeart.d.ts +0 -4
- package/src/icons/solid/HandHeart.tsx +0 -18
- package/src/icons/src/solid/hand-heart.svg +0 -3
- package/src/icons/src/stroke/hand-heart.svg +0 -3
- package/src/icons/stroke/HandHeart.tsx +0 -18
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { SVGProps } from "react";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const SvgHandHeart = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width="1em"
|
|
7
|
-
height="1em"
|
|
8
|
-
fill="none"
|
|
9
|
-
viewBox="0 0 24 24"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
d="M9.335 11.502h2.17a4.5 4.5 0 0 1 4.5 4.5H9.004v1h8v-1a5.578 5.578 0 0 0-.885-3h2.886a5 5 0 0 1 4.516 2.852c-2.365 3.12-6.194 5.149-10.516 5.149-2.761 0-5.1-.59-7-1.625v-9.304a6.967 6.967 0 0 1 3.33 1.428Zm-5.33-2.5a1 1 0 0 1 .993.884l.007.116v9a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h2Zm9.646-5.424.354.354.353-.354a2.5 2.5 0 0 1 3.536 3.536l-3.89 3.889-3.888-3.89a2.5 2.5 0 1 1 3.535-3.535Z"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
export default SvgHandHeart;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.3349 11.5022L11.5049 11.5027C13.9902 11.5027 16.0049 13.5174 16.0049 16.0027L9.00388 16.0018L9.00488 17.0027L17.0049 17.0019V16.0027C17.0049 14.9202 16.6867 13.8996 16.1188 13.0019L19.0049 13.0027C20.9972 13.0027 22.7173 14.1679 23.521 15.8541C21.1562 18.9747 17.3268 21.0027 13.0049 21.0027C10.2436 21.0027 7.90437 20.4121 6.00447 19.3779L6.00592 10.0737C7.25147 10.2521 8.39122 10.7583 9.3349 11.5022ZM4.00488 9.00268C4.51772 9.00268 4.94039 9.38872 4.99816 9.88606L5.00488 10.0018V19.0027C5.00488 19.555 4.55717 20.0027 4.00488 20.0027H2.00488C1.4526 20.0027 1.00488 19.555 1.00488 19.0027V10.0027C1.00488 9.45039 1.4526 9.00268 2.00488 9.00268H4.00488ZM13.6513 3.57806L14.0046 3.93183L14.3584 3.57806C15.3347 2.60175 16.9177 2.60175 17.894 3.57806C18.8703 4.55437 18.8703 6.13728 17.894 7.11359L14.0049 11.0027L10.1158 7.11359C9.13948 6.13728 9.13948 4.55437 10.1158 3.57806C11.0921 2.60175 12.675 2.60175 13.6513 3.57806Z" fill="#020617"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.00488 9.00268C5.55717 9.00268 6.00488 9.45039 6.00488 10.0027C7.63965 10.0027 9.14352 10.5631 10.3349 11.5022L12.5049 11.5027C13.837 11.5027 15.0339 12.0815 15.8579 13.0014L19.0049 13.0027C20.9972 13.0027 22.7173 14.1679 23.521 15.8541C21.1562 18.9747 17.3268 21.0027 13.0049 21.0027C10.2142 21.0027 7.85466 20.3994 5.944 19.3447C5.80557 19.7283 5.43727 20.0027 5.00488 20.0027H2.00488C1.4526 20.0027 1.00488 19.555 1.00488 19.0027V10.0027C1.00488 9.45039 1.4526 9.00268 2.00488 9.00268H5.00488ZM6.00589 12.0027L6.00488 17.0238L6.05024 17.0572C7.84406 18.3176 10.183 19.0027 13.0049 19.0027C16.0089 19.0027 18.8035 17.847 20.84 15.8732L20.9729 15.7397L20.8537 15.6393C20.3897 15.2763 19.8205 15.051 19.2099 15.0096L19.0049 15.0027L16.8932 15.0017C16.9663 15.3236 17.0049 15.6586 17.0049 16.0027V17.0027H8.00488V15.0027L14.7949 15.0017L14.7605 14.9232C14.38 14.1296 13.593 13.568 12.6693 13.508L12.5049 13.5027L9.57547 13.5025C8.66823 12.5772 7.40412 12.003 6.00589 12.0027ZM4.00488 11.0027H3.00488V18.0027H4.00488V11.0027ZM13.6513 3.57806L14.0046 3.93183L14.3584 3.57806C15.3347 2.60175 16.9177 2.60175 17.894 3.57806C18.8703 4.55437 18.8703 6.13728 17.894 7.11359L14.0049 11.0027L10.1158 7.11359C9.13948 6.13728 9.13948 4.55437 10.1158 3.57806C11.0921 2.60175 12.675 2.60175 13.6513 3.57806ZM11.53 4.99227C11.3564 5.16584 11.3372 5.43526 11.4714 5.62938L11.5289 5.69831L14.0039 8.17368L16.4798 5.69938C16.6533 5.52581 16.6726 5.25639 16.5376 5.06152L16.4798 4.99227C16.3062 4.81871 16.0368 4.79942 15.8417 4.93457L15.7724 4.99249L14.0033 6.76111L12.236 4.9912L12.1679 4.93442C11.973 4.79942 11.7036 4.81871 11.53 4.99227Z" fill="#020617"/>
|
|
3
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { SVGProps } from "react";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const SvgHandHeart = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width="1em"
|
|
7
|
-
height="1em"
|
|
8
|
-
fill="none"
|
|
9
|
-
viewBox="0 0 24 24"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
d="M5.005 9.003a1 1 0 0 1 1 1 6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.529.579 3.353 1.498l3.147.002a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149-2.79 0-5.15-.604-7.061-1.658a.998.998 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h3Zm1 3v5.02l.045.034c1.794 1.26 4.133 1.946 6.955 1.946 3.004 0 5.798-1.156 7.835-3.13l.133-.133-.12-.1a2.994 2.994 0 0 0-1.643-.63l-.205-.007-2.112-.001c.073.322.112.657.112 1v1h-9v-2h6.79l-.034-.079a2.501 2.501 0 0 0-2.092-1.415l-.164-.005h-2.93a4.985 4.985 0 0 0-3.57-1.5Zm-2-1h-1v7h1v-7Zm9.646-7.425.354.354.353-.354a2.5 2.5 0 0 1 3.536 3.536l-3.89 3.889-3.888-3.89a2.5 2.5 0 1 1 3.535-3.535ZM11.53 4.992a.5.5 0 0 0-.059.637l.058.07 2.475 2.475 2.476-2.475a.5.5 0 0 0 .058-.637l-.058-.07a.5.5 0 0 0-.638-.057l-.07.057-1.769 1.77-1.767-1.77-.068-.058a.5.5 0 0 0-.638.058Z"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
export default SvgHandHeart;
|