@thecb/components 9.0.3-beta.10 → 9.0.3-beta.5

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