@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.esm.js
CHANGED
|
@@ -48084,7 +48084,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
48084
48084
|
weight: themeValues.fontWeight,
|
|
48085
48085
|
hoverStyles: themeValues.modalLinkHoverFocus,
|
|
48086
48086
|
textDecoration: themeValues.modalLinkTextDecoration,
|
|
48087
|
-
extraStyles: "display: inline-block; width: fit-content; cursor: pointer",
|
|
48087
|
+
extraStyles: "display: inline-block; width: fit-content; cursor: pointer; min-height: 24px; line-height: 24px;",
|
|
48088
48088
|
role: "button" // This should always be a "button" since it opens a modal
|
|
48089
48089
|
,
|
|
48090
48090
|
className: "modal-trigger"
|
|
@@ -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)),
|