@zag-js/rect-utils
Advanced tools
Comparing version 0.74.2 to 0.75.0
@@ -41,4 +41,4 @@ interface Point { | ||
interface SymmetricRectInset { | ||
dx?: number; | ||
dy?: number; | ||
dx?: number | undefined; | ||
dy?: number | undefined; | ||
} | ||
@@ -45,0 +45,0 @@ interface ScalingOptions { |
{ | ||
"name": "@zag-js/rect-utils", | ||
"version": "0.74.2", | ||
"version": "0.75.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62915