@cerebruminc/cerebellum 16.5.1-beta.dangerous.5e48942 → 16.5.1-beta.dangerous.a4074ca

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.
@@ -80,7 +80,7 @@ var TermsBox = styled.styled.div(templateObject_6 || (templateObject_6 = _tslib.
80
80
  return ($themeOverride === null || $themeOverride === void 0 ? void 0 : $themeOverride.footerLinksColor) || theme.footer.footerLinksColor;
81
81
  }, function (_a) {
82
82
  var $centerLinks = _a.$centerLinks;
83
- return ($centerLinks ? 100 : 0);
83
+ return ($centerLinks ? 200 : 0);
84
84
  }, MOBILE_LAYOUT_BREAKPOINT);
85
85
  var Copyright = styled.styled.p(templateObject_7 || (templateObject_7 = _tslib.__makeTemplateObject(["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n letter-spacing: 0.824px;\n position: relative;\n"], ["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n letter-spacing: 0.824px;\n position: relative;\n"])), function (_a) {
86
86
  var $themeOverride = _a.$themeOverride, theme = _a.theme;
package/lib/esm/Footer.js CHANGED
@@ -78,7 +78,7 @@ var TermsBox = styled.div(templateObject_6 || (templateObject_6 = __makeTemplate
78
78
  return ($themeOverride === null || $themeOverride === void 0 ? void 0 : $themeOverride.footerLinksColor) || theme.footer.footerLinksColor;
79
79
  }, function (_a) {
80
80
  var $centerLinks = _a.$centerLinks;
81
- return ($centerLinks ? 100 : 0);
81
+ return ($centerLinks ? 200 : 0);
82
82
  }, MOBILE_LAYOUT_BREAKPOINT);
83
83
  var Copyright = styled.p(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n letter-spacing: 0.824px;\n position: relative;\n"], ["\n color: ", ";\n font-size: 14px;\n font-weight: 400;\n letter-spacing: 0.824px;\n position: relative;\n"])), function (_a) {
84
84
  var $themeOverride = _a.$themeOverride, theme = _a.theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerebruminc/cerebellum",
3
- "version": "16.5.1-beta.dangerous.5e48942",
3
+ "version": "16.5.1-beta.dangerous.a4074ca",
4
4
  "description": "Cerebrum's React Component Library",
5
5
  "type": "module",
6
6
  "main": "lib/cjs/index.cjs",