@thecb/components 9.0.0-beta.5 → 9.0.0-beta.6

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/dist/index.cjs.js CHANGED
@@ -26043,7 +26043,7 @@ var FormInput = function FormInput(_ref15) {
26043
26043
  themeValues: themeValues,
26044
26044
  $customHeight: customHeight,
26045
26045
  $extraStyles: extraStyles,
26046
- "data-qa": dataQa || labelTextWhenNoError,
26046
+ "data-qa": dataQa,
26047
26047
  autoComplete: autocompleteValue
26048
26048
  }, props)) : /*#__PURE__*/React__default.createElement(InputField, _extends({
26049
26049
  "aria-labelledby": createIdFromString(labelTextWhenNoError),
@@ -26062,7 +26062,7 @@ var FormInput = function FormInput(_ref15) {
26062
26062
  background: background,
26063
26063
  $customHeight: customHeight,
26064
26064
  $extraStyles: extraStyles,
26065
- "data-qa": dataQa || labelTextWhenNoError,
26065
+ "data-qa": dataQa,
26066
26066
  autoComplete: autocompleteValue
26067
26067
  }, props))), /*#__PURE__*/React__default.createElement(Stack, {
26068
26068
  direction: "row",