pds-dev-kit-web 2.2.82 → 2.2.83

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.
@@ -137,15 +137,15 @@ var content2Style = (0, styled_components_1.css)(templateObject_5 || (templateOb
137
137
  var isActive = _a.isActive;
138
138
  return isActive && "border-radius: 24px;";
139
139
  });
140
- var S_TabBar = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: ", ";\n background-color: ", ";\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: ", ";\n justify-content: center;\n"], ["\n align-items: ", ";\n background-color: ", ";\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: ", ";\n justify-content: center;\n"])), function (_a) {
140
+ var S_TabBar = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: ", ";\n background-color: ", ";\n border-bottom: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: ", ";\n justify-content: center;\n"], ["\n align-items: ", ";\n background-color: ", ";\n border-bottom: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: ", ";\n justify-content: center;\n"])), function (_a) {
141
141
  var styleTheme = _a.styleTheme;
142
142
  return styleTheme === 'content2' && 'center';
143
143
  }, function (_a) {
144
144
  var theme = _a.theme;
145
145
  return theme.ui_cpnt_tabbar_base_area;
146
146
  }, function (_a) {
147
- var theme = _a.theme;
148
- return theme.ui_cpnt_divider;
147
+ var styleTheme = _a.styleTheme, theme = _a.theme;
148
+ return styleTheme !== 'content2' && "1px solid ".concat(theme.ui_cpnt_divider);
149
149
  }, function (_a) {
150
150
  var styleTheme = _a.styleTheme;
151
151
  switch (styleTheme) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.82",
3
+ "version": "2.2.83",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.82]
2
+ ## [v2.2.83]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [PDS-1236] UserDestopTabBar의 styleTheme : content2 추가 건
6
+ * [fix] UserDesktopTabBar border 미적용 문제 해결