@thecb/components 12.0.0-beta.9 → 12.0.0
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
|
@@ -45847,7 +45847,7 @@ var Title$2 = styled(Heading$1).withConfig({
|
|
|
45847
45847
|
displayName: "LinkCardstyled__Title",
|
|
45848
45848
|
componentId: "sc-l5q1h2-1"
|
|
45849
45849
|
})(["display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:150%;background-color:transparent;font-weight:", ";color:", ";"], FONT_WEIGHT_SEMIBOLD, function (_ref2) {
|
|
45850
|
-
var disabled = _ref2
|
|
45850
|
+
var disabled = _ref2.$disabled,
|
|
45851
45851
|
theme = _ref2.$theme;
|
|
45852
45852
|
return disabled ? theme.disabledColor : theme.color;
|
|
45853
45853
|
});
|
|
@@ -45855,7 +45855,7 @@ var Subtitle = styled(Paragraph$1).withConfig({
|
|
|
45855
45855
|
displayName: "LinkCardstyled__Subtitle",
|
|
45856
45856
|
componentId: "sc-l5q1h2-2"
|
|
45857
45857
|
})(["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;font-weight:", ";color:", ";"], FONT_WEIGHT_REGULAR, function (_ref3) {
|
|
45858
|
-
var disabled = _ref3
|
|
45858
|
+
var disabled = _ref3.$disabled,
|
|
45859
45859
|
theme = _ref3.$theme;
|
|
45860
45860
|
return disabled ? theme.disabledColor : theme.textColor;
|
|
45861
45861
|
});
|
|
@@ -45922,7 +45922,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
45922
45922
|
variant: titleVariant,
|
|
45923
45923
|
$theme: themeValues,
|
|
45924
45924
|
margin: 0,
|
|
45925
|
-
disabled: disabled
|
|
45925
|
+
$disabled: disabled
|
|
45926
45926
|
}, title), isExternalLink && /*#__PURE__*/React__default.createElement(ExternalLinkIcon, {
|
|
45927
45927
|
linkColor: themeValues.color,
|
|
45928
45928
|
text: locatorSlug,
|
|
@@ -45936,7 +45936,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
45936
45936
|
}, /*#__PURE__*/React__default.createElement(Subtitle, {
|
|
45937
45937
|
variant: "pS",
|
|
45938
45938
|
$theme: themeValues,
|
|
45939
|
-
disabled: disabled
|
|
45939
|
+
$disabled: disabled
|
|
45940
45940
|
}, subtitle)), /*#__PURE__*/React__default.createElement(Box, {
|
|
45941
45941
|
background: "transparent",
|
|
45942
45942
|
borderWidthOverride: "0 0 0 0",
|