@royaloperahouse/chord 2.4.0-a-chord-development → 2.4.0-c-chord-development

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.
@@ -7979,7 +7979,7 @@ var Information = function Information(_ref) {
7979
7979
  };
7980
7980
 
7981
7981
  var _templateObject$X, _templateObject2$E, _templateObject3$w, _templateObject4$p, _templateObject5$j, _templateObject6$e, _templateObject7$9, _templateObject8$7;
7982
- var PageHeadingWrapper = /*#__PURE__*/styled__default.div(_templateObject$X || (_templateObject$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 80px;\n background-color: ", ";\n color: var(--base-color-white);\n\n ", ";\n\n h2 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n padding-bottom: 0;\n }\n"])), function (_ref) {
7982
+ var PageHeadingWrapper = /*#__PURE__*/styled__default.div(_templateObject$X || (_templateObject$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 80px;\n background-color: ", ";\n color: var(--base-color-white);\n\n ", ";\n\n // remove spacing above/below for all semantic levels of the title\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n padding-bottom: 0;\n }\n"])), function (_ref) {
7983
7983
  var theme = _ref.theme;
7984
7984
  return theme.colors.primary;
7985
7985
  }, function (_ref2) {
@@ -7991,7 +7991,7 @@ var TitleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$w || (_te
7991
7991
  var isPageHeadingWithoutTitle = _ref3.isPageHeadingWithoutTitle;
7992
7992
  return isPageHeadingWithoutTitle && "\n margin-top: 42px;\n ";
7993
7993
  }, devices.mobile);
7994
- var ChildrenWrapper = /*#__PURE__*/styled__default.div(_templateObject4$p || (_templateObject4$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n width: fit-content;\n height: 43px;\n\n ", ";\n\n @media ", " {\n & {\n height: 33px;\n margin-top: 10px;\n margin-bottom: 30px;\n }\n }\n"])), function (_ref4) {
7994
+ var ChildrenWrapper = /*#__PURE__*/styled__default.div(_templateObject4$p || (_templateObject4$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n width: fit-content;\n height: 43px;\n\n ", ";\n\n @media ", " {\n & {\n height: 33px;\n margin-top: 10px;\n margin-bottom: 20px;\n }\n }\n"])), function (_ref4) {
7995
7995
  var isPageHeadingWithoutTitle = _ref4.isPageHeadingWithoutTitle;
7996
7996
  return isPageHeadingWithoutTitle && "\n margin: 10px 0;\n ";
7997
7997
  }, devices.mobile);