@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.esm.js
CHANGED
|
@@ -48502,7 +48502,9 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
48502
48502
|
ariaDescribedBy = _ref.ariaDescribedBy,
|
|
48503
48503
|
_ref$rightContentRole = _ref.rightContentRole,
|
|
48504
48504
|
rightContentRole = _ref$rightContentRole === void 0 ? null : _ref$rightContentRole,
|
|
48505
|
-
_ref$ariaLabel = _ref.ariaLabel
|
|
48505
|
+
_ref$ariaLabel = _ref.ariaLabel,
|
|
48506
|
+
_ref$rightIconsLabel = _ref.rightIconsLabel,
|
|
48507
|
+
rightIconsLabel = _ref$rightIconsLabel === void 0 ? null : _ref$rightIconsLabel;
|
|
48506
48508
|
|
|
48507
48509
|
var handleKeyDown = function handleKeyDown(id, e) {
|
|
48508
48510
|
if ((e === null || e === void 0 ? void 0 : e.keyCode) === 13 || (e === null || e === void 0 ? void 0 : e.keyCode) === 32) {
|