@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.cjs.js
CHANGED
|
@@ -45829,13 +45829,13 @@ var fallbackValues$L = {
|
|
|
45829
45829
|
var LinkWrapper = styled__default(reactRouterDom.Link).withConfig({
|
|
45830
45830
|
displayName: "LinkCardstyled__LinkWrapper",
|
|
45831
45831
|
componentId: "sc-l5q1h2-0"
|
|
45832
|
-
})(["display:flex;flex-direction:column;align-items:flex-start;
|
|
45833
|
-
var
|
|
45834
|
-
|
|
45835
|
-
}, function (_ref2) {
|
|
45836
|
-
var isDisabled = _ref2.isDisabled,
|
|
45837
|
-
theme = _ref2.theme;
|
|
45832
|
+
})(["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) {
|
|
45833
|
+
var isDisabled = _ref.isDisabled,
|
|
45834
|
+
theme = _ref.theme;
|
|
45838
45835
|
return "\n background-color: ".concat(isDisabled ? theme.disabledBackgroundColor : theme.backgroundColor, ";\n border: 1px solid ").concat(isDisabled ? theme.disabledBorderColor : theme.borderColor, ";\n ");
|
|
45836
|
+
}, function (_ref2) {
|
|
45837
|
+
var extraStyles = _ref2.extraStyles;
|
|
45838
|
+
return extraStyles;
|
|
45839
45839
|
}, function (_ref3) {
|
|
45840
45840
|
var isDisabled = _ref3.isDisabled,
|
|
45841
45841
|
theme = _ref3.theme;
|