@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
package/README.md
CHANGED
|
@@ -28836,7 +28836,7 @@ var useStyles$7 = createThemedStyles("TextArea", {
|
|
|
28836
28836
|
zIndex: 1
|
|
28837
28837
|
},
|
|
28838
28838
|
withFloatingLabel: {
|
|
28839
|
-
"& $
|
|
28839
|
+
"& $textarea, &::after": {
|
|
28840
28840
|
paddingTop: 24
|
|
28841
28841
|
}
|
|
28842
28842
|
},
|