pds-dev-kit-web 1.4.57 → 1.4.58

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.
@@ -7,6 +7,6 @@ export declare type PDSValueOption = {
7
7
  export declare type PDSTabItemOption = {
8
8
  title: PDSTextType;
9
9
  isActive: boolean;
10
- onClick?: (e: React.MouseEvent<HTMLElement>) => void;
10
+ onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
11
11
  };
12
12
  export declare type ForwardedRefType<T> = ForwardedRef<T | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.4.57",
3
+ "version": "1.4.58",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.4.57]
2
+ ## [v1.4.58]
3
3
 
4
- ### Color
5
- * 컬러 22.09.26 17시 03분 기준 싱크
4
+ ### Type
5
+ * PDSTabItemOption 내부 onClick type 변경
6
+
7
+ ### Component
8
+ * DesktopTabBar
9
+ * 내부에서 쓰인 PDSTabItemOption 내부 onClick type 변경
10
+ * UserDesktopSideTab
11
+ * 내부에서 쓰인 PDSTabItemOption 내부 onClick type 변경
12
+ * UserDesktopTabBar
13
+ * 내부에서 쓰인 PDSTabItemOption 내부 onClick type 변경
14
+ * MobileTabBar
15
+ * 내부에서 쓰인 PDSTabItemOption 내부 onClick type 변경