@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.esm.js
CHANGED
|
@@ -48998,7 +48998,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
|
|
|
48998
48998
|
padding: section.titleIcon ? "0 0 0 8px" : "0"
|
|
48999
48999
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
49000
49000
|
as: "label",
|
|
49001
|
-
htmlFor: "radio-
|
|
49001
|
+
htmlFor: "radio-".concat(idString(section)),
|
|
49002
49002
|
color: CHARADE_GREY
|
|
49003
49003
|
}, section.title))), section.rightIcons && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
49004
49004
|
id: "right-icons-".concat(idString(section)),
|