@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 CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
  # Release Notes
13
13
 
14
+ ## v3.15.4
15
+
16
+ ### Changes
17
+
18
+ - **TextArea**: исправлен scrollPadding
19
+
14
20
  ## v3.15.3
15
21
 
16
22
  ### Changes
@@ -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: 24
28842
+ scrollPaddingTop: "24px"
28847
28843
  }
28848
28844
  },
28849
28845
  floating: {},