docusaurus-theme-openapi-docs 3.0.0-beta.8 → 3.0.0-beta.9

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/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": "3.0.0-beta.8",
4
+ "version": "3.0.0-beta.9",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -44,7 +44,7 @@
44
44
  "clsx": "^1.1.1",
45
45
  "copy-text-to-clipboard": "^3.1.0",
46
46
  "crypto-js": "^4.1.1",
47
- "docusaurus-plugin-openapi-docs": "^3.0.0-beta.8",
47
+ "docusaurus-plugin-openapi-docs": "^3.0.0-beta.9",
48
48
  "docusaurus-plugin-sass": "^0.2.3",
49
49
  "file-saver": "^2.0.5",
50
50
  "lodash": "^4.17.20",
@@ -69,5 +69,5 @@
69
69
  "engines": {
70
70
  "node": ">=14"
71
71
  },
72
- "gitHead": "5877a91dbf3a6f75d4b13258fe5d1f578dd35637"
72
+ "gitHead": "ab5f392ee23f45e99e78121f7d799128fe950ae3"
73
73
  }
@@ -161,8 +161,8 @@ function TabList({
161
161
  parseInt(value) >= 400
162
162
  ? "danger"
163
163
  : parseInt(value) >= 200 && parseInt(value) < 300
164
- ? "success"
165
- : "info",
164
+ ? "success"
165
+ : "info",
166
166
  {
167
167
  active: selectedValue === value,
168
168
  }