@redocly/openapi-docs 3.0.0-alpha.38 → 3.0.0-alpha.39

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.
@@ -17,7 +17,7 @@
17
17
  }
18
18
  `}}
19
19
  `,exports.Section=styled_components_1.default.div.attrs((e=>({[constants_1.SECTION_ATTR]:e.sectionId,id:e.id})))`
20
- z-index: 1;
20
+ z-index: 0;
21
21
  padding: 0;
22
22
  width: 100%;
23
23
 
@@ -37,6 +37,7 @@ export interface XLogo {
37
37
  }
38
38
  export interface XMetadata {
39
39
  apiId?: string;
40
+ [key: string]: unknown;
40
41
  }
41
42
  export interface OpenAPIServer extends ParsedDescription {
42
43
  url: string;
@@ -17,7 +17,7 @@ import{H2,LayoutVariant}from"@redocly/theme";import styled,{css}from"styled-comp
17
17
  }
18
18
  `}}
19
19
  `;export const Section=styled.div.attrs((a=>({[SECTION_ATTR]:a.sectionId,id:a.id})))`
20
- z-index: 1;
20
+ z-index: 0;
21
21
  padding: 0;
22
22
  width: 100%;
23
23
 
@@ -37,6 +37,7 @@ export interface XLogo {
37
37
  }
38
38
  export interface XMetadata {
39
39
  apiId?: string;
40
+ [key: string]: unknown;
40
41
  }
41
42
  export interface OpenAPIServer extends ParsedDescription {
42
43
  url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/openapi-docs",
3
- "version": "3.0.0-alpha.38",
3
+ "version": "3.0.0-alpha.39",
4
4
  "description": "Redocly OpenAPI Docs",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",
@@ -119,7 +119,7 @@
119
119
  "webpack-dev-server": "^4.9.3",
120
120
  "workerize-loader": "github:redocly/workerize-loader#webpack-5-dist",
121
121
  "js-yaml": "4.1.0",
122
- "@redocly/theme": "0.11.5"
122
+ "@redocly/theme": "0.12.2"
123
123
  },
124
124
  "nx": {
125
125
  "namedInputs": {