@mateosuarezdev/react-ui 1.0.25 → 1.0.27

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/dist/index.js CHANGED
@@ -4625,7 +4625,7 @@ const Yi = ({
4625
4625
  return;
4626
4626
  T.current = Date.now();
4627
4627
  const p = $.current;
4628
- p.isScrolling = !0, p.startY = p.currentY, p.lastTimestamp = Date.now(), p.isPullingToRefresh = p.currentY === 0, p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null), B();
4628
+ p.isScrolling = !0, p.startY = p.currentY, p.lastTimestamp = Date.now(), p.isPullingToRefresh = p.currentY === 0, p.pullDistance = 0, p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null), B();
4629
4629
  },
4630
4630
  [B]
4631
4631
  ), C = A(
@@ -6188,4 +6188,3 @@ export {
6188
6188
  jn as usePopover,
6189
6189
  Kr as useRipple
6190
6190
  };
6191
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mateosuarezdev/react-ui",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "Dynamic React UI library designed to work alongside @mateosuarezdev/react-router",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -16,8 +16,7 @@
16
16
  "files": [
17
17
  "dist/**/*.js",
18
18
  "dist/**/*.cjs",
19
- "dist/**/*.d.ts",
20
- "dist/**/*.map"
19
+ "dist/**/*.d.ts"
21
20
  ],
22
21
  "sideEffects": false,
23
22
  "scripts": {