@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.
@@ -28789,6 +28789,11 @@
28789
28789
  PADDING_X,
28790
28790
  8
28791
28791
  ],
28792
+ scrollPadding: [
28793
+ 14,
28794
+ 0,
28795
+ 8
28796
+ ],
28792
28797
  transition: animations.defaultTransition,
28793
28798
  transitionProperty: "background-color",
28794
28799
  border: "none",
@@ -28825,8 +28830,9 @@
28825
28830
  zIndex: 1
28826
28831
  },
28827
28832
  withFloatingLabel: {
28828
- "& $textArea, &::after": {
28829
- paddingTop: 24
28833
+ "& $textarea, &::after": {
28834
+ paddingTop: 24,
28835
+ scrollPaddingTop: 24
28830
28836
  }
28831
28837
  },
28832
28838
  floating: {},