@true-engineering/true-react-common-ui-kit 3.15.1 → 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 +12 -0
- package/dist/true-react-common-ui-kit.js +8 -2
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +8 -2
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/components/TextArea/TextArea.styles.ts +3 -1
package/README.md
CHANGED
|
@@ -28800,6 +28800,11 @@ var useStyles$7 = createThemedStyles("TextArea", {
|
|
|
28800
28800
|
PADDING_X,
|
|
28801
28801
|
8
|
|
28802
28802
|
],
|
|
28803
|
+
scrollPadding: [
|
|
28804
|
+
14,
|
|
28805
|
+
0,
|
|
28806
|
+
8
|
|
28807
|
+
],
|
|
28803
28808
|
transition: animations.defaultTransition,
|
|
28804
28809
|
transitionProperty: "background-color",
|
|
28805
28810
|
border: "none",
|
|
@@ -28836,8 +28841,9 @@ var useStyles$7 = createThemedStyles("TextArea", {
|
|
|
28836
28841
|
zIndex: 1
|
|
28837
28842
|
},
|
|
28838
28843
|
withFloatingLabel: {
|
|
28839
|
-
"& $
|
|
28840
|
-
paddingTop: 24
|
|
28844
|
+
"& $textarea, &::after": {
|
|
28845
|
+
paddingTop: 24,
|
|
28846
|
+
scrollPaddingTop: 24
|
|
28841
28847
|
}
|
|
28842
28848
|
},
|
|
28843
28849
|
floating: {},
|