Skip to content

Commit

Permalink
[sparkle] - refacto: deprecate Item (#8606)
Browse files Browse the repository at this point in the history
* [sparkle] - refactor: remove Item component and related story

 - Deleted Item.tsx as it's likely no longer used or replaced by another component
 - Removed Item from the main components export index, reflecting its deletion
 - Deleted Item.stories.tsx which contained stories for the removed Item component

* [sparkle] - feature: bump package version to 0.2.308

 - Update package-lock.json and package.json to reflect new version number
 - Ensure consistency across project metadata for new release
  • Loading branch information
JulesBelveze authored Nov 13, 2024
1 parent 42ad7f1 commit ac39138
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 378 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.307",
"version": "0.2.308",
"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
291 changes: 0 additions & 291 deletions sparkle/src/components/Item.tsx

This file was deleted.

1 change: 0 additions & 1 deletion sparkle/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export { Icon } from "./Icon";
export { IconButton } from "./IconButton";
export { IconToggleButton } from "./IconToggleButton";
export { Input } from "./Input";
export { Item } from "./Item";
export { Label } from "./Label";
export type { LinkWrapperProps } from "./LinkWrapper";
export { LinkWrapper } from "./LinkWrapper";
Expand Down
Loading

0 comments on commit ac39138

Please sign in to comment.