docusaurus-theme-openapi-docs 0.0.0-990 → 0.0.0-996

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.
@@ -13,7 +13,8 @@
13
13
 
14
14
  &:hover {
15
15
  border: 2px dashed var(--ifm-color-primary);
16
- background: linear-gradient(
16
+ background:
17
+ linear-gradient(
17
18
  var(--openapi-dropzone-hover-shim),
18
19
  var(--openapi-dropzone-hover-shim)
19
20
  ),
@@ -38,7 +39,8 @@
38
39
  font-size: var(--ifm-code-font-size);
39
40
  border: 2px dashed var(--ifm-color-primary);
40
41
 
41
- background: linear-gradient(
42
+ background:
43
+ linear-gradient(
42
44
  var(--openapi-dropzone-hover-shim),
43
45
  var(--openapi-dropzone-hover-shim)
44
46
  ),
@@ -45,8 +45,8 @@
45
45
  line-height: 1.5;
46
46
 
47
47
  transition-property: color, background, border-color, box-shadow;
48
- transition-duration: 100ms, 100ms, 100ms,
49
- var(--ifm-button-transition-duration);
48
+ transition-duration:
49
+ 100ms, 100ms, 100ms, var(--ifm-button-transition-duration);
50
50
  transition-timing-function: cubic-bezier(0.08, 0.52, 0.52, 1);
51
51
 
52
52
  -webkit-user-select: none;
@@ -85,8 +85,8 @@
85
85
  padding: 0.5rem 1rem;
86
86
  font-size: 12px;
87
87
  transition-property: color, background, border-color, box-shadow;
88
- transition-duration: 100ms, 100ms, 100ms,
89
- var(--ifm-button-transition-duration);
88
+ transition-duration:
89
+ 100ms, 100ms, 100ms, var(--ifm-button-transition-duration);
90
90
  transition-timing-function: cubic-bezier(0.08, 0.52, 0.52, 1);
91
91
  user-select: none;
92
92
  white-space: nowrap;
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-990",
4
+ "version": "0.0.0-996",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -36,7 +36,7 @@
36
36
  "@types/lodash": "^4.14.176",
37
37
  "@types/pako": "^2.0.3",
38
38
  "concurrently": "^5.2.0",
39
- "docusaurus-plugin-openapi-docs": "0.0.0-990",
39
+ "docusaurus-plugin-openapi-docs": "0.0.0-996",
40
40
  "docusaurus-plugin-sass": "^0.2.3",
41
41
  "eslint-plugin-prettier": "^5.0.1"
42
42
  },
@@ -79,5 +79,5 @@
79
79
  "engines": {
80
80
  "node": ">=14"
81
81
  },
82
- "gitHead": "c8648dddd1cbf0df998e9f19260596e91b8f79ca"
82
+ "gitHead": "b6caef9cf6765bef67b15261222df6730f578a3d"
83
83
  }
@@ -237,8 +237,7 @@ function Body({
237
237
  try {
238
238
  // If the value is already valid JSON we shouldn't double encode the value
239
239
  JSON.parse(example.value);
240
- }
241
- catch (e) {
240
+ } catch (e) {
242
241
  body = JSON.stringify(example.value, null, 2);
243
242
  }
244
243
 
@@ -13,7 +13,8 @@
13
13
 
14
14
  &:hover {
15
15
  border: 2px dashed var(--ifm-color-primary);
16
- background: linear-gradient(
16
+ background:
17
+ linear-gradient(
17
18
  var(--openapi-dropzone-hover-shim),
18
19
  var(--openapi-dropzone-hover-shim)
19
20
  ),
@@ -38,7 +39,8 @@
38
39
  font-size: var(--ifm-code-font-size);
39
40
  border: 2px dashed var(--ifm-color-primary);
40
41
 
41
- background: linear-gradient(
42
+ background:
43
+ linear-gradient(
42
44
  var(--openapi-dropzone-hover-shim),
43
45
  var(--openapi-dropzone-hover-shim)
44
46
  ),
@@ -45,8 +45,8 @@
45
45
  line-height: 1.5;
46
46
 
47
47
  transition-property: color, background, border-color, box-shadow;
48
- transition-duration: 100ms, 100ms, 100ms,
49
- var(--ifm-button-transition-duration);
48
+ transition-duration:
49
+ 100ms, 100ms, 100ms, var(--ifm-button-transition-duration);
50
50
  transition-timing-function: cubic-bezier(0.08, 0.52, 0.52, 1);
51
51
 
52
52
  -webkit-user-select: none;
@@ -85,8 +85,8 @@
85
85
  padding: 0.5rem 1rem;
86
86
  font-size: 12px;
87
87
  transition-property: color, background, border-color, box-shadow;
88
- transition-duration: 100ms, 100ms, 100ms,
89
- var(--ifm-button-transition-duration);
88
+ transition-duration:
89
+ 100ms, 100ms, 100ms, var(--ifm-button-transition-duration);
90
90
  transition-timing-function: cubic-bezier(0.08, 0.52, 0.52, 1);
91
91
  user-select: none;
92
92
  white-space: nowrap;