@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.cjs.js
CHANGED
|
@@ -48509,7 +48509,8 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
48509
48509
|
containerStyles = _ref$containerStyles === void 0 ? "" : _ref$containerStyles,
|
|
48510
48510
|
ariaDescribedBy = _ref.ariaDescribedBy,
|
|
48511
48511
|
_ref$rightContentRole = _ref.rightContentRole,
|
|
48512
|
-
rightContentRole = _ref$rightContentRole === void 0 ? null : _ref$rightContentRole
|
|
48512
|
+
rightContentRole = _ref$rightContentRole === void 0 ? null : _ref$rightContentRole,
|
|
48513
|
+
_ref$ariaLabel = _ref.ariaLabel;
|
|
48513
48514
|
|
|
48514
48515
|
var handleKeyDown = function handleKeyDown(id, e) {
|
|
48515
48516
|
if ((e === null || e === void 0 ? void 0 : e.keyCode) === 13 || (e === null || e === void 0 ? void 0 : e.keyCode) === 32) {
|
|
@@ -48635,7 +48636,8 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
48635
48636
|
color: CHARADE_GREY,
|
|
48636
48637
|
htmlFor: "radio-input-".concat(computeSectionId(section))
|
|
48637
48638
|
}, section.title))), section.rightIcons && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48638
|
-
childGap: "0.5rem"
|
|
48639
|
+
childGap: "0.5rem",
|
|
48640
|
+
"aria-label": rightIconsLabel
|
|
48639
48641
|
}, section.rightIcons.map(function (icon) {
|
|
48640
48642
|
return /*#__PURE__*/React__default.createElement(RightIcon, _extends({
|
|
48641
48643
|
src: icon.img,
|