@terraware/web-components 3.3.2 → 3.3.4

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.
@@ -115,7 +115,7 @@ function TextField(props) {
115
115
  }, /*#__PURE__*/_react.default.createElement("label", {
116
116
  htmlFor: id,
117
117
  className: "textfield-label"
118
- }, required ? "".concat(label, " *") : label, tooltipTitle && /*#__PURE__*/_react.default.createElement(_IconTooltip.default, {
118
+ }, required && label ? "".concat(label, " *") : label, tooltipTitle && /*#__PURE__*/_react.default.createElement(_IconTooltip.default, {
119
119
  placement: "top",
120
120
  title: tooltipTitle
121
121
  })), !display && (type === 'text' || type === 'number' ? /*#__PURE__*/_react.default.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraware/web-components",
3
- "version": "3.3.2",
3
+ "version": "3.3.4",
4
4
  "author": "Terraformation Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {