@xh/hoist 73.0.0-SNAPSHOT.1744727919048 → 73.0.0-SNAPSHOT.1744738564384
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/CHANGELOG.md
CHANGED
|
@@ -8,8 +8,7 @@ export declare function useOnMount(fn: () => void): void;
|
|
|
8
8
|
export declare function useOnUnmount(fn: () => void): void;
|
|
9
9
|
/**
|
|
10
10
|
* Hook to run a function when a DOM element is resized.
|
|
11
|
-
*
|
|
12
|
-
* @see observeResize() for more details.
|
|
11
|
+
* See {@link observeResize} for more details.
|
|
13
12
|
*
|
|
14
13
|
* @param fn - receives a DOMRect containing the dimensions of the DOM element.
|
|
15
14
|
* @param opts - extra options, currently supporting a `debounce` specified in ms.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "73.0.0-SNAPSHOT.
|
|
3
|
+
"version": "73.0.0-SNAPSHOT.1744738564384",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|