pds-dev-kit-web-test 2.3.13 → 2.3.14

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.
@@ -79,14 +79,14 @@ var S_TabWrapper = styled_components_1.default.div(templateObject_1 || (template
79
79
  var hasScroll = _a.hasScroll;
80
80
  return hasScroll && 'nowrap';
81
81
  });
82
- var S_TabBarContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n overflow-x: auto;\n\n &::-webkit-scrollbar {\n display: none;\n }\n"], ["\n background-color: ", ";\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n overflow-x: auto;\n\n &::-webkit-scrollbar {\n display: none;\n }\n"])), function (_a) {
82
+ var S_TabBarContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n overflow-x: auto;\n\n &::-webkit-scrollbar {\n display: none;\n }\n"], ["\n background-color: ", ";\n overflow-x: auto;\n\n &::-webkit-scrollbar {\n display: none;\n }\n"])), function (_a) {
83
83
  var theme = _a.theme;
84
84
  return theme.ui_cpnt_tabbar_base_area;
85
- }, function (_a) {
85
+ });
86
+ var S_TabBar = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n display: ", ";\n height: 48px;\n"], ["\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n display: ", ";\n height: 48px;\n"])), function (_a) {
86
87
  var theme = _a.theme;
87
88
  return theme.ui_cpnt_divider;
88
- });
89
- var S_TabBar = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: ", ";\n height: 48px;\n"], ["\n display: ", ";\n height: 48px;\n"])), function (_a) {
89
+ }, function (_a) {
90
90
  var hasScroll = _a.hasScroll;
91
91
  return (hasScroll ? 'inline-flex' : 'flex');
92
92
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.3.13",
3
+ "version": "2.3.14",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB-TEST Release Notes
2
- ## [v2.3.13]
2
+ ## [v2.3.14]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### sub
6
6
  * components > MobileTabBar
7
- * 탭이 3개를 초과할 가로 스크롤 추가
8
-
7
+ * 탭바 하단 보더 위치 변경