pds-dev-kit-web 1.4.0 → 1.4.1
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.
|
@@ -65,7 +65,7 @@ function ReactionButton(_a) {
|
|
|
65
65
|
case status === 'default' && colorTheme === 'none':
|
|
66
66
|
return 'sysTextSecondary';
|
|
67
67
|
case status === 'select' && colorTheme === 'none':
|
|
68
|
-
return '
|
|
68
|
+
return 'usrTextBrandPrimary';
|
|
69
69
|
default:
|
|
70
70
|
return 'sysTextSecondary';
|
|
71
71
|
}
|
|
@@ -103,10 +103,7 @@ function ReactionButton(_a) {
|
|
|
103
103
|
react_1.default.createElement(TextLabel_1.TextLabel, { text: convertFormatHelper(text), styleTheme: "body2Bold", singleLineMode: "use", colorTheme: TextLabelColorBySelect(), colorOverride: TextLabelColorByByColorTheme() }),
|
|
104
104
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" })));
|
|
105
105
|
}
|
|
106
|
-
var ReactionButtonStyle = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: none;\n border-radius: 8px;\n display: flex;\n justify-content: center;\n padding: 0;\n height: 32px;\n
|
|
107
|
-
var theme = _a.theme;
|
|
108
|
-
return theme.ui_cpnt_reactionbutton_base_01;
|
|
109
|
-
});
|
|
106
|
+
var ReactionButtonStyle = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: none;\n border-radius: 8px;\n display: flex;\n justify-content: center;\n padding: 0;\n height: 32px;\n"], ["\n align-items: center;\n background-color: transparent;\n border: none;\n border-radius: 8px;\n display: flex;\n justify-content: center;\n padding: 0;\n height: 32px;\n"])));
|
|
110
107
|
var S_ReactionButton = styled_components_1.default.button(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), ReactionButtonStyle);
|
|
111
108
|
exports.default = ReactionButton;
|
|
112
109
|
var templateObject_1, templateObject_2;
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,169 +1,6 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.4.
|
|
2
|
+
## [v1.4.1]
|
|
3
3
|
|
|
4
4
|
### Component
|
|
5
|
-
* AdminList
|
|
6
|
-
* prop
|
|
7
|
-
* tBtnMode prop 추가
|
|
8
|
-
* tBtn1Text prop 추가
|
|
9
|
-
* tBtn2Text prop 추가
|
|
10
|
-
* tBtn3Text prop 추가
|
|
11
|
-
* onClickTBtn1 prop 추가
|
|
12
|
-
* onClickTBtn2 prop 추가
|
|
13
|
-
* onClickTBtn3 prop 추가
|
|
14
|
-
* mBtnMode prop deprecated 처리
|
|
15
|
-
* mBtn1Text prop deprecated 처리
|
|
16
|
-
* mBtn2Text prop deprecated 처리
|
|
17
|
-
* mBtn3Text prop deprecated 처리
|
|
18
|
-
* onClickMBtn1 prop deprecated 처리
|
|
19
|
-
* onClickMBtn2 prop deprecated 처리
|
|
20
|
-
* onClickMBtn3 prop deprecated 처리
|
|
21
|
-
* AdminListHeader
|
|
22
|
-
* spec
|
|
23
|
-
* contentText색상 sysTextTertiary에서 sysTextSecondary로 변경
|
|
24
|
-
* BasicListItem
|
|
25
|
-
* spec
|
|
26
|
-
* iBtn1, 2의 색상 ui_cpnt_button_icon_default부여
|
|
27
|
-
* Switch가 쓰일 경우 우측 간격 제거
|
|
28
|
-
* BlogTextField
|
|
29
|
-
* spec
|
|
30
|
-
* 배경색 ui_cpnt_blogtextfield_base_01로 부여 (투명)
|
|
31
|
-
* cursoe방식 변경
|
|
32
|
-
* ContextMenu
|
|
33
|
-
* prop
|
|
34
|
-
* maxHeight prop 추가
|
|
35
|
-
* spec
|
|
36
|
-
* border-radius 8px에서 14px로 수정
|
|
37
|
-
* DesktopAlertDialog
|
|
38
|
-
* prop
|
|
39
|
-
* tBtn1State prop 추가
|
|
40
|
-
* tBtn2State prop 추가
|
|
41
|
-
* tBtn3State prop 추가
|
|
42
|
-
* tBtn1Type prop 추가
|
|
43
|
-
* tBtn2Type prop 추가
|
|
44
|
-
* tBtn3Type prop 추가
|
|
45
|
-
* spec
|
|
46
|
-
* border-radius 16px에서 24px로 수정
|
|
47
|
-
* btn2와 btn3의 colorTheme grey_01로 변경
|
|
48
|
-
* DesktopHeaderBar
|
|
49
|
-
* spec
|
|
50
|
-
* border-radius 8px에서 24px로 수정
|
|
51
|
-
* 전체 max-height를 720px 제거
|
|
52
|
-
* body부분에 max-height 50vh 부여
|
|
53
|
-
* btn2, 3의 fillType line을 제거
|
|
54
|
-
* btn2, 3의 styleTheme을 secondary로 부여
|
|
55
|
-
* Dropdown
|
|
56
|
-
* prop
|
|
57
|
-
* colorTheme prop에 ‘white’ value 추가
|
|
58
|
-
* maxHeightItemNumber prop 추가
|
|
59
|
-
* spec
|
|
60
|
-
* read_only일때 icon색상 disabled일때와 통일 (기존에는 normal과 같았음)
|
|
61
|
-
* read_only일때 border색상 disabled일때와 통일 (기존에는 normal과 같았음)
|
|
62
|
-
* read_only일때 text색상 sysTextSecondary에서 sysTextTertiary로 변경
|
|
63
|
-
* normal일때 text색상 sysTextSecondary에서 sysTextPrimary로 변경 (기존에는 read_only와 같았음)
|
|
64
|
-
* colorTheme이 부여되었을때 read_only일 경우 text색상에 readonly색상 따로 부여 (기존에는 normal과 같았음)
|
|
65
|
-
* colorTheme white가 부여되었을때 disabled일 경우 text색상에 disabled색상 따로 부여 (기존에는 normal과 같았음)
|
|
66
|
-
* disabled일 경우 보더에 disabled색상 따로 부여 (기존에는 normal과 같았음)
|
|
67
|
-
* colorTheme이 dark일때 배경에 dark색상 따로 부여 (기존에는 none과 같았음)
|
|
68
|
-
* colorTheme이 dark일때 border에 각 state별로 따로 부여 (기존에는 normal로 통일되어있었음)
|
|
69
|
-
* size가 small일때 border-radius 8px에서 10px로 수정
|
|
70
|
-
* size가 large일때 border-radius 8px에서 14px로 수정
|
|
71
|
-
* cursor 상황별 부여 (desktop만)
|
|
72
|
-
* border두깨 1px에서 2px로 변경
|
|
73
|
-
* DynamicDesktopNavBar 생성
|
|
74
|
-
* EditApplyTextField
|
|
75
|
-
* spec
|
|
76
|
-
* xlarge일때 padding-reft, right spacingB에서 spacingC로 변경
|
|
77
|
-
* disabled일때 보더색 disabled일때와 통일 (기존에는 normal과 같았음)
|
|
78
|
-
* border-radius 8px에서 14px로 수정
|
|
79
|
-
* 취소 버튼에 border색상 부여
|
|
80
|
-
* cursor 상황별 부여 (desktop만)
|
|
81
|
-
* border두깨 1px에서 2px로 변경
|
|
82
|
-
* FloatingActionButton
|
|
83
|
-
* spec
|
|
84
|
-
* icon_only가 아닐때 border-radius 24px에서 14px로 수정
|
|
85
|
-
* HorizontalFormGroup생성
|
|
86
|
-
* MainButton & UploadMainButton
|
|
87
|
-
* prop
|
|
88
|
-
* shapeType prop 추가
|
|
89
|
-
* styleTheme prop 추가
|
|
90
|
-
* fillType prop의 default값 제거 (기존에는 fill)
|
|
91
|
-
* spec
|
|
92
|
-
* size가 xsmall일때 border-radius 12px에서 8px로 수정
|
|
93
|
-
* size가 small일때 border-radius 16px에서 10px로 수정
|
|
94
|
-
* size가 medium일때 border-radius 20px에서 14px로 수정
|
|
95
|
-
* size가 large일때 border-radius 24px에서 14px로 수정
|
|
96
|
-
* MobileAlertDialog
|
|
97
|
-
* prop
|
|
98
|
-
* tBtn1State prop 추가
|
|
99
|
-
* tBtn2State prop 추가
|
|
100
|
-
* tBtn3State prop 추가
|
|
101
|
-
* tBtn1Type prop 추가
|
|
102
|
-
* tBtn2Type prop 추가
|
|
103
|
-
* tBtn3Type prop 추가
|
|
104
|
-
* spec
|
|
105
|
-
* border-radius 16px에서 24px로 수정
|
|
106
|
-
* btn2와 btn3의 colorTheme grey_01로 변경
|
|
107
5
|
* ReactionButton
|
|
108
|
-
*
|
|
109
|
-
* 양옆과 아이콘과 텍스트 사이 간격 spacingA에서 spacingB로 수정
|
|
110
|
-
* 아이콘 크기 16px에서 20px로 수정
|
|
111
|
-
* 텍스트 styleTheme body2Regular에서 body2Bold로 수정
|
|
112
|
-
* hover시 배경색 부여
|
|
113
|
-
* border-radius 8px 부여
|
|
114
|
-
* Select
|
|
115
|
-
* spec
|
|
116
|
-
* read_only일때 icon색상 disabled일때와 통일 (기존에는 normal과 같았음)
|
|
117
|
-
* read_only일때 text색상 disabled일때와 통일 (기존에는 normal과 같았음)
|
|
118
|
-
* colorTheme이 dark이고 read_only일때 text색상readonly색상 따로 부여 (기존에는 normal과 같았음)
|
|
119
|
-
* small이 아닐때 border-radius 8px에서 14px로 수정
|
|
120
|
-
* small일때 border-radius 8px에서 10px로 수정
|
|
121
|
-
* normal일때 아이콘의 z-index제거
|
|
122
|
-
* read_only용 배경색, 보더색, 텍스트색 따로 부여(기존에는 disabled과 같았음)
|
|
123
|
-
* disabled일때 opacity 1 부여 (기존에는 select tag 특성상 0.7로 부여되어있었음)
|
|
124
|
-
* cursor 상황별 부여 (desktop만)
|
|
125
|
-
* border두깨 1px에서 2px로 변경
|
|
126
|
-
* TextButton & UploadTextButton
|
|
127
|
-
* prop
|
|
128
|
-
* colorTheme prop 추가
|
|
129
|
-
* spec
|
|
130
|
-
* size가 small일때 border-radius 8px에서 10px로 수정
|
|
131
|
-
* size가 medium일때 border-radius 8px에서 14px로 수정
|
|
132
|
-
* size가 large일때 border-radius 8px에서 14px로 수정
|
|
133
|
-
* TextField
|
|
134
|
-
* spec
|
|
135
|
-
* disabled일때 보더색 disabled일때와 통일 (기존에는 normal과 같았음)
|
|
136
|
-
* small이 아닐때 border-radius 8px에서 14px로 수정
|
|
137
|
-
* small일때 border-radius 8px에서 10px로 수정
|
|
138
|
-
* cursor 상황별 부여 (desktop만)
|
|
139
|
-
* border두깨 1px에서 2px로 변경
|
|
140
|
-
* TextLabel
|
|
141
|
-
* prop
|
|
142
|
-
* requirementMode prop 추가
|
|
143
|
-
* bulletPointMode prop 추가
|
|
144
|
-
* wordBreak prop 추가
|
|
145
|
-
|
|
146
|
-
### Panel
|
|
147
|
-
* DesktopBasicModal
|
|
148
|
-
* prop
|
|
149
|
-
* size에 rlarge value 추가
|
|
150
|
-
* spec
|
|
151
|
-
* help_window아이콘이 쓰일 경우 아이콘 색상 ui_cpnt_button_icon_disabled 부여
|
|
152
|
-
* 내부 MainButton의 fillType line을 제거
|
|
153
|
-
* 내부 MainButton의 styleTheme을 secondary로 부여
|
|
154
|
-
* DesktopHeadlessModal생성
|
|
155
|
-
* MobileBasicModal
|
|
156
|
-
* prop
|
|
157
|
-
* tBtnText prop 추가
|
|
158
|
-
* onClickTBtn prop 추가
|
|
159
|
-
* mBtnState prop 추가
|
|
160
|
-
* mBtnType prop 추가
|
|
161
|
-
* tBtnState prop 추가
|
|
162
|
-
* tBtnType prop 추가
|
|
163
|
-
* spec
|
|
164
|
-
* border-radius 8px에서 24px로 수정
|
|
165
|
-
* body부분에 max-height 50vh 부여
|
|
166
|
-
* 버튼의 위와 오른쪽에 spacingB 각각 부여
|
|
167
|
-
|
|
168
|
-
### Color
|
|
169
|
-
* 컬러 키 값 22.06.03 21시 11분 기준 싱크
|
|
6
|
+
* select되었을때 text색상 sysTextBrandPrimary에서 usrTextBrandPrimary로 변경
|