docusaurus-plugin-openapi-docs 0.0.0-beta.746 → 0.0.0-beta.747

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.
@@ -275,7 +275,7 @@ function createStatusCodes({ label, id, responses }) {
275
275
  responseHeaders &&
276
276
  (0, createDetails_1.createDetails)({
277
277
  className: "openapi-markdown__details",
278
- "data-collaposed": true,
278
+ "data-collapsed": true,
279
279
  open: false,
280
280
  style: { textAlign: "left", marginBottom: "1rem" },
281
281
  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.746",
4
+ "version": "0.0.0-beta.747",
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": "267e02f497f406fd4d81ac3a1f19d52c5aa625b2"
65
+ "gitHead": "d7b4eb11a240f89e3fba6ed678ae437caab26d1d"
66
66
  }
@@ -285,7 +285,7 @@ export function createStatusCodes({ label, id, responses }: Props) {
285
285
  responseHeaders &&
286
286
  createDetails({
287
287
  className: "openapi-markdown__details",
288
- "data-collaposed": true,
288
+ "data-collapsed": true,
289
289
  open: false,
290
290
  style: { textAlign: "left", marginBottom: "1rem" },
291
291
  children: [