pds-dev-kit-web 1.4.22 → 1.4.23
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 +3 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +4 -1
- package/dist/src/common/styles/colorSet/index.d.ts +7 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +3 -0
- package/package.json +1 -1
- package/release-note.md +3 -16
|
@@ -173,5 +173,7 @@
|
|
|
173
173
|
"sys_base_dimmed_01": "black/opacity30",
|
|
174
174
|
"sys_kakao": "kakaoyellow",
|
|
175
175
|
"sys_border_line_12": "grey100",
|
|
176
|
-
"sys_component_base_08": "white"
|
|
176
|
+
"sys_component_base_08": "white",
|
|
177
|
+
"sys_text_social_login_01": "grey900",
|
|
178
|
+
"sys_text_social_login_02": "grey900"
|
|
177
179
|
}
|
|
@@ -173,5 +173,7 @@
|
|
|
173
173
|
"sys_base_dimmed_01": "white/opacity30",
|
|
174
174
|
"sys_kakao": "kakaoyellow",
|
|
175
175
|
"sys_border_line_12": "grey100",
|
|
176
|
-
"sys_component_base_08": "black"
|
|
176
|
+
"sys_component_base_08": "black",
|
|
177
|
+
"sys_text_social_login_01": "white",
|
|
178
|
+
"sys_text_social_login_02": "grey900"
|
|
177
179
|
}
|
|
@@ -523,5 +523,8 @@
|
|
|
523
523
|
"ui_45": "sys_component_base_08",
|
|
524
524
|
"ui_46": "sys_base_dimmed_01",
|
|
525
525
|
"ui_47": "sys_kakao",
|
|
526
|
-
"ui_cpnt_sheet_base_03": "sys_component_base_white_opacity00"
|
|
526
|
+
"ui_cpnt_sheet_base_03": "sys_component_base_white_opacity00",
|
|
527
|
+
"ui_48": "sys_text_social_login_01",
|
|
528
|
+
"ui_49": "sys_text_social_login_02",
|
|
529
|
+
"ui_50": "sys_text_white"
|
|
527
530
|
}
|
|
@@ -235,6 +235,8 @@ declare const colorSet: {
|
|
|
235
235
|
sys_kakao: string;
|
|
236
236
|
sys_border_line_12: string;
|
|
237
237
|
sys_component_base_08: string;
|
|
238
|
+
sys_text_social_login_01: string;
|
|
239
|
+
sys_text_social_login_02: string;
|
|
238
240
|
};
|
|
239
241
|
readonly PaletteColor_Dark: {
|
|
240
242
|
sys_container_background_01: string;
|
|
@@ -412,6 +414,8 @@ declare const colorSet: {
|
|
|
412
414
|
sys_kakao: string;
|
|
413
415
|
sys_border_line_12: string;
|
|
414
416
|
sys_component_base_08: string;
|
|
417
|
+
sys_text_social_login_01: string;
|
|
418
|
+
sys_text_social_login_02: string;
|
|
415
419
|
};
|
|
416
420
|
readonly UIColor: {
|
|
417
421
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -939,6 +943,9 @@ declare const colorSet: {
|
|
|
939
943
|
ui_46: string;
|
|
940
944
|
ui_47: string;
|
|
941
945
|
ui_cpnt_sheet_base_03: string;
|
|
946
|
+
ui_48: string;
|
|
947
|
+
ui_49: string;
|
|
948
|
+
ui_50: string;
|
|
942
949
|
};
|
|
943
950
|
};
|
|
944
951
|
export default colorSet;
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.4.
|
|
2
|
+
## [v1.4.23]
|
|
3
3
|
|
|
4
|
-
###
|
|
5
|
-
*
|
|
6
|
-
* dropdown1Value prop 추가
|
|
7
|
-
* dropdown2Value prop 추가
|
|
8
|
-
* dropdown3Value prop 추가
|
|
9
|
-
* DynamicDesktopNavBar
|
|
10
|
-
* 내부링크 유형 사용시 ‘BY_CLICK’모드로 작동하도록 수정
|
|
11
|
-
* Dropdown
|
|
12
|
-
* customWidth prop 추가
|
|
13
|
-
* EditApplyTextField
|
|
14
|
-
* customWidth prop 추가
|
|
15
|
-
* TextField
|
|
16
|
-
* customWidth prop 추가
|
|
17
|
-
* Select
|
|
18
|
-
* customWidth prop 추가
|
|
4
|
+
### Color
|
|
5
|
+
* 컬러 키 값 22.07.04 19시 50분 기준 싱크
|