@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.
- package/dist/console.redocly-openapi-docs.min.js +1 -1
- package/dist/oauth2-redirect.js +1 -1
- package/dist/redocly-openapi-docs.min.js +1039 -736
- package/lib/components/Markdown/styled.js +4 -0
- package/lib/components/common/panels.js +1 -1
- package/lib/types/open-api.d.ts +1 -0
- package/lib-esm/components/Markdown/styled.js +4 -0
- package/lib-esm/components/common/panels.js +1 -1
- package/lib-esm/types/open-api.d.ts +1 -0
- package/package.json +2 -2
package/lib/types/open-api.d.ts
CHANGED
|
@@ -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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/openapi-docs",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
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.
|
|
122
|
+
"@redocly/theme": "0.12.2"
|
|
123
123
|
},
|
|
124
124
|
"nx": {
|
|
125
125
|
"namedInputs": {
|