@thi.ng/rstream-gestures 4.1.2 → 4.1.5

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2021-11-21T17:09:28Z
3
+ - **Last updated**: 2022-03-11T12:13:49Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -214,4 +214,4 @@ If this project contributes to an academic publication, please cite it as:
214
214
 
215
215
  ## License
216
216
 
217
- © 2018 - 2021 Karsten Schmidt // Apache Software License 2.0
217
+ © 2018 - 2022 Karsten Schmidt // Apache Software License 2.0
package/api.d.ts CHANGED
@@ -112,7 +112,8 @@ export interface GestureStreamOpts extends IID<string> {
112
112
  */
113
113
  maxZoom: number;
114
114
  /**
115
- * Scaling factor for zoom changes. Default: 1
115
+ * Scaling factor for zoom changes. Default: 1. If given a negative value,
116
+ * the sign/direction of wheel event Y-scroll values will flipped.
116
117
  */
117
118
  smooth: number;
118
119
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-gestures",
3
- "version": "4.1.2",
3
+ "version": "4.1.5",
4
4
  "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,19 +34,19 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.2",
38
- "@thi.ng/checks": "^3.1.2",
39
- "@thi.ng/math": "^5.1.2",
40
- "@thi.ng/rstream": "^7.2.0",
41
- "@thi.ng/transducers": "^8.1.2"
37
+ "@thi.ng/api": "^8.3.4",
38
+ "@thi.ng/checks": "^3.1.4",
39
+ "@thi.ng/math": "^5.3.0",
40
+ "@thi.ng/rstream": "^7.2.3",
41
+ "@thi.ng/transducers": "^8.3.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@microsoft/api-extractor": "^7.18.19",
45
- "@thi.ng/testament": "^0.2.2",
44
+ "@microsoft/api-extractor": "^7.19.4",
45
+ "@thi.ng/testament": "^0.2.4",
46
46
  "rimraf": "^3.0.2",
47
47
  "tools": "^0.0.1",
48
- "typedoc": "^0.22.9",
49
- "typescript": "^4.5.2"
48
+ "typedoc": "^0.22.13",
49
+ "typescript": "^4.6.2"
50
50
  },
51
51
  "keywords": [
52
52
  "animation",
@@ -91,5 +91,5 @@
91
91
  ],
92
92
  "year": 2018
93
93
  },
94
- "gitHead": "e8a7c2a40191b391cef182c2978e5a6c85987a87\n"
94
+ "gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n"
95
95
  }