@uniai-fe/chart-legacy 0.1.2 → 0.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/chart-legacy",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Legacy Chart Toolkit for UNIAI FE Projects",
5
5
  "type": "module",
6
6
  "private": false,
@@ -3,10 +3,10 @@
3
3
  import { clsx } from "clsx";
4
4
  import StyledIconChart from "../styles/styled/icon";
5
5
 
6
- import ZoomInIcon from "../../svg/control/zoom-in.svg";
7
- import ZoomOutIcon from "../../svg/control/zoom-out.svg";
8
- import PanLeftIcon from "../../svg/control/pan-left.svg";
9
- import PanRightIcon from "../../svg/control/pan-right.svg";
6
+ import ZoomInIcon from "../svg/control/zoom-in.svg";
7
+ import ZoomOutIcon from "../svg/control/zoom-out.svg";
8
+ import PanLeftIcon from "../svg/control/pan-left.svg";
9
+ import PanRightIcon from "../svg/control/pan-right.svg";
10
10
 
11
11
  /**
12
12
  * 차트 인터렉션 컨트롤 버튼 아이콘