@thecb/components 8.4.0-beta.8 → 8.4.0-beta.9
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
|
@@ -42897,7 +42897,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
42897
42897
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
42898
42898
|
color: themeValues.color,
|
|
42899
42899
|
margin: 0,
|
|
42900
|
-
extraStyles: "display: -webkit-box; \n -webkit-box-orient: vertical; \n -webkit-line-clamp: 2; \n align-self: stretch;\n overflow: hidden; \n text-overflow: ellipsis; \n font-family: Public Sans; \n font-size: 16px; \n font-style: normal; \n font-weight: 600; \n line-height: 150%;\n
|
|
42900
|
+
extraStyles: "display: -webkit-box; \n background-color: transparent;\n -webkit-box-orient: vertical; \n -webkit-line-clamp: 2; \n align-self: stretch;\n overflow: hidden; \n text-overflow: ellipsis; \n font-family: Public Sans; \n font-size: 16px; \n font-style: normal; \n font-weight: 600; \n line-height: 150%;\n "
|
|
42901
42901
|
}, title)), /*#__PURE__*/React__default.createElement(Box, {
|
|
42902
42902
|
padding: "0 0 40px",
|
|
42903
42903
|
width: "100%"
|