Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncid committed Dec 17, 2024
1 parent 6775041 commit 8090dfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sparkle/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 sparkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dust-tt/sparkle",
"version": "0.2.341",
"version": "0.2.343",
"scripts": {
"build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",
Expand Down
3 changes: 2 additions & 1 deletion sparkle/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ export {
TooltipTrigger,
} from "./Tooltip";
export { Tree } from "./Tree";
export { TypingAnimation } from "./TypingAnimation";
export { TypingAnimation } from "./TypingAnimation";
export { ValueCard } from "./ValueCard";

0 comments on commit 8090dfe

Please sign in to comment.