@redocly/theme 0.31.2 → 0.31.3

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.
@@ -12,7 +12,7 @@ const Tag_1 = require("./components/Tag");
12
12
  const TableOfContent_1 = require("./components/TableOfContent");
13
13
  const Navbar_1 = require("./components/Navbar");
14
14
  const Search_1 = require("./components/Search");
15
- const Catalog_1 = require("./components/Catalog");
15
+ const styledVariables_1 = require("./components/Catalog/styledVariables"); // NOTE: For some reason only direct import works here
16
16
  const Filter_1 = require("./components/Filter");
17
17
  const Menu_1 = require("./components/Menu");
18
18
  const Panel_1 = require("./components/Panel");
@@ -927,7 +927,7 @@ exports.styles = (0, styled_components_1.css) `
927
927
  ${borders}
928
928
  ${Breadcrumbs_1.breadcrumbs}
929
929
  ${Button_1.button}
930
- ${Catalog_1.catalog}
930
+ ${styledVariables_1.catalog}
931
931
  ${CodeBlock_1.code}
932
932
  ${docsDropdown}
933
933
  ${Dropdown_1.dropdown}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/theme",
3
- "version": "0.31.2",
3
+ "version": "0.31.3",
4
4
  "description": "Shared UI components lib",
5
5
  "keywords": [
6
6
  "theme",
@@ -10,7 +10,7 @@ import { tag } from '@theme/components/Tag';
10
10
  import { toc } from '@theme/components/TableOfContent';
11
11
  import { navbar } from '@theme/components/Navbar';
12
12
  import { search } from '@theme/components/Search';
13
- import { catalog } from '@theme/components/Catalog';
13
+ import { catalog } from '@theme/components/Catalog/styledVariables'; // NOTE: For some reason only direct import works here
14
14
  import { filter } from '@theme/components/Filter';
15
15
  import { menu, mobileMenu } from '@theme/components/Menu';
16
16
  import { apiReferencePanels, responsePanelColors } from '@theme/components/Panel';