foxact 0.2.42 → 0.2.43
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/fetch-jsonp/index.cjs +1 -1
- package/fetch-jsonp/index.js +1 -1
- package/fetch-jsonp/index.mjs +1 -1
- package/package.json +89 -89
- package/sizes.json +1 -1
- package/use-next-link/index.cjs +1 -1
- package/use-next-link/index.js +1 -1
- package/use-next-link/index.mjs +1 -1
package/fetch-jsonp/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e="__foxact_jsonp_callbacks__SECRET_INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED";exports.fetchJsonp=function(o){if("undefined"==typeof window)throw TypeError("fetchJsonp is only available in the browser");window[e]||Object.defineProperty(window,e,{value:{},writable:!0,configurable:!0,enumerable:!1});const n="
|
|
1
|
+
"use strict";const e="__foxact_jsonp_callbacks__SECRET_INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED";exports.fetchJsonp=function(o){if("undefined"==typeof window)throw TypeError("fetchJsonp is only available in the browser");window[e]||Object.defineProperty(window,e,{value:{},writable:!0,configurable:!0,enumerable:!1});const n="__".concat(Date.now(),"_").concat(Math.random().toString().slice(2),"__"),t="window.".concat(e,".").concat(n);if(Object.prototype.hasOwnProperty.call(window[e],n))throw TypeError("Callback name conflict: ".concat(n));const r=o(t);return new Promise((o,t)=>{const c=document.createElement("script");c.src=r,c.async=!0;const a=()=>{c.removeEventListener("error",i),c.remove(),window[e][n]&&delete window[e][n]};function i(){a(),t(Error("Failed to load script: ".concat(r)))}c.addEventListener("error",i),window[e][n]=e=>{a(),o(e)},document.body.append(c)})};
|
package/fetch-jsonp/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e="__foxact_jsonp_callbacks__SECRET_INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED";exports.fetchJsonp=function(o){if("undefined"==typeof window)throw TypeError("fetchJsonp is only available in the browser");window[e]||Object.defineProperty(window,e,{value:{},writable:!0,configurable:!0,enumerable:!1});const n="
|
|
1
|
+
"use strict";const e="__foxact_jsonp_callbacks__SECRET_INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED";exports.fetchJsonp=function(o){if("undefined"==typeof window)throw TypeError("fetchJsonp is only available in the browser");window[e]||Object.defineProperty(window,e,{value:{},writable:!0,configurable:!0,enumerable:!1});const n="__".concat(Date.now(),"_").concat(Math.random().toString().slice(2),"__"),t="window.".concat(e,".").concat(n);if(Object.prototype.hasOwnProperty.call(window[e],n))throw TypeError("Callback name conflict: ".concat(n));const r=o(t);return new Promise((o,t)=>{const c=document.createElement("script");c.src=r,c.async=!0;const a=()=>{c.removeEventListener("error",i),c.remove(),window[e][n]&&delete window[e][n]};function i(){a(),t(Error("Failed to load script: ".concat(r)))}c.addEventListener("error",i),window[e][n]=e=>{a(),o(e)},document.body.append(c)})};
|
package/fetch-jsonp/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e="__foxact_jsonp_callbacks__SECRET_INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED";function o(o){if("undefined"==typeof window)throw TypeError("fetchJsonp is only available in the browser");window[e]||Object.defineProperty(window,e,{value:{},writable:!0,configurable:!0,enumerable:!1});const n="
|
|
1
|
+
const e="__foxact_jsonp_callbacks__SECRET_INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED";function o(o){if("undefined"==typeof window)throw TypeError("fetchJsonp is only available in the browser");window[e]||Object.defineProperty(window,e,{value:{},writable:!0,configurable:!0,enumerable:!1});const n="__".concat(Date.now(),"_").concat(Math.random().toString().slice(2),"__"),t="window.".concat(e,".").concat(n);if(Object.prototype.hasOwnProperty.call(window[e],n))throw TypeError("Callback name conflict: ".concat(n));const r=o(t);return new Promise((o,t)=>{const c=document.createElement("script");c.src=r,c.async=!0;const a=()=>{c.removeEventListener("error",i),c.remove(),window[e][n]&&delete window[e][n]};function i(){a(),t(Error("Failed to load script: ".concat(r)))}c.addEventListener("error",i),window[e][n]=e=>{a(),o(e)},document.body.append(c)})}export{o as fetchJsonp};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foxact",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.43",
|
|
4
4
|
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
|
|
5
5
|
"homepage": "https://foxact.skk.moe",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"optional": true
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
"packageManager": "pnpm@9.
|
|
35
|
+
"packageManager": "pnpm@9.14.4",
|
|
36
36
|
"pnpm": {
|
|
37
37
|
"overrides": {
|
|
38
38
|
"array-includes": "npm:@nolyfill/array-includes@latest",
|
|
@@ -87,33 +87,6 @@
|
|
|
87
87
|
"require": "./context-state/index.cjs",
|
|
88
88
|
"default": "./context-state/index.js"
|
|
89
89
|
},
|
|
90
|
-
"./create-context-state": {
|
|
91
|
-
"types": "./create-context-state/index.d.ts",
|
|
92
|
-
"import": {
|
|
93
|
-
"types": "./create-context-state/index.d.ts",
|
|
94
|
-
"default": "./create-context-state/index.mjs"
|
|
95
|
-
},
|
|
96
|
-
"require": "./create-context-state/index.cjs",
|
|
97
|
-
"default": "./create-context-state/index.js"
|
|
98
|
-
},
|
|
99
|
-
"./create-fixed-array": {
|
|
100
|
-
"types": "./create-fixed-array/index.d.ts",
|
|
101
|
-
"import": {
|
|
102
|
-
"types": "./create-fixed-array/index.d.ts",
|
|
103
|
-
"default": "./create-fixed-array/index.mjs"
|
|
104
|
-
},
|
|
105
|
-
"require": "./create-fixed-array/index.cjs",
|
|
106
|
-
"default": "./create-fixed-array/index.js"
|
|
107
|
-
},
|
|
108
|
-
"./create-session-storage-state": {
|
|
109
|
-
"types": "./create-session-storage-state/index.d.ts",
|
|
110
|
-
"import": {
|
|
111
|
-
"types": "./create-session-storage-state/index.d.ts",
|
|
112
|
-
"default": "./create-session-storage-state/index.mjs"
|
|
113
|
-
},
|
|
114
|
-
"require": "./create-session-storage-state/index.cjs",
|
|
115
|
-
"default": "./create-session-storage-state/index.js"
|
|
116
|
-
},
|
|
117
90
|
"./create-local-storage-state": {
|
|
118
91
|
"types": "./create-local-storage-state/index.d.ts",
|
|
119
92
|
"import": {
|
|
@@ -123,6 +96,15 @@
|
|
|
123
96
|
"require": "./create-local-storage-state/index.cjs",
|
|
124
97
|
"default": "./create-local-storage-state/index.js"
|
|
125
98
|
},
|
|
99
|
+
"./create-context-state": {
|
|
100
|
+
"types": "./create-context-state/index.d.ts",
|
|
101
|
+
"import": {
|
|
102
|
+
"types": "./create-context-state/index.d.ts",
|
|
103
|
+
"default": "./create-context-state/index.mjs"
|
|
104
|
+
},
|
|
105
|
+
"require": "./create-context-state/index.cjs",
|
|
106
|
+
"default": "./create-context-state/index.js"
|
|
107
|
+
},
|
|
126
108
|
"./create-storage-hook": {
|
|
127
109
|
"types": "./create-storage-hook/index.d.ts",
|
|
128
110
|
"import": {
|
|
@@ -141,6 +123,15 @@
|
|
|
141
123
|
"require": "./create-storage-state-factory/index.cjs",
|
|
142
124
|
"default": "./create-storage-state-factory/index.js"
|
|
143
125
|
},
|
|
126
|
+
"./create-session-storage-state": {
|
|
127
|
+
"types": "./create-session-storage-state/index.d.ts",
|
|
128
|
+
"import": {
|
|
129
|
+
"types": "./create-session-storage-state/index.d.ts",
|
|
130
|
+
"default": "./create-session-storage-state/index.mjs"
|
|
131
|
+
},
|
|
132
|
+
"require": "./create-session-storage-state/index.cjs",
|
|
133
|
+
"default": "./create-session-storage-state/index.js"
|
|
134
|
+
},
|
|
144
135
|
"./current-year": {
|
|
145
136
|
"types": "./current-year/index.d.ts",
|
|
146
137
|
"import": {
|
|
@@ -159,6 +150,15 @@
|
|
|
159
150
|
"require": "./fetch-jsonp/index.cjs",
|
|
160
151
|
"default": "./fetch-jsonp/index.js"
|
|
161
152
|
},
|
|
153
|
+
"./create-fixed-array": {
|
|
154
|
+
"types": "./create-fixed-array/index.d.ts",
|
|
155
|
+
"import": {
|
|
156
|
+
"types": "./create-fixed-array/index.d.ts",
|
|
157
|
+
"default": "./create-fixed-array/index.mjs"
|
|
158
|
+
},
|
|
159
|
+
"require": "./create-fixed-array/index.cjs",
|
|
160
|
+
"default": "./create-fixed-array/index.js"
|
|
161
|
+
},
|
|
162
162
|
"./invariant": {
|
|
163
163
|
"types": "./invariant/index.d.ts",
|
|
164
164
|
"import": {
|
|
@@ -186,15 +186,6 @@
|
|
|
186
186
|
"require": "./noop/index.cjs",
|
|
187
187
|
"default": "./noop/index.js"
|
|
188
188
|
},
|
|
189
|
-
"./rem": {
|
|
190
|
-
"types": "./rem/index.d.ts",
|
|
191
|
-
"import": {
|
|
192
|
-
"types": "./rem/index.d.ts",
|
|
193
|
-
"default": "./rem/index.mjs"
|
|
194
|
-
},
|
|
195
|
-
"require": "./rem/index.cjs",
|
|
196
|
-
"default": "./rem/index.js"
|
|
197
|
-
},
|
|
198
189
|
"./nullthrow": {
|
|
199
190
|
"types": "./nullthrow/index.d.ts",
|
|
200
191
|
"import": {
|
|
@@ -204,14 +195,14 @@
|
|
|
204
195
|
"require": "./nullthrow/index.cjs",
|
|
205
196
|
"default": "./nullthrow/index.js"
|
|
206
197
|
},
|
|
207
|
-
"./
|
|
208
|
-
"types": "./
|
|
198
|
+
"./rem": {
|
|
199
|
+
"types": "./rem/index.d.ts",
|
|
209
200
|
"import": {
|
|
210
|
-
"types": "./
|
|
211
|
-
"default": "./
|
|
201
|
+
"types": "./rem/index.d.ts",
|
|
202
|
+
"default": "./rem/index.mjs"
|
|
212
203
|
},
|
|
213
|
-
"require": "./
|
|
214
|
-
"default": "./
|
|
204
|
+
"require": "./rem/index.cjs",
|
|
205
|
+
"default": "./rem/index.js"
|
|
215
206
|
},
|
|
216
207
|
"./request-idle-callback": {
|
|
217
208
|
"types": "./request-idle-callback/index.d.ts",
|
|
@@ -222,14 +213,14 @@
|
|
|
222
213
|
"require": "./request-idle-callback/index.cjs",
|
|
223
214
|
"default": "./request-idle-callback/index.js"
|
|
224
215
|
},
|
|
225
|
-
"./
|
|
226
|
-
"types": "./
|
|
216
|
+
"./types": {
|
|
217
|
+
"types": "./types/index.d.ts",
|
|
227
218
|
"import": {
|
|
228
|
-
"types": "./
|
|
229
|
-
"default": "./
|
|
219
|
+
"types": "./types/index.d.ts",
|
|
220
|
+
"default": "./types/index.mjs"
|
|
230
221
|
},
|
|
231
|
-
"require": "./
|
|
232
|
-
"default": "./
|
|
222
|
+
"require": "./types/index.cjs",
|
|
223
|
+
"default": "./types/index.js"
|
|
233
224
|
},
|
|
234
225
|
"./use": {
|
|
235
226
|
"types": "./use/index.d.ts",
|
|
@@ -240,14 +231,14 @@
|
|
|
240
231
|
"require": "./use/index.cjs",
|
|
241
232
|
"default": "./use/index.js"
|
|
242
233
|
},
|
|
243
|
-
"./
|
|
244
|
-
"types": "./
|
|
234
|
+
"./typescript-happy-forward-ref": {
|
|
235
|
+
"types": "./typescript-happy-forward-ref/index.d.ts",
|
|
245
236
|
"import": {
|
|
246
|
-
"types": "./
|
|
247
|
-
"default": "./
|
|
237
|
+
"types": "./typescript-happy-forward-ref/index.d.ts",
|
|
238
|
+
"default": "./typescript-happy-forward-ref/index.mjs"
|
|
248
239
|
},
|
|
249
|
-
"require": "./
|
|
250
|
-
"default": "./
|
|
240
|
+
"require": "./typescript-happy-forward-ref/index.cjs",
|
|
241
|
+
"default": "./typescript-happy-forward-ref/index.js"
|
|
251
242
|
},
|
|
252
243
|
"./use-abortable-effect": {
|
|
253
244
|
"types": "./use-abortable-effect/index.d.ts",
|
|
@@ -258,14 +249,14 @@
|
|
|
258
249
|
"require": "./use-abortable-effect/index.cjs",
|
|
259
250
|
"default": "./use-abortable-effect/index.js"
|
|
260
251
|
},
|
|
261
|
-
"./use-
|
|
262
|
-
"types": "./use-
|
|
252
|
+
"./use-array": {
|
|
253
|
+
"types": "./use-array/index.d.ts",
|
|
263
254
|
"import": {
|
|
264
|
-
"types": "./use-
|
|
265
|
-
"default": "./use-
|
|
255
|
+
"types": "./use-array/index.d.ts",
|
|
256
|
+
"default": "./use-array/index.mjs"
|
|
266
257
|
},
|
|
267
|
-
"require": "./use-
|
|
268
|
-
"default": "./use-
|
|
258
|
+
"require": "./use-array/index.cjs",
|
|
259
|
+
"default": "./use-array/index.js"
|
|
269
260
|
},
|
|
270
261
|
"./use-component-will-receive-update": {
|
|
271
262
|
"types": "./use-component-will-receive-update/index.d.ts",
|
|
@@ -276,6 +267,15 @@
|
|
|
276
267
|
"require": "./use-component-will-receive-update/index.cjs",
|
|
277
268
|
"default": "./use-component-will-receive-update/index.js"
|
|
278
269
|
},
|
|
270
|
+
"./use-clipboard": {
|
|
271
|
+
"types": "./use-clipboard/index.d.ts",
|
|
272
|
+
"import": {
|
|
273
|
+
"types": "./use-clipboard/index.d.ts",
|
|
274
|
+
"default": "./use-clipboard/index.mjs"
|
|
275
|
+
},
|
|
276
|
+
"require": "./use-clipboard/index.cjs",
|
|
277
|
+
"default": "./use-clipboard/index.js"
|
|
278
|
+
},
|
|
279
279
|
"./use-composition-input": {
|
|
280
280
|
"types": "./use-composition-input/index.d.ts",
|
|
281
281
|
"import": {
|
|
@@ -321,15 +321,6 @@
|
|
|
321
321
|
"require": "./use-is-client/index.cjs",
|
|
322
322
|
"default": "./use-is-client/index.js"
|
|
323
323
|
},
|
|
324
|
-
"./use-intersection": {
|
|
325
|
-
"types": "./use-intersection/index.d.ts",
|
|
326
|
-
"import": {
|
|
327
|
-
"types": "./use-intersection/index.d.ts",
|
|
328
|
-
"default": "./use-intersection/index.mjs"
|
|
329
|
-
},
|
|
330
|
-
"require": "./use-intersection/index.cjs",
|
|
331
|
-
"default": "./use-intersection/index.js"
|
|
332
|
-
},
|
|
333
324
|
"./use-is-online": {
|
|
334
325
|
"types": "./use-is-online/index.d.ts",
|
|
335
326
|
"import": {
|
|
@@ -339,6 +330,15 @@
|
|
|
339
330
|
"require": "./use-is-online/index.cjs",
|
|
340
331
|
"default": "./use-is-online/index.js"
|
|
341
332
|
},
|
|
333
|
+
"./use-intersection": {
|
|
334
|
+
"types": "./use-intersection/index.d.ts",
|
|
335
|
+
"import": {
|
|
336
|
+
"types": "./use-intersection/index.d.ts",
|
|
337
|
+
"default": "./use-intersection/index.mjs"
|
|
338
|
+
},
|
|
339
|
+
"require": "./use-intersection/index.cjs",
|
|
340
|
+
"default": "./use-intersection/index.js"
|
|
341
|
+
},
|
|
342
342
|
"./use-isomorphic-layout-effect": {
|
|
343
343
|
"types": "./use-isomorphic-layout-effect/index.d.ts",
|
|
344
344
|
"import": {
|
|
@@ -402,6 +402,24 @@
|
|
|
402
402
|
"require": "./use-page-visibility/index.cjs",
|
|
403
403
|
"default": "./use-page-visibility/index.js"
|
|
404
404
|
},
|
|
405
|
+
"./use-react-router-enable-concurrent-navigation": {
|
|
406
|
+
"types": "./use-react-router-enable-concurrent-navigation/index.d.ts",
|
|
407
|
+
"import": {
|
|
408
|
+
"types": "./use-react-router-enable-concurrent-navigation/index.d.ts",
|
|
409
|
+
"default": "./use-react-router-enable-concurrent-navigation/index.mjs"
|
|
410
|
+
},
|
|
411
|
+
"require": "./use-react-router-enable-concurrent-navigation/index.cjs",
|
|
412
|
+
"default": "./use-react-router-enable-concurrent-navigation/index.js"
|
|
413
|
+
},
|
|
414
|
+
"./use-react-router-is-match": {
|
|
415
|
+
"types": "./use-react-router-is-match/index.d.ts",
|
|
416
|
+
"import": {
|
|
417
|
+
"types": "./use-react-router-is-match/index.d.ts",
|
|
418
|
+
"default": "./use-react-router-is-match/index.mjs"
|
|
419
|
+
},
|
|
420
|
+
"require": "./use-react-router-is-match/index.cjs",
|
|
421
|
+
"default": "./use-react-router-is-match/index.js"
|
|
422
|
+
},
|
|
405
423
|
"./use-retimer": {
|
|
406
424
|
"types": "./use-retimer/index.d.ts",
|
|
407
425
|
"import": {
|
|
@@ -420,15 +438,6 @@
|
|
|
420
438
|
"require": "./use-session-storage/index.cjs",
|
|
421
439
|
"default": "./use-session-storage/index.js"
|
|
422
440
|
},
|
|
423
|
-
"./use-react-router-is-match": {
|
|
424
|
-
"types": "./use-react-router-is-match/index.d.ts",
|
|
425
|
-
"import": {
|
|
426
|
-
"types": "./use-react-router-is-match/index.d.ts",
|
|
427
|
-
"default": "./use-react-router-is-match/index.mjs"
|
|
428
|
-
},
|
|
429
|
-
"require": "./use-react-router-is-match/index.cjs",
|
|
430
|
-
"default": "./use-react-router-is-match/index.js"
|
|
431
|
-
},
|
|
432
441
|
"./use-set": {
|
|
433
442
|
"types": "./use-set/index.d.ts",
|
|
434
443
|
"import": {
|
|
@@ -482,15 +491,6 @@
|
|
|
482
491
|
},
|
|
483
492
|
"require": "./use-url-hash-state/index.cjs",
|
|
484
493
|
"default": "./use-url-hash-state/index.js"
|
|
485
|
-
},
|
|
486
|
-
"./use-react-router-enable-concurrent-navigation": {
|
|
487
|
-
"types": "./use-react-router-enable-concurrent-navigation/index.d.ts",
|
|
488
|
-
"import": {
|
|
489
|
-
"types": "./use-react-router-enable-concurrent-navigation/index.d.ts",
|
|
490
|
-
"default": "./use-react-router-enable-concurrent-navigation/index.mjs"
|
|
491
|
-
},
|
|
492
|
-
"require": "./use-react-router-enable-concurrent-navigation/index.cjs",
|
|
493
|
-
"default": "./use-react-router-enable-concurrent-navigation/index.js"
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
496
|
}
|
package/sizes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"total":{"raw":
|
|
1
|
+
{"total":{"raw":22110,"gzip":13448,"br":0},"exports":{"compose-context-provider":{"raw":177,"gzip":155,"br":122},"create-local-storage-state":{"raw":328,"gzip":183,"br":154},"create-context-state":{"raw":145,"gzip":116,"br":96},"context-state":{"raw":429,"gzip":258,"br":218},"create-session-storage-state":{"raw":332,"gzip":182,"br":152},"create-storage-state-factory":{"raw":519,"gzip":309,"br":263},"current-year":{"raw":618,"gzip":417,"br":339},"invariant":{"raw":178,"gzip":156,"br":118},"create-fixed-array":{"raw":452,"gzip":282,"br":248},"fetch-jsonp":{"raw":875,"gzip":533,"br":418},"create-storage-hook":{"raw":2073,"gzip":880,"br":764},"noop":{"raw":33,"gzip":53,"br":37},"no-ssr":{"raw":474,"gzip":316,"br":260},"types":{"raw":0,"gzip":20,"br":1},"nullthrow":{"raw":187,"gzip":163,"br":121},"request-idle-callback":{"raw":410,"gzip":229,"br":175},"rem":{"raw":823,"gzip":395,"br":350},"use":{"raw":276,"gzip":182,"br":150},"typescript-happy-forward-ref":{"raw":119,"gzip":103,"br":80},"use-abortable-effect":{"raw":215,"gzip":170,"br":144},"use-component-will-receive-update":{"raw":216,"gzip":188,"br":154},"use-array":{"raw":322,"gzip":236,"br":202},"use-debounced-state":{"raw":401,"gzip":280,"br":242},"use-composition-input":{"raw":470,"gzip":286,"br":241},"use-debounced-value":{"raw":524,"gzip":342,"br":286},"use-clipboard":{"raw":1177,"gzip":651,"br":552},"use-error-boundary":{"raw":255,"gzip":198,"br":163},"use-isomorphic-layout-effect":{"raw":178,"gzip":142,"br":112},"use-is-client":{"raw":150,"gzip":145,"br":115},"use-local-storage":{"raw":310,"gzip":184,"br":157},"use-map":{"raw":339,"gzip":243,"br":208},"use-intersection":{"raw":1230,"gzip":649,"br":597},"use-media-query":{"raw":738,"gzip":413,"br":332},"use-is-online":{"raw":335,"gzip":214,"br":160},"use-next-pathname":{"raw":314,"gzip":235,"br":203},"use-page-visibility":{"raw":290,"gzip":206,"br":154},"use-next-link":{"raw":1676,"gzip":872,"br":745},"use-retimer":{"raw":199,"gzip":166,"br":127},"use-react-router-is-match":{"raw":563,"gzip":372,"br":314},"use-react-router-enable-concurrent-navigation":{"raw":966,"gzip":470,"br":397},"use-session-storage":{"raw":316,"gzip":181,"br":152},"use-set":{"raw":340,"gzip":238,"br":203},"use-singleton":{"raw":139,"gzip":130,"br":104},"use-typescript-happy-callback":{"raw":107,"gzip":102,"br":77},"use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired":{"raw":459,"gzip":325,"br":249},"use-uncontrolled":{"raw":352,"gzip":258,"br":216},"use-url-hash-state":{"raw":1081,"gzip":620,"br":540}}}
|
package/use-next-link/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require("client-only");var e=require("react"),t=require("next/navigation"),
|
|
1
|
+
"use strict";require("client-only");var e=require("react"),t=require("next/navigation"),n=require("next/dist/shared/lib/router/utils/format-url"),r=require("../use-intersection/index.cjs"),o=require("../use-component-will-receive-update/index.cjs");function u(e,t,n){"undefined"!=typeof window&&Promise.resolve(e.prefetch(t,n)).catch(e=>{if("production"!==process.env.NODE_ENV)throw e})}require("../request-idle-callback/index.cjs"),exports.unstable_useNextLink=function(i,s){let{prefetch:c,ref:l,onClick:a,onMouseEnter:f,onTouchStart:p,scroll:d=!0,replace:v=!1,...E}=s;process.env.NODE_ENV;const y=null==c?"auto":"full",N=!1!==c,h=t.useRouter(),[k,m]=e.useTransition(),[b,q,x]=r.useIntersection(e.useMemo(()=>({rootMargin:"200px"}),[])),g=e.useMemo(()=>"string"==typeof i?i:n.formatUrl(i),[i]);return o.useComponentWillReceiveUpdate(x,[g]),e.useEffect(()=>{"production"===process.env.NODE_ENV&&q&&N&&u(h,g,{kind:y})},[y,q,N,g,h]),[k,{ref:e.useCallback(e=>{b(e),"function"==typeof l?l(e):l&&e&&(l.current=e)},[l,b]),onClick:e.useCallback(e=>{if("function"==typeof a&&a(e),e.defaultPrevented)return;const{nodeName:t}=e.currentTarget;!("A"===t.toUpperCase()&&function(e){const t=e.currentTarget,n=t.getAttribute("target");return n&&"_self"!==n||t.download||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}(e))&&(e.preventDefault(),m(()=>{h[v?"replace":"push"](g,{scroll:d})}))},[a,v,g,h,d]),onMouseEnter:e.useCallback(e=>{"function"==typeof f&&f(e),"development"!==process.env.NODE_ENV&&N&&u(h,g,{kind:y})},[y,f,N,g,h]),onTouchStart:e.useCallback(e=>{"function"==typeof p&&p(e),"development"!==process.env.NODE_ENV&&N&&u(h,g,{kind:y})},[y,p,N,g,h]),...E}]};
|
package/use-next-link/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require("client-only");var e=require("react"),t=require("next/navigation"),
|
|
1
|
+
"use strict";require("client-only");var e=require("react"),t=require("next/navigation"),n=require("next/dist/shared/lib/router/utils/format-url"),r=require("../use-intersection/index.js"),o=require("../use-component-will-receive-update/index.js");function u(e,t,n){"undefined"!=typeof window&&Promise.resolve(e.prefetch(t,n)).catch(e=>{if("production"!==process.env.NODE_ENV)throw e})}require("../request-idle-callback/index.js"),exports.unstable_useNextLink=function(i,s){let{prefetch:c,ref:l,onClick:a,onMouseEnter:f,onTouchStart:p,scroll:d=!0,replace:v=!1,...E}=s;process.env.NODE_ENV;const y=null==c?"auto":"full",N=!1!==c,h=t.useRouter(),[k,m]=e.useTransition(),[b,q,x]=r.useIntersection(e.useMemo(()=>({rootMargin:"200px"}),[])),g=e.useMemo(()=>"string"==typeof i?i:n.formatUrl(i),[i]);return o.useComponentWillReceiveUpdate(x,[g]),e.useEffect(()=>{"production"===process.env.NODE_ENV&&q&&N&&u(h,g,{kind:y})},[y,q,N,g,h]),[k,{ref:e.useCallback(e=>{b(e),"function"==typeof l?l(e):l&&e&&(l.current=e)},[l,b]),onClick:e.useCallback(e=>{if("function"==typeof a&&a(e),e.defaultPrevented)return;const{nodeName:t}=e.currentTarget;!("A"===t.toUpperCase()&&function(e){const t=e.currentTarget,n=t.getAttribute("target");return n&&"_self"!==n||t.download||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}(e))&&(e.preventDefault(),m(()=>{h[v?"replace":"push"](g,{scroll:d})}))},[a,v,g,h,d]),onMouseEnter:e.useCallback(e=>{"function"==typeof f&&f(e),"development"!==process.env.NODE_ENV&&N&&u(h,g,{kind:y})},[y,f,N,g,h]),onTouchStart:e.useCallback(e=>{"function"==typeof p&&p(e),"development"!==process.env.NODE_ENV&&N&&u(h,g,{kind:y})},[y,p,N,g,h]),...E}]};
|
package/use-next-link/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"client-only";import{useTransition as e,useMemo as t,
|
|
1
|
+
import"client-only";import{useTransition as e,useMemo as t,useEffect as n,useCallback as o}from"react";import{useRouter as r}from"next/navigation";import{formatUrl as i}from"next/dist/shared/lib/router/utils/format-url";import{useIntersection as c}from"../use-intersection/index.mjs";import{useComponentWillReceiveUpdate as s}from"../use-component-will-receive-update/index.mjs";import"../request-idle-callback/index.mjs";function u(e,t,n){"undefined"!=typeof window&&Promise.resolve(e.prefetch(t,n)).catch(e=>{if("production"!==process.env.NODE_ENV)throw e})}const p=function(p,l){let{prefetch:f,ref:a,onClick:d,onMouseEnter:m,onTouchStart:v,scroll:E=!0,replace:y=!1,...N}=l;process.env.NODE_ENV;const h=null==f?"auto":"full",x=!1!==f,g=r(),[_,k]=e(),[w,D,O]=c(t(()=>({rootMargin:"200px"}),[])),V=t(()=>"string"==typeof p?p:i(p),[p]);return s(O,[V]),n(()=>{"production"===process.env.NODE_ENV&&D&&x&&u(g,V,{kind:h})},[h,D,x,V,g]),[_,{ref:o(e=>{w(e),"function"==typeof a?a(e):a&&e&&(a.current=e)},[a,w]),onClick:o(e=>{if("function"==typeof d&&d(e),e.defaultPrevented)return;const{nodeName:t}=e.currentTarget;!("A"===t.toUpperCase()&&function(e){const t=e.currentTarget,n=t.getAttribute("target");return n&&"_self"!==n||t.download||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}(e))&&(e.preventDefault(),k(()=>{g[y?"replace":"push"](V,{scroll:E})}))},[d,y,V,g,E]),onMouseEnter:o(e=>{"function"==typeof m&&m(e),"development"!==process.env.NODE_ENV&&x&&u(g,V,{kind:h})},[h,m,x,V,g]),onTouchStart:o(e=>{"function"==typeof v&&v(e),"development"!==process.env.NODE_ENV&&x&&u(g,V,{kind:h})},[h,v,x,V,g]),...N}]};export{p as unstable_useNextLink};
|