@terraware/web-components 2.11.2-rc.0 → 2.12.0

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.
@@ -139,7 +139,7 @@ function TextField(props) {
139
139
  onChange: textfieldOnChange,
140
140
  onBlur: onBlur,
141
141
  required: required,
142
- style: (styles || {}).textArea
142
+ style: (styles || {}).textarea
143
143
  })), displayComponent, errorText && /*#__PURE__*/_react.default.createElement("div", {
144
144
  className: "textfield-label-container"
145
145
  }, /*#__PURE__*/_react.default.createElement(_Icon.default, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraware/web-components",
3
- "version": "2.11.2-rc.0",
3
+ "version": "2.12.0",
4
4
  "author": "Terraformation Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {