@topconsultnpm/sdkui-react-beta 6.7.36 → 6.7.37

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.
@@ -1,6 +1,6 @@
1
1
  import { ValidationItem } from '@topconsultnpm/sdk-ts-beta';
2
2
  export declare const TMEditorsDefaultBorderRadius = "5px";
3
- export declare const TMEditorsDefaultLabelFontSize = "0.85rem";
3
+ export declare const TMEditorsDefaultLabelFontSize = "0.9rem";
4
4
  export declare const editorColorManager: (validationItems: ValidationItem[]) => string;
5
5
  export declare const StyledEditorContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
6
6
  $width: string;
@@ -2,7 +2,7 @@ import styled from 'styled-components';
2
2
  import { ResultTypes } from '@topconsultnpm/sdk-ts-beta';
3
3
  import { TMColors } from '../../utils/theme';
4
4
  export const TMEditorsDefaultBorderRadius = '5px';
5
- export const TMEditorsDefaultLabelFontSize = '0.85rem';
5
+ export const TMEditorsDefaultLabelFontSize = '0.9rem';
6
6
  export const editorColorManager = (validationItems) => {
7
7
  if (validationItems.find(item => item.ResultType === ResultTypes.ERROR))
8
8
  return TMColors.error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.7.36",
3
+ "version": "6.7.37",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",