@thecb/components 8.4.0-beta.11 → 8.4.0-beta.12

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,14 +42897,14 @@ 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 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 "
42900
+ extraStyles: "\n display: -webkit-box; \n display: block;\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 "
42901
42901
  }, title)), /*#__PURE__*/React__default.createElement(Box, {
42902
42902
  padding: "0 0 40px",
42903
42903
  width: "100%"
42904
42904
  }, /*#__PURE__*/React__default.createElement(Paragraph$1, {
42905
42905
  variant: "pS",
42906
42906
  color: themeValues.color,
42907
- extraStyles: "overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; align-self: stretch; /* CB Standard/Desktop/D - P Small - Regular */ font-family: Public Sans; font-size: 14px; font-style: normal; font-weight: 400; line-height: 150%; /* 21px */ letter-spacing: 0.14px;"
42907
+ 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;"
42908
42908
  }, subtitle)), /*#__PURE__*/React__default.createElement(Box, {
42909
42909
  background: "transparent",
42910
42910
  borderWidthOverride: "0 0 0 0",