@thecb/components 9.0.3-beta.6 → 9.0.3-beta.7

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
@@ -48501,7 +48501,8 @@ var RadioSection = function RadioSection(_ref) {
48501
48501
  containerStyles = _ref$containerStyles === void 0 ? "" : _ref$containerStyles,
48502
48502
  ariaDescribedBy = _ref.ariaDescribedBy,
48503
48503
  _ref$rightContentRole = _ref.rightContentRole,
48504
- rightContentRole = _ref$rightContentRole === void 0 ? null : _ref$rightContentRole;
48504
+ rightContentRole = _ref$rightContentRole === void 0 ? null : _ref$rightContentRole,
48505
+ _ref$ariaLabel = _ref.ariaLabel;
48505
48506
 
48506
48507
  var handleKeyDown = function handleKeyDown(id, e) {
48507
48508
  if ((e === null || e === void 0 ? void 0 : e.keyCode) === 13 || (e === null || e === void 0 ? void 0 : e.keyCode) === 32) {
@@ -48627,7 +48628,8 @@ var RadioSection = function RadioSection(_ref) {
48627
48628
  color: CHARADE_GREY,
48628
48629
  htmlFor: "radio-input-".concat(computeSectionId(section))
48629
48630
  }, section.title))), section.rightIcons && /*#__PURE__*/React.createElement(Cluster, {
48630
- childGap: "0.5rem"
48631
+ childGap: "0.5rem",
48632
+ "aria-label": rightIconsLabel
48631
48633
  }, section.rightIcons.map(function (icon) {
48632
48634
  return /*#__PURE__*/React.createElement(RightIcon, _extends({
48633
48635
  src: icon.img,