@thecb/components 8.4.5-beta.5 → 8.4.5-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
|
@@ -42959,10 +42959,10 @@ var Container = styled__default(Box).withConfig({
|
|
|
42959
42959
|
return "\n background-color: ".concat(themeValues.backgroundColor, ";\n border: 1px solid ").concat(themeValues.borderColor, ";\n ");
|
|
42960
42960
|
}, function (_ref2) {
|
|
42961
42961
|
var themeValues = _ref2.themeValues;
|
|
42962
|
-
return "border: 1px solid
|
|
42962
|
+
return "border: 1px solid ".concat(themeValues.borderColor, ";");
|
|
42963
42963
|
}, function (_ref3) {
|
|
42964
42964
|
var themeValues = _ref3.themeValues;
|
|
42965
|
-
return "\n background-color:
|
|
42965
|
+
return "\n background-color: ".concat(themeValues.activeBackgroundColor, ";\n border: 1px solid ").concat(themeValues.color, ";\n ;");
|
|
42966
42966
|
});
|
|
42967
42967
|
var Title$2 = styled__default(Heading$1).withConfig({
|
|
42968
42968
|
displayName: "LinkCardstyled__Title",
|