Skip to content

Commit

Permalink
Sparkle chip update (#2151)
Browse files Browse the repository at this point in the history
* Controlling colors and safecolors

* BumpVersion

---------

Co-authored-by: édouard wautier <[email protected]>
  • Loading branch information
Duncid and édouard wautier authored Oct 17, 2023
1 parent dc7b220 commit c3dbbc5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 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.22",
"version": "0.2.23",
"scripts": {
"build": "rm -rf dist && rollup -c",
"build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",
Expand Down
3 changes: 1 addition & 2 deletions sparkle/src/components/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ type ChipProps = {
| "emerald"
| "amber"
| "slate"
| "violet"
| "purple"
| "warning"
| "sky"
| "pink"
| "indigo"
| "action"
| "red";
label?: string;
Expand Down
3 changes: 1 addition & 2 deletions sparkle/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ const safeColorsArray = [
"emerald",
"amber",
"slate",
"violet",
"purple",
"warning",
"sky",
"pink",
"indigo",
"action",
"red",
];
Expand Down

0 comments on commit c3dbbc5

Please sign in to comment.