@oneplatformdev/hooks 0.1.0-15 → 0.1.0-151

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 (223) hide show
  1. package/CHANGELOG.md +589 -0
  2. package/index.d.ts +37 -0
  3. package/index.d.ts.map +1 -0
  4. package/package.json +14 -20
  5. package/useBoolean/index.d.ts +2 -0
  6. package/useBoolean/index.d.ts.map +1 -0
  7. package/useBoolean/index.js +4 -0
  8. package/useBoolean/useBoolean.d.ts +29 -0
  9. package/useBoolean/useBoolean.d.ts.map +1 -0
  10. package/useBoolean/useBoolean.js +16 -0
  11. package/useClickAnyWhere/index.d.ts +2 -0
  12. package/useClickAnyWhere/index.d.ts.map +1 -0
  13. package/useClickAnyWhere/index.js +4 -0
  14. package/useClickAnyWhere/useClickAnyWhere.d.ts +17 -0
  15. package/useClickAnyWhere/useClickAnyWhere.d.ts.map +1 -0
  16. package/useClickAnyWhere/useClickAnyWhere.js +9 -0
  17. package/useCopyToClipboard/index.d.ts +2 -0
  18. package/useCopyToClipboard/index.d.ts.map +1 -0
  19. package/useCopyToClipboard/index.js +4 -0
  20. package/useCopyToClipboard/useCopyToClipboard.d.ts +34 -0
  21. package/useCopyToClipboard/useCopyToClipboard.d.ts.map +1 -0
  22. package/useCopyToClipboard/useCopyToClipboard.js +16 -0
  23. package/useCountdown/index.d.ts +2 -0
  24. package/useCountdown/index.d.ts.map +1 -0
  25. package/useCountdown/index.js +4 -0
  26. package/useCountdown/useCountdown.d.ts +47 -0
  27. package/useCountdown/useCountdown.d.ts.map +1 -0
  28. package/useCountdown/useCountdown.js +33 -0
  29. package/useCounter/index.d.ts +2 -0
  30. package/useCounter/index.d.ts.map +1 -0
  31. package/useCounter/index.js +4 -0
  32. package/useCounter/useCounter.d.ts +28 -0
  33. package/useCounter/useCounter.d.ts.map +1 -0
  34. package/useCounter/useCounter.js +20 -0
  35. package/useDarkMode/index.d.ts +2 -0
  36. package/useDarkMode/index.d.ts.map +1 -0
  37. package/useDarkMode/index.js +4 -0
  38. package/useDarkMode/useDarkMode.d.ts +46 -0
  39. package/useDarkMode/useDarkMode.d.ts.map +1 -0
  40. package/useDarkMode/useDarkMode.js +38 -0
  41. package/useDebounceCallback/index.d.ts +3 -0
  42. package/useDebounceCallback/index.d.ts.map +1 -0
  43. package/useDebounceCallback/index.js +5 -0
  44. package/useDebounceCallback/useDebounceCallback.d.ts +62 -0
  45. package/useDebounceCallback/useDebounceCallback.d.ts.map +1 -0
  46. package/useDebounceCallback/useDebounceCallback.js +21 -0
  47. package/useDebounceValue/index.d.ts +2 -0
  48. package/useDebounceValue/index.d.ts.map +1 -0
  49. package/useDebounceValue/index.js +4 -0
  50. package/useDebounceValue/useDebounceValue.d.ts +40 -0
  51. package/useDebounceValue/useDebounceValue.d.ts.map +1 -0
  52. package/useDebounceValue/useDebounceValue.js +13 -0
  53. package/useDocumentTitle/index.d.ts +2 -0
  54. package/useDocumentTitle/index.d.ts.map +1 -0
  55. package/useDocumentTitle/index.js +4 -0
  56. package/useDocumentTitle/useDocumentTitle.d.ts +19 -0
  57. package/useDocumentTitle/useDocumentTitle.d.ts.map +1 -0
  58. package/useDocumentTitle/useDocumentTitle.js +16 -0
  59. package/useEventCallback/index.d.ts +2 -0
  60. package/useEventCallback/index.d.ts.map +1 -0
  61. package/useEventCallback/index.js +4 -0
  62. package/useEventCallback/useEventCallback.d.ts +18 -0
  63. package/useEventCallback/useEventCallback.d.ts.map +1 -0
  64. package/useEventCallback/useEventCallback.js +13 -0
  65. package/useEventListener/index.d.ts +2 -0
  66. package/useEventListener/index.d.ts.map +1 -0
  67. package/useEventListener/index.js +4 -0
  68. package/useEventListener/useEventListener.d.ts +9 -0
  69. package/useEventListener/useEventListener.d.ts.map +1 -0
  70. package/useEventListener/useEventListener.js +20 -0
  71. package/useHover/index.d.ts +2 -0
  72. package/useHover/index.d.ts.map +1 -0
  73. package/useHover/index.js +4 -0
  74. package/useHover/useHover.d.ts +17 -0
  75. package/useHover/useHover.d.ts.map +1 -0
  76. package/useHover/useHover.js +13 -0
  77. package/useIntersectionObserver/index.d.ts +2 -0
  78. package/useIntersectionObserver/index.d.ts.map +1 -0
  79. package/useIntersectionObserver/index.js +4 -0
  80. package/useIntersectionObserver/useIntersectionObserver.d.ts +72 -0
  81. package/useIntersectionObserver/useIntersectionObserver.d.ts.map +1 -0
  82. package/useIntersectionObserver/useIntersectionObserver.js +53 -0
  83. package/useInterval/index.d.ts +2 -0
  84. package/useInterval/index.d.ts.map +1 -0
  85. package/useInterval/index.js +4 -0
  86. package/useInterval/useInterval.d.ts +16 -0
  87. package/useInterval/useInterval.d.ts.map +1 -0
  88. package/useInterval/useInterval.js +20 -0
  89. package/useIsClient/index.d.ts +2 -0
  90. package/useIsClient/index.d.ts.map +1 -0
  91. package/useIsClient/index.js +4 -0
  92. package/useIsClient/useIsClient.d.ts +13 -0
  93. package/useIsClient/useIsClient.d.ts.map +1 -0
  94. package/useIsClient/useIsClient.js +10 -0
  95. package/useIsMobile/index.d.ts +3 -0
  96. package/useIsMobile/index.d.ts.map +1 -0
  97. package/useIsMobile/index.js +4 -0
  98. package/useIsMobile/types.d.ts +4 -0
  99. package/useIsMobile/types.d.ts.map +1 -0
  100. package/useIsMobile/types.js +1 -0
  101. package/useIsMobile/useIsMobile.d.ts +3 -0
  102. package/useIsMobile/useIsMobile.d.ts.map +1 -0
  103. package/useIsMobile/useIsMobile.js +16 -0
  104. package/useIsMounted/index.d.ts +2 -0
  105. package/useIsMounted/index.d.ts.map +1 -0
  106. package/useIsMounted/index.js +4 -0
  107. package/useIsMounted/useIsMounted.d.ts +2 -0
  108. package/useIsMounted/useIsMounted.d.ts.map +1 -0
  109. package/useIsMounted/useIsMounted.js +10 -0
  110. package/useIsomorphicLayoutEffect/index.d.ts +2 -0
  111. package/useIsomorphicLayoutEffect/index.d.ts.map +1 -0
  112. package/useIsomorphicLayoutEffect/index.js +4 -0
  113. package/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts +16 -0
  114. package/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts.map +1 -0
  115. package/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.js +5 -0
  116. package/useLocalStorage/index.d.ts +2 -0
  117. package/useLocalStorage/index.d.ts.map +1 -0
  118. package/useLocalStorage/index.js +4 -0
  119. package/useLocalStorage/useLocalStorage.d.ts +39 -0
  120. package/useLocalStorage/useLocalStorage.d.ts.map +1 -0
  121. package/useLocalStorage/useLocalStorage.js +65 -0
  122. package/useLockBody/index.d.ts +2 -0
  123. package/useLockBody/index.d.ts.map +1 -0
  124. package/useLockBody/index.js +4 -0
  125. package/useLockBody/useLockBody.d.ts +2 -0
  126. package/useLockBody/useLockBody.d.ts.map +1 -0
  127. package/useLockBody/useLockBody.js +12 -0
  128. package/useMap/index.d.ts +2 -0
  129. package/useMap/index.d.ts.map +1 -0
  130. package/useMap/index.js +4 -0
  131. package/useMap/useMap.d.ts +48 -0
  132. package/useMap/useMap.d.ts.map +1 -0
  133. package/useMap/useMap.js +27 -0
  134. package/useMediaQuery/index.d.ts +2 -0
  135. package/useMediaQuery/index.d.ts.map +1 -0
  136. package/useMediaQuery/index.js +4 -0
  137. package/useMediaQuery/useMediaQuery.d.ts +29 -0
  138. package/useMediaQuery/useMediaQuery.d.ts.map +1 -0
  139. package/useMediaQuery/useMediaQuery.js +21 -0
  140. package/useOnClickOutside/index.d.ts +2 -0
  141. package/useOnClickOutside/index.d.ts.map +1 -0
  142. package/useOnClickOutside/index.js +4 -0
  143. package/useOnClickOutside/useOnClickOutside.d.ts +24 -0
  144. package/useOnClickOutside/useOnClickOutside.d.ts.map +1 -0
  145. package/useOnClickOutside/useOnClickOutside.js +17 -0
  146. package/useQueryString/index.d.ts +2 -0
  147. package/useQueryString/index.d.ts.map +1 -0
  148. package/useQueryString/index.js +4 -0
  149. package/useQueryString/useQueryString.d.ts +10 -0
  150. package/useQueryString/useQueryString.d.ts.map +1 -0
  151. package/useQueryString/useQueryString.js +10 -0
  152. package/useReadLocalStorage/index.d.ts +2 -0
  153. package/useReadLocalStorage/index.d.ts.map +1 -0
  154. package/useReadLocalStorage/index.js +4 -0
  155. package/useReadLocalStorage/useReadLocalStorage.d.ts +14 -0
  156. package/useReadLocalStorage/useReadLocalStorage.d.ts.map +1 -0
  157. package/useReadLocalStorage/useReadLocalStorage.js +48 -0
  158. package/useResizeObserver/index.d.ts +2 -0
  159. package/useResizeObserver/index.d.ts.map +1 -0
  160. package/useResizeObserver/index.js +4 -0
  161. package/useResizeObserver/useResizeObserver.d.ts +44 -0
  162. package/useResizeObserver/useResizeObserver.d.ts.map +1 -0
  163. package/useResizeObserver/useResizeObserver.js +31 -0
  164. package/useScreen/index.d.ts +2 -0
  165. package/useScreen/index.d.ts.map +1 -0
  166. package/useScreen/index.js +4 -0
  167. package/useScreen/useScreen.d.ts +20 -0
  168. package/useScreen/useScreen.d.ts.map +1 -0
  169. package/useScreen/useScreen.js +48 -0
  170. package/useScript/index.d.ts +2 -0
  171. package/useScript/index.d.ts.map +1 -0
  172. package/useScript/index.js +4 -0
  173. package/useScript/useScript.d.ts +24 -0
  174. package/useScript/useScript.d.ts.map +1 -0
  175. package/useScript/useScript.js +45 -0
  176. package/useScrollLock/index.d.ts +2 -0
  177. package/useScrollLock/index.d.ts.map +1 -0
  178. package/useScrollLock/index.js +4 -0
  179. package/useScrollLock/useScrollLock.d.ts +54 -0
  180. package/useScrollLock/useScrollLock.d.ts.map +1 -0
  181. package/useScrollLock/useScrollLock.js +26 -0
  182. package/useSessionStorage/index.d.ts +2 -0
  183. package/useSessionStorage/index.d.ts.map +1 -0
  184. package/useSessionStorage/index.js +4 -0
  185. package/useSessionStorage/useSessionStorage.d.ts +39 -0
  186. package/useSessionStorage/useSessionStorage.d.ts.map +1 -0
  187. package/useSessionStorage/useSessionStorage.js +65 -0
  188. package/useStep/index.d.ts +2 -0
  189. package/useStep/index.d.ts.map +1 -0
  190. package/useStep/index.js +4 -0
  191. package/useStep/useStep.d.ts +31 -0
  192. package/useStep/useStep.d.ts.map +1 -0
  193. package/useStep/useStep.js +34 -0
  194. package/useTernaryDarkMode/index.d.ts +2 -0
  195. package/useTernaryDarkMode/index.d.ts.map +1 -0
  196. package/useTernaryDarkMode/index.js +4 -0
  197. package/useTernaryDarkMode/useTernaryDarkMode.d.ts +46 -0
  198. package/useTernaryDarkMode/useTernaryDarkMode.d.ts.map +1 -0
  199. package/useTernaryDarkMode/useTernaryDarkMode.js +27 -0
  200. package/useTimeout/index.d.ts +2 -0
  201. package/useTimeout/index.d.ts.map +1 -0
  202. package/useTimeout/index.js +4 -0
  203. package/useTimeout/useTimeout.d.ts +17 -0
  204. package/useTimeout/useTimeout.d.ts.map +1 -0
  205. package/useTimeout/useTimeout.js +20 -0
  206. package/useToggle/index.d.ts +2 -0
  207. package/useToggle/index.d.ts.map +1 -0
  208. package/useToggle/index.js +4 -0
  209. package/useToggle/useToggle.d.ts +18 -0
  210. package/useToggle/useToggle.d.ts.map +1 -0
  211. package/useToggle/useToggle.js +10 -0
  212. package/useUnmount/index.d.ts +2 -0
  213. package/useUnmount/index.d.ts.map +1 -0
  214. package/useUnmount/index.js +4 -0
  215. package/useUnmount/useUnmount.d.ts +14 -0
  216. package/useUnmount/useUnmount.d.ts.map +1 -0
  217. package/useUnmount/useUnmount.js +13 -0
  218. package/useWindowSize/index.d.ts +2 -0
  219. package/useWindowSize/index.d.ts.map +1 -0
  220. package/useWindowSize/index.js +4 -0
  221. package/useWindowSize/useWindowSize.d.ts +30 -0
  222. package/useWindowSize/useWindowSize.d.ts.map +1 -0
  223. package/useWindowSize/useWindowSize.js +31 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,589 @@
1
+ ## 0.1.0-151 (2025-12-23)
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-150 (2025-12-18)
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-149 (2025-12-18)
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-148 (2025-12-18)
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-147 (2025-12-17)
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-146 (2025-12-17)
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - minor alert dialog content ([#41](https://github.com/oneplatformdev/core-web/pull/41))
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - Bohdan Radchenko @BohdanRadchenko
30
+
31
+ ## 0.1.0-145 (2025-12-15)
32
+
33
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
34
+
35
+ ## 0.1.0-144 (2025-12-15)
36
+
37
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
38
+
39
+ ## 0.1.0-143 (2025-12-15)
40
+
41
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
42
+
43
+ ## 0.1.0-142 (2025-12-15)
44
+
45
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
46
+
47
+ ## 0.1.0-141 (2025-12-15)
48
+
49
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
50
+
51
+ ## 0.1.0-140 (2025-12-15)
52
+
53
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
54
+
55
+ ## 0.1.0-139 (2025-12-08)
56
+
57
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
58
+
59
+ ## 0.1.0-138 (2025-12-04)
60
+
61
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
62
+
63
+ ## 0.1.0-137 (2025-12-03)
64
+
65
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
66
+
67
+ ## 0.1.0-136 (2025-12-03)
68
+
69
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
70
+
71
+ ## 0.1.0-135 (2025-12-03)
72
+
73
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
74
+
75
+ ## 0.1.0-134 (2025-12-03)
76
+
77
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
78
+
79
+ ## 0.1.0-133 (2025-12-03)
80
+
81
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
82
+
83
+ ## 0.1.0-132 (2025-12-03)
84
+
85
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
86
+
87
+ ## 0.1.0-131 (2025-11-25)
88
+
89
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
90
+
91
+ ## 0.1.0-130 (2025-11-25)
92
+
93
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
94
+
95
+ ## 0.1.0-129 (2025-11-25)
96
+
97
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
98
+
99
+ ## 0.1.0-128 (2025-11-25)
100
+
101
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
102
+
103
+ ## 0.1.0-127 (2025-11-25)
104
+
105
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
106
+
107
+ ## 0.1.0-126 (2025-11-25)
108
+
109
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
110
+
111
+ ## 0.1.0-125 (2025-11-25)
112
+
113
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
114
+
115
+ ## 0.1.0-124 (2025-11-25)
116
+
117
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
118
+
119
+ ## 0.1.0-123 (2025-11-25)
120
+
121
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
122
+
123
+ ## 0.1.0-122 (2025-11-21)
124
+
125
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
126
+
127
+ ## 0.1.0-121 (2025-11-19)
128
+
129
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
130
+
131
+ ## 0.1.0-120 (2025-11-11)
132
+
133
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
134
+
135
+ ## 0.1.0-119 (2025-11-10)
136
+
137
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
138
+
139
+ ## 0.1.0-118 (2025-11-10)
140
+
141
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
142
+
143
+ ## 0.1.0-117 (2025-11-10)
144
+
145
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
146
+
147
+ ## 0.1.0-116 (2025-11-09)
148
+
149
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
150
+
151
+ ## 0.1.0-115 (2025-11-09)
152
+
153
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
154
+
155
+ ## 0.1.0-114 (2025-11-06)
156
+
157
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
158
+
159
+ ## 0.1.0-113 (2025-11-06)
160
+
161
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
162
+
163
+ ## 0.1.0-112 (2025-11-06)
164
+
165
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
166
+
167
+ ## 0.1.0-111 (2025-11-06)
168
+
169
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
170
+
171
+ ## 0.1.0-110 (2025-11-06)
172
+
173
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
174
+
175
+ ## 0.1.0-109 (2025-11-06)
176
+
177
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
178
+
179
+ ## 0.1.0-108 (2025-11-06)
180
+
181
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
182
+
183
+ ## 0.1.0-107 (2025-11-03)
184
+
185
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
186
+
187
+ ## 0.1.0-106 (2025-11-03)
188
+
189
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
190
+
191
+ ## 0.1.0-105 (2025-10-22)
192
+
193
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
194
+
195
+ ## 0.1.0-104 (2025-10-21)
196
+
197
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
198
+
199
+ ## 0.1.0-103 (2025-10-21)
200
+
201
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
202
+
203
+ ## 0.1.0-102 (2025-10-21)
204
+
205
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
206
+
207
+ ## 0.1.0-101 (2025-10-21)
208
+
209
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
210
+
211
+ ## 0.1.0-100 (2025-10-21)
212
+
213
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
214
+
215
+ ## 0.1.0-99 (2025-10-21)
216
+
217
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
218
+
219
+ ## 0.1.0-98 (2025-10-20)
220
+
221
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
222
+
223
+ ## 0.1.0-97 (2025-10-20)
224
+
225
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
226
+
227
+ ## 0.1.0-96 (2025-10-20)
228
+
229
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
230
+
231
+ ## 0.1.0-95 (2025-10-20)
232
+
233
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
234
+
235
+ ## 0.1.0-94 (2025-10-20)
236
+
237
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
238
+
239
+ ## 0.1.0-93 (2025-10-13)
240
+
241
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
242
+
243
+ ## 0.1.0-92 (2025-10-13)
244
+
245
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
246
+
247
+ ## 0.1.0-91 (2025-10-13)
248
+
249
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
250
+
251
+ ## 0.1.0-90 (2025-10-13)
252
+
253
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
254
+
255
+ ## 0.1.0-89 (2025-10-13)
256
+
257
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
258
+
259
+ ## 0.1.0-88 (2025-10-06)
260
+
261
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
262
+
263
+ ## 0.1.0-87 (2025-10-04)
264
+
265
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
266
+
267
+ ## 0.1.0-86 (2025-10-04)
268
+
269
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
270
+
271
+ ## 0.1.0-85 (2025-10-04)
272
+
273
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
274
+
275
+ ## 0.1.0-84 (2025-10-04)
276
+
277
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
278
+
279
+ ## 0.1.0-83 (2025-10-03)
280
+
281
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
282
+
283
+ ## 0.1.0-82 (2025-10-03)
284
+
285
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
286
+
287
+ ## 0.1.0-81 (2025-10-03)
288
+
289
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
290
+
291
+ ## 0.1.0-80 (2025-10-02)
292
+
293
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
294
+
295
+ ## 0.1.0-79 (2025-10-02)
296
+
297
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
298
+
299
+ ## 0.1.0-78 (2025-10-02)
300
+
301
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
302
+
303
+ ## 0.1.0-77 (2025-10-02)
304
+
305
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
306
+
307
+ ## 0.1.0-76 (2025-10-02)
308
+
309
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
310
+
311
+ ## 0.1.0-75 (2025-10-02)
312
+
313
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
314
+
315
+ ## 0.1.0-74 (2025-10-02)
316
+
317
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
318
+
319
+ ## 0.1.0-73 (2025-10-02)
320
+
321
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
322
+
323
+ ## 0.1.0-72 (2025-10-02)
324
+
325
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
326
+
327
+ ## 0.1.0-71 (2025-10-02)
328
+
329
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
330
+
331
+ ## 0.1.0-70 (2025-10-02)
332
+
333
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
334
+
335
+ ## 0.1.0-69 (2025-10-02)
336
+
337
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
338
+
339
+ ## 0.1.0-68 (2025-10-02)
340
+
341
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
342
+
343
+ ## 0.1.0-67 (2025-09-16)
344
+
345
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
346
+
347
+ ## 0.1.0-66 (2025-09-16)
348
+
349
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
350
+
351
+ ## 0.1.0-65 (2025-09-16)
352
+
353
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
354
+
355
+ ## 0.1.0-64 (2025-09-16)
356
+
357
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
358
+
359
+ ## 0.1.0-63 (2025-09-16)
360
+
361
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
362
+
363
+ ## 0.1.0-62 (2025-09-16)
364
+
365
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
366
+
367
+ ## 0.1.0-61 (2025-09-16)
368
+
369
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
370
+
371
+ ## 0.1.0-60 (2025-09-16)
372
+
373
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
374
+
375
+ ## 0.1.0-59 (2025-09-16)
376
+
377
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
378
+
379
+ ## 0.1.0-58 (2025-09-16)
380
+
381
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
382
+
383
+ ## 0.1.0-57 (2025-09-16)
384
+
385
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
386
+
387
+ ## 0.1.0-56 (2025-09-16)
388
+
389
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
390
+
391
+ ## 0.1.0-55 (2025-09-16)
392
+
393
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
394
+
395
+ ## 0.1.0-54 (2025-09-16)
396
+
397
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
398
+
399
+ ## 0.1.0-53 (2025-09-16)
400
+
401
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
402
+
403
+ ## 0.1.0-52 (2025-09-16)
404
+
405
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
406
+
407
+ ## 0.1.0-51 (2025-09-16)
408
+
409
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
410
+
411
+ ## 0.1.0-50 (2025-09-15)
412
+
413
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
414
+
415
+ ## 0.1.0-49 (2025-09-15)
416
+
417
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
418
+
419
+ ## 0.1.0-48 (2025-09-15)
420
+
421
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
422
+
423
+ ## 0.1.0-47 (2025-09-15)
424
+
425
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
426
+
427
+ ## 0.1.0-46 (2025-09-15)
428
+
429
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
430
+
431
+ ## 0.1.0-45 (2025-09-15)
432
+
433
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
434
+
435
+ ## 0.1.0-44 (2025-09-15)
436
+
437
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
438
+
439
+ ## 0.1.0-43 (2025-09-15)
440
+
441
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
442
+
443
+ ## 0.1.0-42 (2025-09-15)
444
+
445
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
446
+
447
+ ## 0.1.0-41 (2025-09-15)
448
+
449
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
450
+
451
+ ## 0.1.0-40 (2025-09-15)
452
+
453
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
454
+
455
+ ## 0.1.0-39 (2025-09-15)
456
+
457
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
458
+
459
+ ## 0.1.0-38 (2025-09-15)
460
+
461
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
462
+
463
+ ## 0.1.0-37 (2025-09-15)
464
+
465
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
466
+
467
+ ## 0.1.0-36 (2025-09-15)
468
+
469
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
470
+
471
+ ## 0.1.0-35 (2025-09-15)
472
+
473
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
474
+
475
+ ## 0.1.0-34 (2025-09-15)
476
+
477
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
478
+
479
+ ## 0.1.0-33 (2025-09-15)
480
+
481
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
482
+
483
+ ## 0.1.0-32 (2025-09-15)
484
+
485
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
486
+
487
+ ## 0.1.0-31 (2025-09-15)
488
+
489
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
490
+
491
+ ## 0.1.0-30 (2025-09-15)
492
+
493
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
494
+
495
+ ## 0.1.0-29 (2025-09-15)
496
+
497
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
498
+
499
+ ## 0.1.0-28 (2025-09-15)
500
+
501
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
502
+
503
+ ## 0.1.0-26 (2025-09-15)
504
+
505
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
506
+
507
+ ## 0.1.0-25 (2025-09-15)
508
+
509
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
510
+
511
+ ## 0.1.0-24 (2025-09-15)
512
+
513
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
514
+
515
+ ## 0.1.0-23 (2025-09-15)
516
+
517
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
518
+
519
+ ## 0.1.0-22 (2025-09-15)
520
+
521
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
522
+
523
+ ## 0.1.0-21 (2025-09-15)
524
+
525
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
526
+
527
+ ## 0.1.0-20 (2025-09-15)
528
+
529
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
530
+
531
+ ## 0.1.0-19 (2025-09-15)
532
+
533
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
534
+
535
+ ## 0.1.0-18 (2025-09-15)
536
+
537
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
538
+
539
+ ## 0.1.0-17 (2025-09-15)
540
+
541
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
542
+
543
+ ## 0.1.0-16 (2025-09-15)
544
+
545
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
546
+
547
+ ## 0.1.0-14 (2025-09-15)
548
+
549
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
550
+
551
+ ## 0.1.0-13 (2025-09-15)
552
+
553
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
554
+
555
+ ## 0.1.0-12 (2025-09-15)
556
+
557
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
558
+
559
+ ## 0.1.0-11 (2025-09-15)
560
+
561
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
562
+
563
+ ## 0.1.0-10 (2025-09-11)
564
+
565
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
566
+
567
+ ## 0.1.0-9 (2025-09-11)
568
+
569
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
570
+
571
+ ## 0.1.0-8 (2025-09-11)
572
+
573
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
574
+
575
+ ## 0.1.0-7 (2025-09-11)
576
+
577
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
578
+
579
+ ## 0.1.0-6 (2025-09-11)
580
+
581
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
582
+
583
+ ## 0.1.0-5 (2025-09-11)
584
+
585
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
586
+
587
+ ## 0.1.0-4 (2025-09-11)
588
+
589
+ This was a version bump only for @oneplatformdev/hooks to align it with other projects, there were no code changes.
package/index.d.ts ADDED
@@ -0,0 +1,37 @@
1
+ export * from './useBoolean';
2
+ export * from './useClickAnyWhere';
3
+ export * from './useCopyToClipboard';
4
+ export * from './useCountdown';
5
+ export * from './useCounter';
6
+ export * from './useDarkMode';
7
+ export * from './useDebounceCallback';
8
+ export * from './useDebounceValue';
9
+ export * from './useDocumentTitle';
10
+ export * from './useEventCallback';
11
+ export * from './useEventListener';
12
+ export * from './useHover';
13
+ export * from './useIntersectionObserver';
14
+ export * from './useInterval';
15
+ export * from './useIsClient';
16
+ export * from './useIsMobile';
17
+ export * from './useIsMounted';
18
+ export * from './useIsomorphicLayoutEffect';
19
+ export * from './useLocalStorage';
20
+ export * from './useLockBody';
21
+ export * from './useMap';
22
+ export * from './useMediaQuery';
23
+ export * from './useOnClickOutside';
24
+ export * from './useReadLocalStorage';
25
+ export * from './useResizeObserver';
26
+ export * from './useScreen';
27
+ export * from './useScript';
28
+ export * from './useScrollLock';
29
+ export * from './useSessionStorage';
30
+ export * from './useStep';
31
+ export * from './useTernaryDarkMode';
32
+ export * from './useTimeout';
33
+ export * from './useToggle';
34
+ export * from './useUnmount';
35
+ export * from './useWindowSize';
36
+ export * from './useQueryString';
37
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/hooks",
3
- "version": "0.1.0-15",
3
+ "version": "0.1.0-151",
4
4
  "description": "React hook library",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [
@@ -21,38 +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
- }
40
- },
29
+ "sideEffects": false,
41
30
  "publishConfig": {
42
- "access": "public",
43
31
  "directory": "dist"
44
32
  },
45
33
  "files": [
46
- "dist/**",
34
+ "**/*",
35
+ "dist",
47
36
  "!**/*.tsbuildinfo"
48
37
  ],
49
38
  "dependencies": {
50
39
  "lodash.debounce": "^4.0.8"
51
40
  },
52
41
  "peerDependencies": {
53
- "react": ">=18",
54
- "react-dom": ">=18",
55
- "@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",
56
50
  "@types/lodash.debounce": "^4.0.9"
57
51
  },
58
52
  "peerDependenciesMeta": {
@@ -0,0 +1,2 @@
1
+ export * from './useBoolean';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/useBoolean/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}