@zag-js/rect-utils
Advanced tools
Comparing version 0.0.0-dev-20220510084727 to 0.0.0-dev-20220603082742
@@ -157,3 +157,4 @@ var __defProp = Object.defineProperty; | ||
var isObject = (v) => !(v == null || typeof v !== "object" || isArray(v)); | ||
var isTouchEvent = (v) => isObject(v) && "touches" in v; | ||
var hasProp = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop); | ||
var isTouchEvent = (v) => isObject(v) && hasProp(v, "touches"); | ||
@@ -160,0 +161,0 @@ // src/point.ts |
{ | ||
"name": "@zag-js/rect-utils", | ||
"version": "0.0.0-dev-20220510084727", | ||
"version": "0.0.0-dev-20220603082742", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/utils": "0.0.0-dev-20220510084727" | ||
"@zag-js/utils": "0.0.0-dev-20220603082742" | ||
}, | ||
@@ -31,0 +31,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63357
602
+ Added@zag-js/utils@0.0.0-dev-20220603082742(transitive)
- Removed@zag-js/utils@0.0.0-dev-20220510084727(transitive)