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