pds-dev-kit-web 1.8.3 → 1.8.4
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/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
- package/dist/src/common/styles/colorSet/UIColor.json +5 -3
- package/dist/src/common/styles/colorSet/index.d.ts +10 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
- package/package.json +1 -1
- package/release-note.md +3 -10
|
@@ -228,5 +228,8 @@
|
|
|
228
228
|
"sys_component_base_19": "white/opacity65",
|
|
229
229
|
"sys_cpnt_pagination_dot_01": "white",
|
|
230
230
|
"sys_cpnt_pagination_dot_02": "white/opacity50",
|
|
231
|
-
"sys_component_base_white_opacity50": "white/opacity50"
|
|
231
|
+
"sys_component_base_white_opacity50": "white/opacity50",
|
|
232
|
+
"sys_component_base_20": "white/opacity08",
|
|
233
|
+
"sys_component_base_22": "grey950",
|
|
234
|
+
"sys_component_base_21": "darkred500/opacity40"
|
|
232
235
|
}
|
|
@@ -228,5 +228,8 @@
|
|
|
228
228
|
"sys_component_base_19": "white/opacity65",
|
|
229
229
|
"sys_cpnt_pagination_dot_01": "grey400",
|
|
230
230
|
"sys_cpnt_pagination_dot_02": "white/opacity50",
|
|
231
|
-
"sys_component_base_white_opacity50": "white/opacity50"
|
|
231
|
+
"sys_component_base_white_opacity50": "white/opacity50",
|
|
232
|
+
"sys_component_base_20": "white/opacity08",
|
|
233
|
+
"sys_component_base_22": "grey950",
|
|
234
|
+
"sys_component_base_21": "red500/opacity40"
|
|
232
235
|
}
|
|
@@ -645,8 +645,10 @@
|
|
|
645
645
|
"ui_cpnt_refund_text_status_issued": "sys_widget_orange_01",
|
|
646
646
|
"ui_cpnt_refund_text_status_refunded": "sys_widget_success_01",
|
|
647
647
|
"ui_cpnt_divider_white_01": "sys_component_base_19",
|
|
648
|
-
"ui_cpnt_timer_base_01": "
|
|
649
|
-
"ui_cpnt_timer_base_timeup": "
|
|
648
|
+
"ui_cpnt_timer_base_01": "sys_component_base_20",
|
|
649
|
+
"ui_cpnt_timer_base_timeup": "sys_component_base_21",
|
|
650
650
|
"ui_66": "sys_component_base_black_opacity50",
|
|
651
|
-
"ui_67": "sys_component_base_white_opacity50"
|
|
651
|
+
"ui_67": "sys_component_base_white_opacity50",
|
|
652
|
+
"ui_cpnt_videoplayer_gradient_3": "sys_component_base_black_opacity50",
|
|
653
|
+
"ui_68": "sys_component_base_22"
|
|
652
654
|
}
|
|
@@ -79,7 +79,7 @@ declare const colorSet: {
|
|
|
79
79
|
opacity90: string;
|
|
80
80
|
facebookblue: string;
|
|
81
81
|
};
|
|
82
|
-
readonly
|
|
82
|
+
readonly PaletteColor_light: {
|
|
83
83
|
sys_container_background_01: string;
|
|
84
84
|
sys_container_background_02: string;
|
|
85
85
|
sys_container_background_03: string;
|
|
@@ -310,8 +310,11 @@ declare const colorSet: {
|
|
|
310
310
|
sys_cpnt_pagination_dot_01: string;
|
|
311
311
|
sys_cpnt_pagination_dot_02: string;
|
|
312
312
|
sys_component_base_white_opacity50: string;
|
|
313
|
+
sys_component_base_20: string;
|
|
314
|
+
sys_component_base_22: string;
|
|
315
|
+
sys_component_base_21: string;
|
|
313
316
|
};
|
|
314
|
-
readonly
|
|
317
|
+
readonly PaletteColor_Dark: {
|
|
315
318
|
sys_container_background_01: string;
|
|
316
319
|
sys_container_background_02: string;
|
|
317
320
|
sys_container_background_03: string;
|
|
@@ -542,6 +545,9 @@ declare const colorSet: {
|
|
|
542
545
|
sys_cpnt_pagination_dot_01: string;
|
|
543
546
|
sys_cpnt_pagination_dot_02: string;
|
|
544
547
|
sys_component_base_white_opacity50: string;
|
|
548
|
+
sys_component_base_20: string;
|
|
549
|
+
sys_component_base_22: string;
|
|
550
|
+
sys_component_base_21: string;
|
|
545
551
|
};
|
|
546
552
|
readonly UIColor: {
|
|
547
553
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1194,6 +1200,8 @@ declare const colorSet: {
|
|
|
1194
1200
|
ui_cpnt_timer_base_timeup: string;
|
|
1195
1201
|
ui_66: string;
|
|
1196
1202
|
ui_67: string;
|
|
1203
|
+
ui_cpnt_videoplayer_gradient_3: string;
|
|
1204
|
+
ui_68: string;
|
|
1197
1205
|
};
|
|
1198
1206
|
};
|
|
1199
1207
|
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.8.
|
|
2
|
+
## [v1.8.4]
|
|
3
3
|
|
|
4
|
-
###
|
|
5
|
-
|
|
6
|
-
* Desktop
|
|
7
|
-
* Contents섹션
|
|
8
|
-
* TemplateA,B
|
|
9
|
-
* ImageBox의 사이즈를 조정하는 함수를 layoutEffect에 실행하도록 추가.
|
|
10
|
-
* InfoBox섹션
|
|
11
|
-
* TemplateA
|
|
12
|
-
* Item의 넓이를 Item간의 간격을 계산하여 구체적으로 계산하도록 수정
|
|
4
|
+
### Color
|
|
5
|
+
* 컬러 키 값 23.01.10 15시 30분 기준 싱크
|