@thecb/components 8.4.0-beta.11 → 8.4.0-beta.13
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
|
@@ -42889,14 +42889,14 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
42889
42889
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
42890
42890
|
color: themeValues.color,
|
|
42891
42891
|
margin: 0,
|
|
42892
|
-
extraStyles: "display: -webkit-box; \n
|
|
42892
|
+
extraStyles: "\n 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-size: 16px;\n line-height: 150%;\n background-color: transparent;\n "
|
|
42893
42893
|
}, title)), /*#__PURE__*/React.createElement(Box, {
|
|
42894
42894
|
padding: "0 0 40px",
|
|
42895
42895
|
width: "100%"
|
|
42896
42896
|
}, /*#__PURE__*/React.createElement(Paragraph$1, {
|
|
42897
42897
|
variant: "pS",
|
|
42898
42898
|
color: themeValues.color,
|
|
42899
|
-
extraStyles: "overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; align-self: stretch;
|
|
42899
|
+
extraStyles: "overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; align-self: stretch; font-size: 14px; line-height: 150%; letter-spacing: 0.14px;"
|
|
42900
42900
|
}, subtitle)), /*#__PURE__*/React.createElement(Box, {
|
|
42901
42901
|
background: "transparent",
|
|
42902
42902
|
borderWidthOverride: "0 0 0 0",
|