@vueuse/components 8.9.3 → 8.9.4

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -373,7 +373,7 @@ interface UseInfiniteScrollOptions extends UseScrollOptions {
373
373
  *
374
374
  * @default 'bottom'
375
375
  */
376
- direction?: 'top' | 'bottom';
376
+ direction?: 'top' | 'bottom' | 'left' | 'right';
377
377
  /**
378
378
  * Whether to preserve the current scroll position when loading more items.
379
379
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/components",
3
- "version": "8.9.3",
3
+ "version": "8.9.4",
4
4
  "description": "Renderless components for VueUse",
5
5
  "author": "Jacob Clevenger<https://github.com/wheatjs>",
6
6
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  "jsdelivr": "./index.iife.min.js",
34
34
  "types": "./index.d.ts",
35
35
  "dependencies": {
36
- "@vueuse/core": "8.9.3",
37
- "@vueuse/shared": "8.9.3",
36
+ "@vueuse/core": "8.9.4",
37
+ "@vueuse/shared": "8.9.4",
38
38
  "vue-demi": "*"
39
39
  }
40
40
  }