@nikala-ui/core 0.9.2 → 0.9.3

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 (43) hide show
  1. package/package.json +1 -1
  2. package/registry/create-active-element.json +7 -4
  3. package/registry/create-audio.json +0 -3
  4. package/registry/create-battery.json +7 -4
  5. package/registry/create-click-outside.json +7 -4
  6. package/registry/create-clipboard.json +7 -4
  7. package/registry/create-color-mode.json +7 -4
  8. package/registry/create-controllable-signal.json +7 -4
  9. package/registry/create-debounce.json +7 -4
  10. package/registry/create-disclosure.json +7 -4
  11. package/registry/create-document-title.json +7 -4
  12. package/registry/create-event-source.json +7 -4
  13. package/registry/create-favicon.json +7 -4
  14. package/registry/create-fetch.json +7 -4
  15. package/registry/create-focus-trap.json +7 -4
  16. package/registry/create-form.json +7 -4
  17. package/registry/create-fullscreen.json +7 -4
  18. package/registry/create-geolocation.json +7 -4
  19. package/registry/create-hover.json +7 -4
  20. package/registry/create-idle.json +7 -4
  21. package/registry/create-infinite-scroll.json +7 -4
  22. package/registry/create-input-mask.json +7 -4
  23. package/registry/create-intersection-observer.json +7 -4
  24. package/registry/create-keybindings.json +7 -4
  25. package/registry/create-lock-scroll.json +7 -4
  26. package/registry/create-long-press.json +7 -4
  27. package/registry/create-media-query.json +7 -4
  28. package/registry/create-mouse-position.json +7 -4
  29. package/registry/create-network-status.json +7 -4
  30. package/registry/create-orientation.json +7 -4
  31. package/registry/create-permission.json +7 -4
  32. package/registry/create-previous.json +7 -4
  33. package/registry/create-resize-observer.json +7 -4
  34. package/registry/create-scroll-into-view.json +7 -4
  35. package/registry/create-scroll-position.json +7 -4
  36. package/registry/create-storage.json +7 -4
  37. package/registry/create-timer.json +7 -4
  38. package/registry/create-undo-redo.json +7 -4
  39. package/registry/create-web-notification.json +7 -4
  40. package/registry/create-websocket.json +7 -4
  41. package/registry/create-window-size.json +7 -4
  42. package/registry/index.json +40 -160
  43. package/src/registry/metadata.ts +0 -40
@@ -345,360 +345,240 @@
345
345
  "name": "create-controllable-signal",
346
346
  "title": "createControllableSignal",
347
347
  "description": "SolidJS reactive primitive supporting both controlled and uncontrolled state management",
348
- "type": "registry:hook",
349
- "dependencies": [
350
- "@nikala-ui/hooks"
351
- ]
348
+ "type": "registry:hook"
352
349
  },
353
350
  {
354
351
  "name": "create-click-outside",
355
352
  "title": "createClickOutside",
356
353
  "description": "SolidJS reactive primitive for detecting click and pointer interactions outside target elements",
357
- "type": "registry:hook",
358
- "dependencies": [
359
- "@nikala-ui/hooks"
360
- ]
354
+ "type": "registry:hook"
361
355
  },
362
356
  {
363
357
  "name": "create-clipboard",
364
358
  "title": "createClipboard",
365
359
  "description": "SolidJS reactive primitive for copying text to clipboard with automatic status reset",
366
- "type": "registry:hook",
367
- "dependencies": [
368
- "@nikala-ui/hooks"
369
- ]
360
+ "type": "registry:hook"
370
361
  },
371
362
  {
372
363
  "name": "create-keybindings",
373
364
  "title": "createKeybindings",
374
365
  "description": "SolidJS reactive primitives for listening to keyboard shortcuts, key combinations, and Escape key presses",
375
- "type": "registry:hook",
376
- "dependencies": [
377
- "@nikala-ui/hooks"
378
- ]
366
+ "type": "registry:hook"
379
367
  },
380
368
  {
381
369
  "name": "create-lock-scroll",
382
370
  "title": "createLockScroll",
383
371
  "description": "SolidJS reactive primitive for locking body or container scrolling when overlays are active",
384
- "type": "registry:hook",
385
- "dependencies": [
386
- "@nikala-ui/hooks"
387
- ]
372
+ "type": "registry:hook"
388
373
  },
389
374
  {
390
375
  "name": "create-disclosure",
391
376
  "title": "createDisclosure",
392
377
  "description": "SolidJS reactive primitive for managing boolean open/close disclosure state with helper controls",
393
- "type": "registry:hook",
394
- "dependencies": [
395
- "@nikala-ui/hooks"
396
- ]
378
+ "type": "registry:hook"
397
379
  },
398
380
  {
399
381
  "name": "create-media-query",
400
382
  "title": "createMediaQuery",
401
383
  "description": "SolidJS reactive primitives for tracking CSS media queries and responsive Tailwind breakpoints",
402
- "type": "registry:hook",
403
- "dependencies": [
404
- "@nikala-ui/hooks"
405
- ]
384
+ "type": "registry:hook"
406
385
  },
407
386
  {
408
387
  "name": "create-debounce",
409
388
  "title": "createDebounce",
410
389
  "description": "SolidJS reactive primitives for debouncing and throttling rate-limited function execution",
411
- "type": "registry:hook",
412
- "dependencies": [
413
- "@nikala-ui/hooks"
414
- ]
390
+ "type": "registry:hook"
415
391
  },
416
392
  {
417
393
  "name": "create-intersection-observer",
418
394
  "title": "createIntersectionObserver",
419
395
  "description": "SolidJS reactive primitives for observing element visibility and viewport intersection status",
420
- "type": "registry:hook",
421
- "dependencies": [
422
- "@nikala-ui/hooks"
423
- ]
396
+ "type": "registry:hook"
424
397
  },
425
398
  {
426
399
  "name": "create-timer",
427
400
  "title": "createTimer",
428
401
  "description": "SolidJS reactive primitives for recurring interval ticks and formatted countdown timers",
429
- "type": "registry:hook",
430
- "dependencies": [
431
- "@nikala-ui/hooks"
432
- ]
402
+ "type": "registry:hook"
433
403
  },
434
404
  {
435
405
  "name": "create-resize-observer",
436
406
  "title": "createResizeObserver",
437
407
  "description": "SolidJS reactive primitives for tracking element width and height dimensions dynamically",
438
- "type": "registry:hook",
439
- "dependencies": [
440
- "@nikala-ui/hooks"
441
- ]
408
+ "type": "registry:hook"
442
409
  },
443
410
  {
444
411
  "name": "create-window-size",
445
412
  "title": "createWindowSize",
446
413
  "description": "SolidJS reactive primitive for tracking window viewport inner width and height",
447
- "type": "registry:hook",
448
- "dependencies": [
449
- "@nikala-ui/hooks"
450
- ]
414
+ "type": "registry:hook"
451
415
  },
452
416
  {
453
417
  "name": "create-scroll-position",
454
418
  "title": "createScrollPosition",
455
419
  "description": "SolidJS reactive primitive for tracking scroll position, scroll direction, and container bounds",
456
- "type": "registry:hook",
457
- "dependencies": [
458
- "@nikala-ui/hooks"
459
- ]
420
+ "type": "registry:hook"
460
421
  },
461
422
  {
462
423
  "name": "create-focus-trap",
463
424
  "title": "createFocusTrap",
464
425
  "description": "SolidJS reactive primitive for trapping keyboard focus inside target container element for accessibility",
465
- "type": "registry:hook",
466
- "dependencies": [
467
- "@nikala-ui/hooks"
468
- ]
426
+ "type": "registry:hook"
469
427
  },
470
428
  {
471
429
  "name": "create-mouse-position",
472
430
  "title": "createMousePosition",
473
431
  "description": "SolidJS reactive primitive for tracking global and element-relative mouse pointer coordinates",
474
- "type": "registry:hook",
475
- "dependencies": [
476
- "@nikala-ui/hooks"
477
- ]
432
+ "type": "registry:hook"
478
433
  },
479
434
  {
480
435
  "name": "create-long-press",
481
436
  "title": "createLongPress",
482
437
  "description": "SolidJS reactive primitive for detecting long press / hold touch and pointer interactions",
483
- "type": "registry:hook",
484
- "dependencies": [
485
- "@nikala-ui/hooks"
486
- ]
438
+ "type": "registry:hook"
487
439
  },
488
440
  {
489
441
  "name": "create-hover",
490
442
  "title": "createHover",
491
443
  "description": "SolidJS reactive primitive for tracking element hover state with entrance and exit delays",
492
- "type": "registry:hook",
493
- "dependencies": [
494
- "@nikala-ui/hooks"
495
- ]
444
+ "type": "registry:hook"
496
445
  },
497
446
  {
498
447
  "name": "create-storage",
499
448
  "title": "createLocalStorage",
500
449
  "description": "SolidJS reactive primitives for Web Storage state synchronization across components and browser tabs",
501
- "type": "registry:hook",
502
- "dependencies": [
503
- "@nikala-ui/hooks"
504
- ]
450
+ "type": "registry:hook"
505
451
  },
506
452
  {
507
453
  "name": "create-previous",
508
454
  "title": "createPrevious",
509
455
  "description": "SolidJS reactive primitive for tracking previous value of a signal accessor",
510
- "type": "registry:hook",
511
- "dependencies": [
512
- "@nikala-ui/hooks"
513
- ]
456
+ "type": "registry:hook"
514
457
  },
515
458
  {
516
459
  "name": "create-network-status",
517
460
  "title": "createNetworkStatus",
518
461
  "description": "SolidJS reactive primitives for tracking browser network connectivity and connection quality metrics",
519
- "type": "registry:hook",
520
- "dependencies": [
521
- "@nikala-ui/hooks"
522
- ]
462
+ "type": "registry:hook"
523
463
  },
524
464
  {
525
465
  "name": "create-color-mode",
526
466
  "title": "createColorMode",
527
467
  "description": "SolidJS reactive primitive for managing dark/light themes and system preferences",
528
- "type": "registry:hook",
529
- "dependencies": [
530
- "@nikala-ui/hooks"
531
- ]
468
+ "type": "registry:hook"
532
469
  },
533
470
  {
534
471
  "name": "create-form",
535
472
  "title": "createForm",
536
473
  "description": "SolidJS reactive primitive for form state management, field validation, errors, and submission",
537
- "type": "registry:hook",
538
- "dependencies": [
539
- "@nikala-ui/hooks"
540
- ]
474
+ "type": "registry:hook"
541
475
  },
542
476
  {
543
477
  "name": "create-input-mask",
544
478
  "title": "createInputMask",
545
479
  "description": "SolidJS reactive primitive for input value masking (phone numbers, credit cards, dates)",
546
- "type": "registry:hook",
547
- "dependencies": [
548
- "@nikala-ui/hooks"
549
- ]
480
+ "type": "registry:hook"
550
481
  },
551
482
  {
552
483
  "name": "create-idle",
553
484
  "title": "createIdle",
554
485
  "description": "SolidJS reactive primitive for detecting user inactivity with customizable timeout",
555
- "type": "registry:hook",
556
- "dependencies": [
557
- "@nikala-ui/hooks"
558
- ]
486
+ "type": "registry:hook"
559
487
  },
560
488
  {
561
489
  "name": "create-active-element",
562
490
  "title": "createActiveElement",
563
491
  "description": "SolidJS reactive primitive for tracking the currently focused DOM element",
564
- "type": "registry:hook",
565
- "dependencies": [
566
- "@nikala-ui/hooks"
567
- ]
492
+ "type": "registry:hook"
568
493
  },
569
494
  {
570
495
  "name": "create-infinite-scroll",
571
496
  "title": "createInfiniteScroll",
572
497
  "description": "SolidJS reactive primitive for dynamic infinite scrolling, auto-fetching pages, and scroll pagination",
573
- "type": "registry:hook",
574
- "dependencies": [
575
- "@nikala-ui/hooks"
576
- ]
498
+ "type": "registry:hook"
577
499
  },
578
500
  {
579
501
  "name": "create-fullscreen",
580
502
  "title": "createFullscreen",
581
503
  "description": "SolidJS reactive primitive for requesting and monitoring element or document fullscreen status",
582
- "type": "registry:hook",
583
- "dependencies": [
584
- "@nikala-ui/hooks"
585
- ]
504
+ "type": "registry:hook"
586
505
  },
587
506
  {
588
507
  "name": "create-audio",
589
508
  "title": "createAudio & createVideo",
590
509
  "description": "SolidJS reactive primitives for controlling HTML audio and video playback, duration, volume, and seeking",
591
- "type": "registry:hook",
592
- "dependencies": [
593
- "@nikala-ui/hooks"
594
- ]
510
+ "type": "registry:hook"
595
511
  },
596
512
  {
597
513
  "name": "create-orientation",
598
514
  "title": "createOrientation",
599
515
  "description": "SolidJS reactive primitive for observing mobile and desktop screen orientation changes and rotation angles",
600
- "type": "registry:hook",
601
- "dependencies": [
602
- "@nikala-ui/hooks"
603
- ]
516
+ "type": "registry:hook"
604
517
  },
605
518
  {
606
519
  "name": "create-undo-redo",
607
520
  "title": "createUndoRedo",
608
521
  "description": "SolidJS reactive primitive for undo/redo state history management, history stack tracking, and reverting actions",
609
- "type": "registry:hook",
610
- "dependencies": [
611
- "@nikala-ui/hooks"
612
- ]
522
+ "type": "registry:hook"
613
523
  },
614
524
  {
615
525
  "name": "create-fetch",
616
526
  "title": "createFetch",
617
527
  "description": "SolidJS reactive primitive for HTTP REST API fetching, request loading states, error handling, and refetching",
618
- "type": "registry:hook",
619
- "dependencies": [
620
- "@nikala-ui/hooks"
621
- ]
528
+ "type": "registry:hook"
622
529
  },
623
530
  {
624
531
  "name": "create-geolocation",
625
532
  "title": "createGeolocation",
626
533
  "description": "SolidJS reactive primitive for tracking browser Geolocation position, coordinates, speed, and GPS accuracy",
627
- "type": "registry:hook",
628
- "dependencies": [
629
- "@nikala-ui/hooks"
630
- ]
534
+ "type": "registry:hook"
631
535
  },
632
536
  {
633
537
  "name": "create-permission",
634
538
  "title": "createPermission",
635
539
  "description": "SolidJS reactive primitive for querying and observing browser permission status changes",
636
- "type": "registry:hook",
637
- "dependencies": [
638
- "@nikala-ui/hooks"
639
- ]
540
+ "type": "registry:hook"
640
541
  },
641
542
  {
642
543
  "name": "create-battery",
643
544
  "title": "createBattery",
644
545
  "description": "SolidJS reactive primitive for observing device battery status, charge level, and charging metrics",
645
- "type": "registry:hook",
646
- "dependencies": [
647
- "@nikala-ui/hooks"
648
- ]
546
+ "type": "registry:hook"
649
547
  },
650
548
  {
651
549
  "name": "create-web-notification",
652
550
  "title": "createWebNotification",
653
551
  "description": "SolidJS reactive primitive for sending browser desktop notifications and managing notification permissions",
654
- "type": "registry:hook",
655
- "dependencies": [
656
- "@nikala-ui/hooks"
657
- ]
552
+ "type": "registry:hook"
658
553
  },
659
554
  {
660
555
  "name": "create-websocket",
661
556
  "title": "createWebSocket",
662
557
  "description": "SolidJS reactive primitive for WebSocket client connections, auto-reconnection, and message passing",
663
- "type": "registry:hook",
664
- "dependencies": [
665
- "@nikala-ui/hooks"
666
- ]
558
+ "type": "registry:hook"
667
559
  },
668
560
  {
669
561
  "name": "create-document-title",
670
562
  "title": "createDocumentTitle",
671
563
  "description": "SolidJS reactive primitive for managing document title dynamically",
672
- "type": "registry:hook",
673
- "dependencies": [
674
- "@nikala-ui/hooks"
675
- ]
564
+ "type": "registry:hook"
676
565
  },
677
566
  {
678
567
  "name": "create-favicon",
679
568
  "title": "createFavicon",
680
569
  "description": "SolidJS reactive primitive for dynamically updating browser favicon element",
681
- "type": "registry:hook",
682
- "dependencies": [
683
- "@nikala-ui/hooks"
684
- ]
570
+ "type": "registry:hook"
685
571
  },
686
572
  {
687
573
  "name": "create-event-source",
688
574
  "title": "createEventSource",
689
575
  "description": "SolidJS reactive primitive for subscribing to Server-Sent Events (SSE) streams",
690
- "type": "registry:hook",
691
- "dependencies": [
692
- "@nikala-ui/hooks"
693
- ]
576
+ "type": "registry:hook"
694
577
  },
695
578
  {
696
579
  "name": "create-scroll-into-view",
697
580
  "title": "createScrollIntoView",
698
581
  "description": "SolidJS reactive primitive for scrolling a target element into view smooth or auto behavior",
699
- "type": "registry:hook",
700
- "dependencies": [
701
- "@nikala-ui/hooks"
702
- ]
582
+ "type": "registry:hook"
703
583
  }
704
584
  ]
@@ -178,201 +178,161 @@ export const HOOK_METADATA: Record<string, ComponentMeta> = {
178
178
  "create-controllable-signal": {
179
179
  title: "createControllableSignal",
180
180
  description: "SolidJS reactive primitive supporting both controlled and uncontrolled state management",
181
- dependencies: ["@nikala-ui/hooks"],
182
181
  },
183
182
  "create-click-outside": {
184
183
  title: "createClickOutside",
185
184
  description: "SolidJS reactive primitive for detecting click and pointer interactions outside target elements",
186
- dependencies: ["@nikala-ui/hooks"],
187
185
  },
188
186
  "create-clipboard": {
189
187
  title: "createClipboard",
190
188
  description: "SolidJS reactive primitive for copying text to clipboard with automatic status reset",
191
- dependencies: ["@nikala-ui/hooks"],
192
189
  },
193
190
  "create-keybindings": {
194
191
  title: "createKeybindings",
195
192
  description: "SolidJS reactive primitives for listening to keyboard shortcuts, key combinations, and Escape key presses",
196
- dependencies: ["@nikala-ui/hooks"],
197
193
  },
198
194
  "create-lock-scroll": {
199
195
  title: "createLockScroll",
200
196
  description: "SolidJS reactive primitive for locking body or container scrolling when overlays are active",
201
- dependencies: ["@nikala-ui/hooks"],
202
197
  },
203
198
  "create-disclosure": {
204
199
  title: "createDisclosure",
205
200
  description: "SolidJS reactive primitive for managing boolean open/close disclosure state with helper controls",
206
- dependencies: ["@nikala-ui/hooks"],
207
201
  },
208
202
  "create-media-query": {
209
203
  title: "createMediaQuery",
210
204
  description: "SolidJS reactive primitives for tracking CSS media queries and responsive Tailwind breakpoints",
211
- dependencies: ["@nikala-ui/hooks"],
212
205
  },
213
206
  "create-debounce": {
214
207
  title: "createDebounce",
215
208
  description: "SolidJS reactive primitives for debouncing and throttling rate-limited function execution",
216
- dependencies: ["@nikala-ui/hooks"],
217
209
  },
218
210
  "create-intersection-observer": {
219
211
  title: "createIntersectionObserver",
220
212
  description: "SolidJS reactive primitives for observing element visibility and viewport intersection status",
221
- dependencies: ["@nikala-ui/hooks"],
222
213
  },
223
214
  "create-timer": {
224
215
  title: "createTimer",
225
216
  description: "SolidJS reactive primitives for recurring interval ticks and formatted countdown timers",
226
- dependencies: ["@nikala-ui/hooks"],
227
217
  },
228
218
  "create-resize-observer": {
229
219
  title: "createResizeObserver",
230
220
  description: "SolidJS reactive primitives for tracking element width and height dimensions dynamically",
231
- dependencies: ["@nikala-ui/hooks"],
232
221
  },
233
222
  "create-window-size": {
234
223
  title: "createWindowSize",
235
224
  description: "SolidJS reactive primitive for tracking window viewport inner width and height",
236
- dependencies: ["@nikala-ui/hooks"],
237
225
  },
238
226
  "create-scroll-position": {
239
227
  title: "createScrollPosition",
240
228
  description: "SolidJS reactive primitive for tracking scroll position, scroll direction, and container bounds",
241
- dependencies: ["@nikala-ui/hooks"],
242
229
  },
243
230
  "create-focus-trap": {
244
231
  title: "createFocusTrap",
245
232
  description: "SolidJS reactive primitive for trapping keyboard focus inside target container element for accessibility",
246
- dependencies: ["@nikala-ui/hooks"],
247
233
  },
248
234
  "create-mouse-position": {
249
235
  title: "createMousePosition",
250
236
  description: "SolidJS reactive primitive for tracking global and element-relative mouse pointer coordinates",
251
- dependencies: ["@nikala-ui/hooks"],
252
237
  },
253
238
  "create-long-press": {
254
239
  title: "createLongPress",
255
240
  description: "SolidJS reactive primitive for detecting long press / hold touch and pointer interactions",
256
- dependencies: ["@nikala-ui/hooks"],
257
241
  },
258
242
  "create-hover": {
259
243
  title: "createHover",
260
244
  description: "SolidJS reactive primitive for tracking element hover state with entrance and exit delays",
261
- dependencies: ["@nikala-ui/hooks"],
262
245
  },
263
246
  "create-storage": {
264
247
  title: "createLocalStorage",
265
248
  description: "SolidJS reactive primitives for Web Storage state synchronization across components and browser tabs",
266
- dependencies: ["@nikala-ui/hooks"],
267
249
  },
268
250
  "create-previous": {
269
251
  title: "createPrevious",
270
252
  description: "SolidJS reactive primitive for tracking previous value of a signal accessor",
271
- dependencies: ["@nikala-ui/hooks"],
272
253
  },
273
254
  "create-network-status": {
274
255
  title: "createNetworkStatus",
275
256
  description: "SolidJS reactive primitives for tracking browser network connectivity and connection quality metrics",
276
- dependencies: ["@nikala-ui/hooks"],
277
257
  },
278
258
  "create-color-mode": {
279
259
  title: "createColorMode",
280
260
  description: "SolidJS reactive primitive for managing dark/light themes and system preferences",
281
- dependencies: ["@nikala-ui/hooks"],
282
261
  },
283
262
  "create-form": {
284
263
  title: "createForm",
285
264
  description: "SolidJS reactive primitive for form state management, field validation, errors, and submission",
286
- dependencies: ["@nikala-ui/hooks"],
287
265
  },
288
266
  "create-input-mask": {
289
267
  title: "createInputMask",
290
268
  description: "SolidJS reactive primitive for input value masking (phone numbers, credit cards, dates)",
291
- dependencies: ["@nikala-ui/hooks"],
292
269
  },
293
270
  "create-idle": {
294
271
  title: "createIdle",
295
272
  description: "SolidJS reactive primitive for detecting user inactivity with customizable timeout",
296
- dependencies: ["@nikala-ui/hooks"],
297
273
  },
298
274
  "create-active-element": {
299
275
  title: "createActiveElement",
300
276
  description: "SolidJS reactive primitive for tracking the currently focused DOM element",
301
- dependencies: ["@nikala-ui/hooks"],
302
277
  },
303
278
  "create-infinite-scroll": {
304
279
  title: "createInfiniteScroll",
305
280
  description: "SolidJS reactive primitive for dynamic infinite scrolling, auto-fetching pages, and scroll pagination",
306
- dependencies: ["@nikala-ui/hooks"],
307
281
  },
308
282
  "create-fullscreen": {
309
283
  title: "createFullscreen",
310
284
  description: "SolidJS reactive primitive for requesting and monitoring element or document fullscreen status",
311
- dependencies: ["@nikala-ui/hooks"],
312
285
  },
313
286
  "create-audio": {
314
287
  title: "createAudio & createVideo",
315
288
  description: "SolidJS reactive primitives for controlling HTML audio and video playback, duration, volume, and seeking",
316
- dependencies: ["@nikala-ui/hooks"],
317
289
  },
318
290
  "create-orientation": {
319
291
  title: "createOrientation",
320
292
  description: "SolidJS reactive primitive for observing mobile and desktop screen orientation changes and rotation angles",
321
- dependencies: ["@nikala-ui/hooks"],
322
293
  },
323
294
  "create-undo-redo": {
324
295
  title: "createUndoRedo",
325
296
  description: "SolidJS reactive primitive for undo/redo state history management, history stack tracking, and reverting actions",
326
- dependencies: ["@nikala-ui/hooks"],
327
297
  },
328
298
  "create-fetch": {
329
299
  title: "createFetch",
330
300
  description: "SolidJS reactive primitive for HTTP REST API fetching, request loading states, error handling, and refetching",
331
- dependencies: ["@nikala-ui/hooks"],
332
301
  },
333
302
  "create-geolocation": {
334
303
  title: "createGeolocation",
335
304
  description: "SolidJS reactive primitive for tracking browser Geolocation position, coordinates, speed, and GPS accuracy",
336
- dependencies: ["@nikala-ui/hooks"],
337
305
  },
338
306
  "create-permission": {
339
307
  title: "createPermission",
340
308
  description: "SolidJS reactive primitive for querying and observing browser permission status changes",
341
- dependencies: ["@nikala-ui/hooks"],
342
309
  },
343
310
  "create-battery": {
344
311
  title: "createBattery",
345
312
  description: "SolidJS reactive primitive for observing device battery status, charge level, and charging metrics",
346
- dependencies: ["@nikala-ui/hooks"],
347
313
  },
348
314
  "create-web-notification": {
349
315
  title: "createWebNotification",
350
316
  description: "SolidJS reactive primitive for sending browser desktop notifications and managing notification permissions",
351
- dependencies: ["@nikala-ui/hooks"],
352
317
  },
353
318
  "create-websocket": {
354
319
  title: "createWebSocket",
355
320
  description: "SolidJS reactive primitive for WebSocket client connections, auto-reconnection, and message passing",
356
- dependencies: ["@nikala-ui/hooks"],
357
321
  },
358
322
  "create-document-title": {
359
323
  title: "createDocumentTitle",
360
324
  description: "SolidJS reactive primitive for managing document title dynamically",
361
- dependencies: ["@nikala-ui/hooks"],
362
325
  },
363
326
  "create-favicon": {
364
327
  title: "createFavicon",
365
328
  description: "SolidJS reactive primitive for dynamically updating browser favicon element",
366
- dependencies: ["@nikala-ui/hooks"],
367
329
  },
368
330
  "create-event-source": {
369
331
  title: "createEventSource",
370
332
  description: "SolidJS reactive primitive for subscribing to Server-Sent Events (SSE) streams",
371
- dependencies: ["@nikala-ui/hooks"],
372
333
  },
373
334
  "create-scroll-into-view": {
374
335
  title: "createScrollIntoView",
375
336
  description: "SolidJS reactive primitive for scrolling a target element into view smooth or auto behavior",
376
- dependencies: ["@nikala-ui/hooks"],
377
337
  },
378
338
  };