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