pds-dev-kit-web 1.9.6 → 1.9.7
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.
|
@@ -714,5 +714,6 @@
|
|
|
714
714
|
"ui_cpnt_icon_sys_black": "sys_widget_black",
|
|
715
715
|
"ui_cpnt_textbutton_white_variation_base_hover": "sys_component_base_hover_04",
|
|
716
716
|
"ui_cpnt_textbutton_white_variation_base_pressed": "sys_component_base_pressed_03",
|
|
717
|
-
"ui_74": "sys_component_base_darktheme_02"
|
|
717
|
+
"ui_74": "sys_component_base_darktheme_02",
|
|
718
|
+
"ui_cpnt_help_window": "sys_widget_primary_01"
|
|
718
719
|
}
|
|
@@ -95,7 +95,7 @@ declare const colorSet: {
|
|
|
95
95
|
grey10: string;
|
|
96
96
|
darkgrey10: string;
|
|
97
97
|
};
|
|
98
|
-
readonly
|
|
98
|
+
readonly PaletteColor_light: {
|
|
99
99
|
sys_container_background_01: string;
|
|
100
100
|
sys_container_background_02: string;
|
|
101
101
|
sys_container_background_03: string;
|
|
@@ -364,7 +364,7 @@ declare const colorSet: {
|
|
|
364
364
|
sys_component_base_hover_04: string;
|
|
365
365
|
sys_component_base_pressed_03: string;
|
|
366
366
|
};
|
|
367
|
-
readonly
|
|
367
|
+
readonly PaletteColor_Dark: {
|
|
368
368
|
sys_container_background_01: string;
|
|
369
369
|
sys_container_background_02: string;
|
|
370
370
|
sys_container_background_03: string;
|
|
@@ -1350,6 +1350,7 @@ declare const colorSet: {
|
|
|
1350
1350
|
ui_cpnt_textbutton_white_variation_base_hover: string;
|
|
1351
1351
|
ui_cpnt_textbutton_white_variation_base_pressed: string;
|
|
1352
1352
|
ui_74: string;
|
|
1353
|
+
ui_cpnt_help_window: string;
|
|
1353
1354
|
};
|
|
1354
1355
|
};
|
|
1355
1356
|
export default colorSet;
|
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
-
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.9.
|
|
2
|
+
## [v1.9.7]
|
|
3
3
|
|
|
4
|
-
### Package
|
|
5
|
-
* i18n sync 기능 삭제
|
|
6
|
-
### Storybook
|
|
7
|
-
* storybook에서 배경 변경해 볼 수 있는 기능 추가
|
|
8
|
-
* storybook에서 컬러키들을 볼 수 있는 기능 추가
|
|
9
|
-
### Common
|
|
10
|
-
* 실제 Icon 컴포넌트에서 사용되지 않는 svg파일 모음 삭제
|
|
11
4
|
### Color
|
|
12
|
-
* 컬러 키 값 23.02.
|
|
5
|
+
* 컬러 키 값 23.02.06 16시 03분 기준 싱크
|