@salesforcedevs/dx-components 0.19.3-alpha.33 → 0.19.3-alpha.34

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": "0.19.3-alpha.33",
3
+ "version": "0.19.3-alpha.34",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -339,6 +339,8 @@ export default class SidebarSearch extends LightningElement {
339
339
  new Set(
340
340
  [
341
341
  this.value,
342
+ Object.keys(termsToHighlight),
343
+ Object.keys(phrasesToHighlight),
342
344
  Object.values(termsToHighlight),
343
345
  Object.values(phrasesToHighlight)
344
346
  ].flat(2)