Skip to content

Commit

Permalink
changeset + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kwongz committed Jan 29, 2025
1 parent d546a26 commit e932549
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-deers-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/core-components': patch
---

updated components to properly evaluate string true and false props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import Chart from '../core/Chart.svelte';
import Area from './Area.svelte';
import { toBoolean } from '$lib/utils.js';
const { resolveColor, resolveColorsObject, resolveColorPalette } = getThemeStores();
Expand Down

0 comments on commit e932549

Please sign in to comment.