@salesforcedevs/docs-components 1.18.0-search-alpha → 1.18.5-alpha

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,11 +1,16 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "1.18.0-search-alpha",
3
+ "version": "1.18.5-alpha",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "engines": {
8
- "node": "20.x"
8
+ "node": "20.x",
9
+ "yarn": "1.22.19"
10
+ },
11
+ "volta": {
12
+ "node": "20.18.2",
13
+ "yarn": "1.22.19"
9
14
  },
10
15
  "publishConfig": {
11
16
  "access": "public"
@@ -116,6 +116,7 @@ dx-toc {
116
116
 
117
117
  .content-body-container {
118
118
  padding-right: 0;
119
+ padding-left: 0;
119
120
  overflow-x: auto;
120
121
  margin-bottom: calc(var(--dx-g-spacing-5xl) + 4px);
121
122
  }