docusaurus-plugin-openapi-docs 0.0.0-beta.664 → 0.0.0-beta.665
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.
|
@@ -363,6 +363,7 @@ function createAnyOneOfProperty(name, schemaName, schema, required, nullable) {
|
|
|
363
363
|
className: "schemaItem",
|
|
364
364
|
children: [
|
|
365
365
|
(0, createDetails_1.createDetails)({
|
|
366
|
+
className: "openapi-markdown__details",
|
|
366
367
|
children: [
|
|
367
368
|
(0, createDetailsSummary_1.createDetailsSummary)({
|
|
368
369
|
children: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-plugin-openapi-docs",
|
|
3
3
|
"description": "OpenAPI plugin for Docusaurus.",
|
|
4
|
-
"version": "0.0.0-beta.
|
|
4
|
+
"version": "0.0.0-beta.665",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"openapi",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"engines": {
|
|
61
61
|
"node": ">=14"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "4a6fb40ab26563fec58509e1f0c3eeb9c82a6f6d"
|
|
64
64
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* ========================================================================== */
|
|
7
7
|
|
|
8
8
|
import clsx from "clsx";
|
|
9
|
+
|
|
9
10
|
import { SchemaObject } from "../openapi/types";
|
|
10
11
|
import {
|
|
11
12
|
createClosingArrayBracket,
|
|
@@ -436,6 +437,7 @@ function createAnyOneOfProperty(
|
|
|
436
437
|
className: "schemaItem",
|
|
437
438
|
children: [
|
|
438
439
|
createDetails({
|
|
440
|
+
className: "openapi-markdown__details",
|
|
439
441
|
children: [
|
|
440
442
|
createDetailsSummary({
|
|
441
443
|
children: [
|