@salesforcedevs/docs-components 1.27.7 → 1.27.8
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/docs-components",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.8",
|
|
4
4
|
"description": "Docs Lightning web components for DSC",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@types/lodash.orderby": "4.6.9",
|
|
26
26
|
"@types/lodash.uniqby": "4.7.9"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "e997023a842e98ae9a116be906c1994c3f4e7fb4",
|
|
29
29
|
"volta": {
|
|
30
30
|
"node": "20.19.0",
|
|
31
31
|
"yarn": "1.22.19"
|
|
@@ -239,8 +239,6 @@ export default class RedocReference extends LightningElement {
|
|
|
239
239
|
window.Redoc.init(
|
|
240
240
|
specUrl,
|
|
241
241
|
{
|
|
242
|
-
// Auto-expand HTTP 200 and 400 response sections
|
|
243
|
-
expandResponses: "200,400",
|
|
244
242
|
// Dynamic scroll offset to account for headers
|
|
245
243
|
scrollYOffset: this.calculateScrollYOffset
|
|
246
244
|
},
|