@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 CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
  # Release Notes
13
13
 
14
+ ## v3.15.3
15
+
16
+ ### Changes
17
+
18
+ - **TextArea**: добавлен scrollPadding
19
+
14
20
  ## v3.15.2
15
21
 
16
22
  ### Changes
@@ -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",
@@ -28837,7 +28842,8 @@ var useStyles$7 = createThemedStyles("TextArea", {
28837
28842
  },
28838
28843
  withFloatingLabel: {
28839
28844
  "& $textarea, &::after": {
28840
- paddingTop: 24
28845
+ paddingTop: 24,
28846
+ scrollPaddingTop: 24
28841
28847
  }
28842
28848
  },
28843
28849
  floating: {},