@thecb/components 9.0.3-beta.7 → 9.0.3-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.cjs.js CHANGED
@@ -48510,7 +48510,9 @@ var RadioSection = function RadioSection(_ref) {
48510
48510
  ariaDescribedBy = _ref.ariaDescribedBy,
48511
48511
  _ref$rightContentRole = _ref.rightContentRole,
48512
48512
  rightContentRole = _ref$rightContentRole === void 0 ? null : _ref$rightContentRole,
48513
- _ref$ariaLabel = _ref.ariaLabel;
48513
+ _ref$ariaLabel = _ref.ariaLabel,
48514
+ _ref$rightIconsLabel = _ref.rightIconsLabel,
48515
+ rightIconsLabel = _ref$rightIconsLabel === void 0 ? null : _ref$rightIconsLabel;
48514
48516
 
48515
48517
  var handleKeyDown = function handleKeyDown(id, e) {
48516
48518
  if ((e === null || e === void 0 ? void 0 : e.keyCode) === 13 || (e === null || e === void 0 ? void 0 : e.keyCode) === 32) {