@thecb/components 7.10.1-beta.8 → 7.10.1
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
|
@@ -48059,7 +48059,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
48059
48059
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48060
48060
|
justify: "space-between",
|
|
48061
48061
|
align: "center",
|
|
48062
|
-
childGap: "
|
|
48062
|
+
childGap: "1px",
|
|
48063
48063
|
nowrap: true
|
|
48064
48064
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48065
48065
|
justify: "flex-start",
|
|
@@ -48068,7 +48068,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
48068
48068
|
}, !section.hideRadioButton && /*#__PURE__*/React__default.createElement(Box, {
|
|
48069
48069
|
padding: "0"
|
|
48070
48070
|
}, /*#__PURE__*/React__default.createElement(RadioButton$2, {
|
|
48071
|
-
name: createIdFromString(section.title)
|
|
48071
|
+
name: typeof section.title === "string" ? createIdFromString(section.title) : section.id,
|
|
48072
48072
|
ariaDescribedBy: ariaDescribedBy,
|
|
48073
48073
|
radioOn: openSection === section.id,
|
|
48074
48074
|
radioFocused: focused === section.id,
|