@zag-js/rect-utils 0.78.1 → 0.78.3

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.d.mts CHANGED
@@ -150,7 +150,7 @@ type WindowRectOptions = {
150
150
  excludeScrollbar?: boolean;
151
151
  };
152
152
  /**
153
- * Creates a rectange from window object
153
+ * Creates a rectangle from window object
154
154
  */
155
155
  declare function getWindowRect(win: Window, opts?: WindowRectOptions): Rect;
156
156
  /**
package/dist/index.d.ts CHANGED
@@ -150,7 +150,7 @@ type WindowRectOptions = {
150
150
  excludeScrollbar?: boolean;
151
151
  };
152
152
  /**
153
- * Creates a rectange from window object
153
+ * Creates a rectangle from window object
154
154
  */
155
155
  declare function getWindowRect(win: Window, opts?: WindowRectOptions): Rect;
156
156
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/rect-utils",
3
- "version": "0.78.1",
3
+ "version": "0.78.3",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "js",