@pushwoosh/dumb-components 0.0.8 → 0.0.9
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.
|
@@ -3,7 +3,7 @@ import { Color, Spacing } from '@pushwoosh/kit-constants';
|
|
|
3
3
|
export const TabBarContainer = styled.div.withConfig({
|
|
4
4
|
displayName: "TabBarContainer",
|
|
5
5
|
componentId: "sc-1z0lfzo-0"
|
|
6
|
-
})(["position:relative;display:grid;grid-template-columns:", ";width:100%;height:40px;background:", ";border-radius:8px;padding:", ";"], ({
|
|
6
|
+
})(["position:relative;display:grid;grid-template-columns:", ";width:100%;height:40px;background:", ";border-radius:8px;padding:", ";overflow:hidden;"], ({
|
|
7
7
|
hasTitle
|
|
8
8
|
}) => hasTitle ? 'max-content 1fr' : '1fr', Color.SOFT_LIGHT, Spacing.S1);
|
|
9
9
|
export const TabBarTitleBox = styled.div.withConfig({
|
|
@@ -9,7 +9,7 @@ export const TabBarArrowContainer = styled.div.withConfig({
|
|
|
9
9
|
export const TabBarWindow = styled.div.withConfig({
|
|
10
10
|
displayName: "TabBarWindow",
|
|
11
11
|
componentId: "sc-u8lb05-1"
|
|
12
|
-
})(["position:relative;height:32px;width:100%;
|
|
12
|
+
})(["position:relative;height:32px;width:100%;"]);
|
|
13
13
|
export const TabsListContentBase = styled.div.withConfig({
|
|
14
14
|
displayName: "TabsListContentBase",
|
|
15
15
|
componentId: "sc-u8lb05-2"
|