pds-dev-kit-web 1.4.65 → 1.4.66
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/UIColor.json +2 -2
- package/dist/src/common/styles/colorSet/index.d.ts +62 -62
- package/dist/src/common/styles/colorSet/index.js +5 -5
- package/dist/src/desktop/components/TextField/TextField.js +1 -1
- package/dist/src/mobile/components/TextField/TextField.js +1 -1
- package/package.json +1 -1
- package/release-note.md +3 -12
|
@@ -561,8 +561,8 @@
|
|
|
561
561
|
"ui_cpnt_textfield_icon_colortheme_transparent_disabled": "sys_widget_grey_darktheme_03",
|
|
562
562
|
"ui_cpnt_textfield_border_colortheme_transparent_normal": "sys_border_line_darktheme_07_opacity00",
|
|
563
563
|
"ui_cpnt_textfield_border_colortheme_transparent_focus": "sys_border_line_darktheme_07_opacity20",
|
|
564
|
-
"ui_cpnt_textfield_border_colortheme_transparent_error": "
|
|
565
|
-
"ui_cpnt_textfield_text_colortheme_transparent_error": "
|
|
564
|
+
"ui_cpnt_textfield_border_colortheme_transparent_error": "sys_border_line_darktheme_03",
|
|
565
|
+
"ui_cpnt_textfield_text_colortheme_transparent_error": "sys_text_error_darktheme_01",
|
|
566
566
|
"ui_cpnt_textfield_base_colortheme_transparent_disabled": "sys_component_base_darktheme_disabled_opacity20",
|
|
567
567
|
"ui_cpnt_textfield_base_colortheme_transparent_normal": "sys_component_base_darktheme_opacity20",
|
|
568
568
|
"ui_cpnt_textfield_text_colortheme_transparent_readonly": "sys_text_grey_darktheme_03",
|
|
@@ -1,65 +1,5 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
-
readonly
|
|
3
|
-
blue500: string;
|
|
4
|
-
blue700: string;
|
|
5
|
-
blue300: string;
|
|
6
|
-
green700: string;
|
|
7
|
-
green500: string;
|
|
8
|
-
green300: string;
|
|
9
|
-
red500: string;
|
|
10
|
-
grey900: string;
|
|
11
|
-
grey500: string;
|
|
12
|
-
grey400: string;
|
|
13
|
-
grey100: string;
|
|
14
|
-
grey50: string;
|
|
15
|
-
white: string;
|
|
16
|
-
black: string;
|
|
17
|
-
darkblue500: string;
|
|
18
|
-
grey950: string;
|
|
19
|
-
darkgrey900: string;
|
|
20
|
-
darkgrey500: string;
|
|
21
|
-
darkgrey400: string;
|
|
22
|
-
darkgrey100: string;
|
|
23
|
-
darkgrey50: string;
|
|
24
|
-
darkred500: string;
|
|
25
|
-
darkgreen700: string;
|
|
26
|
-
orange500: string;
|
|
27
|
-
darkorange500: string;
|
|
28
|
-
opacity00: string;
|
|
29
|
-
opacity20: string;
|
|
30
|
-
opacity30: string;
|
|
31
|
-
opacity65: string;
|
|
32
|
-
darkgreen500: string;
|
|
33
|
-
grey70: string;
|
|
34
|
-
navy500: string;
|
|
35
|
-
lightgreen500: string;
|
|
36
|
-
pink500: string;
|
|
37
|
-
darkgrey70: string;
|
|
38
|
-
darknavy500: string;
|
|
39
|
-
darkpink500: string;
|
|
40
|
-
darklightgreen500: string;
|
|
41
|
-
opacity10: string;
|
|
42
|
-
grey600: string;
|
|
43
|
-
darkgrey600: string;
|
|
44
|
-
skyblue500: string;
|
|
45
|
-
skyblue300: string;
|
|
46
|
-
pink300: string;
|
|
47
|
-
lightpink500: string;
|
|
48
|
-
darkblue300: string;
|
|
49
|
-
darkblue700: string;
|
|
50
|
-
darkgreen300: string;
|
|
51
|
-
darkskyblue500: string;
|
|
52
|
-
navy100: string;
|
|
53
|
-
darknavy100: string;
|
|
54
|
-
opacity80: string;
|
|
55
|
-
opacity50: string;
|
|
56
|
-
grey30: string;
|
|
57
|
-
opacity95: string;
|
|
58
|
-
darkgrey30: string;
|
|
59
|
-
opacity40: string;
|
|
60
|
-
kakaoyellow: string;
|
|
61
|
-
};
|
|
62
|
-
readonly PaletteColor_light: {
|
|
2
|
+
readonly PaletteColor_Dark: {
|
|
63
3
|
sys_container_background_01: string;
|
|
64
4
|
sys_container_background_02: string;
|
|
65
5
|
sys_container_background_03: string;
|
|
@@ -252,7 +192,7 @@ declare const colorSet: {
|
|
|
252
192
|
sys_component_base_grey_02_opacity80: string;
|
|
253
193
|
sys_component_base_10: string;
|
|
254
194
|
};
|
|
255
|
-
readonly
|
|
195
|
+
readonly PaletteColor_light: {
|
|
256
196
|
sys_container_background_01: string;
|
|
257
197
|
sys_container_background_02: string;
|
|
258
198
|
sys_container_background_03: string;
|
|
@@ -1018,5 +958,65 @@ declare const colorSet: {
|
|
|
1018
958
|
ui_cpnt_textfield_border_colortheme_transparent_disabled: string;
|
|
1019
959
|
ui_cpnt_textfield_border_colortheme_transparent_readonly: string;
|
|
1020
960
|
};
|
|
961
|
+
readonly SemanticColor: {
|
|
962
|
+
blue500: string;
|
|
963
|
+
blue700: string;
|
|
964
|
+
blue300: string;
|
|
965
|
+
green700: string;
|
|
966
|
+
green500: string;
|
|
967
|
+
green300: string;
|
|
968
|
+
red500: string;
|
|
969
|
+
grey900: string;
|
|
970
|
+
grey500: string;
|
|
971
|
+
grey400: string;
|
|
972
|
+
grey100: string;
|
|
973
|
+
grey50: string;
|
|
974
|
+
white: string;
|
|
975
|
+
black: string;
|
|
976
|
+
darkblue500: string;
|
|
977
|
+
grey950: string;
|
|
978
|
+
darkgrey900: string;
|
|
979
|
+
darkgrey500: string;
|
|
980
|
+
darkgrey400: string;
|
|
981
|
+
darkgrey100: string;
|
|
982
|
+
darkgrey50: string;
|
|
983
|
+
darkred500: string;
|
|
984
|
+
darkgreen700: string;
|
|
985
|
+
orange500: string;
|
|
986
|
+
darkorange500: string;
|
|
987
|
+
opacity00: string;
|
|
988
|
+
opacity20: string;
|
|
989
|
+
opacity30: string;
|
|
990
|
+
opacity65: string;
|
|
991
|
+
darkgreen500: string;
|
|
992
|
+
grey70: string;
|
|
993
|
+
navy500: string;
|
|
994
|
+
lightgreen500: string;
|
|
995
|
+
pink500: string;
|
|
996
|
+
darkgrey70: string;
|
|
997
|
+
darknavy500: string;
|
|
998
|
+
darkpink500: string;
|
|
999
|
+
darklightgreen500: string;
|
|
1000
|
+
opacity10: string;
|
|
1001
|
+
grey600: string;
|
|
1002
|
+
darkgrey600: string;
|
|
1003
|
+
skyblue500: string;
|
|
1004
|
+
skyblue300: string;
|
|
1005
|
+
pink300: string;
|
|
1006
|
+
lightpink500: string;
|
|
1007
|
+
darkblue300: string;
|
|
1008
|
+
darkblue700: string;
|
|
1009
|
+
darkgreen300: string;
|
|
1010
|
+
darkskyblue500: string;
|
|
1011
|
+
navy100: string;
|
|
1012
|
+
darknavy100: string;
|
|
1013
|
+
opacity80: string;
|
|
1014
|
+
opacity50: string;
|
|
1015
|
+
grey30: string;
|
|
1016
|
+
opacity95: string;
|
|
1017
|
+
darkgrey30: string;
|
|
1018
|
+
opacity40: string;
|
|
1019
|
+
kakaoyellow: string;
|
|
1020
|
+
};
|
|
1021
1021
|
};
|
|
1022
1022
|
export default colorSet;
|
|
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
|
-
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
-
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
7
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
8
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
9
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
|
+
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
|
-
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
12
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
|
-
|
|
13
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
+
UIColor: UIColor_json_1.default,
|
|
15
|
+
SemanticColor: SemanticColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -135,7 +135,7 @@ function TextField(_a) {
|
|
|
135
135
|
};
|
|
136
136
|
return (react_1.default.createElement(S_TextFieldBox, { size: size, responsiveMode: responsiveMode, customWidth: customWidth },
|
|
137
137
|
react_1.default.createElement(S_TextFieldWrapper, { size: size, responsiveMode: responsiveMode, textLineType: textLineType, isFocused: isFocused, isError: isError, state: state, colorTheme: colorTheme, customWidth: customWidth }, S_TextField()),
|
|
138
|
-
((_b = errors[name]) === null || _b === void 0 ? void 0 : _b.message) && state === 'normal' && react_1.default.createElement(S_Error,
|
|
138
|
+
((_b = errors[name]) === null || _b === void 0 ? void 0 : _b.message) && state === 'normal' && (react_1.default.createElement(S_Error, { colorTheme: colorTheme }, errors[name].message))));
|
|
139
139
|
}
|
|
140
140
|
var S_TextFieldBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n ", ";\n ", "\n"], ["\n ", ";\n ", ";\n ", "\n"])), function (_a) {
|
|
141
141
|
var size = _a.size;
|
|
@@ -135,7 +135,7 @@ function TextField(_a) {
|
|
|
135
135
|
};
|
|
136
136
|
return (react_1.default.createElement(S_TextFieldBox, { size: size, responsiveMode: responsiveMode, customWidth: customWidth },
|
|
137
137
|
react_1.default.createElement(S_TextFieldWrapper, { size: size, responsiveMode: responsiveMode, textLineType: textLineType, isFocused: isFocused, isError: isError, state: state, colorTheme: colorTheme, customWidth: customWidth }, S_TextField()),
|
|
138
|
-
((_b = errors[name]) === null || _b === void 0 ? void 0 : _b.message) && state === 'normal' && react_1.default.createElement(S_Error,
|
|
138
|
+
((_b = errors[name]) === null || _b === void 0 ? void 0 : _b.message) && state === 'normal' && (react_1.default.createElement(S_Error, { colorTheme: colorTheme }, errors[name].message))));
|
|
139
139
|
}
|
|
140
140
|
var S_TextFieldBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n ", ";\n ", "\n"], ["\n ", ";\n ", ";\n ", "\n"])), function (_a) {
|
|
141
141
|
var size = _a.size;
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.4.
|
|
2
|
+
## [v1.4.66]
|
|
3
3
|
|
|
4
4
|
### Component
|
|
5
|
-
* AdminListItem
|
|
6
|
-
* Image 크기 변경
|
|
7
|
-
* BasicChatListItem
|
|
8
|
-
* colorTheme prop에 seller_transparent의 컬러 수정
|
|
9
|
-
* colorTheme prop에 subscriber_transparent의 컬러 수정
|
|
10
|
-
* ChatList
|
|
11
|
-
* colorTheme이 transparent일 경우 divider 안보이게 수정
|
|
12
|
-
* Divider
|
|
13
|
-
* colorTheme prop에 divider2 추가
|
|
14
5
|
* TextField
|
|
15
|
-
*
|
|
6
|
+
* error message 색상이 잘 표현 될 수 있도록 수정
|
|
16
7
|
|
|
17
8
|
### Color
|
|
18
|
-
* 컬러 키 값 22.10.
|
|
9
|
+
* 컬러 키 값 22.10.11 14시 05분 기준 싱크
|