@redocly/openapi-docs 3.0.0-alpha.37 → 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.
@@ -211,6 +211,10 @@
211
211
  list-style: var(--md-list-item-style);
212
212
  }
213
213
 
214
+ ul > li:has(input[type='checkbox']) {
215
+ list-style: var(--md-checkbox-list-item-style);
216
+ }
217
+
214
218
  ol > li {
215
219
  list-style: var(--md-numbered-list-item-style);
216
220
  }
@@ -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;
@@ -211,6 +211,10 @@ import styled,{css}from"styled-components";import{CodeBlock}from"@redocly/theme"
211
211
  list-style: var(--md-list-item-style);
212
212
  }
213
213
 
214
+ ul > li:has(input[type='checkbox']) {
215
+ list-style: var(--md-checkbox-list-item-style);
216
+ }
217
+
214
218
  ol > li {
215
219
  list-style: var(--md-numbered-list-item-style);
216
220
  }
@@ -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.37",
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.3"
122
+ "@redocly/theme": "0.12.2"
123
123
  },
124
124
  "nx": {
125
125
  "namedInputs": {