@topconsultnpm/sdkui-react-beta 6.9.26 → 6.9.27

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.
@@ -18,7 +18,7 @@ export const StyledEditorContainer = styled.div `
18
18
  `;
19
19
  export const StyledEditor = styled.input `
20
20
  width: ${props => props.$width};
21
- padding: ${props => props.$type === 'password' ? '4px 10px 4px 13px' : props.$type === 'number' ? '4px 4px 5px 8px' : '4px 13px'};
21
+ padding: ${props => props.$type === 'password' ? '4px 10px 4px 13px' : props.$type === 'number' ? '4px 4px 5px 8px' : '4px 8px'};
22
22
  border: 1px solid;
23
23
  border-color: ${props => props.$isModified ? TMColors.isModified : TMColors.border_normal};
24
24
  border-bottom: ${props => (props.$vil.length > 0) ? '3px' : '1px'} solid ;
@@ -9,7 +9,7 @@ import TMTooltip from '../base/TMTooltip';
9
9
  const StyledSummaryTemplateInput = styled.div `
10
10
  width: ${props => props.$width};
11
11
  height: ${props => props.$height};
12
- padding: ${props => !props.$showBorder ? '0px 5px' : '5px 5px'};
12
+ padding: ${props => !props.$showBorder ? '0px 5px' : '4.5px'};
13
13
  border: ${props => !props.$showBorder ? '' : '1px solid'};
14
14
  background: ${props => props.$readOnly ? 'linear-gradient(white 20%, #d6d6d6 80%)' : props.$backgroundColor};
15
15
  border-color: ${props => props.$isModified ? TMColors.isModified : TMColors.border_normal};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.9.26",
3
+ "version": "6.9.27",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",