@salesforcedevs/dx-components 1.28.7-alpha.4 → 1.28.7-alpha.5

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/dx-components",
3
- "version": "1.28.7-alpha.4",
3
+ "version": "1.28.7-alpha.5",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -44,5 +44,5 @@
44
44
  "luxon": "3.4.4",
45
45
  "msw": "^2.12.4"
46
46
  },
47
- "gitHead": "d329feb4c9c677552c504edb326c80cfa437b81d"
47
+ "gitHead": "e9212b1c8e71775c00e7fc1f01cd1b3db3d10046"
48
48
  }
@@ -104,7 +104,7 @@ export default class SidebarSearch extends LightningElement {
104
104
  return {
105
105
  title: item.title ?? "",
106
106
  titleHighlights: [],
107
- excerpt: "",
107
+ excerpt: item.matchedText ?? "",
108
108
  excerptHighlights: [],
109
109
  uniqueId: href || `result-${index}`,
110
110
  href,