@t007/utils 0.0.38 → 0.0.39

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.
@@ -1,3 +1,6 @@
1
+ import {
2
+ useHighlight
3
+ } from "../chunk-RXMKMD3E.js";
1
4
  import {
2
5
  DEFAULT_CONFIG,
3
6
  H_NAV_KEYS,
@@ -13,9 +16,6 @@ import {
13
16
  INTERACTIVE_SELECTOR,
14
17
  getActiveEl
15
18
  } from "../chunk-ZFW6HNGO.js";
16
- import {
17
- useHighlight
18
- } from "../chunk-RXMKMD3E.js";
19
19
 
20
20
  // src/ts/hooks/react/useScrollAssist.ts
21
21
  import { useEffect, useRef, useCallback } from "react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t007/utils",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "High-performance utilities for the t007 ecosystem.",
5
5
  "author": "Oketade Oluwatobiloba <tobioketade007@gmail.com>",
6
6
  "license": "MIT",
@@ -76,7 +76,7 @@
76
76
  "react-dom": "^18.3.1"
77
77
  },
78
78
  "dependencies": {
79
- "sia-reactor": "^0.0.40"
79
+ "sia-reactor": "^0.0.41"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "react": "^18.0.0"