@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
|
@@ -28789,6 +28789,7 @@
|
|
|
28789
28789
|
PADDING_X,
|
|
28790
28790
|
8
|
|
28791
28791
|
],
|
|
28792
|
+
scrollPadding: "14px 0 8px",
|
|
28792
28793
|
transition: animations.defaultTransition,
|
|
28793
28794
|
transitionProperty: "background-color",
|
|
28794
28795
|
border: "none",
|
|
@@ -28826,7 +28827,8 @@
|
|
|
28826
28827
|
},
|
|
28827
28828
|
withFloatingLabel: {
|
|
28828
28829
|
"& $textarea, &::after": {
|
|
28829
|
-
paddingTop: 24
|
|
28830
|
+
paddingTop: 24,
|
|
28831
|
+
scrollPaddingTop: "24px"
|
|
28830
28832
|
}
|
|
28831
28833
|
},
|
|
28832
28834
|
floating: {},
|