@oneplatformdev/hooks 0.1.0-7 → 0.1.0-71

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.
Files changed (228) hide show
  1. package/CHANGELOG.md +263 -0
  2. package/package.json +15 -19
  3. package/{dist/useEventListener → useEventListener}/useEventListener.d.ts +2 -2
  4. package/{dist/useEventListener → useEventListener}/useEventListener.d.ts.map +1 -1
  5. package/{dist/useHover → useHover}/useHover.d.ts +1 -1
  6. package/{dist/useHover → useHover}/useHover.d.ts.map +1 -1
  7. package/{dist/useOnClickOutside → useOnClickOutside}/useOnClickOutside.d.ts +1 -1
  8. package/{dist/useOnClickOutside → useOnClickOutside}/useOnClickOutside.d.ts.map +1 -1
  9. package/{dist/useResizeObserver → useResizeObserver}/useResizeObserver.d.ts +1 -1
  10. package/{dist/useResizeObserver → useResizeObserver}/useResizeObserver.d.ts.map +1 -1
  11. package/dist/CHANGELOG.md +0 -11
  12. package/dist/LICENSE +0 -21
  13. package/dist/README.md +0 -7
  14. package/dist/package.json +0 -67
  15. /package/{dist/index.d.ts → index.d.ts} +0 -0
  16. /package/{dist/index.d.ts.map → index.d.ts.map} +0 -0
  17. /package/{dist/index.js → index.js} +0 -0
  18. /package/{dist/useBoolean → useBoolean}/index.d.ts +0 -0
  19. /package/{dist/useBoolean → useBoolean}/index.d.ts.map +0 -0
  20. /package/{dist/useBoolean → useBoolean}/index.js +0 -0
  21. /package/{dist/useBoolean → useBoolean}/useBoolean.d.ts +0 -0
  22. /package/{dist/useBoolean → useBoolean}/useBoolean.d.ts.map +0 -0
  23. /package/{dist/useBoolean → useBoolean}/useBoolean.js +0 -0
  24. /package/{dist/useClickAnyWhere → useClickAnyWhere}/index.d.ts +0 -0
  25. /package/{dist/useClickAnyWhere → useClickAnyWhere}/index.d.ts.map +0 -0
  26. /package/{dist/useClickAnyWhere → useClickAnyWhere}/index.js +0 -0
  27. /package/{dist/useClickAnyWhere → useClickAnyWhere}/useClickAnyWhere.d.ts +0 -0
  28. /package/{dist/useClickAnyWhere → useClickAnyWhere}/useClickAnyWhere.d.ts.map +0 -0
  29. /package/{dist/useClickAnyWhere → useClickAnyWhere}/useClickAnyWhere.js +0 -0
  30. /package/{dist/useCopyToClipboard → useCopyToClipboard}/index.d.ts +0 -0
  31. /package/{dist/useCopyToClipboard → useCopyToClipboard}/index.d.ts.map +0 -0
  32. /package/{dist/useCopyToClipboard → useCopyToClipboard}/index.js +0 -0
  33. /package/{dist/useCopyToClipboard → useCopyToClipboard}/useCopyToClipboard.d.ts +0 -0
  34. /package/{dist/useCopyToClipboard → useCopyToClipboard}/useCopyToClipboard.d.ts.map +0 -0
  35. /package/{dist/useCopyToClipboard → useCopyToClipboard}/useCopyToClipboard.js +0 -0
  36. /package/{dist/useCountdown → useCountdown}/index.d.ts +0 -0
  37. /package/{dist/useCountdown → useCountdown}/index.d.ts.map +0 -0
  38. /package/{dist/useCountdown → useCountdown}/index.js +0 -0
  39. /package/{dist/useCountdown → useCountdown}/useCountdown.d.ts +0 -0
  40. /package/{dist/useCountdown → useCountdown}/useCountdown.d.ts.map +0 -0
  41. /package/{dist/useCountdown → useCountdown}/useCountdown.js +0 -0
  42. /package/{dist/useCounter → useCounter}/index.d.ts +0 -0
  43. /package/{dist/useCounter → useCounter}/index.d.ts.map +0 -0
  44. /package/{dist/useCounter → useCounter}/index.js +0 -0
  45. /package/{dist/useCounter → useCounter}/useCounter.d.ts +0 -0
  46. /package/{dist/useCounter → useCounter}/useCounter.d.ts.map +0 -0
  47. /package/{dist/useCounter → useCounter}/useCounter.js +0 -0
  48. /package/{dist/useDarkMode → useDarkMode}/index.d.ts +0 -0
  49. /package/{dist/useDarkMode → useDarkMode}/index.d.ts.map +0 -0
  50. /package/{dist/useDarkMode → useDarkMode}/index.js +0 -0
  51. /package/{dist/useDarkMode → useDarkMode}/useDarkMode.d.ts +0 -0
  52. /package/{dist/useDarkMode → useDarkMode}/useDarkMode.d.ts.map +0 -0
  53. /package/{dist/useDarkMode → useDarkMode}/useDarkMode.js +0 -0
  54. /package/{dist/useDebounceCallback → useDebounceCallback}/index.d.ts +0 -0
  55. /package/{dist/useDebounceCallback → useDebounceCallback}/index.d.ts.map +0 -0
  56. /package/{dist/useDebounceCallback → useDebounceCallback}/index.js +0 -0
  57. /package/{dist/useDebounceCallback → useDebounceCallback}/useDebounceCallback.d.ts +0 -0
  58. /package/{dist/useDebounceCallback → useDebounceCallback}/useDebounceCallback.d.ts.map +0 -0
  59. /package/{dist/useDebounceCallback → useDebounceCallback}/useDebounceCallback.js +0 -0
  60. /package/{dist/useDebounceValue → useDebounceValue}/index.d.ts +0 -0
  61. /package/{dist/useDebounceValue → useDebounceValue}/index.d.ts.map +0 -0
  62. /package/{dist/useDebounceValue → useDebounceValue}/index.js +0 -0
  63. /package/{dist/useDebounceValue → useDebounceValue}/useDebounceValue.d.ts +0 -0
  64. /package/{dist/useDebounceValue → useDebounceValue}/useDebounceValue.d.ts.map +0 -0
  65. /package/{dist/useDebounceValue → useDebounceValue}/useDebounceValue.js +0 -0
  66. /package/{dist/useDocumentTitle → useDocumentTitle}/index.d.ts +0 -0
  67. /package/{dist/useDocumentTitle → useDocumentTitle}/index.d.ts.map +0 -0
  68. /package/{dist/useDocumentTitle → useDocumentTitle}/index.js +0 -0
  69. /package/{dist/useDocumentTitle → useDocumentTitle}/useDocumentTitle.d.ts +0 -0
  70. /package/{dist/useDocumentTitle → useDocumentTitle}/useDocumentTitle.d.ts.map +0 -0
  71. /package/{dist/useDocumentTitle → useDocumentTitle}/useDocumentTitle.js +0 -0
  72. /package/{dist/useEventCallback → useEventCallback}/index.d.ts +0 -0
  73. /package/{dist/useEventCallback → useEventCallback}/index.d.ts.map +0 -0
  74. /package/{dist/useEventCallback → useEventCallback}/index.js +0 -0
  75. /package/{dist/useEventCallback → useEventCallback}/useEventCallback.d.ts +0 -0
  76. /package/{dist/useEventCallback → useEventCallback}/useEventCallback.d.ts.map +0 -0
  77. /package/{dist/useEventCallback → useEventCallback}/useEventCallback.js +0 -0
  78. /package/{dist/useEventListener → useEventListener}/index.d.ts +0 -0
  79. /package/{dist/useEventListener → useEventListener}/index.d.ts.map +0 -0
  80. /package/{dist/useEventListener → useEventListener}/index.js +0 -0
  81. /package/{dist/useEventListener → useEventListener}/useEventListener.js +0 -0
  82. /package/{dist/useHover → useHover}/index.d.ts +0 -0
  83. /package/{dist/useHover → useHover}/index.d.ts.map +0 -0
  84. /package/{dist/useHover → useHover}/index.js +0 -0
  85. /package/{dist/useHover → useHover}/useHover.js +0 -0
  86. /package/{dist/useIntersectionObserver → useIntersectionObserver}/index.d.ts +0 -0
  87. /package/{dist/useIntersectionObserver → useIntersectionObserver}/index.d.ts.map +0 -0
  88. /package/{dist/useIntersectionObserver → useIntersectionObserver}/index.js +0 -0
  89. /package/{dist/useIntersectionObserver → useIntersectionObserver}/useIntersectionObserver.d.ts +0 -0
  90. /package/{dist/useIntersectionObserver → useIntersectionObserver}/useIntersectionObserver.d.ts.map +0 -0
  91. /package/{dist/useIntersectionObserver → useIntersectionObserver}/useIntersectionObserver.js +0 -0
  92. /package/{dist/useInterval → useInterval}/index.d.ts +0 -0
  93. /package/{dist/useInterval → useInterval}/index.d.ts.map +0 -0
  94. /package/{dist/useInterval → useInterval}/index.js +0 -0
  95. /package/{dist/useInterval → useInterval}/useInterval.d.ts +0 -0
  96. /package/{dist/useInterval → useInterval}/useInterval.d.ts.map +0 -0
  97. /package/{dist/useInterval → useInterval}/useInterval.js +0 -0
  98. /package/{dist/useIsClient → useIsClient}/index.d.ts +0 -0
  99. /package/{dist/useIsClient → useIsClient}/index.d.ts.map +0 -0
  100. /package/{dist/useIsClient → useIsClient}/index.js +0 -0
  101. /package/{dist/useIsClient → useIsClient}/useIsClient.d.ts +0 -0
  102. /package/{dist/useIsClient → useIsClient}/useIsClient.d.ts.map +0 -0
  103. /package/{dist/useIsClient → useIsClient}/useIsClient.js +0 -0
  104. /package/{dist/useIsMobile → useIsMobile}/index.d.ts +0 -0
  105. /package/{dist/useIsMobile → useIsMobile}/index.d.ts.map +0 -0
  106. /package/{dist/useIsMobile → useIsMobile}/index.js +0 -0
  107. /package/{dist/useIsMobile → useIsMobile}/types.d.ts +0 -0
  108. /package/{dist/useIsMobile → useIsMobile}/types.d.ts.map +0 -0
  109. /package/{dist/useIsMobile → useIsMobile}/types.js +0 -0
  110. /package/{dist/useIsMobile → useIsMobile}/useIsMobile.d.ts +0 -0
  111. /package/{dist/useIsMobile → useIsMobile}/useIsMobile.d.ts.map +0 -0
  112. /package/{dist/useIsMobile → useIsMobile}/useIsMobile.js +0 -0
  113. /package/{dist/useIsMounted → useIsMounted}/index.d.ts +0 -0
  114. /package/{dist/useIsMounted → useIsMounted}/index.d.ts.map +0 -0
  115. /package/{dist/useIsMounted → useIsMounted}/index.js +0 -0
  116. /package/{dist/useIsMounted → useIsMounted}/useIsMounted.d.ts +0 -0
  117. /package/{dist/useIsMounted → useIsMounted}/useIsMounted.d.ts.map +0 -0
  118. /package/{dist/useIsMounted → useIsMounted}/useIsMounted.js +0 -0
  119. /package/{dist/useIsomorphicLayoutEffect → useIsomorphicLayoutEffect}/index.d.ts +0 -0
  120. /package/{dist/useIsomorphicLayoutEffect → useIsomorphicLayoutEffect}/index.d.ts.map +0 -0
  121. /package/{dist/useIsomorphicLayoutEffect → useIsomorphicLayoutEffect}/index.js +0 -0
  122. /package/{dist/useIsomorphicLayoutEffect → useIsomorphicLayoutEffect}/useIsomorphicLayoutEffect.d.ts +0 -0
  123. /package/{dist/useIsomorphicLayoutEffect → useIsomorphicLayoutEffect}/useIsomorphicLayoutEffect.d.ts.map +0 -0
  124. /package/{dist/useIsomorphicLayoutEffect → useIsomorphicLayoutEffect}/useIsomorphicLayoutEffect.js +0 -0
  125. /package/{dist/useLocalStorage → useLocalStorage}/index.d.ts +0 -0
  126. /package/{dist/useLocalStorage → useLocalStorage}/index.d.ts.map +0 -0
  127. /package/{dist/useLocalStorage → useLocalStorage}/index.js +0 -0
  128. /package/{dist/useLocalStorage → useLocalStorage}/useLocalStorage.d.ts +0 -0
  129. /package/{dist/useLocalStorage → useLocalStorage}/useLocalStorage.d.ts.map +0 -0
  130. /package/{dist/useLocalStorage → useLocalStorage}/useLocalStorage.js +0 -0
  131. /package/{dist/useLockBody → useLockBody}/index.d.ts +0 -0
  132. /package/{dist/useLockBody → useLockBody}/index.d.ts.map +0 -0
  133. /package/{dist/useLockBody → useLockBody}/index.js +0 -0
  134. /package/{dist/useLockBody → useLockBody}/useLockBody.d.ts +0 -0
  135. /package/{dist/useLockBody → useLockBody}/useLockBody.d.ts.map +0 -0
  136. /package/{dist/useLockBody → useLockBody}/useLockBody.js +0 -0
  137. /package/{dist/useMap → useMap}/index.d.ts +0 -0
  138. /package/{dist/useMap → useMap}/index.d.ts.map +0 -0
  139. /package/{dist/useMap → useMap}/index.js +0 -0
  140. /package/{dist/useMap → useMap}/useMap.d.ts +0 -0
  141. /package/{dist/useMap → useMap}/useMap.d.ts.map +0 -0
  142. /package/{dist/useMap → useMap}/useMap.js +0 -0
  143. /package/{dist/useMediaQuery → useMediaQuery}/index.d.ts +0 -0
  144. /package/{dist/useMediaQuery → useMediaQuery}/index.d.ts.map +0 -0
  145. /package/{dist/useMediaQuery → useMediaQuery}/index.js +0 -0
  146. /package/{dist/useMediaQuery → useMediaQuery}/useMediaQuery.d.ts +0 -0
  147. /package/{dist/useMediaQuery → useMediaQuery}/useMediaQuery.d.ts.map +0 -0
  148. /package/{dist/useMediaQuery → useMediaQuery}/useMediaQuery.js +0 -0
  149. /package/{dist/useOnClickOutside → useOnClickOutside}/index.d.ts +0 -0
  150. /package/{dist/useOnClickOutside → useOnClickOutside}/index.d.ts.map +0 -0
  151. /package/{dist/useOnClickOutside → useOnClickOutside}/index.js +0 -0
  152. /package/{dist/useOnClickOutside → useOnClickOutside}/useOnClickOutside.js +0 -0
  153. /package/{dist/useQueryString → useQueryString}/index.d.ts +0 -0
  154. /package/{dist/useQueryString → useQueryString}/index.d.ts.map +0 -0
  155. /package/{dist/useQueryString → useQueryString}/index.js +0 -0
  156. /package/{dist/useQueryString → useQueryString}/useQueryString.d.ts +0 -0
  157. /package/{dist/useQueryString → useQueryString}/useQueryString.d.ts.map +0 -0
  158. /package/{dist/useQueryString → useQueryString}/useQueryString.js +0 -0
  159. /package/{dist/useReadLocalStorage → useReadLocalStorage}/index.d.ts +0 -0
  160. /package/{dist/useReadLocalStorage → useReadLocalStorage}/index.d.ts.map +0 -0
  161. /package/{dist/useReadLocalStorage → useReadLocalStorage}/index.js +0 -0
  162. /package/{dist/useReadLocalStorage → useReadLocalStorage}/useReadLocalStorage.d.ts +0 -0
  163. /package/{dist/useReadLocalStorage → useReadLocalStorage}/useReadLocalStorage.d.ts.map +0 -0
  164. /package/{dist/useReadLocalStorage → useReadLocalStorage}/useReadLocalStorage.js +0 -0
  165. /package/{dist/useResizeObserver → useResizeObserver}/index.d.ts +0 -0
  166. /package/{dist/useResizeObserver → useResizeObserver}/index.d.ts.map +0 -0
  167. /package/{dist/useResizeObserver → useResizeObserver}/index.js +0 -0
  168. /package/{dist/useResizeObserver → useResizeObserver}/useResizeObserver.js +0 -0
  169. /package/{dist/useScreen → useScreen}/index.d.ts +0 -0
  170. /package/{dist/useScreen → useScreen}/index.d.ts.map +0 -0
  171. /package/{dist/useScreen → useScreen}/index.js +0 -0
  172. /package/{dist/useScreen → useScreen}/useScreen.d.ts +0 -0
  173. /package/{dist/useScreen → useScreen}/useScreen.d.ts.map +0 -0
  174. /package/{dist/useScreen → useScreen}/useScreen.js +0 -0
  175. /package/{dist/useScript → useScript}/index.d.ts +0 -0
  176. /package/{dist/useScript → useScript}/index.d.ts.map +0 -0
  177. /package/{dist/useScript → useScript}/index.js +0 -0
  178. /package/{dist/useScript → useScript}/useScript.d.ts +0 -0
  179. /package/{dist/useScript → useScript}/useScript.d.ts.map +0 -0
  180. /package/{dist/useScript → useScript}/useScript.js +0 -0
  181. /package/{dist/useScrollLock → useScrollLock}/index.d.ts +0 -0
  182. /package/{dist/useScrollLock → useScrollLock}/index.d.ts.map +0 -0
  183. /package/{dist/useScrollLock → useScrollLock}/index.js +0 -0
  184. /package/{dist/useScrollLock → useScrollLock}/useScrollLock.d.ts +0 -0
  185. /package/{dist/useScrollLock → useScrollLock}/useScrollLock.d.ts.map +0 -0
  186. /package/{dist/useScrollLock → useScrollLock}/useScrollLock.js +0 -0
  187. /package/{dist/useSessionStorage → useSessionStorage}/index.d.ts +0 -0
  188. /package/{dist/useSessionStorage → useSessionStorage}/index.d.ts.map +0 -0
  189. /package/{dist/useSessionStorage → useSessionStorage}/index.js +0 -0
  190. /package/{dist/useSessionStorage → useSessionStorage}/useSessionStorage.d.ts +0 -0
  191. /package/{dist/useSessionStorage → useSessionStorage}/useSessionStorage.d.ts.map +0 -0
  192. /package/{dist/useSessionStorage → useSessionStorage}/useSessionStorage.js +0 -0
  193. /package/{dist/useStep → useStep}/index.d.ts +0 -0
  194. /package/{dist/useStep → useStep}/index.d.ts.map +0 -0
  195. /package/{dist/useStep → useStep}/index.js +0 -0
  196. /package/{dist/useStep → useStep}/useStep.d.ts +0 -0
  197. /package/{dist/useStep → useStep}/useStep.d.ts.map +0 -0
  198. /package/{dist/useStep → useStep}/useStep.js +0 -0
  199. /package/{dist/useTernaryDarkMode → useTernaryDarkMode}/index.d.ts +0 -0
  200. /package/{dist/useTernaryDarkMode → useTernaryDarkMode}/index.d.ts.map +0 -0
  201. /package/{dist/useTernaryDarkMode → useTernaryDarkMode}/index.js +0 -0
  202. /package/{dist/useTernaryDarkMode → useTernaryDarkMode}/useTernaryDarkMode.d.ts +0 -0
  203. /package/{dist/useTernaryDarkMode → useTernaryDarkMode}/useTernaryDarkMode.d.ts.map +0 -0
  204. /package/{dist/useTernaryDarkMode → useTernaryDarkMode}/useTernaryDarkMode.js +0 -0
  205. /package/{dist/useTimeout → useTimeout}/index.d.ts +0 -0
  206. /package/{dist/useTimeout → useTimeout}/index.d.ts.map +0 -0
  207. /package/{dist/useTimeout → useTimeout}/index.js +0 -0
  208. /package/{dist/useTimeout → useTimeout}/useTimeout.d.ts +0 -0
  209. /package/{dist/useTimeout → useTimeout}/useTimeout.d.ts.map +0 -0
  210. /package/{dist/useTimeout → useTimeout}/useTimeout.js +0 -0
  211. /package/{dist/useToggle → useToggle}/index.d.ts +0 -0
  212. /package/{dist/useToggle → useToggle}/index.d.ts.map +0 -0
  213. /package/{dist/useToggle → useToggle}/index.js +0 -0
  214. /package/{dist/useToggle → useToggle}/useToggle.d.ts +0 -0
  215. /package/{dist/useToggle → useToggle}/useToggle.d.ts.map +0 -0
  216. /package/{dist/useToggle → useToggle}/useToggle.js +0 -0
  217. /package/{dist/useUnmount → useUnmount}/index.d.ts +0 -0
  218. /package/{dist/useUnmount → useUnmount}/index.d.ts.map +0 -0
  219. /package/{dist/useUnmount → useUnmount}/index.js +0 -0
  220. /package/{dist/useUnmount → useUnmount}/useUnmount.d.ts +0 -0
  221. /package/{dist/useUnmount → useUnmount}/useUnmount.d.ts.map +0 -0
  222. /package/{dist/useUnmount → useUnmount}/useUnmount.js +0 -0
  223. /package/{dist/useWindowSize → useWindowSize}/index.d.ts +0 -0
  224. /package/{dist/useWindowSize → useWindowSize}/index.d.ts.map +0 -0
  225. /package/{dist/useWindowSize → useWindowSize}/index.js +0 -0
  226. /package/{dist/useWindowSize → useWindowSize}/useWindowSize.d.ts +0 -0
  227. /package/{dist/useWindowSize → useWindowSize}/useWindowSize.d.ts.map +0 -0
  228. /package/{dist/useWindowSize → useWindowSize}/useWindowSize.js +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,263 @@
1
+ ## 0.1.0-71 (2025-10-02)
2
+
3
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
4
+
5
+ ## 0.1.0-70 (2025-10-02)
6
+
7
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
8
+
9
+ ## 0.1.0-69 (2025-10-02)
10
+
11
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
12
+
13
+ ## 0.1.0-68 (2025-10-02)
14
+
15
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
16
+
17
+ ## 0.1.0-67 (2025-09-16)
18
+
19
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
20
+
21
+ ## 0.1.0-66 (2025-09-16)
22
+
23
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
24
+
25
+ ## 0.1.0-65 (2025-09-16)
26
+
27
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
28
+
29
+ ## 0.1.0-64 (2025-09-16)
30
+
31
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
32
+
33
+ ## 0.1.0-63 (2025-09-16)
34
+
35
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
36
+
37
+ ## 0.1.0-62 (2025-09-16)
38
+
39
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
40
+
41
+ ## 0.1.0-61 (2025-09-16)
42
+
43
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
44
+
45
+ ## 0.1.0-60 (2025-09-16)
46
+
47
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
48
+
49
+ ## 0.1.0-59 (2025-09-16)
50
+
51
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
52
+
53
+ ## 0.1.0-58 (2025-09-16)
54
+
55
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
56
+
57
+ ## 0.1.0-57 (2025-09-16)
58
+
59
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
60
+
61
+ ## 0.1.0-56 (2025-09-16)
62
+
63
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
64
+
65
+ ## 0.1.0-55 (2025-09-16)
66
+
67
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
68
+
69
+ ## 0.1.0-54 (2025-09-16)
70
+
71
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
72
+
73
+ ## 0.1.0-53 (2025-09-16)
74
+
75
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
76
+
77
+ ## 0.1.0-52 (2025-09-16)
78
+
79
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
80
+
81
+ ## 0.1.0-51 (2025-09-16)
82
+
83
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
84
+
85
+ ## 0.1.0-50 (2025-09-15)
86
+
87
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
88
+
89
+ ## 0.1.0-49 (2025-09-15)
90
+
91
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
92
+
93
+ ## 0.1.0-48 (2025-09-15)
94
+
95
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
96
+
97
+ ## 0.1.0-47 (2025-09-15)
98
+
99
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
100
+
101
+ ## 0.1.0-46 (2025-09-15)
102
+
103
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
104
+
105
+ ## 0.1.0-45 (2025-09-15)
106
+
107
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
108
+
109
+ ## 0.1.0-44 (2025-09-15)
110
+
111
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
112
+
113
+ ## 0.1.0-43 (2025-09-15)
114
+
115
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
116
+
117
+ ## 0.1.0-42 (2025-09-15)
118
+
119
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
120
+
121
+ ## 0.1.0-41 (2025-09-15)
122
+
123
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
124
+
125
+ ## 0.1.0-40 (2025-09-15)
126
+
127
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
128
+
129
+ ## 0.1.0-39 (2025-09-15)
130
+
131
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
132
+
133
+ ## 0.1.0-38 (2025-09-15)
134
+
135
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
136
+
137
+ ## 0.1.0-37 (2025-09-15)
138
+
139
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
140
+
141
+ ## 0.1.0-36 (2025-09-15)
142
+
143
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
144
+
145
+ ## 0.1.0-35 (2025-09-15)
146
+
147
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
148
+
149
+ ## 0.1.0-34 (2025-09-15)
150
+
151
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
152
+
153
+ ## 0.1.0-33 (2025-09-15)
154
+
155
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
156
+
157
+ ## 0.1.0-32 (2025-09-15)
158
+
159
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
160
+
161
+ ## 0.1.0-31 (2025-09-15)
162
+
163
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
164
+
165
+ ## 0.1.0-30 (2025-09-15)
166
+
167
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
168
+
169
+ ## 0.1.0-29 (2025-09-15)
170
+
171
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
172
+
173
+ ## 0.1.0-28 (2025-09-15)
174
+
175
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
176
+
177
+ ## 0.1.0-26 (2025-09-15)
178
+
179
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
180
+
181
+ ## 0.1.0-25 (2025-09-15)
182
+
183
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
184
+
185
+ ## 0.1.0-24 (2025-09-15)
186
+
187
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
188
+
189
+ ## 0.1.0-23 (2025-09-15)
190
+
191
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
192
+
193
+ ## 0.1.0-22 (2025-09-15)
194
+
195
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
196
+
197
+ ## 0.1.0-21 (2025-09-15)
198
+
199
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
200
+
201
+ ## 0.1.0-20 (2025-09-15)
202
+
203
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
204
+
205
+ ## 0.1.0-19 (2025-09-15)
206
+
207
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
208
+
209
+ ## 0.1.0-18 (2025-09-15)
210
+
211
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
212
+
213
+ ## 0.1.0-17 (2025-09-15)
214
+
215
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
216
+
217
+ ## 0.1.0-16 (2025-09-15)
218
+
219
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
220
+
221
+ ## 0.1.0-14 (2025-09-15)
222
+
223
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
224
+
225
+ ## 0.1.0-13 (2025-09-15)
226
+
227
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
228
+
229
+ ## 0.1.0-12 (2025-09-15)
230
+
231
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
232
+
233
+ ## 0.1.0-11 (2025-09-15)
234
+
235
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
236
+
237
+ ## 0.1.0-10 (2025-09-11)
238
+
239
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
240
+
241
+ ## 0.1.0-9 (2025-09-11)
242
+
243
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
244
+
245
+ ## 0.1.0-8 (2025-09-11)
246
+
247
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
248
+
249
+ ## 0.1.0-7 (2025-09-11)
250
+
251
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
252
+
253
+ ## 0.1.0-6 (2025-09-11)
254
+
255
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
256
+
257
+ ## 0.1.0-5 (2025-09-11)
258
+
259
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
260
+
261
+ ## 0.1.0-4 (2025-09-11)
262
+
263
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/hooks",
3
- "version": "0.1.0-7",
3
+ "version": "0.1.0-71",
4
4
  "description": "React hook library",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [
@@ -21,36 +21,32 @@
21
21
  "private": false,
22
22
  "license": "MIT",
23
23
  "type": "module",
24
+ "source": "./index.ts",
24
25
  "main": "./index.js",
25
26
  "module": "./index.js",
27
+ "default": "./index.js",
26
28
  "types": "./index.d.ts",
27
- "exports": {
28
- "./package.json": "./package.json",
29
- ".": {
30
- "@oneplatformdev/source": "./src/index.ts",
31
- "types": "./index.d.ts",
32
- "import": "./index.js",
33
- "default": "./index.js"
34
- },
35
- "./*": {
36
- "types": "./*.d.ts",
37
- "import": "./*.js",
38
- "default": "./*.js"
39
- }
29
+ "sideEffects": false,
30
+ "publishConfig": {
31
+ "directory": "dist"
40
32
  },
41
33
  "files": [
34
+ "**/*",
42
35
  "dist",
43
- "README.md",
44
- "LICENSE",
45
36
  "!**/*.tsbuildinfo"
46
37
  ],
47
38
  "dependencies": {
48
39
  "lodash.debounce": "^4.0.8"
49
40
  },
50
41
  "peerDependencies": {
51
- "react": ">=18",
52
- "react-dom": ">=18",
53
- "@types/react": ">=18",
42
+ "react": "^19.0.0",
43
+ "react-dom": "^19.0.0"
44
+ },
45
+ "devDependencies": {
46
+ "react": "19.1.1",
47
+ "react-dom": "19.1.1",
48
+ "@types/react": "19.x",
49
+ "@types/react-dom": "19.x",
54
50
  "@types/lodash.debounce": "^4.0.9"
55
51
  },
56
52
  "peerDependenciesMeta": {
@@ -1,7 +1,7 @@
1
1
  import { RefObject } from 'react';
2
2
  declare function useEventListener<K extends keyof MediaQueryListEventMap>(eventName: K, handler: (event: MediaQueryListEventMap[K]) => void, element: RefObject<MediaQueryList>, options?: boolean | AddEventListenerOptions): void;
3
3
  declare function useEventListener<K extends keyof WindowEventMap>(eventName: K, handler: (event: WindowEventMap[K]) => void, element?: undefined, options?: boolean | AddEventListenerOptions): void;
4
- declare function useEventListener<K extends keyof HTMLElementEventMap & keyof SVGElementEventMap, T extends Element = K extends keyof HTMLElementEventMap ? HTMLDivElement : SVGElement>(eventName: K, handler: ((event: HTMLElementEventMap[K]) => void) | ((event: SVGElementEventMap[K]) => void), element: RefObject<T>, options?: boolean | AddEventListenerOptions): void;
5
- declare function useEventListener<K extends keyof DocumentEventMap>(eventName: K, handler: (event: DocumentEventMap[K]) => void, element: RefObject<Document>, options?: boolean | AddEventListenerOptions): void;
4
+ declare function useEventListener<K extends keyof HTMLElementEventMap & keyof SVGElementEventMap, T extends Element = K extends keyof HTMLElementEventMap ? HTMLDivElement : SVGElement>(eventName: K, handler: ((event: HTMLElementEventMap[K]) => void) | ((event: SVGElementEventMap[K]) => void), element: RefObject<Document | undefined | null>, options?: boolean | AddEventListenerOptions): void;
5
+ declare function useEventListener<K extends keyof DocumentEventMap>(eventName: K, handler: (event: DocumentEventMap[K]) => void, element: RefObject<Document | undefined | null>, options?: boolean | AddEventListenerOptions): void;
6
6
  export { useEventListener };
7
7
  //# sourceMappingURL=useEventListener.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useEventListener.d.ts","sourceRoot":"","sources":["../../src/useEventListener/useEventListener.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,iBAAS,gBAAgB,CAAC,CAAC,SAAS,MAAM,sBAAsB,EAC9D,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,CAAC,KAAK,EAAE,sBAAsB,CAAC,CAAC,CAAC,KAAK,IAAI,EACnD,OAAO,EAAE,SAAS,CAAC,cAAc,CAAC,EAClC,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAA;AAGP,iBAAS,gBAAgB,CAAC,CAAC,SAAS,MAAM,cAAc,EACtD,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,KAAK,IAAI,EAC3C,OAAO,CAAC,EAAE,SAAS,EACnB,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAA;AAGP,iBAAS,gBAAgB,CACvB,CAAC,SAAS,MAAM,mBAAmB,GAAG,MAAM,kBAAkB,EAC9D,CAAC,SAAS,OAAO,GAAG,CAAC,SAAS,MAAM,mBAAmB,GACnD,cAAc,GACd,UAAU,EAEd,SAAS,EAAE,CAAC,EACZ,OAAO,EACH,CAAC,CAAC,KAAK,EAAE,mBAAmB,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,GACzC,CAAC,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,EAC5C,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,EACrB,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAA;AAGP,iBAAS,gBAAgB,CAAC,CAAC,SAAS,MAAM,gBAAgB,EACxD,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,KAAK,IAAI,EAC7C,OAAO,EAAE,SAAS,CAAC,QAAQ,CAAC,EAC5B,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAA;AA6EP,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
1
+ {"version":3,"file":"useEventListener.d.ts","sourceRoot":"","sources":["../../src/useEventListener/useEventListener.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,iBAAS,gBAAgB,CAAC,CAAC,SAAS,MAAM,sBAAsB,EAC9D,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,CAAC,KAAK,EAAE,sBAAsB,CAAC,CAAC,CAAC,KAAK,IAAI,EACnD,OAAO,EAAE,SAAS,CAAC,cAAc,CAAC,EAClC,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAA;AAGP,iBAAS,gBAAgB,CAAC,CAAC,SAAS,MAAM,cAAc,EACtD,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,KAAK,IAAI,EAC3C,OAAO,CAAC,EAAE,SAAS,EACnB,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAA;AAGP,iBAAS,gBAAgB,CACvB,CAAC,SAAS,MAAM,mBAAmB,GAAG,MAAM,kBAAkB,EAC9D,CAAC,SAAS,OAAO,GAAG,CAAC,SAAS,MAAM,mBAAmB,GACnD,cAAc,GACd,UAAU,EAEd,SAAS,EAAE,CAAC,EACZ,OAAO,EACH,CAAC,CAAC,KAAK,EAAE,mBAAmB,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,GACzC,CAAC,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,EAC5C,OAAO,EAAE,SAAS,CAAC,QAAQ,GAAG,SAAS,GAAG,IAAI,CAAC,EAC/C,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAA;AAGP,iBAAS,gBAAgB,CAAC,CAAC,SAAS,MAAM,gBAAgB,EACxD,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,KAAK,IAAI,EAC7C,OAAO,EAAE,SAAS,CAAC,QAAQ,GAAG,SAAS,GAAG,IAAI,CAAC,EAC/C,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAA;AA6EP,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
@@ -13,5 +13,5 @@ import { RefObject } from 'react';
13
13
  * // Access the isHovered variable to determine if the button is being hovered over.
14
14
  * ```
15
15
  */
16
- export declare function useHover<T extends HTMLElement = HTMLElement>(elementRef: RefObject<T>): boolean;
16
+ export declare function useHover<T extends HTMLElement = HTMLElement>(elementRef: RefObject<T | undefined | null>): boolean;
17
17
  //# sourceMappingURL=useHover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useHover.d.ts","sourceRoot":"","sources":["../../src/useHover/useHover.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC;;;;;;;;;;;;;GAaG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EAC1D,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC,GACvB,OAAO,CAcT"}
1
+ {"version":3,"file":"useHover.d.ts","sourceRoot":"","sources":["../../src/useHover/useHover.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC;;;;;;;;;;;;;GAaG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EAC1D,UAAU,EAAE,SAAS,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,GAC1C,OAAO,CAcT"}
@@ -19,6 +19,6 @@ type EventType = 'mousedown' | 'mouseup' | 'touchstart' | 'touchend' | 'focusin'
19
19
  * });
20
20
  * ```
21
21
  */
22
- export declare function useOnClickOutside<T extends HTMLElement = HTMLElement>(ref: RefObject<T> | RefObject<T>[], handler: (event: MouseEvent | TouchEvent | FocusEvent) => void, eventType?: EventType, eventListenerOptions?: AddEventListenerOptions): void;
22
+ export declare function useOnClickOutside<T extends HTMLElement = HTMLElement>(ref: RefObject<T | undefined | null> | RefObject<T | undefined | null>[], handler: (event: MouseEvent | TouchEvent | FocusEvent) => void, eventType?: EventType, eventListenerOptions?: AddEventListenerOptions): void;
23
23
  export {};
24
24
  //# sourceMappingURL=useOnClickOutside.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useOnClickOutside.d.ts","sourceRoot":"","sources":["../../src/useOnClickOutside/useOnClickOutside.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,6BAA6B;AAC7B,KAAK,SAAS,GACV,WAAW,GACX,SAAS,GACT,YAAY,GACZ,UAAU,GACV,SAAS,GACT,UAAU,CAAA;AAEd;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EACnE,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,EAClC,OAAO,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,GAAG,UAAU,KAAK,IAAI,EAC9D,SAAS,GAAE,SAAuB,EAClC,oBAAoB,GAAE,uBAA4B,GACjD,IAAI,CAwBN"}
1
+ {"version":3,"file":"useOnClickOutside.d.ts","sourceRoot":"","sources":["../../src/useOnClickOutside/useOnClickOutside.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,6BAA6B;AAC7B,KAAK,SAAS,GACV,WAAW,GACX,SAAS,GACT,YAAY,GACZ,UAAU,GACV,SAAS,GACT,UAAU,CAAA;AAEd;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EACnE,GAAG,EAAE,SAAS,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,EAAE,EACxE,OAAO,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,GAAG,UAAU,KAAK,IAAI,EAC9D,SAAS,GAAE,SAAuB,EAClC,oBAAoB,GAAE,uBAA4B,GACjD,IAAI,CAwBN"}
@@ -9,7 +9,7 @@ type Size = {
9
9
  /** The options for the ResizeObserver. */
10
10
  type UseResizeObserverOptions<T extends HTMLElement = HTMLElement> = {
11
11
  /** The ref of the element to observe. */
12
- ref: RefObject<T>;
12
+ ref: RefObject<T | undefined | null>;
13
13
  /**
14
14
  * When using `onResize`, the hook doesn't re-render on element size changes; it delegates handling to the provided callback.
15
15
  * @default undefined
@@ -1 +1 @@
1
- {"version":3,"file":"useResizeObserver.d.ts","sourceRoot":"","sources":["../../src/useResizeObserver/useResizeObserver.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,wCAAwC;AACxC,KAAK,IAAI,GAAG;IACV,yCAAyC;IACzC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,0CAA0C;IAC1C,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B,CAAA;AAED,0CAA0C;AAC1C,KAAK,wBAAwB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,IAAI;IACnE,yCAAyC;IACzC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAA;IAC/B;;;OAGG;IACH,GAAG,CAAC,EAAE,YAAY,GAAG,aAAa,GAAG,0BAA0B,CAAA;CAChE,CAAA;AAOD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EACnE,OAAO,EAAE,wBAAwB,CAAC,CAAC,CAAC,GACnC,IAAI,CAmDN"}
1
+ {"version":3,"file":"useResizeObserver.d.ts","sourceRoot":"","sources":["../../src/useResizeObserver/useResizeObserver.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,wCAAwC;AACxC,KAAK,IAAI,GAAG;IACV,yCAAyC;IACzC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,0CAA0C;IAC1C,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B,CAAA;AAED,0CAA0C;AAC1C,KAAK,wBAAwB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,IAAI;IACnE,yCAAyC;IACzC,GAAG,EAAE,SAAS,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,CAAA;IACpC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAA;IAC/B;;;OAGG;IACH,GAAG,CAAC,EAAE,YAAY,GAAG,aAAa,GAAG,0BAA0B,CAAA;CAChE,CAAA;AAOD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EACnE,OAAO,EAAE,wBAAwB,CAAC,CAAC,CAAC,GACnC,IAAI,CAmDN"}
package/dist/CHANGELOG.md DELETED
@@ -1,11 +0,0 @@
1
- ## 0.1.0-6 (2025-09-11)
2
-
3
- This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
4
-
5
- ## 0.1.0-5 (2025-09-11)
6
-
7
- This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
8
-
9
- ## 0.1.0-4 (2025-09-11)
10
-
11
- This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
package/dist/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2025 Oleh Maksimenko
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/dist/README.md DELETED
@@ -1,7 +0,0 @@
1
- # @oneplatformdev/hooks
2
-
3
- This library was generated with [Nx](https://nx.dev).
4
-
5
- ## Running unit tests
6
-
7
- Run `nx test @oneplatformdev/hooks` to execute the unit tests via [Vitest](https://vitest.dev/).
package/dist/package.json DELETED
@@ -1,67 +0,0 @@
1
- {
2
- "name": "@oneplatformdev/hooks",
3
- "version": "0.1.0-6",
4
- "description": "React hook library",
5
- "author": "One Platform Development Team",
6
- "keywords": [
7
- "react",
8
- "oneplatform",
9
- "hooks",
10
- "typescript"
11
- ],
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/oneplatformdev/core.git",
15
- "directory": "packages/hooks"
16
- },
17
- "bugs": {
18
- "url": "https://github.com/oneplatformdev/core/issues"
19
- },
20
- "homepage": "private package",
21
- "private": false,
22
- "license": "MIT",
23
- "type": "module",
24
- "main": "./index.js",
25
- "module": "./index.js",
26
- "types": "./index.d.ts",
27
- "exports": {
28
- "./package.json": "./package.json",
29
- ".": {
30
- "@oneplatformdev/source": "./src/index.ts",
31
- "types": "./index.d.ts",
32
- "import": "./index.js",
33
- "default": "./index.js"
34
- },
35
- "./*": {
36
- "types": "./*.d.ts",
37
- "import": "./*.js",
38
- "default": "./*.js"
39
- }
40
- },
41
- "files": [
42
- "dist",
43
- "README.md",
44
- "LICENSE",
45
- "!**/*.tsbuildinfo"
46
- ],
47
- "dependencies": {
48
- "lodash.debounce": "^4.0.8"
49
- },
50
- "peerDependencies": {
51
- "react": ">=18",
52
- "react-dom": ">=18",
53
- "@types/react": ">=18",
54
- "@types/lodash.debounce": "^4.0.9"
55
- },
56
- "peerDependenciesMeta": {
57
- "@types/react": {
58
- "optional": true
59
- },
60
- "@types/react-dom": {
61
- "optional": true
62
- },
63
- "@types/lodash.debounce": {
64
- "optional": true
65
- }
66
- }
67
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes