@thecb/components 7.10.1-beta.6 → 7.10.1-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
|
@@ -47965,7 +47965,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
47965
47965
|
initiallyOpen = _ref$initiallyOpen === void 0 ? true : _ref$initiallyOpen,
|
|
47966
47966
|
_ref$openHeight = _ref.openHeight,
|
|
47967
47967
|
openHeight = _ref$openHeight === void 0 ? "auto" : _ref$openHeight,
|
|
47968
|
-
|
|
47968
|
+
ariaDescribedBy = _ref.ariaDescribedBy;
|
|
47969
47969
|
|
|
47970
47970
|
var handleKeyDown = function handleKeyDown(id, e) {
|
|
47971
47971
|
if ((e === null || e === void 0 ? void 0 : e.keyCode) === 13) {
|
|
@@ -48069,7 +48069,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
48069
48069
|
padding: "0"
|
|
48070
48070
|
}, /*#__PURE__*/React__default.createElement(RadioButton$2, {
|
|
48071
48071
|
name: createIdFromString(section.title) || section.id,
|
|
48072
|
-
|
|
48072
|
+
ariaDescribedBy: ariaDescribedBy,
|
|
48073
48073
|
radioOn: openSection === section.id,
|
|
48074
48074
|
radioFocused: focused === section.id,
|
|
48075
48075
|
toggleRadio: section.disabled ? noop : function () {
|