pds-dev-kit-web 1.4.57 → 1.4.59

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.
@@ -180,5 +180,5 @@
180
180
  "sys_text_lighttone_grey_01": "grey900",
181
181
  "sys_widget_lighttone_primary_01": "blue500",
182
182
  "sys_text_lighttone_grey_02": "grey500",
183
- "sys_component_base_09": "darygrey70"
183
+ "sys_component_base_09": "darkgrey70"
184
184
  }
@@ -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.59",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.4.57]
2
+ ## [v1.4.59]
3
3
 
4
4
  ### Color
5
- * 컬러 키 값 22.09.26 1703분 기준 싱크
5
+ * 컬러 키 값 22.09.27 1509분 기준 싱크