@true-engineering/true-react-common-ui-kit 3.15.2 → 3.15.4
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 +12 -0
- package/dist/true-react-common-ui-kit.js +3 -1
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +3 -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 +2 -0
package/README.md
CHANGED
|
@@ -28800,6 +28800,7 @@ var useStyles$7 = createThemedStyles("TextArea", {
|
|
|
28800
28800
|
PADDING_X,
|
|
28801
28801
|
8
|
|
28802
28802
|
],
|
|
28803
|
+
scrollPadding: "14px 0 8px",
|
|
28803
28804
|
transition: animations.defaultTransition,
|
|
28804
28805
|
transitionProperty: "background-color",
|
|
28805
28806
|
border: "none",
|
|
@@ -28837,7 +28838,8 @@ var useStyles$7 = createThemedStyles("TextArea", {
|
|
|
28837
28838
|
},
|
|
28838
28839
|
withFloatingLabel: {
|
|
28839
28840
|
"& $textarea, &::after": {
|
|
28840
|
-
paddingTop: 24
|
|
28841
|
+
paddingTop: 24,
|
|
28842
|
+
scrollPaddingTop: "24px"
|
|
28841
28843
|
}
|
|
28842
28844
|
},
|
|
28843
28845
|
floating: {},
|