@thecb/components 11.10.4 → 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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- 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/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.js +1 -1
- package/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.js +110 -0
package/dist/index.cjs.js
CHANGED
|
@@ -48092,7 +48092,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
48092
48092
|
weight: themeValues.fontWeight,
|
|
48093
48093
|
hoverStyles: themeValues.modalLinkHoverFocus,
|
|
48094
48094
|
textDecoration: themeValues.modalLinkTextDecoration,
|
|
48095
|
-
extraStyles: "display: inline-block; width: fit-content; cursor: pointer",
|
|
48095
|
+
extraStyles: "display: inline-block; width: fit-content; cursor: pointer; min-height: 24px; line-height: 24px;",
|
|
48096
48096
|
role: "button" // This should always be a "button" since it opens a modal
|
|
48097
48097
|
,
|
|
48098
48098
|
className: "modal-trigger"
|
|
@@ -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)),
|