@thecb/components 7.10.1-beta.0 → 7.10.1-beta.1
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
|
@@ -47232,6 +47232,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
47232
47232
|
borderRadius: "3px",
|
|
47233
47233
|
extraStyles: "overflow: scroll; max-height: 20rem;"
|
|
47234
47234
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
47235
|
+
id: "terms-body-text",
|
|
47235
47236
|
variant: "p",
|
|
47236
47237
|
extraStyles: "& a { text-decoration: underline; }"
|
|
47237
47238
|
}, terms)),
|