@cerebruminc/cerebellum 16.5.0-beta.dangerous.b0d312a → 16.5.0-beta.dangerous.e6ad37e
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/lib/cjs/Footer.cjs +1 -1
- package/lib/esm/Footer.js +1 -1
- package/package.json +1 -1
package/lib/cjs/Footer.cjs
CHANGED
|
@@ -75,7 +75,7 @@ var DetailsBox = styled.styled.div(templateObject_5 || (templateObject_5 = _tsli
|
|
|
75
75
|
var $centerLinks = _a.$centerLinks;
|
|
76
76
|
return ($centerLinks ? 670 : 640);
|
|
77
77
|
}, MOBILE_LAYOUT_BREAKPOINT);
|
|
78
|
-
var TermsBox = styled.styled.div(templateObject_6 || (templateObject_6 = _tslib.__makeTemplateObject(["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n display: flex;\n gap: 70px;\n justify-content: space-between;\n letter-spacing: 0.824px;\n\tpadding-left: ", "px;\n position: relative;\n @media all and (max-width: ", "px) {\n gap: 25px;\n
|
|
78
|
+
var TermsBox = styled.styled.div(templateObject_6 || (templateObject_6 = _tslib.__makeTemplateObject(["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n display: flex;\n gap: 70px;\n justify-content: space-between;\n letter-spacing: 0.824px;\n\tpadding-left: ", "px;\n position: relative;\n\t@media (max-width: 1265px) {\n\t\tpadding-left: 0;\n\t}\n @media all and (max-width: ", "px) {\n gap: 25px;\n }\n"], ["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n display: flex;\n gap: 70px;\n justify-content: space-between;\n letter-spacing: 0.824px;\n\tpadding-left: ", "px;\n position: relative;\n\t@media (max-width: 1265px) {\n\t\tpadding-left: 0;\n\t}\n @media all and (max-width: ", "px) {\n gap: 25px;\n }\n"])), function (_a) {
|
|
79
79
|
var $themeOverride = _a.$themeOverride, theme = _a.theme;
|
|
80
80
|
return ($themeOverride === null || $themeOverride === void 0 ? void 0 : $themeOverride.footerLinksColor) || theme.footer.footerLinksColor;
|
|
81
81
|
}, function (_a) {
|
package/lib/esm/Footer.js
CHANGED
|
@@ -73,7 +73,7 @@ var DetailsBox = styled.div(templateObject_5 || (templateObject_5 = __makeTempla
|
|
|
73
73
|
var $centerLinks = _a.$centerLinks;
|
|
74
74
|
return ($centerLinks ? 670 : 640);
|
|
75
75
|
}, MOBILE_LAYOUT_BREAKPOINT);
|
|
76
|
-
var TermsBox = styled.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n display: flex;\n gap: 70px;\n justify-content: space-between;\n letter-spacing: 0.824px;\n\tpadding-left: ", "px;\n position: relative;\n @media all and (max-width: ", "px) {\n gap: 25px;\n
|
|
76
|
+
var TermsBox = styled.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n display: flex;\n gap: 70px;\n justify-content: space-between;\n letter-spacing: 0.824px;\n\tpadding-left: ", "px;\n position: relative;\n\t@media (max-width: 1265px) {\n\t\tpadding-left: 0;\n\t}\n @media all and (max-width: ", "px) {\n gap: 25px;\n }\n"], ["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n display: flex;\n gap: 70px;\n justify-content: space-between;\n letter-spacing: 0.824px;\n\tpadding-left: ", "px;\n position: relative;\n\t@media (max-width: 1265px) {\n\t\tpadding-left: 0;\n\t}\n @media all and (max-width: ", "px) {\n gap: 25px;\n }\n"])), function (_a) {
|
|
77
77
|
var $themeOverride = _a.$themeOverride, theme = _a.theme;
|
|
78
78
|
return ($themeOverride === null || $themeOverride === void 0 ? void 0 : $themeOverride.footerLinksColor) || theme.footer.footerLinksColor;
|
|
79
79
|
}, function (_a) {
|