Skip to content

Commit

Permalink
fix(sparkle): actually export chevron up down (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanierh authored Sep 7, 2023
1 parent 9d35348 commit 67869c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.1.45",
"version": "0.1.46",
"scripts": {
"build": "rm -rf dist && rollup -c",
"build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",
Expand Down
4 changes: 4 additions & 0 deletions sparkle/src/_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ import {
ChevronLeft as ChevronLeftIcon,
ChevronRight as ChevronRightIcon,
ChevronUp as ChevronUpIcon,
ChevronUpDown as ChevronUpDownIcon,
Clipboard as ClipboardIcon,
ClipboardCheck as ClipboardCheckIcon,
Clock as ClockIcon,
Expand Down Expand Up @@ -170,6 +171,7 @@ export {
ChevronDownIcon,
ChevronLeftIcon,
ChevronRightIcon,
ChevronUpDownIcon,
ChevronUpIcon,
ClipboardCheckIcon,
ClipboardIcon,
Expand Down Expand Up @@ -231,6 +233,7 @@ import {
ChevronLeft as ChevronLeftStrokeIcon,
ChevronRight as ChevronRightStrokeIcon,
ChevronUp as ChevronUpStrokeIcon,
ChevronUpDown as ChevronUpDownStrokeIcon,
Clipboard as ClipboardStrokeIcon,
ClipboardCheck as ClipboardCheckStrokeIcon,
Clock as ClockStrokeIcon,
Expand Down Expand Up @@ -290,6 +293,7 @@ export {
ChevronDownStrokeIcon,
ChevronLeftStrokeIcon,
ChevronRightStrokeIcon,
ChevronUpDownStrokeIcon,
ChevronUpStrokeIcon,
ClipboardCheckStrokeIcon,
ClipboardStrokeIcon,
Expand Down

0 comments on commit 67869c3

Please sign in to comment.