@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.cjs.js
CHANGED
|
@@ -47230,7 +47230,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
47230
47230
|
background: themeValues.backgroundColor,
|
|
47231
47231
|
border: "1px solid ".concat(themeValues.border),
|
|
47232
47232
|
borderRadius: "3px",
|
|
47233
|
-
extraStyles: "overflow: scroll; max-height: 20rem;"
|
|
47233
|
+
extraStyles: "overflow: scroll; max-height: 20rem;",
|
|
47234
|
+
id: "terms-body-text"
|
|
47234
47235
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
47235
47236
|
variant: "p",
|
|
47236
47237
|
extraStyles: "& a { text-decoration: underline; }"
|