@topconsultnpm/sdkui-react-beta 6.6.110 → 6.6.111
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.
|
@@ -32,7 +32,7 @@ export const StyledPanelPage = styled.div `
|
|
|
32
32
|
width: calc(100% - 50px);
|
|
33
33
|
top: 50px;
|
|
34
34
|
left: ${(props) => props.$isOpen ? '50px' : '-150%'};
|
|
35
|
-
bottom:
|
|
35
|
+
bottom: 30px;
|
|
36
36
|
border-radius: 0px;
|
|
37
37
|
background: ${TMColors.default_background};
|
|
38
38
|
/* transition: left ease 1000ms; */
|
|
@@ -7,7 +7,7 @@ const StyledTMSidebarContainer = styled.div `
|
|
|
7
7
|
top: ${props => props.$top || '53px'};
|
|
8
8
|
left: ${props => props.$left || '0px'};
|
|
9
9
|
width: ${props => props.$width || '50px'};
|
|
10
|
-
height: ${props => props.$height || 'calc(100% -
|
|
10
|
+
height: ${props => props.$height || 'calc(100% - 88px)'};
|
|
11
11
|
background: ${props => props.$appName === 'ORCHESTRATOR' ? `${ApplicationThemeColor.ORCHESTRATOR} 0% 0% no-repeat padding-box` : props.$appName === 'SURFER' ? `${ApplicationThemeColor.SURFER} 0% 0% no-repeat padding-box` : `${ApplicationThemeColor.DESIGNER} 0% 0% no-repeat padding-box`};
|
|
12
12
|
box-shadow: 0px 3px 6px #00000029;
|
|
13
13
|
border-radius: 0;
|