@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.esm.js CHANGED
@@ -22154,6 +22154,7 @@ var Checkbox = function Checkbox(_ref4) {
22154
22154
  error: error,
22155
22155
  disabled: disabled,
22156
22156
  checked: checked,
22157
+ "aria-checked": checked,
22157
22158
  focused: focused,
22158
22159
  defaultStyles: themeValues.defaultStyles,
22159
22160
  checkedStyles: themeValues.checkedStyles,
@@ -24219,7 +24220,7 @@ var FormSelect = function FormSelect(_ref) {
24219
24220
  id: createIdFromString(labelTextWhenNoError)
24220
24221
  }, labelTextWhenNoError))), /*#__PURE__*/React.createElement(Dropdown$1, {
24221
24222
  ariaLabelledby: createIdFromString(labelTextWhenNoError),
24222
- ariaDescribedBy: createIdFromString(labelTextWhenNoError, "error message"),
24223
+ ariaDescribedby: createIdFromString(labelTextWhenNoError, "error message"),
24223
24224
  maxHeight: dropdownMaxHeight,
24224
24225
  hasTitles: hasTitles,
24225
24226
  placeholder: options[0] ? options[0].text : "",
@@ -46659,7 +46660,7 @@ var Modal$1 = function Modal(_ref) {
46659
46660
  buttonExtraStyles = _ref.buttonExtraStyles,
46660
46661
  children = _ref.children,
46661
46662
  _ref$dataQa = _ref.dataQa,
46662
- dataQa = _ref$dataQa === void 0 ? "" : _ref$dataQa;
46663
+ dataQa = _ref$dataQa === void 0 ? null : _ref$dataQa;
46663
46664
 
46664
46665
  var _useContext = useContext(ThemeContext),
46665
46666
  isMobile = _useContext.isMobile;