@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "9.0.4-beta.3",
3
+ "version": "9.0.4-beta.4",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -221,7 +221,6 @@ const FormInput = ({
221
221
  $extraStyles={extraStyles}
222
222
  data-qa={dataQa || labelTextWhenNoError}
223
223
  autoComplete={autocompleteValue}
224
- aria-busy={true}
225
224
  {...props}
226
225
  />
227
226
  ) : (
@@ -248,7 +247,6 @@ const FormInput = ({
248
247
  $extraStyles={extraStyles}
249
248
  data-qa={dataQa || labelTextWhenNoError}
250
249
  autoComplete={autocompleteValue}
251
- aria-busy={true}
252
250
  {...props}
253
251
  />
254
252
  )}