@true-engineering/true-react-common-ui-kit 3.15.2 → 3.15.3
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 +7 -1
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +7 -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,11 @@
|
|
|
28789
28789
|
PADDING_X,
|
|
28790
28790
|
8
|
|
28791
28791
|
],
|
|
28792
|
+
scrollPadding: [
|
|
28793
|
+
14,
|
|
28794
|
+
0,
|
|
28795
|
+
8
|
|
28796
|
+
],
|
|
28792
28797
|
transition: animations.defaultTransition,
|
|
28793
28798
|
transitionProperty: "background-color",
|
|
28794
28799
|
border: "none",
|
|
@@ -28826,7 +28831,8 @@
|
|
|
28826
28831
|
},
|
|
28827
28832
|
withFloatingLabel: {
|
|
28828
28833
|
"& $textarea, &::after": {
|
|
28829
|
-
paddingTop: 24
|
|
28834
|
+
paddingTop: 24,
|
|
28835
|
+
scrollPaddingTop: 24
|
|
28830
28836
|
}
|
|
28831
28837
|
},
|
|
28832
28838
|
floating: {},
|