docusaurus-plugin-openapi-docs 0.0.0-374 → 0.0.0-375

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.
@@ -19,6 +19,8 @@ function createParamsDetails({ parameters, type }) {
19
19
  return undefined;
20
20
  }
21
21
  return (0, createDetails_1.createDetails)({
22
+ "data-collapsed": false,
23
+ open: true,
22
24
  style: { marginBottom: "1rem" },
23
25
  children: [
24
26
  (0, createDetailsSummary_1.createDetailsSummary)({
@@ -206,6 +206,8 @@ function createSchemaDetails({ title, body, ...rest }) {
206
206
  }
207
207
  }
208
208
  return (0, createDetails_1.createDetails)({
209
+ "data-collapsed": false,
210
+ open: true,
209
211
  ...rest,
210
212
  children: [
211
213
  (0, createDetailsSummary_1.createDetailsSummary)({
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-374",
4
+ "version": "0.0.0-375",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -62,5 +62,5 @@
62
62
  "engines": {
63
63
  "node": ">=14"
64
64
  },
65
- "gitHead": "1a04b6a59b6ba534893ee06fc0f19b9a90768988"
65
+ "gitHead": "cfb3b0d1f222d9e545bbb66d1a40f6648cb37f8b"
66
66
  }
@@ -25,6 +25,8 @@ export function createParamsDetails({ parameters, type }: Props) {
25
25
  }
26
26
 
27
27
  return createDetails({
28
+ "data-collapsed": false,
29
+ open: true,
28
30
  style: { marginBottom: "1rem" },
29
31
  children: [
30
32
  createDetailsSummary({
@@ -269,6 +269,8 @@ export function createSchemaDetails({ title, body, ...rest }: Props) {
269
269
  }
270
270
 
271
271
  return createDetails({
272
+ "data-collapsed": false,
273
+ open: true,
272
274
  ...rest,
273
275
  children: [
274
276
  createDetailsSummary({