@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.
- package/dist/index.d.ts +283 -846
- 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
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
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.
|
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
|
-
"
|
37
|
-
"
|
38
|
-
"
|
39
|
-
|
40
|
-
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
"
|
48
|
-
"
|
49
|
-
"
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"react": "^
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"vite-plugin-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
"react
|
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
|
+
}
|