@swr-data-lab/components 2.39.0 → 2.39.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -9,6 +9,7 @@ export { default as Scroller } from "./Scroller/Scroller.svelte";
9
9
  export { default as SwrHeader } from "./SwrHeader/SwrHeader.svelte";
10
10
  export { default as Breakout } from "./Breakout/Breakout.svelte";
11
11
  export { default as Card } from "./Card/Card.svelte";
12
+ export { default as HighlightCard } from "./HighlightCard/HighlightCard.svelte";
12
13
  export { default as ChartHeader } from "./ChartHeader/ChartHeader.svelte";
13
14
  export { default as ChartFooter } from "./ChartFooter/ChartFooter.svelte";
14
15
  export { default as Logotype } from "./Logotype/Logotype.svelte";
package/dist/index.js CHANGED
@@ -16,6 +16,7 @@ export { default as Breakout } from './Breakout/Breakout.svelte';
16
16
 
17
17
  // Display
18
18
  export { default as Card } from './Card/Card.svelte';
19
+ export { default as HighlightCard } from './HighlightCard/HighlightCard.svelte';
19
20
 
20
21
  // Chart
21
22
  export { default as ChartHeader } from './ChartHeader/ChartHeader.svelte';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swr-data-lab/components",
3
3
  "description": "SWR Data Lab component library",
4
- "version": "2.39.0",
4
+ "version": "2.39.1",
5
5
  "author": "SWR Data Lab",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",