@salesforcedevs/dx-components 0.19.3-alpha.23 → 0.19.3-alpha.24

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.23",
3
+ "version": "0.19.3-alpha.24",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -341,6 +341,7 @@ export default class SidebarSearch extends LightningElement {
341
341
  if (!termsToHighlight || !phrasesToHighlight) {
342
342
  return;
343
343
  }
344
+ console.log(termsToHighlight, Object.values(termsToHighlight))
344
345
  const terms = new Set(
345
346
  [
346
347
  Object.values(termsToHighlight),