@yourdash/uikit 0.1.13 → 0.1.14

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 (2) hide show
  1. package/dist/index.d.ts +283 -846
  2. package/package.json +64 -63
package/dist/index.d.ts CHANGED
@@ -4,6 +4,7 @@ import { FC } from 'react';
4
4
  import * as React_2 from 'react';
5
5
  import { ReactNode } from 'react';
6
6
  import { Ref } from 'react';
7
+ import { svg } from '*.svg';
7
8
 
8
9
  export declare function clippy(...input: (string | undefined | null | boolean)[]): string;
9
10
 
@@ -166,852 +167,288 @@ export declare const UKIconButton: FC<{
166
167
  }>;
167
168
 
168
169
  export declare const UKIcons: {
169
- Accessibility: () => Promise<{
170
- default: `${string}.svg`;
171
- }>;
172
- AccessibilityInset: () => Promise<{
173
- default: `${string}.svg`;
174
- }>;
175
- Alert: () => Promise<{
176
- default: `${string}.svg`;
177
- }>;
178
- AppLauncher: () => Promise<{
179
- default: `${string}.svg`;
180
- }>;
181
- Apps: () => Promise<{
182
- default: `${string}.svg`;
183
- }>;
184
- Archive: () => Promise<{
185
- default: `${string}.svg`;
186
- }>;
187
- ArrowBoth: () => Promise<{
188
- default: `${string}.svg`;
189
- }>;
190
- ArrowDown: () => Promise<{
191
- default: `${string}.svg`;
192
- }>;
193
- ArrowLeft: () => Promise<{
194
- default: `${string}.svg`;
195
- }>;
196
- ArrowRight: () => Promise<{
197
- default: `${string}.svg`;
198
- }>;
199
- ArrowSwitch: () => Promise<{
200
- default: `${string}.svg`;
201
- }>;
202
- ArrowUp: () => Promise<{
203
- default: `${string}.svg`;
204
- }>;
205
- Beaker: () => Promise<{
206
- default: `${string}.svg`;
207
- }>;
208
- Bell: () => Promise<{
209
- default: `${string}.svg`;
210
- }>;
211
- BellFill: () => Promise<{
212
- default: `${string}.svg`;
213
- }>;
214
- BellSlash: () => Promise<{
215
- default: `${string}.svg`;
216
- }>;
217
- Blocked: () => Promise<{
218
- default: `${string}.svg`;
219
- }>;
220
- Bold: () => Promise<{
221
- default: `${string}.svg`;
222
- }>;
223
- Book: () => Promise<{
224
- default: `${string}.svg`;
225
- }>;
226
- Bookmark: () => Promise<{
227
- default: `${string}.svg`;
228
- }>;
229
- BookmarkSlash: () => Promise<{
230
- default: `${string}.svg`;
231
- }>;
232
- Briefcase: () => Promise<{
233
- default: `${string}.svg`;
234
- }>;
235
- Broadcast: () => Promise<{
236
- default: `${string}.svg`;
237
- }>;
238
- Browser: () => Promise<{
239
- default: `${string}.svg`;
240
- }>;
241
- Bug: () => Promise<{
242
- default: `${string}.svg`;
243
- }>;
244
- Cache: () => Promise<{
245
- default: `${string}.svg`;
246
- }>;
247
- Calendar: () => Promise<{
248
- default: `${string}.svg`;
249
- }>;
250
- Check: () => Promise<{
251
- default: `${string}.svg`;
252
- }>;
253
- CheckCircle: () => Promise<{
254
- default: `${string}.svg`;
255
- }>;
256
- CheckCircleFill: () => Promise<{
257
- default: `${string}.svg`;
258
- }>;
259
- Checkbox: () => Promise<{
260
- default: `${string}.svg`;
261
- }>;
262
- Checklist: () => Promise<{
263
- default: `${string}.svg`;
264
- }>;
265
- ChevronDown: () => Promise<{
266
- default: `${string}.svg`;
267
- }>;
268
- ChevronLeft: () => Promise<{
269
- default: `${string}.svg`;
270
- }>;
271
- ChevronRight: () => Promise<{
272
- default: `${string}.svg`;
273
- }>;
274
- ChevronUp: () => Promise<{
275
- default: `${string}.svg`;
276
- }>;
277
- Circle: () => Promise<{
278
- default: `${string}.svg`;
279
- }>;
280
- CircleSlash: () => Promise<{
281
- default: `${string}.svg`;
282
- }>;
283
- Clock: () => Promise<{
284
- default: `${string}.svg`;
285
- }>;
286
- Cloud: () => Promise<{
287
- default: `${string}.svg`;
288
- }>;
289
- CloudOffline: () => Promise<{
290
- default: `${string}.svg`;
291
- }>;
292
- Code: () => Promise<{
293
- default: `${string}.svg`;
294
- }>;
295
- CodeOfConduct: () => Promise<{
296
- default: `${string}.svg`;
297
- }>;
298
- CodeReview: () => Promise<{
299
- default: `${string}.svg`;
300
- }>;
301
- CodeSquare: () => Promise<{
302
- default: `${string}.svg`;
303
- }>;
304
- CodeScan: () => Promise<{
305
- default: `${string}.svg`;
306
- }>;
307
- CodeScanCheckmark: () => Promise<{
308
- default: `${string}.svg`;
309
- }>;
310
- CodeSpaces: () => Promise<{
311
- default: `${string}.svg`;
312
- }>;
313
- Columns: () => Promise<{
314
- default: `${string}.svg`;
315
- }>;
316
- CommandPalette: () => Promise<{
317
- default: `${string}.svg`;
318
- }>;
319
- Comment: () => Promise<{
320
- default: `${string}.svg`;
321
- }>;
322
- CommentDiscussion: () => Promise<{
323
- default: `${string}.svg`;
324
- }>;
325
- Container: () => Promise<{
326
- default: `${string}.svg`;
327
- }>;
328
- Copilot: () => Promise<{
329
- default: `${string}.svg`;
330
- }>;
331
- Copilot48: () => Promise<{
332
- default: `${string}.svg`;
333
- }>;
334
- Copilot96: () => Promise<{
335
- default: `${string}.svg`;
336
- }>;
337
- CopilotError: () => Promise<{
338
- default: `${string}.svg`;
339
- }>;
340
- CopilotWarning: () => Promise<{
341
- default: `${string}.svg`;
342
- }>;
343
- Copy: () => Promise<{
344
- default: `${string}.svg`;
345
- }>;
346
- Cpu: () => Promise<{
347
- default: `${string}.svg`;
348
- }>;
349
- CreditCard: () => Promise<{
350
- default: `${string}.svg`;
351
- }>;
352
- CrossReference: () => Promise<{
353
- default: `${string}.svg`;
354
- }>;
355
- Dash: () => Promise<{
356
- default: `${string}.svg`;
357
- }>;
358
- Database: () => Promise<{
359
- default: `${string}.svg`;
360
- }>;
361
- Dependabot: () => Promise<{
362
- default: `${string}.svg`;
363
- }>;
364
- DesktopDownload: () => Promise<{
365
- default: `${string}.svg`;
366
- }>;
367
- DeviceCamera: () => Promise<{
368
- default: `${string}.svg`;
369
- }>;
370
- DeviceCameraVideo: () => Promise<{
371
- default: `${string}.svg`;
372
- }>;
373
- DeviceDesktop: () => Promise<{
374
- default: `${string}.svg`;
375
- }>;
376
- DeviceMobile: () => Promise<{
377
- default: `${string}.svg`;
378
- }>;
379
- Diamond: () => Promise<{
380
- default: `${string}.svg`;
381
- }>;
382
- Diff: () => Promise<{
383
- default: `${string}.svg`;
384
- }>;
385
- DiffAdded: () => Promise<{
386
- default: `${string}.svg`;
387
- }>;
388
- DiffIgnored: () => Promise<{
389
- default: `${string}.svg`;
390
- }>;
391
- DiffModified: () => Promise<{
392
- default: `${string}.svg`;
393
- }>;
394
- DiffRemoved: () => Promise<{
395
- default: `${string}.svg`;
396
- }>;
397
- DiffRenamed: () => Promise<{
398
- default: `${string}.svg`;
399
- }>;
400
- Dot: () => Promise<{
401
- default: `${string}.svg`;
402
- }>;
403
- DotFill: () => Promise<{
404
- default: `${string}.svg`;
405
- }>;
406
- Download: () => Promise<{
407
- default: `${string}.svg`;
408
- }>;
409
- Duplicate: () => Promise<{
410
- default: `${string}.svg`;
411
- }>;
412
- Ellipsis: () => Promise<{
413
- default: `${string}.svg`;
414
- }>;
415
- Eye: () => Promise<{
416
- default: `${string}.svg`;
417
- }>;
418
- EyeClosed: () => Promise<{
419
- default: `${string}.svg`;
420
- }>;
421
- Ewsgit: () => Promise<{
422
- default: `${string}.svg`;
423
- }>;
424
- FeedDiscussion: () => Promise<{
425
- default: `${string}.svg`;
426
- }>;
427
- FeedForked: () => Promise<{
428
- default: `${string}.svg`;
429
- }>;
430
- FeedHeart: () => Promise<{
431
- default: `${string}.svg`;
432
- }>;
433
- FeedMerged: () => Promise<{
434
- default: `${string}.svg`;
435
- }>;
436
- FeedPerson: () => Promise<{
437
- default: `${string}.svg`;
438
- }>;
439
- FeedRepo: () => Promise<{
440
- default: `${string}.svg`;
441
- }>;
442
- FeedRocket: () => Promise<{
443
- default: `${string}.svg`;
444
- }>;
445
- FeedStar: () => Promise<{
446
- default: `${string}.svg`;
447
- }>;
448
- FeedTag: () => Promise<{
449
- default: `${string}.svg`;
450
- }>;
451
- FeedTrophy: () => Promise<{
452
- default: `${string}.svg`;
453
- }>;
454
- File: () => Promise<{
455
- default: `${string}.svg`;
456
- }>;
457
- FileAdded: () => Promise<{
458
- default: `${string}.svg`;
459
- }>;
460
- FileBadge: () => Promise<{
461
- default: `${string}.svg`;
462
- }>;
463
- FileBinary: () => Promise<{
464
- default: `${string}.svg`;
465
- }>;
466
- FileCode: () => Promise<{
467
- default: `${string}.svg`;
468
- }>;
469
- FileDiff: () => Promise<{
470
- default: `${string}.svg`;
471
- }>;
472
- FileDirectory: () => Promise<{
473
- default: `${string}.svg`;
474
- }>;
475
- FileDirectoryFill: () => Promise<{
476
- default: `${string}.svg`;
477
- }>;
478
- FileDirectoryOpenFill: () => Promise<{
479
- default: `${string}.svg`;
480
- }>;
481
- FileMoved: () => Promise<{
482
- default: `${string}.svg`;
483
- }>;
484
- FileRemoved: () => Promise<{
485
- default: `${string}.svg`;
486
- }>;
487
- FileSubmodule: () => Promise<{
488
- default: `${string}.svg`;
489
- }>;
490
- FileSymlinkFile: () => Promise<{
491
- default: `${string}.svg`;
492
- }>;
493
- FileZip: () => Promise<{
494
- default: `${string}.svg`;
495
- }>;
496
- Filter: () => Promise<{
497
- default: `${string}.svg`;
498
- }>;
499
- Flame: () => Promise<{
500
- default: `${string}.svg`;
501
- }>;
502
- Fold: () => Promise<{
503
- default: `${string}.svg`;
504
- }>;
505
- FoldDown: () => Promise<{
506
- default: `${string}.svg`;
507
- }>;
508
- FoldUp: () => Promise<{
509
- default: `${string}.svg`;
510
- }>;
511
- Gear: () => Promise<{
512
- default: `${string}.svg`;
513
- }>;
514
- Gift: () => Promise<{
515
- default: `${string}.svg`;
516
- }>;
517
- GitBranch: () => Promise<{
518
- default: `${string}.svg`;
519
- }>;
520
- GitCommit: () => Promise<{
521
- default: `${string}.svg`;
522
- }>;
523
- GitCompare: () => Promise<{
524
- default: `${string}.svg`;
525
- }>;
526
- GitMerge: () => Promise<{
527
- default: `${string}.svg`;
528
- }>;
529
- GitMergeQueue: () => Promise<{
530
- default: `${string}.svg`;
531
- }>;
532
- GitPullRequest: () => Promise<{
533
- default: `${string}.svg`;
534
- }>;
535
- GitPullRequestClosed: () => Promise<{
536
- default: `${string}.svg`;
537
- }>;
538
- GitPullRequestDraft: () => Promise<{
539
- default: `${string}.svg`;
540
- }>;
541
- Globe: () => Promise<{
542
- default: `${string}.svg`;
543
- }>;
544
- Grabber: () => Promise<{
545
- default: `${string}.svg`;
546
- }>;
547
- Graph: () => Promise<{
548
- default: `${string}.svg`;
549
- }>;
550
- Hash: () => Promise<{
551
- default: `${string}.svg`;
552
- }>;
553
- Heading: () => Promise<{
554
- default: `${string}.svg`;
555
- }>;
556
- Heart: () => Promise<{
557
- default: `${string}.svg`;
558
- }>;
559
- HeartFill: () => Promise<{
560
- default: `${string}.svg`;
561
- }>;
562
- History: () => Promise<{
563
- default: `${string}.svg`;
564
- }>;
565
- Home: () => Promise<{
566
- default: `${string}.svg`;
567
- }>;
568
- HorizontalRule: () => Promise<{
569
- default: `${string}.svg`;
570
- }>;
571
- Hourglass: () => Promise<{
572
- default: `${string}.svg`;
573
- }>;
574
- Hubot: () => Promise<{
575
- default: `${string}.svg`;
576
- }>;
577
- IdBadge: () => Promise<{
578
- default: `${string}.svg`;
579
- }>;
580
- Image: () => Promise<{
581
- default: `${string}.svg`;
582
- }>;
583
- Inbox: () => Promise<{
584
- default: `${string}.svg`;
585
- }>;
586
- InfinitySymbol: () => Promise<{
587
- default: `${string}.svg`;
588
- }>;
589
- Info: () => Promise<{
590
- default: `${string}.svg`;
591
- }>;
592
- IssueClosed: () => Promise<{
593
- default: `${string}.svg`;
594
- }>;
595
- IssueDraft: () => Promise<{
596
- default: `${string}.svg`;
597
- }>;
598
- IssueOpened: () => Promise<{
599
- default: `${string}.svg`;
600
- }>;
601
- IssueReopened: () => Promise<{
602
- default: `${string}.svg`;
603
- }>;
604
- Italic: () => Promise<{
605
- default: `${string}.svg`;
606
- }>;
607
- Iterations: () => Promise<{
608
- default: `${string}.svg`;
609
- }>;
610
- KebabHorizontal: () => Promise<{
611
- default: `${string}.svg`;
612
- }>;
613
- Key: () => Promise<{
614
- default: `${string}.svg`;
615
- }>;
616
- KeyAsterisk: () => Promise<{
617
- default: `${string}.svg`;
618
- }>;
619
- Law: () => Promise<{
620
- default: `${string}.svg`;
621
- }>;
622
- LightBulb: () => Promise<{
623
- default: `${string}.svg`;
624
- }>;
625
- Link: () => Promise<{
626
- default: `${string}.svg`;
627
- }>;
628
- LinkExternal: () => Promise<{
629
- default: `${string}.svg`;
630
- }>;
631
- ListOrdered: () => Promise<{
632
- default: `${string}.svg`;
633
- }>;
634
- ListUnordered: () => Promise<{
635
- default: `${string}.svg`;
636
- }>;
637
- Location: () => Promise<{
638
- default: `${string}.svg`;
639
- }>;
640
- Lock: () => Promise<{
641
- default: `${string}.svg`;
642
- }>;
643
- Log: () => Promise<{
644
- default: `${string}.svg`;
645
- }>;
646
- Login: () => Promise<{
647
- default: `${string}.svg`;
648
- }>;
649
- LogoGist: () => Promise<{
650
- default: `${string}.svg`;
651
- }>;
652
- LogoGithub: () => Promise<{
653
- default: `${string}.svg`;
654
- }>;
655
- Logout: () => Promise<{
656
- default: `${string}.svg`;
657
- }>;
658
- Mail: () => Promise<{
659
- default: `${string}.svg`;
660
- }>;
661
- MarkGithub: () => Promise<{
662
- default: `${string}.svg`;
663
- }>;
664
- Markdown: () => Promise<{
665
- default: `${string}.svg`;
666
- }>;
667
- Megaphone: () => Promise<{
668
- default: `${string}.svg`;
669
- }>;
670
- Mention: () => Promise<{
671
- default: `${string}.svg`;
672
- }>;
673
- Meter: () => Promise<{
674
- default: `${string}.svg`;
675
- }>;
676
- Milestone: () => Promise<{
677
- default: `${string}.svg`;
678
- }>;
679
- Mirror: () => Promise<{
680
- default: `${string}.svg`;
681
- }>;
682
- Moon: () => Promise<{
683
- default: `${string}.svg`;
684
- }>;
685
- MortarBoard: () => Promise<{
686
- default: `${string}.svg`;
687
- }>;
688
- MultiSelect: () => Promise<{
689
- default: `${string}.svg`;
690
- }>;
691
- Mute: () => Promise<{
692
- default: `${string}.svg`;
693
- }>;
694
- NoEntry: () => Promise<{
695
- default: `${string}.svg`;
696
- }>;
697
- NorthStar: () => Promise<{
698
- default: `${string}.svg`;
699
- }>;
700
- Note: () => Promise<{
701
- default: `${string}.svg`;
702
- }>;
703
- Number: () => Promise<{
704
- default: `${string}.svg`;
705
- }>;
706
- Organization: () => Promise<{
707
- default: `${string}.svg`;
708
- }>;
709
- Package: () => Promise<{
710
- default: `${string}.svg`;
711
- }>;
712
- PackageDependencies: () => Promise<{
713
- default: `${string}.svg`;
714
- }>;
715
- PackageDependents: () => Promise<{
716
- default: `${string}.svg`;
717
- }>;
718
- Paintbrush: () => Promise<{
719
- default: `${string}.svg`;
720
- }>;
721
- PaperAirplane: () => Promise<{
722
- default: `${string}.svg`;
723
- }>;
724
- Paperclip: () => Promise<{
725
- default: `${string}.svg`;
726
- }>;
727
- Paste: () => Promise<{
728
- default: `${string}.svg`;
729
- }>;
730
- Pencil: () => Promise<{
731
- default: `${string}.svg`;
732
- }>;
733
- People: () => Promise<{
734
- default: `${string}.svg`;
735
- }>;
736
- Person: () => Promise<{
737
- default: `${string}.svg`;
738
- }>;
739
- PersonAdd: () => Promise<{
740
- default: `${string}.svg`;
741
- }>;
742
- PersonFill: () => Promise<{
743
- default: `${string}.svg`;
744
- }>;
745
- Pin: () => Promise<{
746
- default: `${string}.svg`;
747
- }>;
748
- Play: () => Promise<{
749
- default: `${string}.svg`;
750
- }>;
751
- Plug: () => Promise<{
752
- default: `${string}.svg`;
753
- }>;
754
- Plus: () => Promise<{
755
- default: `${string}.svg`;
756
- }>;
757
- PlusCircle: () => Promise<{
758
- default: `${string}.svg`;
759
- }>;
760
- Project: () => Promise<{
761
- default: `${string}.svg`;
762
- }>;
763
- Pulse: () => Promise<{
764
- default: `${string}.svg`;
765
- }>;
766
- Question: () => Promise<{
767
- default: `${string}.svg`;
768
- }>;
769
- Quote: () => Promise<{
770
- default: `${string}.svg`;
771
- }>;
772
- Reply: () => Promise<{
773
- default: `${string}.svg`;
774
- }>;
775
- Repo: () => Promise<{
776
- default: `${string}.svg`;
777
- }>;
778
- RepoClone: () => Promise<{
779
- default: `${string}.svg`;
780
- }>;
781
- RepoDeleted: () => Promise<{
782
- default: `${string}.svg`;
783
- }>;
784
- RepoForked: () => Promise<{
785
- default: `${string}.svg`;
786
- }>;
787
- RepoLocked: () => Promise<{
788
- default: `${string}.svg`;
789
- }>;
790
- RepoPull: () => Promise<{
791
- default: `${string}.svg`;
792
- }>;
793
- RepoPush: () => Promise<{
794
- default: `${string}.svg`;
795
- }>;
796
- RepoTemplate: () => Promise<{
797
- default: `${string}.svg`;
798
- }>;
799
- Report: () => Promise<{
800
- default: `${string}.svg`;
801
- }>;
802
- Rocket: () => Promise<{
803
- default: `${string}.svg`;
804
- }>;
805
- Rows: () => Promise<{
806
- default: `${string}.svg`;
807
- }>;
808
- Rss: () => Promise<{
809
- default: `${string}.svg`;
810
- }>;
811
- Ruby: () => Promise<{
812
- default: `${string}.svg`;
813
- }>;
814
- ScreenFull: () => Promise<{
815
- default: `${string}.svg`;
816
- }>;
817
- ScreenNormal: () => Promise<{
818
- default: `${string}.svg`;
819
- }>;
820
- Search: () => Promise<{
821
- default: `${string}.svg`;
822
- }>;
823
- Server: () => Promise<{
824
- default: `${string}.svg`;
825
- }>;
826
- ServerError: () => Promise<{
827
- default: `${string}.svg`;
828
- }>;
829
- Share: () => Promise<{
830
- default: `${string}.svg`;
831
- }>;
832
- ShareAndroid: () => Promise<{
833
- default: `${string}.svg`;
834
- }>;
835
- Shield: () => Promise<{
836
- default: `${string}.svg`;
837
- }>;
838
- ShieldCheck: () => Promise<{
839
- default: `${string}.svg`;
840
- }>;
841
- ShieldLock: () => Promise<{
842
- default: `${string}.svg`;
843
- }>;
844
- ShieldSlash: () => Promise<{
845
- default: `${string}.svg`;
846
- }>;
847
- ShieldX: () => Promise<{
848
- default: `${string}.svg`;
849
- }>;
850
- SidebarCollapse: () => Promise<{
851
- default: `${string}.svg`;
852
- }>;
853
- SidebarExpand: () => Promise<{
854
- default: `${string}.svg`;
855
- }>;
856
- SignIn: () => Promise<{
857
- default: `${string}.svg`;
858
- }>;
859
- SignOut: () => Promise<{
860
- default: `${string}.svg`;
861
- }>;
862
- SingleSelect: () => Promise<{
863
- default: `${string}.svg`;
864
- }>;
865
- Skip: () => Promise<{
866
- default: `${string}.svg`;
867
- }>;
868
- Sliders: () => Promise<{
869
- default: `${string}.svg`;
870
- }>;
871
- Smiley: () => Promise<{
872
- default: `${string}.svg`;
873
- }>;
874
- SortAsc: () => Promise<{
875
- default: `${string}.svg`;
876
- }>;
877
- SortDesc: () => Promise<{
878
- default: `${string}.svg`;
879
- }>;
880
- Square: () => Promise<{
881
- default: `${string}.svg`;
882
- }>;
883
- SquareFill: () => Promise<{
884
- default: `${string}.svg`;
885
- }>;
886
- Squirrel: () => Promise<{
887
- default: `${string}.svg`;
888
- }>;
889
- Stack: () => Promise<{
890
- default: `${string}.svg`;
891
- }>;
892
- Star: () => Promise<{
893
- default: `${string}.svg`;
894
- }>;
895
- StarFill: () => Promise<{
896
- default: `${string}.svg`;
897
- }>;
898
- Stop: () => Promise<{
899
- default: `${string}.svg`;
900
- }>;
901
- Stopwatch: () => Promise<{
902
- default: `${string}.svg`;
903
- }>;
904
- Store: () => Promise<{
905
- default: `${string}.svg`;
906
- }>;
907
- Strikethrough: () => Promise<{
908
- default: `${string}.svg`;
909
- }>;
910
- Sun: () => Promise<{
911
- default: `${string}.svg`;
912
- }>;
913
- Sync: () => Promise<{
914
- default: `${string}.svg`;
915
- }>;
916
- TabExternal: () => Promise<{
917
- default: `${string}.svg`;
918
- }>;
919
- Table: () => Promise<{
920
- default: `${string}.svg`;
921
- }>;
922
- Tag: () => Promise<{
923
- default: `${string}.svg`;
924
- }>;
925
- TaskList: () => Promise<{
926
- default: `${string}.svg`;
927
- }>;
928
- Telescope: () => Promise<{
929
- default: `${string}.svg`;
930
- }>;
931
- TelescopeFill: () => Promise<{
932
- default: `${string}.svg`;
933
- }>;
934
- Terminal: () => Promise<{
935
- default: `${string}.svg`;
936
- }>;
937
- ThreeBars: () => Promise<{
938
- default: `${string}.svg`;
939
- }>;
940
- ThumbsDown: () => Promise<{
941
- default: `${string}.svg`;
942
- }>;
943
- ThumbsUp: () => Promise<{
944
- default: `${string}.svg`;
945
- }>;
946
- Tools: () => Promise<{
947
- default: `${string}.svg`;
948
- }>;
949
- Trash: () => Promise<{
950
- default: `${string}.svg`;
951
- }>;
952
- TriangleDown: () => Promise<{
953
- default: `${string}.svg`;
954
- }>;
955
- TriangleLeft: () => Promise<{
956
- default: `${string}.svg`;
957
- }>;
958
- TriangleRight: () => Promise<{
959
- default: `${string}.svg`;
960
- }>;
961
- TriangleUp: () => Promise<{
962
- default: `${string}.svg`;
963
- }>;
964
- Trophy: () => Promise<{
965
- default: `${string}.svg`;
966
- }>;
967
- Typography: () => Promise<{
968
- default: `${string}.svg`;
969
- }>;
970
- Unfold: () => Promise<{
971
- default: `${string}.svg`;
972
- }>;
973
- Unlock: () => Promise<{
974
- default: `${string}.svg`;
975
- }>;
976
- Unmute: () => Promise<{
977
- default: `${string}.svg`;
978
- }>;
979
- Unverified: () => Promise<{
980
- default: `${string}.svg`;
981
- }>;
982
- Upload: () => Promise<{
983
- default: `${string}.svg`;
984
- }>;
985
- Verified: () => Promise<{
986
- default: `${string}.svg`;
987
- }>;
988
- Versions: () => Promise<{
989
- default: `${string}.svg`;
990
- }>;
991
- Video: () => Promise<{
992
- default: `${string}.svg`;
993
- }>;
994
- Webhook: () => Promise<{
995
- default: `${string}.svg`;
996
- }>;
997
- Workflow: () => Promise<{
998
- default: `${string}.svg`;
999
- }>;
1000
- X: () => Promise<{
1001
- default: `${string}.svg`;
1002
- }>;
1003
- XCircle: () => Promise<{
1004
- default: `${string}.svg`;
1005
- }>;
1006
- XCircleFill: () => Promise<{
1007
- default: `${string}.svg`;
1008
- }>;
1009
- YourDashLogo: () => Promise<{
1010
- default: `${string}.svg`;
1011
- }>;
1012
- Zap: () => Promise<{
1013
- default: `${string}.svg`;
1014
- }>;
170
+ Accessibility: () => Promise<svg>;
171
+ AccessibilityInset: () => Promise<svg>;
172
+ Alert: () => Promise<svg>;
173
+ AppLauncher: () => Promise<svg>;
174
+ Apps: () => Promise<svg>;
175
+ Archive: () => Promise<svg>;
176
+ ArrowBoth: () => Promise<svg>;
177
+ ArrowDown: () => Promise<svg>;
178
+ ArrowLeft: () => Promise<svg>;
179
+ ArrowRight: () => Promise<svg>;
180
+ ArrowSwitch: () => Promise<svg>;
181
+ ArrowUp: () => Promise<svg>;
182
+ Beaker: () => Promise<svg>;
183
+ Bell: () => Promise<svg>;
184
+ BellFill: () => Promise<svg>;
185
+ BellSlash: () => Promise<svg>;
186
+ Blocked: () => Promise<svg>;
187
+ Bold: () => Promise<svg>;
188
+ Book: () => Promise<svg>;
189
+ Bookmark: () => Promise<svg>;
190
+ BookmarkSlash: () => Promise<svg>;
191
+ Briefcase: () => Promise<svg>;
192
+ Broadcast: () => Promise<svg>;
193
+ Browser: () => Promise<svg>;
194
+ Bug: () => Promise<svg>;
195
+ Cache: () => Promise<svg>;
196
+ Calendar: () => Promise<svg>;
197
+ Check: () => Promise<svg>;
198
+ CheckCircle: () => Promise<svg>;
199
+ CheckCircleFill: () => Promise<svg>;
200
+ Checkbox: () => Promise<svg>;
201
+ Checklist: () => Promise<svg>;
202
+ ChevronDown: () => Promise<svg>;
203
+ ChevronLeft: () => Promise<svg>;
204
+ ChevronRight: () => Promise<svg>;
205
+ ChevronUp: () => Promise<svg>;
206
+ Circle: () => Promise<svg>;
207
+ CircleSlash: () => Promise<svg>;
208
+ Clock: () => Promise<svg>;
209
+ Cloud: () => Promise<svg>;
210
+ CloudOffline: () => Promise<svg>;
211
+ Code: () => Promise<svg>;
212
+ CodeOfConduct: () => Promise<svg>;
213
+ CodeReview: () => Promise<svg>;
214
+ CodeSquare: () => Promise<svg>;
215
+ CodeScan: () => Promise<svg>;
216
+ CodeScanCheckmark: () => Promise<svg>;
217
+ CodeSpaces: () => Promise<svg>;
218
+ Columns: () => Promise<svg>;
219
+ CommandPalette: () => Promise<svg>;
220
+ Comment: () => Promise<svg>;
221
+ CommentDiscussion: () => Promise<svg>;
222
+ Container: () => Promise<svg>;
223
+ Copilot: () => Promise<svg>;
224
+ Copilot48: () => Promise<svg>;
225
+ Copilot96: () => Promise<svg>;
226
+ CopilotError: () => Promise<svg>;
227
+ CopilotWarning: () => Promise<svg>;
228
+ Copy: () => Promise<svg>;
229
+ Cpu: () => Promise<svg>;
230
+ CreditCard: () => Promise<svg>;
231
+ CrossReference: () => Promise<svg>;
232
+ Dash: () => Promise<svg>;
233
+ Database: () => Promise<svg>;
234
+ Dependabot: () => Promise<svg>;
235
+ DesktopDownload: () => Promise<svg>;
236
+ DeviceCamera: () => Promise<svg>;
237
+ DeviceCameraVideo: () => Promise<svg>;
238
+ DeviceDesktop: () => Promise<svg>;
239
+ DeviceMobile: () => Promise<svg>;
240
+ Diamond: () => Promise<svg>;
241
+ Diff: () => Promise<svg>;
242
+ DiffAdded: () => Promise<svg>;
243
+ DiffIgnored: () => Promise<svg>;
244
+ DiffModified: () => Promise<svg>;
245
+ DiffRemoved: () => Promise<svg>;
246
+ DiffRenamed: () => Promise<svg>;
247
+ Dot: () => Promise<svg>;
248
+ DotFill: () => Promise<svg>;
249
+ Download: () => Promise<svg>;
250
+ Duplicate: () => Promise<svg>;
251
+ Ellipsis: () => Promise<svg>;
252
+ Eye: () => Promise<svg>;
253
+ EyeClosed: () => Promise<svg>;
254
+ Ewsgit: () => Promise<svg>;
255
+ FeedDiscussion: () => Promise<svg>;
256
+ FeedForked: () => Promise<svg>;
257
+ FeedHeart: () => Promise<svg>;
258
+ FeedMerged: () => Promise<svg>;
259
+ FeedPerson: () => Promise<svg>;
260
+ FeedRepo: () => Promise<svg>;
261
+ FeedRocket: () => Promise<svg>;
262
+ FeedStar: () => Promise<svg>;
263
+ FeedTag: () => Promise<svg>;
264
+ FeedTrophy: () => Promise<svg>;
265
+ File: () => Promise<svg>;
266
+ FileAdded: () => Promise<svg>;
267
+ FileBadge: () => Promise<svg>;
268
+ FileBinary: () => Promise<svg>;
269
+ FileCode: () => Promise<svg>;
270
+ FileDiff: () => Promise<svg>;
271
+ FileDirectory: () => Promise<svg>;
272
+ FileDirectoryFill: () => Promise<svg>;
273
+ FileDirectoryOpenFill: () => Promise<svg>;
274
+ FileMoved: () => Promise<svg>;
275
+ FileRemoved: () => Promise<svg>;
276
+ FileSubmodule: () => Promise<svg>;
277
+ FileSymlinkFile: () => Promise<svg>;
278
+ FileZip: () => Promise<svg>;
279
+ Filter: () => Promise<svg>;
280
+ Flame: () => Promise<svg>;
281
+ Fold: () => Promise<svg>;
282
+ FoldDown: () => Promise<svg>;
283
+ FoldUp: () => Promise<svg>;
284
+ Gear: () => Promise<svg>;
285
+ Gift: () => Promise<svg>;
286
+ GitBranch: () => Promise<svg>;
287
+ GitCommit: () => Promise<svg>;
288
+ GitCompare: () => Promise<svg>;
289
+ GitMerge: () => Promise<svg>;
290
+ GitMergeQueue: () => Promise<svg>;
291
+ GitPullRequest: () => Promise<svg>;
292
+ GitPullRequestClosed: () => Promise<svg>;
293
+ GitPullRequestDraft: () => Promise<svg>;
294
+ Globe: () => Promise<svg>;
295
+ Grabber: () => Promise<svg>;
296
+ Graph: () => Promise<svg>;
297
+ Hash: () => Promise<svg>;
298
+ Heading: () => Promise<svg>;
299
+ Heart: () => Promise<svg>;
300
+ HeartFill: () => Promise<svg>;
301
+ History: () => Promise<svg>;
302
+ Home: () => Promise<svg>;
303
+ HorizontalRule: () => Promise<svg>;
304
+ Hourglass: () => Promise<svg>;
305
+ Hubot: () => Promise<svg>;
306
+ IdBadge: () => Promise<svg>;
307
+ Image: () => Promise<svg>;
308
+ Inbox: () => Promise<svg>;
309
+ InfinitySymbol: () => Promise<svg>;
310
+ Info: () => Promise<svg>;
311
+ IssueClosed: () => Promise<svg>;
312
+ IssueDraft: () => Promise<svg>;
313
+ IssueOpened: () => Promise<svg>;
314
+ IssueReopened: () => Promise<svg>;
315
+ Italic: () => Promise<svg>;
316
+ Iterations: () => Promise<svg>;
317
+ KebabHorizontal: () => Promise<svg>;
318
+ Key: () => Promise<svg>;
319
+ KeyAsterisk: () => Promise<svg>;
320
+ Law: () => Promise<svg>;
321
+ LightBulb: () => Promise<svg>;
322
+ Link: () => Promise<svg>;
323
+ LinkExternal: () => Promise<svg>;
324
+ ListOrdered: () => Promise<svg>;
325
+ ListUnordered: () => Promise<svg>;
326
+ Location: () => Promise<svg>;
327
+ Lock: () => Promise<svg>;
328
+ Log: () => Promise<svg>;
329
+ Login: () => Promise<svg>;
330
+ LogoGist: () => Promise<svg>;
331
+ LogoGithub: () => Promise<svg>;
332
+ Logout: () => Promise<svg>;
333
+ Mail: () => Promise<svg>;
334
+ MarkGithub: () => Promise<svg>;
335
+ Markdown: () => Promise<svg>;
336
+ Megaphone: () => Promise<svg>;
337
+ Mention: () => Promise<svg>;
338
+ Meter: () => Promise<svg>;
339
+ Milestone: () => Promise<svg>;
340
+ Mirror: () => Promise<svg>;
341
+ Moon: () => Promise<svg>;
342
+ MortarBoard: () => Promise<svg>;
343
+ MultiSelect: () => Promise<svg>;
344
+ Mute: () => Promise<svg>;
345
+ NoEntry: () => Promise<svg>;
346
+ NorthStar: () => Promise<svg>;
347
+ Note: () => Promise<svg>;
348
+ Number: () => Promise<svg>;
349
+ Organization: () => Promise<svg>;
350
+ Package: () => Promise<svg>;
351
+ PackageDependencies: () => Promise<svg>;
352
+ PackageDependents: () => Promise<svg>;
353
+ Paintbrush: () => Promise<svg>;
354
+ PaperAirplane: () => Promise<svg>;
355
+ Paperclip: () => Promise<svg>;
356
+ Paste: () => Promise<svg>;
357
+ Pencil: () => Promise<svg>;
358
+ People: () => Promise<svg>;
359
+ Person: () => Promise<svg>;
360
+ PersonAdd: () => Promise<svg>;
361
+ PersonFill: () => Promise<svg>;
362
+ Pin: () => Promise<svg>;
363
+ Play: () => Promise<svg>;
364
+ Plug: () => Promise<svg>;
365
+ Plus: () => Promise<svg>;
366
+ PlusCircle: () => Promise<svg>;
367
+ Project: () => Promise<svg>;
368
+ Pulse: () => Promise<svg>;
369
+ Question: () => Promise<svg>;
370
+ Quote: () => Promise<svg>;
371
+ Reply: () => Promise<svg>;
372
+ Repo: () => Promise<svg>;
373
+ RepoClone: () => Promise<svg>;
374
+ RepoDeleted: () => Promise<svg>;
375
+ RepoForked: () => Promise<svg>;
376
+ RepoLocked: () => Promise<svg>;
377
+ RepoPull: () => Promise<svg>;
378
+ RepoPush: () => Promise<svg>;
379
+ RepoTemplate: () => Promise<svg>;
380
+ Report: () => Promise<svg>;
381
+ Rocket: () => Promise<svg>;
382
+ Rows: () => Promise<svg>;
383
+ Rss: () => Promise<svg>;
384
+ Ruby: () => Promise<svg>;
385
+ ScreenFull: () => Promise<svg>;
386
+ ScreenNormal: () => Promise<svg>;
387
+ Search: () => Promise<svg>;
388
+ Server: () => Promise<svg>;
389
+ ServerError: () => Promise<svg>;
390
+ Share: () => Promise<svg>;
391
+ ShareAndroid: () => Promise<svg>;
392
+ Shield: () => Promise<svg>;
393
+ ShieldCheck: () => Promise<svg>;
394
+ ShieldLock: () => Promise<svg>;
395
+ ShieldSlash: () => Promise<svg>;
396
+ ShieldX: () => Promise<svg>;
397
+ SidebarCollapse: () => Promise<svg>;
398
+ SidebarExpand: () => Promise<svg>;
399
+ SignIn: () => Promise<svg>;
400
+ SignOut: () => Promise<svg>;
401
+ SingleSelect: () => Promise<svg>;
402
+ Skip: () => Promise<svg>;
403
+ Sliders: () => Promise<svg>;
404
+ Smiley: () => Promise<svg>;
405
+ SortAsc: () => Promise<svg>;
406
+ SortDesc: () => Promise<svg>;
407
+ Square: () => Promise<svg>;
408
+ SquareFill: () => Promise<svg>;
409
+ Squirrel: () => Promise<svg>;
410
+ Stack: () => Promise<svg>;
411
+ Star: () => Promise<svg>;
412
+ StarFill: () => Promise<svg>;
413
+ Stop: () => Promise<svg>;
414
+ Stopwatch: () => Promise<svg>;
415
+ Store: () => Promise<svg>;
416
+ Strikethrough: () => Promise<svg>;
417
+ Sun: () => Promise<svg>;
418
+ Sync: () => Promise<svg>;
419
+ TabExternal: () => Promise<svg>;
420
+ Table: () => Promise<svg>;
421
+ Tag: () => Promise<svg>;
422
+ TaskList: () => Promise<svg>;
423
+ Telescope: () => Promise<svg>;
424
+ TelescopeFill: () => Promise<svg>;
425
+ Terminal: () => Promise<svg>;
426
+ ThreeBars: () => Promise<svg>;
427
+ ThumbsDown: () => Promise<svg>;
428
+ ThumbsUp: () => Promise<svg>;
429
+ Tools: () => Promise<svg>;
430
+ Trash: () => Promise<svg>;
431
+ TriangleDown: () => Promise<svg>;
432
+ TriangleLeft: () => Promise<svg>;
433
+ TriangleRight: () => Promise<svg>;
434
+ TriangleUp: () => Promise<svg>;
435
+ Trophy: () => Promise<svg>;
436
+ Typography: () => Promise<svg>;
437
+ Unfold: () => Promise<svg>;
438
+ Unlock: () => Promise<svg>;
439
+ Unmute: () => Promise<svg>;
440
+ Unverified: () => Promise<svg>;
441
+ Upload: () => Promise<svg>;
442
+ Verified: () => Promise<svg>;
443
+ Versions: () => Promise<svg>;
444
+ Video: () => Promise<svg>;
445
+ Webhook: () => Promise<svg>;
446
+ Workflow: () => Promise<svg>;
447
+ X: () => Promise<svg>;
448
+ XCircle: () => Promise<svg>;
449
+ XCircleFill: () => Promise<svg>;
450
+ YourDashLogo: () => Promise<svg>;
451
+ Zap: () => Promise<svg>;
1015
452
  };
1016
453
 
1017
454
  export declare type UKIconType = (typeof UKIcons)[keyof typeof UKIcons] | string;
package/package.json CHANGED
@@ -1,63 +1,64 @@
1
- {
2
- "name": "@yourdash/uikit",
3
- "version": "0.1.13",
4
- "description": "The YourDash ReactJS UI library",
5
- "scripts": {
6
- "dev-compile": "vite build --watch",
7
- "dev": "vite dev",
8
- "compile": "vite build",
9
- "build": "vite build"
10
- },
11
- "keywords": [],
12
- "author": "Ewsgit",
13
- "license": "MIT",
14
- "files": [
15
- "dist",
16
- "lib"
17
- ],
18
- "sideEffects": [
19
- "**/*.css"
20
- ],
21
- "type": "module",
22
- "exports": {
23
- "./lib/theme/themeValues.scss": {
24
- "default": "./dist/themeValues.scss"
25
- },
26
- "./themeValues.scss": {
27
- "default": "./dist/themeValues.scss"
28
- },
29
- ".": {
30
- "import": "./dist/index.mjs",
31
- "types": "./dist/index.d.ts",
32
- "default": "./dist/index.mjs"
33
- }
34
- },
35
- "dependencies": {
36
- "@vitejs/plugin-react": "^4.3.4",
37
- "animate.css": "^4.1.1",
38
- "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
39
- "clsx": "^2.1.1",
40
- "glob": "^11.0.1",
41
- "npm-run-all": "^4.1.5",
42
- "vite": "^6.2.0",
43
- "vite-plugin-dynamic-import": "^1.6.0",
44
- "vite-plugin-lib-inject-css": "^2.2.1"
45
- },
46
- "devDependencies": {
47
- "@types/node": "^22.13.8",
48
- "@types/react": "^19.0.10",
49
- "@types/react-dom": "^19.0.4",
50
- "@types/react-router": "^5.1.20",
51
- "@types/react-router-dom": "^5.3.3",
52
- "react": "^19.0.0",
53
- "react-dom": "^19.0.0",
54
- "react-router": "^7.2.0",
55
- "react-router-dom": "^7.2.0",
56
- "sass-embedded": "^1.85.1",
57
- "vite-plugin-dts": "^4.5.3"
58
- },
59
- "peerDependencies": {
60
- "react": "^19.0.0",
61
- "react-dom": "^19.0.0"
62
- }
63
- }
1
+ {
2
+ "name": "@yourdash/uikit",
3
+ "version": "0.1.14",
4
+ "description": "The YourDash ReactJS UI library",
5
+ "scripts": {
6
+ "dev-compile": "vite build --watch",
7
+ "dev": "vite dev",
8
+ "compile": "vite build",
9
+ "build": "vite build"
10
+ },
11
+ "keywords": [],
12
+ "author": "Ewsgit",
13
+ "license": "MIT",
14
+ "files": [
15
+ "dist",
16
+ "lib"
17
+ ],
18
+ "sideEffects": [
19
+ "**/*.css"
20
+ ],
21
+ "type": "module",
22
+ "exports": {
23
+ "./lib/theme/themeValues.scss": {
24
+ "default": "./dist/themeValues.scss"
25
+ },
26
+ "./themeValues.scss": {
27
+ "default": "./dist/themeValues.scss"
28
+ },
29
+ ".": {
30
+ "import": "./dist/index.mjs",
31
+ "types": "./dist/index.d.ts",
32
+ "default": "./dist/index.mjs"
33
+ }
34
+ },
35
+ "dependencies": {
36
+ "animate.css": "^4.1.1",
37
+ "clsx": "^2.1.1",
38
+ "glob": "^11.0.1"
39
+ },
40
+ "devDependencies": {
41
+ "@types/node": "^22.13.8",
42
+ "@types/react": "^19.0.10",
43
+ "@types/react-dom": "^19.0.4",
44
+ "@types/react-router": "^5.1.20",
45
+ "@types/react-router-dom": "^5.3.3",
46
+ "@vitejs/plugin-react": "^4.3.4",
47
+ "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
48
+ "npm-run-all": "^4.1.5",
49
+ "react": "^19.0.0",
50
+ "react-dom": "^19.0.0",
51
+ "react-router": "^7.2.0",
52
+ "react-router-dom": "^7.2.0",
53
+ "sass-embedded": "^1.85.1",
54
+ "typescript": "^5.8.3",
55
+ "vite": "^6.2.0",
56
+ "vite-plugin-dts": "^4.5.3",
57
+ "vite-plugin-dynamic-import": "^1.6.0",
58
+ "vite-plugin-lib-inject-css": "^2.2.1"
59
+ },
60
+ "peerDependencies": {
61
+ "react": "^19.0.0",
62
+ "react-dom": "^19.0.0"
63
+ }
64
+ }