@thecb/components 12.0.0-beta.4 → 12.0.0-beta.6
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
|
@@ -45821,13 +45821,13 @@ var fallbackValues$L = {
|
|
|
45821
45821
|
var LinkWrapper = styled(Link).withConfig({
|
|
45822
45822
|
displayName: "LinkCardstyled__LinkWrapper",
|
|
45823
45823
|
componentId: "sc-l5q1h2-0"
|
|
45824
|
-
})(["display:flex;flex-direction:column;align-items:flex-start;
|
|
45825
|
-
var
|
|
45826
|
-
|
|
45827
|
-
}, function (_ref2) {
|
|
45828
|
-
var isDisabled = _ref2.isDisabled,
|
|
45829
|
-
theme = _ref2.theme;
|
|
45824
|
+
})(["display:flex;flex-direction:column;align-items:flex-start;gap:40px;flex-shrink:0;padding:24px;align-self:stretch;border-radius:8px;text-decoration:none;", " ", " transition:all .2s ease-in-out;", ""], function (_ref) {
|
|
45825
|
+
var isDisabled = _ref.isDisabled,
|
|
45826
|
+
theme = _ref.theme;
|
|
45830
45827
|
return "\n background-color: ".concat(isDisabled ? theme.disabledBackgroundColor : theme.backgroundColor, ";\n border: 1px solid ").concat(isDisabled ? theme.disabledBorderColor : theme.borderColor, ";\n ");
|
|
45828
|
+
}, function (_ref2) {
|
|
45829
|
+
var extraStyles = _ref2.extraStyles;
|
|
45830
|
+
return extraStyles;
|
|
45831
45831
|
}, function (_ref3) {
|
|
45832
45832
|
var isDisabled = _ref3.isDisabled,
|
|
45833
45833
|
theme = _ref3.theme;
|