@salesforcedevs/dx-components 1.3.367 → 1.3.374

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.367",
3
+ "version": "1.3.374",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "dependencies": {
13
- "@coveo/headless": "2.16.5",
13
+ "@coveo/headless": "2.32.0",
14
14
  "@floating-ui/dom": "1.5.1",
15
15
  "@optimizely/optimizely-sdk": "5.3.0",
16
16
  "@salesforcedevs/sfdocs-wires": "0.6.98",
@@ -46,5 +46,5 @@
46
46
  "volta": {
47
47
  "node": "18.18.0"
48
48
  },
49
- "gitHead": "bed257f995a2a4bd7b377a7431a1b7c51b133602"
49
+ "gitHead": "e0f5d5a9b1f931530f842ce15bf4ee92efb48bd2"
50
50
  }
@@ -174,7 +174,7 @@ export default class ScrollManager extends LightningElement {
174
174
  }
175
175
  }
176
176
 
177
- saveScroll = throttle(100, () => {
177
+ saveScroll = throttle(500, () => {
178
178
  const scrollingElement = document.scrollingElement || document.body;
179
179
  window.history.replaceState(
180
180
  {