@thecb/components 11.10.5 → 11.10.6
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/radio-section/InnerRadioSection.js +1 -1
- package/src/components/molecules/radio-section/RadioSection.stories.js +142 -0
package/dist/index.cjs.js
CHANGED
|
@@ -49006,7 +49006,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
|
|
|
49006
49006
|
padding: section.titleIcon ? "0 0 0 8px" : "0"
|
|
49007
49007
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
49008
49008
|
as: "label",
|
|
49009
|
-
htmlFor: "radio-
|
|
49009
|
+
htmlFor: "radio-".concat(idString(section)),
|
|
49010
49010
|
color: CHARADE_GREY
|
|
49011
49011
|
}, section.title))), section.rightIcons && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
49012
49012
|
id: "right-icons-".concat(idString(section)),
|