From 8090dfee797b0537ea9957e1104f10e6696bd9cd Mon Sep 17 00:00:00 2001 From: Edouard Wautier <4435185+Duncid@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:11:20 +0100 Subject: [PATCH] fix --- sparkle/package-lock.json | 4 ++-- sparkle/package.json | 2 +- sparkle/src/components/index.ts | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sparkle/package-lock.json b/sparkle/package-lock.json index 00f6d6379b9f..0777200c2057 100644 --- a/sparkle/package-lock.json +++ b/sparkle/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.341", + "version": "0.2.343", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dust-tt/sparkle", - "version": "0.2.341", + "version": "0.2.343", "license": "ISC", "dependencies": { "@emoji-mart/data": "^1.1.2", diff --git a/sparkle/package.json b/sparkle/package.json index 6ae0c9cc44b3..b9024a17cf98 100644 --- a/sparkle/package.json +++ b/sparkle/package.json @@ -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", diff --git a/sparkle/src/components/index.ts b/sparkle/src/components/index.ts index b7bb5040666c..1f1e96943766 100644 --- a/sparkle/src/components/index.ts +++ b/sparkle/src/components/index.ts @@ -121,4 +121,5 @@ export { TooltipTrigger, } from "./Tooltip"; export { Tree } from "./Tree"; -export { TypingAnimation } from "./TypingAnimation"; \ No newline at end of file +export { TypingAnimation } from "./TypingAnimation"; +export { ValueCard } from "./ValueCard";