diff --git a/sparkle/package-lock.json b/sparkle/package-lock.json index d4f577552302..75d27abd18cb 100644 --- a/sparkle/package-lock.json +++ b/sparkle/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.314", + "version": "0.2.316", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dust-tt/sparkle", - "version": "0.2.314", + "version": "0.2.316", "license": "ISC", "dependencies": { "@emoji-mart/data": "^1.1.2", diff --git a/sparkle/package.json b/sparkle/package.json index be4ed8c03ece..3c211891e344 100644 --- a/sparkle/package.json +++ b/sparkle/package.json @@ -1,6 +1,6 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.314", + "version": "0.2.316", "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/icons/solid/TSquare.tsx b/sparkle/src/icons/solid/TSquare.tsx index 510c7fdff804..db298b51ae34 100644 --- a/sparkle/src/icons/solid/TSquare.tsx +++ b/sparkle/src/icons/solid/TSquare.tsx @@ -11,7 +11,7 @@ const SvgTSquare = (props: SVGProps) => ( > ); diff --git a/sparkle/src/icons/src/solid/TSquare.svg b/sparkle/src/icons/src/solid/TSquare.svg index 11f4a7911406..bbf32d36713f 100644 --- a/sparkle/src/icons/src/solid/TSquare.svg +++ b/sparkle/src/icons/src/solid/TSquare.svg @@ -1,3 +1,3 @@ - + diff --git a/sparkle/src/icons/src/stroke/TSquare.svg b/sparkle/src/icons/src/stroke/TSquare.svg index 11f4a7911406..bbf32d36713f 100644 --- a/sparkle/src/icons/src/stroke/TSquare.svg +++ b/sparkle/src/icons/src/stroke/TSquare.svg @@ -1,3 +1,3 @@ - + diff --git a/sparkle/src/icons/stroke/TSquare.tsx b/sparkle/src/icons/stroke/TSquare.tsx index 510c7fdff804..db298b51ae34 100644 --- a/sparkle/src/icons/stroke/TSquare.tsx +++ b/sparkle/src/icons/stroke/TSquare.tsx @@ -11,7 +11,7 @@ const SvgTSquare = (props: SVGProps) => ( > );