pds-dev-kit-web 1.4.36 → 1.4.37

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.
@@ -69,9 +69,12 @@ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (
69
69
  var containerColor = _a.containerColor;
70
70
  return "background-color: " + containerColor;
71
71
  });
72
- var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n height: 100%;\n width: ", ";\n ", ";\n"], ["\n background-color: ", ";\n height: 100%;\n width: ", ";\n ", ";\n"])), function (_a) {
72
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n height: 100%;\n width: ", ";\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n height: 100%;\n width: ", ";\n ", ";\n"])), function (_a) {
73
73
  var theme = _a.theme;
74
74
  return theme.ui_contentscontainer02_background;
75
+ }, function (_a) {
76
+ var theme = _a.theme;
77
+ return theme.ui_container_divider;
75
78
  }, function (_a) {
76
79
  var $contentsArea2Width = _a.$contentsArea2Width;
77
80
  return "calc(50% + (" + $contentsArea2Width + "px - 480px) / 2)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.4.36",
3
+ "version": "1.4.37",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,16 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.4.36]
2
+ ## [v1.4.37]
3
3
 
4
- ### Component
5
- * ChatBubbleListItem
6
- * 배경색 변경
7
- * 프로필 이미지 부분의 border 두께 변경
8
- * ChatList
9
- * footerIBtn3Accept prop 추가
10
-
11
- ### Panel
12
- * DesktopBasicModal
13
- * 기획과 달리 margin으로 만들어진 부분 padding으로 변경
14
-
15
- ### Color
16
- * 컬러 키 값 22.08.05 16시 50분 기준 싱크
4
+ ### Layout
5
+ * WTU_1
6
+ * Container2 좌측 라인 추가