@thecb/components 6.0.2 → 6.0.3-beta.0

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.esm.js CHANGED
@@ -43036,7 +43036,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
43036
43036
  borderRadius: "3px",
43037
43037
  extraStyles: "overflow: scroll; max-height: 20rem;"
43038
43038
  }, /*#__PURE__*/React.createElement(Text$1, {
43039
- variant: "p"
43039
+ variant: "p",
43040
+ extraStyles: "& a { text-decoration: underline; }"
43040
43041
  }, terms)),
43041
43042
  defaultWrapper: false,
43042
43043
  onlyCloseButton: !acceptText,