@topconsultnpm/sdkui-react-beta 6.12.8 → 6.12.10

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.
@@ -17,7 +17,7 @@ export var TMSearchContext;
17
17
  TMSearchContext["PLATFORM"] = "OrchestrationPlatform";
18
18
  TMSearchContext["QE"] = "QueryEditor";
19
19
  })(TMSearchContext || (TMSearchContext = {}));
20
- const StyledHeaderContainer = styled.div ` width: 100%; height: 50px; background: ${props => props.$isConnector ? TMColors.primaryColor : `linear-gradient(90deg, #f0f4fa, ${() => TMColors.primaryColor})`} ; opacity: 1; display: flex; flex-direction: row; width: 100%; justify-content: space-between; align-items: center; `;
20
+ const StyledHeaderContainer = styled.div ` width: 100%; height: 50px; background: ${props => props.$isConnector ? TMColors.primaryColor : `linear-gradient(90deg, #f0f4fa, ${TMColors.primaryColor})`} ; opacity: 1; display: flex; flex-direction: row; width: 100%; justify-content: space-between; align-items: center; `;
21
21
  const StyledMenu = styled.div ` position: absolute; top: 50px; right: 0px; width: fit-content; height: fit-content; padding: 10px 20px; border: 1px solid #2459A420; background: #E2E9EF 0% 0% no-repeat padding-box; z-index: 20000022; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; border: 1px solid #c9c9c9; border-top: none; `;
22
22
  const StyledMenuItem = styled.p ` font-size: ${props => props.$fontSize}; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 2px; cursor: pointer; color: gray; &:hover{ color: ${TMColors.primary}; transition: color 100ms ease; } `;
23
23
  const StyledHeaderIcon = styled.div ` width: 50px; height: 50px; margin-left: 10px; display: flex; align-items: center; justify-content: center; color: ${props => props.$isSelected ? '#135596' : '#ffffff'}; transition: color ease 100ms; background-color: ${props => props.$isSelected && '#ffffff'}; cursor: pointer; &:hover { color: #ffffff; background-color: #0d3862; transition: color ease 100ms; } `;
@@ -8,7 +8,7 @@ const StyledTMSidebarContainer = styled.div `
8
8
  left: ${props => props.$left || '0px'};
9
9
  width: ${props => props.$width || '50px'};
10
10
  height: ${props => props.$height || 'calc(100% - 88px)'};
11
- background: ${props => props.$isConnector ? TMColors.primaryColor : `${() => TMColors.primaryColor} 0% 0% no-repeat padding-box`};
11
+ background: ${props => props.$isConnector ? TMColors.primaryColor : `linear-gradient(${TMColors.primaryColor} 0% 0% no-repeat padding-box)`};
12
12
  box-shadow: 0px 3px 6px #00000029;
13
13
  border-radius: 0;
14
14
  opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.8",
3
+ "version": "6.12.10",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",