@true-engineering/true-react-common-ui-kit 3.15.1 → 3.15.2

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.2
15
+
16
+ ### Changes
17
+
18
+ - **TextArea**: багфикс опечатки в имени класса
19
+
14
20
  ## v3.15.1
15
21
 
16
22
  ### Changes
@@ -28836,7 +28836,7 @@ var useStyles$7 = createThemedStyles("TextArea", {
28836
28836
  zIndex: 1
28837
28837
  },
28838
28838
  withFloatingLabel: {
28839
- "& $textArea, &::after": {
28839
+ "& $textarea, &::after": {
28840
28840
  paddingTop: 24
28841
28841
  }
28842
28842
  },