@rxdrag/website-lib 0.0.149 → 0.0.151

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.
@@ -210,6 +210,7 @@ const {
210
210
  if (config.touchEnabled) {
211
211
  const handleTouchStart = (e) => {
212
212
  touchStartX = e.touches ? e.touches[0].clientX : e.clientX;
213
+ touchEndX = touchStartX;
213
214
  isDragging = true;
214
215
  stopAutoplay();
215
216
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdrag/website-lib",
3
- "version": "0.0.149",
3
+ "version": "0.0.151",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts",
@@ -29,11 +29,11 @@
29
29
  "gsap": "^3.12.7",
30
30
  "typescript": "^5",
31
31
  "@rxdrag/eslint-config-custom": "0.2.13",
32
- "@rxdrag/entify-hooks": "0.2.79",
33
32
  "@rxdrag/tsconfig": "0.2.1",
34
33
  "@rxdrag/rxcms-models": "0.3.106",
35
- "@rxdrag/tiptap-preview": "0.0.3",
36
- "@rxdrag/website-lib-core": "0.0.126"
34
+ "@rxdrag/entify-hooks": "0.2.79",
35
+ "@rxdrag/website-lib-core": "0.0.126",
36
+ "@rxdrag/tiptap-preview": "0.0.3"
37
37
  },
38
38
  "dependencies": {
39
39
  "aos": "3.0.0-beta.6",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "peerDependencies": {
47
47
  "astro": "^5.16.6",
48
- "@rxdrag/website-lib-core": "^0.0.0"
48
+ "@rxdrag/website-lib-core": "*"
49
49
  },
50
50
  "scripts": {
51
51
  "lint": "eslint . --ext .ts,tsx",