Skip to content

Commit

Permalink
[Steps] Update data type to include completed
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Jun 18, 2024
1 parent bda0833 commit 5f235e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-rings-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-ux': patch
---

[Steps] Update `data` type to include `completed`
1 change: 1 addition & 0 deletions packages/svelte-ux/src/lib/components/Steps.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
label: string;
content?: string;
icon?: ComponentProps<Icon>['data'];
completed?: boolean;
};
export let data: StepData[] = [];
Expand Down

0 comments on commit 5f235e3

Please sign in to comment.