pds-dev-kit-web 1.4.41 → 1.4.42

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.
@@ -20,7 +20,7 @@ var WTQ = function (_a) {
20
20
  react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
21
21
  };
22
22
  var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
23
- var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: end;\n overflow-x: hidden;\n overflow-y: auto;\n width: calc(50% + 220px);\n ", ";\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: end;\n overflow-x: hidden;\n overflow-y: auto;\n width: calc(50% + 220px);\n ", ";\n"])), function (_a) {
23
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: flex-end;\n overflow-x: hidden;\n overflow-y: auto;\n width: calc(50% + 220px);\n ", ";\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: flex-end;\n overflow-x: hidden;\n overflow-y: auto;\n width: calc(50% + 220px);\n ", ";\n"])), function (_a) {
24
24
  var theme = _a.theme;
25
25
  return theme.ui_contentscontainer01_background;
26
26
  }, function (_a) {
@@ -59,7 +59,7 @@ var WTU = function (_a) {
59
59
  react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
60
60
  };
61
61
  var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
62
- var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n margin: 0;\n display: flex;\n justify-content: end;\n overflow-x: hidden;\n overflow-y: auto;\n width: ", ";\n ", ";\n"], ["\n align-items: flex-start;\n background-color: ", ";\n margin: 0;\n display: flex;\n justify-content: end;\n overflow-x: hidden;\n overflow-y: auto;\n width: ", ";\n ", ";\n"])), function (_a) {
62
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n margin: 0;\n display: flex;\n justify-content: flex-end;\n overflow-x: hidden;\n overflow-y: auto;\n width: ", ";\n ", ";\n"], ["\n align-items: flex-start;\n background-color: ", ";\n margin: 0;\n display: flex;\n justify-content: flex-end;\n overflow-x: hidden;\n overflow-y: auto;\n width: ", ";\n ", ";\n"])), function (_a) {
63
63
  var theme = _a.theme;
64
64
  return theme.ui_contentscontainer01_background;
65
65
  }, function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.4.41",
3
+ "version": "1.4.42",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.4.41]
2
+ ## [v1.4.42]
3
3
 
4
- ### Component
5
- * ChatList
6
- * TextField부분에 autoComplete off 부여
7
- * TextField
8
- * autoComplete prop 추가
4
+ ### Layout
5
+ * WTQ
6
+ * container1이 항상 우측에 붙을 수 있도록 수정 (justify-content:end;를 justify-content:flex-end;로 변경)
7
+ * WTU
8
+ * container1이 항상 우측에 붙을 수 있도록 수정 (justify-content:end;를 justify-content:flex-end;로 변경)