@salesforcedevs/dx-components 1.3.75 → 1.3.76

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.3.75",
3
+ "version": "1.3.76",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -40,5 +40,5 @@
40
40
  "eventsourcemock": "^2.0.0",
41
41
  "luxon": "^3.1.0"
42
42
  },
43
- "gitHead": "e3b7d29684ec24c93bdae912f9d4f70adf4c4221"
43
+ "gitHead": "14f72dacd30bd66b65033fbf972f24510568296e"
44
44
  }
@@ -26,7 +26,7 @@ import {
26
26
  export const SESSION_KEY = "dx-sidebar-search-state";
27
27
 
28
28
  const DEFAULT_RESULT_COUNT = 20;
29
- const SEARCH_DEBOUNCE_DELAY = 780;
29
+ const SEARCH_DEBOUNCE_DELAY = 1200;
30
30
 
31
31
  const UserRecentSearches = new RecentSearches();
32
32