@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 +6 -0
- package/dist/true-react-common-ui-kit.js +1 -3
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +1 -3
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/components/TextArea/TextArea.styles.ts +1 -3
|
@@ -28921,9 +28921,7 @@
|
|
|
28921
28921
|
invalid: {
|
|
28922
28922
|
borderColor: "red"
|
|
28923
28923
|
},
|
|
28924
|
-
invalidLabel: {
|
|
28925
|
-
color: "red"
|
|
28926
|
-
},
|
|
28924
|
+
invalidLabel: {},
|
|
28927
28925
|
error: {
|
|
28928
28926
|
fontSize: 12,
|
|
28929
28927
|
paddingTop: 4,
|