@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.cjs.js
CHANGED
|
@@ -45855,7 +45855,7 @@ var Title$2 = styled__default(Heading$1).withConfig({
|
|
|
45855
45855
|
displayName: "LinkCardstyled__Title",
|
|
45856
45856
|
componentId: "sc-l5q1h2-1"
|
|
45857
45857
|
})(["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) {
|
|
45858
|
-
var disabled = _ref2
|
|
45858
|
+
var disabled = _ref2.$disabled,
|
|
45859
45859
|
theme = _ref2.$theme;
|
|
45860
45860
|
return disabled ? theme.disabledColor : theme.color;
|
|
45861
45861
|
});
|
|
@@ -45863,7 +45863,7 @@ var Subtitle = styled__default(Paragraph$1).withConfig({
|
|
|
45863
45863
|
displayName: "LinkCardstyled__Subtitle",
|
|
45864
45864
|
componentId: "sc-l5q1h2-2"
|
|
45865
45865
|
})(["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) {
|
|
45866
|
-
var disabled = _ref3
|
|
45866
|
+
var disabled = _ref3.$disabled,
|
|
45867
45867
|
theme = _ref3.$theme;
|
|
45868
45868
|
return disabled ? theme.disabledColor : theme.textColor;
|
|
45869
45869
|
});
|
|
@@ -45930,7 +45930,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
45930
45930
|
variant: titleVariant,
|
|
45931
45931
|
$theme: themeValues,
|
|
45932
45932
|
margin: 0,
|
|
45933
|
-
disabled: disabled
|
|
45933
|
+
$disabled: disabled
|
|
45934
45934
|
}, title), isExternalLink && /*#__PURE__*/React__default.createElement(ExternalLinkIcon, {
|
|
45935
45935
|
linkColor: themeValues.color,
|
|
45936
45936
|
text: locatorSlug,
|
|
@@ -45944,7 +45944,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
45944
45944
|
}, /*#__PURE__*/React__default.createElement(Subtitle, {
|
|
45945
45945
|
variant: "pS",
|
|
45946
45946
|
$theme: themeValues,
|
|
45947
|
-
disabled: disabled
|
|
45947
|
+
$disabled: disabled
|
|
45948
45948
|
}, subtitle)), /*#__PURE__*/React__default.createElement(Box, {
|
|
45949
45949
|
background: "transparent",
|
|
45950
45950
|
borderWidthOverride: "0 0 0 0",
|