@redocly/theme 0.30.7 → 0.30.8

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.
@@ -28,6 +28,7 @@ exports.LogoContainer = styled_components_1.default.div.attrs({
28
28
  img {
29
29
  max-width: 100%;
30
30
  max-height: 100%;
31
+ height: 100%;
31
32
  }
32
33
  `;
33
34
  //# sourceMappingURL=NavbarLogo.js.map
@@ -12,7 +12,6 @@ exports.logo = (0, styled_components_1.css) `
12
12
  --navbar-logo-margin: 16px; // @presenter Spacing
13
13
  --navbar-logo-max-width: 285px; // @presenter Spacing
14
14
  --navbar-logo-max-height: 285px; // @presenter Spacing
15
-
16
15
  // @tokens End
17
16
  `;
18
17
  //# sourceMappingURL=styledVariables.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/theme",
3
- "version": "0.30.7",
3
+ "version": "0.30.8",
4
4
  "description": "Shared UI components lib",
5
5
  "keywords": [
6
6
  "theme",
@@ -43,5 +43,6 @@ export const LogoContainer = styled.div.attrs({
43
43
  img {
44
44
  max-width: 100%;
45
45
  max-height: 100%;
46
+ height: 100%;
46
47
  }
47
48
  `;
@@ -10,6 +10,5 @@ export const logo = css`
10
10
  --navbar-logo-margin: 16px; // @presenter Spacing
11
11
  --navbar-logo-max-width: 285px; // @presenter Spacing
12
12
  --navbar-logo-max-height: 285px; // @presenter Spacing
13
-
14
13
  // @tokens End
15
14
  `;