@thecb/components 9.0.0-beta.7 → 9.0.0-beta.8

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
@@ -22162,6 +22162,7 @@ var Checkbox = function Checkbox(_ref4) {
22162
22162
  error: error,
22163
22163
  disabled: disabled,
22164
22164
  checked: checked,
22165
+ "aria-checked": checked,
22165
22166
  focused: focused,
22166
22167
  defaultStyles: themeValues.defaultStyles,
22167
22168
  checkedStyles: themeValues.checkedStyles,
@@ -24227,7 +24228,7 @@ var FormSelect = function FormSelect(_ref) {
24227
24228
  id: createIdFromString(labelTextWhenNoError)
24228
24229
  }, labelTextWhenNoError))), /*#__PURE__*/React__default.createElement(Dropdown$1, {
24229
24230
  ariaLabelledby: createIdFromString(labelTextWhenNoError),
24230
- ariaDescribedBy: createIdFromString(labelTextWhenNoError, "error message"),
24231
+ ariaDescribedby: createIdFromString(labelTextWhenNoError, "error message"),
24231
24232
  maxHeight: dropdownMaxHeight,
24232
24233
  hasTitles: hasTitles,
24233
24234
  placeholder: options[0] ? options[0].text : "",
@@ -46667,7 +46668,7 @@ var Modal$1 = function Modal(_ref) {
46667
46668
  buttonExtraStyles = _ref.buttonExtraStyles,
46668
46669
  children = _ref.children,
46669
46670
  _ref$dataQa = _ref.dataQa,
46670
- dataQa = _ref$dataQa === void 0 ? "" : _ref$dataQa;
46671
+ dataQa = _ref$dataQa === void 0 ? null : _ref$dataQa;
46671
46672
 
46672
46673
  var _useContext = React.useContext(styled.ThemeContext),
46673
46674
  isMobile = _useContext.isMobile;