@salesforcedevs/docs-components 1.26.0 → 1.27.4

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.26.0",
3
+ "version": "1.27.4",
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": "238d6ca8147bd1522bd67df8a653a03149eaedfd",
28
+ "gitHead": "6401b8843a37230dc9837965acf034a843f61c3c",
29
29
  "volta": {
30
30
  "node": "20.19.0",
31
31
  "yarn": "1.22.19"
@@ -70,6 +70,7 @@ dx-toc {
70
70
  .content-body-doc-phase-container {
71
71
  flex: 1;
72
72
  border-left: 1px solid var(--dx-g-gray-90);
73
+ min-width: 0;
73
74
  }
74
75
 
75
76
  .doc-phase-wrapper,
@@ -105,6 +106,7 @@ dx-toc {
105
106
  max-width: 1000px;
106
107
  flex: 1;
107
108
  width: 0;
109
+ word-break: break-word;
108
110
  }
109
111
 
110
112
  .is-sticky {