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
|
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
|
-
}
|
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