pds-dev-kit-web 1.7.4 → 1.7.5

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.
@@ -641,5 +641,7 @@
641
641
  "ui_64": "sys_text_white",
642
642
  "ui_cpnt_sheet_border_04": "sys_border_line_02",
643
643
  "ui_cpnt_button_fill_base_01": "sys_component_base_05",
644
- "ui_cpnt_button_fill_base_hangup": "sys_component_base_red"
644
+ "ui_cpnt_button_fill_base_hangup": "sys_component_base_red",
645
+ "ui_cpnt_refund_text_status_issued": "sys_widget_orange_01",
646
+ "ui_cpnt_refund_text_status_refunded": "sys_widget_success_01"
645
647
  }
@@ -1179,6 +1179,8 @@ declare const colorSet: {
1179
1179
  ui_cpnt_sheet_border_04: string;
1180
1180
  ui_cpnt_button_fill_base_01: string;
1181
1181
  ui_cpnt_button_fill_base_hangup: string;
1182
+ ui_cpnt_refund_text_status_issued: string;
1183
+ ui_cpnt_refund_text_status_refunded: string;
1182
1184
  };
1183
1185
  };
1184
1186
  export default colorSet;
@@ -642,4 +642,6 @@ export interface UITheme {
642
642
  ui_cpnt_sheet_border_04: string;
643
643
  ui_cpnt_button_fill_base_01: string;
644
644
  ui_cpnt_button_fill_base_hangup: string;
645
+ ui_cpnt_refund_text_status_issued: string;
646
+ ui_cpnt_refund_text_status_refunded: string;
645
647
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.7.4]
2
+ ## [v1.7.5]
3
3
 
4
- ### Layout
5
- * WTM_3 생성
6
- * MSA_2 생성
7
4
  ### Color
8
- * 컬러 키 값 22.12.29 1251분 기준 싱크
5
+ * 컬러 키 값 23.01.02 1144분 기준 싱크