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:
|
|
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
package/release-note.md
CHANGED