@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
package/README.md
CHANGED
|
@@ -28800,11 +28800,7 @@ var useStyles$7 = createThemedStyles("TextArea", {
|
|
|
28800
28800
|
PADDING_X,
|
|
28801
28801
|
8
|
|
28802
28802
|
],
|
|
28803
|
-
scrollPadding:
|
|
28804
|
-
14,
|
|
28805
|
-
0,
|
|
28806
|
-
8
|
|
28807
|
-
],
|
|
28803
|
+
scrollPadding: "14px 0 8px",
|
|
28808
28804
|
transition: animations.defaultTransition,
|
|
28809
28805
|
transitionProperty: "background-color",
|
|
28810
28806
|
border: "none",
|
|
@@ -28843,7 +28839,7 @@ var useStyles$7 = createThemedStyles("TextArea", {
|
|
|
28843
28839
|
withFloatingLabel: {
|
|
28844
28840
|
"& $textarea, &::after": {
|
|
28845
28841
|
paddingTop: 24,
|
|
28846
|
-
scrollPaddingTop:
|
|
28842
|
+
scrollPaddingTop: "24px"
|
|
28847
28843
|
}
|
|
28848
28844
|
},
|
|
28849
28845
|
floating: {},
|