@reshape-biotech/design-system 2.7.0 → 2.7.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.
@@ -8,7 +8,7 @@ import { BarChart } from 'echarts/charts';
8
8
  import { ScatterChart } from 'echarts/charts';
9
9
  import { CustomChart } from 'echarts/charts';
10
10
  // Components we use
11
- import { TooltipComponent, GridComponent, LegendComponent, MarkLineComponent, } from 'echarts/components';
11
+ import { TooltipComponent, GridComponent, LegendComponent, MarkLineComponent, MarkAreaComponent, AxisPointerComponent, TitleComponent, } from 'echarts/components';
12
12
  // Renderers (we primarily use SVG)
13
13
  import { SVGRenderer, CanvasRenderer } from 'echarts/renderers';
14
14
  // Register only the components we actually use
@@ -23,6 +23,9 @@ echarts.use([
23
23
  GridComponent,
24
24
  LegendComponent,
25
25
  MarkLineComponent,
26
+ MarkAreaComponent,
27
+ AxisPointerComponent,
28
+ TitleComponent,
26
29
  // Renderers (both needed - SVG is default, Canvas for large datasets)
27
30
  SVGRenderer,
28
31
  CanvasRenderer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",