@thecb/components 8.4.6-beta.2 → 8.4.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.esm.js CHANGED
@@ -49374,7 +49374,7 @@ var RadioGroup = function RadioGroup(_ref) {
49374
49374
  groupName: groupName,
49375
49375
  setValue: setValue,
49376
49376
  handleChange: handleChange,
49377
- "aria-invalid": field.dirty && field.hasErrors || field.hasErrors && showErrors
49377
+ "aria-invalid": field.dirty && field.hasErrors
49378
49378
  }));
49379
49379
  })));
49380
49380
  };