@credithub/harlan-components 1.47.0 → 1.47.1

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.
@@ -21,12 +21,15 @@ var Title = styled.h2(templateObject_4 || (templateObject_4 = __makeTemplateObje
21
21
  var theme = _a.theme;
22
22
  return theme.colors.azulCredithub;
23
23
  });
24
- var CloseButton = styled.button(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n position: absolute;\n top: 16px;\n right: 16px;\n background: none;\n border: none;\n font-size: 1.5rem;\n cursor: pointer;\n color: ", ";\n\n &:hover {\n color: ", ";\n }\n"], ["\n position: absolute;\n top: 16px;\n right: 16px;\n background: none;\n border: none;\n font-size: 1.5rem;\n cursor: pointer;\n color: ", ";\n\n &:hover {\n color: ", ";\n }\n"])), function (_a) {
24
+ var CloseButton = styled.button(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n all: unset;\n position: absolute;\n top: 12px;\n right: 12px;\n width: 32px;\n height: 32px;\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 1.5rem;\n font-weight: bold;\n cursor: pointer;\n color: ", ";\n border-radius: 50%;\n transition:\n background 0.3s ease,\n color 0.3s ease;\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"], ["\n all: unset;\n position: absolute;\n top: 12px;\n right: 12px;\n width: 32px;\n height: 32px;\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 1.5rem;\n font-weight: bold;\n cursor: pointer;\n color: ", ";\n border-radius: 50%;\n transition:\n background 0.3s ease,\n color 0.3s ease;\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_a) {
25
25
  var theme = _a.theme;
26
26
  return theme.colors.cinzaEscuro;
27
27
  }, function (_a) {
28
28
  var theme = _a.theme;
29
- return theme.colors.azulApoio;
29
+ return theme.colors.cinzaBase;
30
+ }, function (_a) {
31
+ var theme = _a.theme;
32
+ return theme.colors.azulCredithub;
30
33
  });
31
34
  var Message = styled.p(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", ";\n color: ", ";\n line-height: 1.6;\n text-align: center;\n margin-top: 16px;\n margin-bottom: 24px;\n"], ["\n ", ";\n color: ", ";\n line-height: 1.6;\n text-align: center;\n margin-top: 16px;\n margin-bottom: 24px;\n"])), function (_a) {
32
35
  var theme = _a.theme;