@true-engineering/true-react-common-ui-kit 3.20.0 → 3.20.1

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.
package/README.md CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
  # Release Notes
13
13
 
14
+ ## v3.20.1
15
+
16
+ ### Changes
17
+
18
+ - **TextArea**: убран дефолтный цвет `invalidLabel`
19
+
14
20
  ## v3.20.0
15
21
 
16
22
  ### Changes
@@ -28932,9 +28932,7 @@ var useStyles$6 = createThemedStyles("TextArea", {
28932
28932
  invalid: {
28933
28933
  borderColor: "red"
28934
28934
  },
28935
- invalidLabel: {
28936
- color: "red"
28937
- },
28935
+ invalidLabel: {},
28938
28936
  error: {
28939
28937
  fontSize: 12,
28940
28938
  paddingTop: 4,