contentoh-components-library 21.3.85 → 21.3.86

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.
@@ -52,7 +52,7 @@ var TagAndInput = function TagAndInput(_ref) {
52
52
  }), showTooltip && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
53
53
  className: "tooltip",
54
54
  children: label
55
- }), " ", inputId]
55
+ })]
56
56
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.GeneralInput, {
57
57
  inputId: inputId,
58
58
  inputType: inputType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.3.85",
3
+ "version": "21.3.86",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -42,7 +42,7 @@ export const TagAndInput = ({
42
42
  headerType={"input-name-header"}
43
43
  color={color}
44
44
  />
45
- {showTooltip && <span className="tooltip">{label}</span>} {inputId}
45
+ {showTooltip && <span className="tooltip">{label}</span>}
46
46
  </div>
47
47
  <GeneralInput
48
48
  inputId={inputId}