@thecb/components 9.0.4-beta.3 → 9.0.4-beta.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.
package/dist/index.esm.js CHANGED
@@ -26050,8 +26050,7 @@ var FormInput = function FormInput(_ref15) {
26050
26050
  $customHeight: customHeight,
26051
26051
  $extraStyles: extraStyles,
26052
26052
  "data-qa": dataQa || labelTextWhenNoError,
26053
- autoComplete: autocompleteValue,
26054
- "aria-busy": true
26053
+ autoComplete: autocompleteValue
26055
26054
  }, props)) : /*#__PURE__*/React.createElement(InputField, _extends({
26056
26055
  "aria-labelledby": createIdFromString(labelTextWhenNoError),
26057
26056
  "aria-describedby": createIdFromString(labelTextWhenNoError, "error message"),
@@ -26070,8 +26069,7 @@ var FormInput = function FormInput(_ref15) {
26070
26069
  $customHeight: customHeight,
26071
26070
  $extraStyles: extraStyles,
26072
26071
  "data-qa": dataQa || labelTextWhenNoError,
26073
- autoComplete: autocompleteValue,
26074
- "aria-busy": true
26072
+ autoComplete: autocompleteValue
26075
26073
  }, props))), /*#__PURE__*/React.createElement("div", {
26076
26074
  role: "status",
26077
26075
  "aria-atomic": true