docusaurus-theme-openapi-docs 0.0.0-833 → 0.0.0-838

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.
@@ -145,6 +145,7 @@ function ParamOptions() {
145
145
  react_1.default.createElement(
146
146
  "button",
147
147
  {
148
+ type: "button",
148
149
  className: "openapi-explorer__show-more-btn",
149
150
  onClick: () => setShowOptional((prev) => !prev),
150
151
  },
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-833",
4
+ "version": "0.0.0-838",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -42,7 +42,7 @@
42
42
  "clsx": "^1.1.1",
43
43
  "copy-text-to-clipboard": "^3.1.0",
44
44
  "crypto-js": "^4.1.1",
45
- "docusaurus-plugin-openapi-docs": "0.0.0-833",
45
+ "docusaurus-plugin-openapi-docs": "0.0.0-838",
46
46
  "docusaurus-plugin-sass": "^0.2.3",
47
47
  "file-saver": "^2.0.5",
48
48
  "lodash": "^4.17.20",
@@ -70,5 +70,5 @@
70
70
  "engines": {
71
71
  "node": ">=14"
72
72
  },
73
- "gitHead": "88fa93f9d8676c5c4c2a210980373d615e829060"
73
+ "gitHead": "efa5b1e84055a04c1a689b8e025a6c22337ba41a"
74
74
  }
@@ -80,6 +80,7 @@ function ParamOptions() {
80
80
  {optionalParams.length > 0 && (
81
81
  <>
82
82
  <button
83
+ type="button"
83
84
  className="openapi-explorer__show-more-btn"
84
85
  onClick={() => setShowOptional((prev) => !prev)}
85
86
  >