docusaurus-theme-openapi-docs 0.0.0-476 → 0.0.0-477

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.
@@ -416,5 +416,5 @@
416
416
 
417
417
  /* Prism code styles */
418
418
  :global(.prism-code.language-json) {
419
- white-space: nowrap !important;
419
+ white-space: pre !important;
420
420
  }
@@ -416,5 +416,5 @@
416
416
 
417
417
  /* Prism code styles */
418
418
  :global(.prism-code.language-json) {
419
- white-space: nowrap !important;
419
+ white-space: pre !important;
420
420
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "docusaurus-theme-openapi-docs",
3
3
  "description": "OpenAPI theme for Docusaurus.",
4
- "version": "0.0.0-476",
4
+ "version": "0.0.0-477",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -50,7 +50,7 @@
50
50
  "buffer": "^6.0.3",
51
51
  "clsx": "^1.1.1",
52
52
  "crypto-js": "^4.1.1",
53
- "docusaurus-plugin-openapi-docs": "0.0.0-476",
53
+ "docusaurus-plugin-openapi-docs": "0.0.0-477",
54
54
  "immer": "^9.0.7",
55
55
  "lodash": "^4.17.20",
56
56
  "process": "^0.11.10",
@@ -70,5 +70,5 @@
70
70
  "engines": {
71
71
  "node": ">=14"
72
72
  },
73
- "gitHead": "f9884501f80f81eaeed207cc0064aa43826214d0"
73
+ "gitHead": "51d2b956ac517e84c135d88beb38418e766d7bae"
74
74
  }
@@ -416,5 +416,5 @@
416
416
 
417
417
  /* Prism code styles */
418
418
  :global(.prism-code.language-json) {
419
- white-space: nowrap !important;
419
+ white-space: pre !important;
420
420
  }