@true-engineering/true-react-common-ui-kit 3.15.1 → 3.15.2
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 -1
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +1 -1
- 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 -1
|
@@ -28825,7 +28825,7 @@
|
|
|
28825
28825
|
zIndex: 1
|
|
28826
28826
|
},
|
|
28827
28827
|
withFloatingLabel: {
|
|
28828
|
-
"& $
|
|
28828
|
+
"& $textarea, &::after": {
|
|
28829
28829
|
paddingTop: 24
|
|
28830
28830
|
}
|
|
28831
28831
|
},
|