@thecb/components 7.10.1-beta.0 → 7.10.1-beta.2
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
|
@@ -47222,7 +47222,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
47222
47222
|
background: themeValues.backgroundColor,
|
|
47223
47223
|
border: "1px solid ".concat(themeValues.border),
|
|
47224
47224
|
borderRadius: "3px",
|
|
47225
|
-
extraStyles: "overflow: scroll; max-height: 20rem;"
|
|
47225
|
+
extraStyles: "overflow: scroll; max-height: 20rem;",
|
|
47226
|
+
id: "terms-body-text"
|
|
47226
47227
|
}, /*#__PURE__*/React.createElement(Text$1, {
|
|
47227
47228
|
variant: "p",
|
|
47228
47229
|
extraStyles: "& a { text-decoration: underline; }"
|