@true-engineering/true-react-common-ui-kit 3.0.4 → 3.0.5

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.
@@ -27969,6 +27969,9 @@ var useStyles$4 = createThemedStyles("TextArea", {
27969
27969
  border: "none",
27970
27970
  resize: "none",
27971
27971
  overflow: "auto",
27972
+ "&:disabled": {
27973
+ extend: "disabled"
27974
+ },
27972
27975
  "&::placeholder": {
27973
27976
  opacity: 1
27974
27977
  },