@kong-ui-public/spec-renderer 2.2.16-pr.1422.69ab9f00.0 → 2.2.16
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/dist/spec-renderer.es.js
CHANGED
|
@@ -11553,10 +11553,6 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
11553
11553
|
.opblock-body .right-side-wrapper .code-snippet {
|
|
11554
11554
|
display: none !important;
|
|
11555
11555
|
}
|
|
11556
|
-
/* ensure there are 4 columns to match the number of elements in the current version of swagger */
|
|
11557
|
-
.swagger-ui .opblock-tag-section .opblock .opblock-summary {
|
|
11558
|
-
grid-template-columns: 80px auto 30px auto;
|
|
11559
|
-
}
|
|
11560
11556
|
/* fix copy button width */
|
|
11561
11557
|
.swagger-ui .opblock .opblock-summary:hover .view-line-link.copy-to-clipboard {
|
|
11562
11558
|
width: 24px;
|
|
@@ -61,10 +61,6 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
61
61
|
.opblock-body .right-side-wrapper .code-snippet {
|
|
62
62
|
display: none !important;
|
|
63
63
|
}
|
|
64
|
-
/* ensure there are 4 columns to match the number of elements in the current version of swagger */
|
|
65
|
-
.swagger-ui .opblock-tag-section .opblock .opblock-summary {
|
|
66
|
-
grid-template-columns: 80px auto 30px auto;
|
|
67
|
-
}
|
|
68
64
|
/* fix copy button width */
|
|
69
65
|
.swagger-ui .opblock .opblock-summary:hover .view-line-link.copy-to-clipboard {
|
|
70
66
|
width: 24px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/spec-renderer",
|
|
3
|
-
"version": "2.2.16
|
|
3
|
+
"version": "2.2.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/spec-renderer.umd.js",
|
|
6
6
|
"module": "./dist/spec-renderer.es.js",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@kong/kongponents": "^9.
|
|
24
|
+
"@kong/kongponents": "^9.1.7",
|
|
25
25
|
"vue": ">= 3.3.13 < 4"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@kong/design-tokens": "1.15.3",
|
|
29
|
-
"@kong/kongponents": "9.
|
|
29
|
+
"@kong/kongponents": "9.1.7",
|
|
30
30
|
"@modyfi/vite-plugin-yaml": "^1.1.0",
|
|
31
31
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
32
32
|
"@types/uuid": "^9.0.8",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"vue": "^3.4.31"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@kong-ui-public/swagger-ui-web-component": "^0.12.
|
|
37
|
+
"@kong-ui-public/swagger-ui-web-component": "^0.12.0",
|
|
38
38
|
"@kong/icons": "^1.15.1",
|
|
39
39
|
"lodash.clonedeep": "^4.5.0",
|
|
40
40
|
"uuid": "^9.0.1",
|