@newtonschool/grauity 0.1.11 → 1.0.0

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 (100) hide show
  1. package/package.json +1 -2
  2. package/ui/.gitkeep +0 -0
  3. package/ui/README.md +0 -3
  4. package/ui/core/README.md +0 -4
  5. package/ui/core/colors/colorTypes.ts +0 -3
  6. package/ui/core/colors/index.ts +0 -25
  7. package/ui/core/icons/iconTags.ts +0 -1600
  8. package/ui/core/icons/iconTypes.ts +0 -1188
  9. package/ui/core/icons/index.ts +0 -3
  10. package/ui/core/index.ts +0 -14
  11. package/ui/core/miscellaneous-choices/index.ts +0 -24
  12. package/ui/core/miscellaneous-choices/miscellaneousTypes.ts +0 -3
  13. package/ui/core/sizes/index.ts +0 -29
  14. package/ui/core/sizes/sizeTypes.ts +0 -26
  15. package/ui/css/animations.scss +0 -8
  16. package/ui/css/fonts.scss +0 -9
  17. package/ui/css/index.scss +0 -3
  18. package/ui/css/reset.scss +0 -512
  19. package/ui/elements/Alert/Alert.styles.ts +0 -66
  20. package/ui/elements/Alert/Alert.test.tsx +0 -81
  21. package/ui/elements/Alert/Alert.tsx +0 -153
  22. package/ui/elements/Alert/constants.ts +0 -169
  23. package/ui/elements/Alert/index.ts +0 -6
  24. package/ui/elements/Alert/types.ts +0 -150
  25. package/ui/elements/Alert/utils.ts +0 -0
  26. package/ui/elements/AlertBanner/AlertBanner.styles.ts +0 -35
  27. package/ui/elements/AlertBanner/AlertBanner.test.tsx +0 -70
  28. package/ui/elements/AlertBanner/AlertBanner.tsx +0 -137
  29. package/ui/elements/AlertBanner/constants.ts +0 -179
  30. package/ui/elements/AlertBanner/index.ts +0 -6
  31. package/ui/elements/AlertBanner/types.ts +0 -133
  32. package/ui/elements/AlertBanner/utils.ts +0 -52
  33. package/ui/elements/Button/Button.styles.ts +0 -88
  34. package/ui/elements/Button/Button.test.tsx +0 -78
  35. package/ui/elements/Button/Button.tsx +0 -134
  36. package/ui/elements/Button/ButtonGroup.styles.ts +0 -7
  37. package/ui/elements/Button/ButtonGroup.tsx +0 -21
  38. package/ui/elements/Button/IconButton.test.tsx +0 -39
  39. package/ui/elements/Button/IconButton.tsx +0 -118
  40. package/ui/elements/Button/constants.ts +0 -304
  41. package/ui/elements/Button/index.ts +0 -8
  42. package/ui/elements/Button/types.ts +0 -282
  43. package/ui/elements/Button/utils.ts +0 -0
  44. package/ui/elements/Icon/Icon.styles.ts +0 -99
  45. package/ui/elements/Icon/Icon.tsx +0 -139
  46. package/ui/elements/Icon/index.ts +0 -2
  47. package/ui/elements/Icon/types.ts +0 -96
  48. package/ui/elements/Modal/ConfirmationDialog/index.test.tsx +0 -116
  49. package/ui/elements/Modal/ConfirmationDialog/index.tsx +0 -151
  50. package/ui/elements/Modal/Modal.styles.ts +0 -230
  51. package/ui/elements/Modal/Modal.test.tsx +0 -117
  52. package/ui/elements/Modal/Modal.tsx +0 -179
  53. package/ui/elements/Modal/MultiStepModal/index.test.tsx +0 -116
  54. package/ui/elements/Modal/MultiStepModal/index.tsx +0 -184
  55. package/ui/elements/Modal/constants.ts +0 -0
  56. package/ui/elements/Modal/index.ts +0 -4
  57. package/ui/elements/Modal/types.ts +0 -379
  58. package/ui/elements/Modal/utils.tsx +0 -0
  59. package/ui/elements/MultiSelectDropdown/DropdownListItem.tsx +0 -33
  60. package/ui/elements/MultiSelectDropdown/MultiSelectDropdown.styles.ts +0 -127
  61. package/ui/elements/MultiSelectDropdown/MultiSelectDropdown.test.tsx +0 -224
  62. package/ui/elements/MultiSelectDropdown/MultiSelectDropdown.tsx +0 -156
  63. package/ui/elements/MultiSelectDropdown/index.ts +0 -2
  64. package/ui/elements/MultiSelectDropdown/types.ts +0 -87
  65. package/ui/elements/SelectDropdown/SelectDropdown.styles.ts +0 -99
  66. package/ui/elements/SelectDropdown/SelectDropdown.test.tsx +0 -86
  67. package/ui/elements/SelectDropdown/SelectDropdown.tsx +0 -94
  68. package/ui/elements/SelectDropdown/index.tsx +0 -2
  69. package/ui/elements/SelectDropdown/types.ts +0 -73
  70. package/ui/elements/Table/Table.styles.ts +0 -178
  71. package/ui/elements/Table/Table.test.tsx +0 -72
  72. package/ui/elements/Table/Table.tsx +0 -118
  73. package/ui/elements/Table/constants.ts +0 -0
  74. package/ui/elements/Table/index.ts +0 -2
  75. package/ui/elements/Table/types.ts +0 -270
  76. package/ui/elements/Table/utils.ts +0 -0
  77. package/ui/elements/Typography/Typography.styles.ts +0 -29
  78. package/ui/elements/Typography/Typography.tsx +0 -70
  79. package/ui/elements/Typography/constants.ts +0 -292
  80. package/ui/elements/Typography/index.ts +0 -9
  81. package/ui/elements/Typography/types.ts +0 -116
  82. package/ui/elements/Typography/utils.ts +0 -11
  83. package/ui/fonts/Switzer-Variable.ttf +0 -0
  84. package/ui/fonts/grauity-icons.eot +0 -0
  85. package/ui/fonts/grauity-icons.ttf +0 -0
  86. package/ui/fonts/grauity-icons.woff +0 -0
  87. package/ui/fonts/grauity-icons.woff2 +0 -0
  88. package/ui/helpers/README.md +0 -3
  89. package/ui/helpers/classNameBuilders.ts +0 -48
  90. package/ui/helpers/index.ts +0 -7
  91. package/ui/index.ts +0 -48
  92. package/ui/init/GrauityInit.tsx +0 -85
  93. package/ui/init/index.ts +0 -2
  94. package/ui/themes/GlobalStyle.ts +0 -273
  95. package/ui/themes/ThemeContext.tsx +0 -140
  96. package/ui/themes/constants.ts +0 -8
  97. package/ui/themes/darkThemeConstants.ts +0 -73
  98. package/ui/themes/lightThemeConstants.ts +0 -73
  99. package/ui/themes/tokens.ts +0 -0
  100. package/ui/themes/types.ts +0 -77
@@ -1,1600 +0,0 @@
1
- export const ICON_TAGS = {
2
- "exclamation-circle-filled": [
3
- "Alert"
4
- ],
5
- "exclamation-circle": [
6
- "Alert"
7
- ],
8
- "exclamation-triangle-filled": [
9
- "Alert"
10
- ],
11
- "exclamation-triangle": [
12
- "Alert"
13
- ],
14
- "info-circle-filled": [
15
- "Alert"
16
- ],
17
- "info-circle": [
18
- "Alert"
19
- ],
20
- "question-circle-filled": [
21
- "Alert"
22
- ],
23
- "question-circle": [
24
- "Alert"
25
- ],
26
- "code-alt-filled": [
27
- "Code"
28
- ],
29
- "code-alt": [
30
- "Code"
31
- ],
32
- "code-filled": [
33
- "Code"
34
- ],
35
- "code": [
36
- "Code"
37
- ],
38
- "project-filled": [
39
- "Code"
40
- ],
41
- "project": [
42
- "Code"
43
- ],
44
- "terminal-filled": [
45
- "Code"
46
- ],
47
- "terminal": [
48
- "Code"
49
- ],
50
- "desktop-filled": [
51
- "Device"
52
- ],
53
- "desktop": [
54
- "Device"
55
- ],
56
- "gamepad-filled": [
57
- "Device"
58
- ],
59
- "gamepad": [
60
- "Device"
61
- ],
62
- "lamp-filled": [
63
- "Device"
64
- ],
65
- "lamp": [
66
- "Device"
67
- ],
68
- "laptop-filled": [
69
- "Device"
70
- ],
71
- "laptop": [
72
- "Device"
73
- ],
74
- "mobile-filled": [
75
- "Device"
76
- ],
77
- "mobile": [
78
- "Device"
79
- ],
80
- "archive-filled": [
81
- "Docs"
82
- ],
83
- "archive": [
84
- "Docs"
85
- ],
86
- "bookmark-filled": [
87
- "Docs"
88
- ],
89
- "bookmark": [
90
- "Docs"
91
- ],
92
- "file-alt-filled": [
93
- "Docs"
94
- ],
95
- "file-alt": [
96
- "Docs"
97
- ],
98
- "file-filled": [
99
- "Docs"
100
- ],
101
- "file": [
102
- "Docs"
103
- ],
104
- "folder-filled": [
105
- "Docs"
106
- ],
107
- "folder-open-filled": [
108
- "Docs"
109
- ],
110
- "folder-open": [
111
- "Docs"
112
- ],
113
- "folder": [
114
- "Docs"
115
- ],
116
- "label-filled": [
117
- "Docs"
118
- ],
119
- "label": [
120
- "Docs"
121
- ],
122
- "note-filled": [
123
- "Docs"
124
- ],
125
- "note": [
126
- "Docs"
127
- ],
128
- "pen-filled": [
129
- "Docs"
130
- ],
131
- "pen": [
132
- "Docs"
133
- ],
134
- "pin-filled": [
135
- "Docs"
136
- ],
137
- "pin": [
138
- "Docs"
139
- ],
140
- "headphone-filled": [
141
- "Media"
142
- ],
143
- "headphone-mic-filled": [
144
- "Media"
145
- ],
146
- "headphone-mic": [
147
- "Media"
148
- ],
149
- "headphone": [
150
- "Media"
151
- ],
152
- "mic-filled": [
153
- "Media"
154
- ],
155
- "mic": [
156
- "Media"
157
- ],
158
- "micmute-filled": [
159
- "Media"
160
- ],
161
- "micmute": [
162
- "Media"
163
- ],
164
- "pause-circle-filled": [
165
- "Media"
166
- ],
167
- "pause-circle": [
168
- "Media"
169
- ],
170
- "pause-filled": [
171
- "Media"
172
- ],
173
- "pause": [
174
- "Media"
175
- ],
176
- "play-circle-filled": [
177
- "Media"
178
- ],
179
- "play-circle": [
180
- "Media"
181
- ],
182
- "play-filled": [
183
- "Media"
184
- ],
185
- "play-rectangle-filled": [
186
- "Media"
187
- ],
188
- "play-rectangle": [
189
- "Media"
190
- ],
191
- "play": [
192
- "Media"
193
- ],
194
- "video-filled": [
195
- "Media"
196
- ],
197
- "video-off-filled": [
198
- "Media"
199
- ],
200
- "video-off": [
201
- "Media"
202
- ],
203
- "video": [
204
- "Media"
205
- ],
206
- "volume-maximum-filled": [
207
- "Media"
208
- ],
209
- "volume-maximum": [
210
- "Media"
211
- ],
212
- "volume-minimum-filled": [
213
- "Media"
214
- ],
215
- "volume-minimum": [
216
- "Media"
217
- ],
218
- "volume-mute-filled": [
219
- "Media"
220
- ],
221
- "volume-mute": [
222
- "Media"
223
- ],
224
- "comment-filled": [
225
- "Misc"
226
- ],
227
- "comment": [
228
- "Misc"
229
- ],
230
- "connector-filled": [
231
- "Misc"
232
- ],
233
- "connector": [
234
- "Misc"
235
- ],
236
- "doubt-alt2-filled": [
237
- "Misc"
238
- ],
239
- "doubt-alt2": [
240
- "Misc"
241
- ],
242
- "doubt-filled": [
243
- "Misc"
244
- ],
245
- "doubt-message-filled": [
246
- "Misc"
247
- ],
248
- "doubt-message": [
249
- "Misc"
250
- ],
251
- "doubt": [
252
- "Misc"
253
- ],
254
- "hearing-filled": [
255
- "Misc"
256
- ],
257
- "hearing": [
258
- "Misc"
259
- ],
260
- "heart-filled": [
261
- "Misc"
262
- ],
263
- "heart": [
264
- "Misc"
265
- ],
266
- "lock-filled": [
267
- "Misc"
268
- ],
269
- "lock-open-filled": [
270
- "Misc"
271
- ],
272
- "lock-open": [
273
- "Misc"
274
- ],
275
- "lock": [
276
- "Misc"
277
- ],
278
- "message-filled": [
279
- "Misc"
280
- ],
281
- "message-info-filled": [
282
- "Misc"
283
- ],
284
- "message-info": [
285
- "Misc"
286
- ],
287
- "message": [
288
- "Misc"
289
- ],
290
- "milestone-filled": [
291
- "Misc"
292
- ],
293
- "milestone": [
294
- "Misc"
295
- ],
296
- "scholar-hat-filled": [
297
- "Misc"
298
- ],
299
- "scholar-hat": [
300
- "Misc"
301
- ],
302
- "smiley-bad-filled": [
303
- "Misc"
304
- ],
305
- "smiley-bad": [
306
- "Misc"
307
- ],
308
- "smiley-filled": [
309
- "Misc"
310
- ],
311
- "smiley-happy-filled": [
312
- "Misc"
313
- ],
314
- "smiley-happy": [
315
- "Misc"
316
- ],
317
- "smiley-neutral-filled": [
318
- "Misc"
319
- ],
320
- "smiley-neutral": [
321
- "Misc"
322
- ],
323
- "smiley-sad-filled": [
324
- "Misc"
325
- ],
326
- "smiley-sad": [
327
- "Misc"
328
- ],
329
- "smiley-very-bad-filled": [
330
- "Misc"
331
- ],
332
- "smiley-very-bad": [
333
- "Misc"
334
- ],
335
- "smiley-very-happy-filled": [
336
- "Misc"
337
- ],
338
- "smiley-very-happy": [
339
- "Misc"
340
- ],
341
- "smiley": [
342
- "Misc"
343
- ],
344
- "spark-filled": [
345
- "Misc"
346
- ],
347
- "spark": [
348
- "Misc"
349
- ],
350
- "sparkle-filled": [
351
- "Misc"
352
- ],
353
- "sparkle": [
354
- "Misc"
355
- ],
356
- "target-filled": [
357
- "Misc"
358
- ],
359
- "target": [
360
- "Misc"
361
- ],
362
- "check-badge-filled": [
363
- "Reward"
364
- ],
365
- "check-badge": [
366
- "Reward"
367
- ],
368
- "crown-filled": [
369
- "Reward"
370
- ],
371
- "crown": [
372
- "Reward"
373
- ],
374
- "flag-filled": [
375
- "Reward"
376
- ],
377
- "flag": [
378
- "Reward"
379
- ],
380
- "gift-filled": [
381
- "Reward"
382
- ],
383
- "gift": [
384
- "Reward"
385
- ],
386
- "leaderboard-filled": [
387
- "Reward"
388
- ],
389
- "leaderboard": [
390
- "Reward"
391
- ],
392
- "medal-filled": [
393
- "Reward"
394
- ],
395
- "medal": [
396
- "Reward"
397
- ],
398
- "star-filled": [
399
- "Reward"
400
- ],
401
- "star": [
402
- "Reward"
403
- ],
404
- "trophy-filled": [
405
- "Reward"
406
- ],
407
- "trophy": [
408
- "Reward"
409
- ],
410
- "arrow-double-filled": [
411
- "System"
412
- ],
413
- "arrow-double": [
414
- "System"
415
- ],
416
- "arrow-down-filled": [
417
- "System"
418
- ],
419
- "arrow-down-left-filled": [
420
- "System"
421
- ],
422
- "arrow-down-left": [
423
- "System"
424
- ],
425
- "arrow-down-right-filled": [
426
- "System"
427
- ],
428
- "arrow-down-right": [
429
- "System"
430
- ],
431
- "arrow-down": [
432
- "System"
433
- ],
434
- "arrow-left-filled": [
435
- "System"
436
- ],
437
- "arrow-left": [
438
- "System"
439
- ],
440
- "arrow-right-filled": [
441
- "System"
442
- ],
443
- "arrow-right": [
444
- "System"
445
- ],
446
- "arrow-up-filled": [
447
- "System"
448
- ],
449
- "arrow-up-left-filled": [
450
- "System"
451
- ],
452
- "arrow-up-left": [
453
- "System"
454
- ],
455
- "arrow-up-right-filled": [
456
- "System"
457
- ],
458
- "arrow-up-right": [
459
- "System"
460
- ],
461
- "arrow-up": [
462
- "System"
463
- ],
464
- "ban-filled": [
465
- "System"
466
- ],
467
- "ban": [
468
- "System"
469
- ],
470
- "bin-filled": [
471
- "System"
472
- ],
473
- "bin": [
474
- "System"
475
- ],
476
- "book-alt-filled": [
477
- "System"
478
- ],
479
- "book-alt": [
480
- "System"
481
- ],
482
- "book-alt2-filled": [
483
- "System"
484
- ],
485
- "book-alt2": [
486
- "System"
487
- ],
488
- "book-alt3-filled": [
489
- "System"
490
- ],
491
- "book-alt3": [
492
- "System"
493
- ],
494
- "book-filled": [
495
- "System"
496
- ],
497
- "book": [
498
- "System"
499
- ],
500
- "briefcase-alt2-filled": [
501
- "System"
502
- ],
503
- "briefcase-alt2": [
504
- "System"
505
- ],
506
- "briefcase-filled": [
507
- "System"
508
- ],
509
- "briefcase": [
510
- "System"
511
- ],
512
- "broadcast-filled": [
513
- "System"
514
- ],
515
- "broadcast": [
516
- "System"
517
- ],
518
- "bug-filled": [
519
- "System"
520
- ],
521
- "bug": [
522
- "System"
523
- ],
524
- "bulb-filled": [
525
- "System"
526
- ],
527
- "bulb": [
528
- "System"
529
- ],
530
- "call-end-filled": [
531
- "System"
532
- ],
533
- "call-end": [
534
- "System"
535
- ],
536
- "call-start-filled": [
537
- "System"
538
- ],
539
- "call-start": [
540
- "System"
541
- ],
542
- "camera-filled": [
543
- "System"
544
- ],
545
- "camera": [
546
- "System"
547
- ],
548
- "caret-double-filled": [
549
- "System"
550
- ],
551
- "caret-double": [
552
- "System"
553
- ],
554
- "caret-down-filled": [
555
- "System"
556
- ],
557
- "caret-down": [
558
- "System"
559
- ],
560
- "caret-left-filled": [
561
- "System"
562
- ],
563
- "caret-left": [
564
- "System"
565
- ],
566
- "caret-right-filled": [
567
- "System"
568
- ],
569
- "caret-right": [
570
- "System"
571
- ],
572
- "caret-up-filled": [
573
- "System"
574
- ],
575
- "caret-up": [
576
- "System"
577
- ],
578
- "check-circle-filled": [
579
- "System"
580
- ],
581
- "check-circle": [
582
- "System"
583
- ],
584
- "check-filled": [
585
- "System"
586
- ],
587
- "check-square-filled": [
588
- "System"
589
- ],
590
- "check-square": [
591
- "System"
592
- ],
593
- "check": [
594
- "System"
595
- ],
596
- "chevron-down-double-filled": [
597
- "System"
598
- ],
599
- "chevron-down-double": [
600
- "System"
601
- ],
602
- "chevron-down-filled": [
603
- "System"
604
- ],
605
- "chevron-down": [
606
- "System"
607
- ],
608
- "chevron-left-double-filled": [
609
- "System"
610
- ],
611
- "chevron-left-double": [
612
- "System"
613
- ],
614
- "chevron-left-filled": [
615
- "System"
616
- ],
617
- "chevron-left": [
618
- "System"
619
- ],
620
- "chevron-right-double-filled": [
621
- "System"
622
- ],
623
- "chevron-right-double": [
624
- "System"
625
- ],
626
- "chevron-right-filled": [
627
- "System"
628
- ],
629
- "chevron-right": [
630
- "System"
631
- ],
632
- "chevron-up-double-filled": [
633
- "System"
634
- ],
635
- "chevron-up-double": [
636
- "System"
637
- ],
638
- "chevron-up-filled": [
639
- "System"
640
- ],
641
- "chevron-up": [
642
- "System"
643
- ],
644
- "circle-filled": [
645
- "System"
646
- ],
647
- "circle": [
648
- "System"
649
- ],
650
- "clock-alarm-filled": [
651
- "System"
652
- ],
653
- "clock-alarm": [
654
- "System"
655
- ],
656
- "close-circle-filled": [
657
- "System"
658
- ],
659
- "close-circle": [
660
- "System"
661
- ],
662
- "close-filled": [
663
- "System"
664
- ],
665
- "close-square-filled": [
666
- "System"
667
- ],
668
- "close-square": [
669
- "System"
670
- ],
671
- "close": [
672
- "System"
673
- ],
674
- "compass-filled": [
675
- "System"
676
- ],
677
- "compass": [
678
- "System"
679
- ],
680
- "diamond-filled": [
681
- "System"
682
- ],
683
- "diamond": [
684
- "System"
685
- ],
686
- "double-check-filled": [
687
- "System"
688
- ],
689
- "double-check": [
690
- "System"
691
- ],
692
- "download-filled": [
693
- "System"
694
- ],
695
- "download": [
696
- "System"
697
- ],
698
- "email-alt-filled": [
699
- "System"
700
- ],
701
- "email-alt": [
702
- "System"
703
- ],
704
- "email-filled": [
705
- "System"
706
- ],
707
- "email": [
708
- "System"
709
- ],
710
- "filter-filled": [
711
- "System"
712
- ],
713
- "filter": [
714
- "System"
715
- ],
716
- "floppy-filled": [
717
- "System"
718
- ],
719
- "floppy": [
720
- "System"
721
- ],
722
- "forward-filled": [
723
- "System"
724
- ],
725
- "forward": [
726
- "System"
727
- ],
728
- "gear-filled": [
729
- "System"
730
- ],
731
- "gear": [
732
- "System"
733
- ],
734
- "git-commit-filled": [
735
- "System"
736
- ],
737
- "git-commit": [
738
- "System"
739
- ],
740
- "globe-filled": [
741
- "System"
742
- ],
743
- "globe": [
744
- "System"
745
- ],
746
- "grip-hortizontal-filled": [
747
- "System"
748
- ],
749
- "grip-hortizontal": [
750
- "System"
751
- ],
752
- "grip-vertical-filled": [
753
- "System"
754
- ],
755
- "grip-vertical": [
756
- "System"
757
- ],
758
- "growth-down-filled": [
759
- "System"
760
- ],
761
- "growth-down": [
762
- "System"
763
- ],
764
- "growth-up-filled": [
765
- "System"
766
- ],
767
- "growth-up": [
768
- "System"
769
- ],
770
- "help-filled": [
771
- "System"
772
- ],
773
- "help": [
774
- "System"
775
- ],
776
- "hold-filled": [
777
- "System"
778
- ],
779
- "hold": [
780
- "System"
781
- ],
782
- "home-filled": [
783
- "System"
784
- ],
785
- "home": [
786
- "System"
787
- ],
788
- "hourglass-filled": [
789
- "System"
790
- ],
791
- "hourglass": [
792
- "System"
793
- ],
794
- "kebab-horizontal-filled": [
795
- "System"
796
- ],
797
- "kebab-horizontal": [
798
- "System"
799
- ],
800
- "kebab-vertical-filled": [
801
- "System"
802
- ],
803
- "kebab-vertical": [
804
- "System"
805
- ],
806
- "link-filled": [
807
- "System"
808
- ],
809
- "link": [
810
- "System"
811
- ],
812
- "list-checked-filled": [
813
- "System"
814
- ],
815
- "list-checked": [
816
- "System"
817
- ],
818
- "list-filled": [
819
- "System"
820
- ],
821
- "list": [
822
- "System"
823
- ],
824
- "load-filled": [
825
- "System"
826
- ],
827
- "load": [
828
- "System"
829
- ],
830
- "loudspeaker-filled": [
831
- "System"
832
- ],
833
- "loudspeaker": [
834
- "System"
835
- ],
836
- "map-pin-alt1-filled": [
837
- "System"
838
- ],
839
- "map-pin-alt1": [
840
- "System"
841
- ],
842
- "map-pin-alt2-filled": [
843
- "System"
844
- ],
845
- "map-pin-alt2": [
846
- "System"
847
- ],
848
- "map-pin-filled": [
849
- "System"
850
- ],
851
- "map-pin": [
852
- "System"
853
- ],
854
- "maximize-filled": [
855
- "System"
856
- ],
857
- "maximize": [
858
- "System"
859
- ],
860
- "menu-alt2-filled": [
861
- "System"
862
- ],
863
- "menu-alt2": [
864
- "System"
865
- ],
866
- "menu-filled": [
867
- "System"
868
- ],
869
- "menu-grid-filled": [
870
- "System"
871
- ],
872
- "menu-grid": [
873
- "System"
874
- ],
875
- "menu": [
876
- "System"
877
- ],
878
- "microchip-filled": [
879
- "System"
880
- ],
881
- "microchip": [
882
- "System"
883
- ],
884
- "minimize-filled": [
885
- "System"
886
- ],
887
- "minimize": [
888
- "System"
889
- ],
890
- "minus-circle-filled": [
891
- "System"
892
- ],
893
- "minus-circle": [
894
- "System"
895
- ],
896
- "minus-square-filled": [
897
- "System"
898
- ],
899
- "minus-square": [
900
- "System"
901
- ],
902
- "moon-filled": [
903
- "System"
904
- ],
905
- "moon": [
906
- "System"
907
- ],
908
- "new-tab-filled": [
909
- "System"
910
- ],
911
- "new-tab": [
912
- "System"
913
- ],
914
- "paper-clip-filled": [
915
- "System"
916
- ],
917
- "paper-clip": [
918
- "System"
919
- ],
920
- "plus-circle-filled": [
921
- "System"
922
- ],
923
- "plus-circle": [
924
- "System"
925
- ],
926
- "plus-filled": [
927
- "System"
928
- ],
929
- "plus-square-filled": [
930
- "System"
931
- ],
932
- "plus-square": [
933
- "System"
934
- ],
935
- "plus": [
936
- "System"
937
- ],
938
- "printer-filled": [
939
- "System"
940
- ],
941
- "printer": [
942
- "System"
943
- ],
944
- "quiz-filled": [
945
- "System"
946
- ],
947
- "quiz": [
948
- "System"
949
- ],
950
- "refresh-filled": [
951
- "System"
952
- ],
953
- "refresh": [
954
- "System"
955
- ],
956
- "remove-filled": [
957
- "System"
958
- ],
959
- "remove": [
960
- "System"
961
- ],
962
- "reply-filled": [
963
- "System"
964
- ],
965
- "reply": [
966
- "System"
967
- ],
968
- "screenshare-start-filled": [
969
- "System"
970
- ],
971
- "screenshare-start": [
972
- "System"
973
- ],
974
- "screenshare-stop-filled": [
975
- "System"
976
- ],
977
- "screenshare-stop": [
978
- "System"
979
- ],
980
- "search-filled": [
981
- "System"
982
- ],
983
- "search": [
984
- "System"
985
- ],
986
- "share-filled": [
987
- "System"
988
- ],
989
- "share": [
990
- "System"
991
- ],
992
- "shield-alert-filled": [
993
- "System"
994
- ],
995
- "shield-alert": [
996
- "System"
997
- ],
998
- "shield-check-filled": [
999
- "System"
1000
- ],
1001
- "shield-check": [
1002
- "System"
1003
- ],
1004
- "shield-filled": [
1005
- "System"
1006
- ],
1007
- "shield-lock-filled": [
1008
- "System"
1009
- ],
1010
- "shield-lock": [
1011
- "System"
1012
- ],
1013
- "shield-x-filled": [
1014
- "System"
1015
- ],
1016
- "shield-x": [
1017
- "System"
1018
- ],
1019
- "shield": [
1020
- "System"
1021
- ],
1022
- "sidebar-left-filled": [
1023
- "System"
1024
- ],
1025
- "sidebar-left": [
1026
- "System"
1027
- ],
1028
- "sidebar-right-filled": [
1029
- "System"
1030
- ],
1031
- "sidebar-right": [
1032
- "System"
1033
- ],
1034
- "signin-filled": [
1035
- "System"
1036
- ],
1037
- "signin": [
1038
- "System"
1039
- ],
1040
- "signout-filled": [
1041
- "System"
1042
- ],
1043
- "signout": [
1044
- "System"
1045
- ],
1046
- "slider-filled": [
1047
- "System"
1048
- ],
1049
- "slider": [
1050
- "System"
1051
- ],
1052
- "square-filled": [
1053
- "System"
1054
- ],
1055
- "square": [
1056
- "System"
1057
- ],
1058
- "sticky-note-filled": [
1059
- "System"
1060
- ],
1061
- "sticky-note": [
1062
- "System"
1063
- ],
1064
- "study-plan-filled": [
1065
- "System"
1066
- ],
1067
- "study-plan": [
1068
- "System"
1069
- ],
1070
- "sun-filled": [
1071
- "System"
1072
- ],
1073
- "sun": [
1074
- "System"
1075
- ],
1076
- "thumbs-down-filled": [
1077
- "System"
1078
- ],
1079
- "thumbs-down": [
1080
- "System"
1081
- ],
1082
- "thumbs-up-filled": [
1083
- "System"
1084
- ],
1085
- "thumbs-up": [
1086
- "System"
1087
- ],
1088
- "thunder-filled": [
1089
- "System"
1090
- ],
1091
- "thunder": [
1092
- "System"
1093
- ],
1094
- "upload-filled": [
1095
- "System"
1096
- ],
1097
- "upload": [
1098
- "System"
1099
- ],
1100
- "wrench-filled": [
1101
- "System"
1102
- ],
1103
- "wrench": [
1104
- "System"
1105
- ],
1106
- "bell-filled": [
1107
- "Time"
1108
- ],
1109
- "bell": [
1110
- "Time"
1111
- ],
1112
- "calender-check-filled": [
1113
- "Time"
1114
- ],
1115
- "calender-check": [
1116
- "Time"
1117
- ],
1118
- "calender-filled": [
1119
- "Time"
1120
- ],
1121
- "calender-plus-filled": [
1122
- "Time"
1123
- ],
1124
- "calender-plus": [
1125
- "Time"
1126
- ],
1127
- "calender": [
1128
- "Time"
1129
- ],
1130
- "clock-filled": [
1131
- "Time"
1132
- ],
1133
- "clock": [
1134
- "Time"
1135
- ],
1136
- "rewatch-filled": [
1137
- "Time"
1138
- ],
1139
- "rewatch": [
1140
- "Time"
1141
- ],
1142
- "stopwatch-filled": [
1143
- "Time"
1144
- ],
1145
- "stopwatch": [
1146
- "Time"
1147
- ],
1148
- "bot-filled": [
1149
- "User"
1150
- ],
1151
- "bot": [
1152
- "User"
1153
- ],
1154
- "person-check-filled": [
1155
- "User"
1156
- ],
1157
- "person-check": [
1158
- "User"
1159
- ],
1160
- "person-filled": [
1161
- "User"
1162
- ],
1163
- "person-plus-filled": [
1164
- "User"
1165
- ],
1166
- "person-plus": [
1167
- "User"
1168
- ],
1169
- "person": [
1170
- "User"
1171
- ],
1172
- "user-speak-filled": [
1173
- "User"
1174
- ],
1175
- "user-speak": [
1176
- "User"
1177
- ],
1178
- "users-filled": [
1179
- "User"
1180
- ],
1181
- "users": [
1182
- "User"
1183
- ]
1184
- };
1185
- export const TAG_ICONS = {
1186
- "Alert": [
1187
- "exclamation-circle-filled",
1188
- "exclamation-circle",
1189
- "exclamation-triangle-filled",
1190
- "exclamation-triangle",
1191
- "info-circle-filled",
1192
- "info-circle",
1193
- "question-circle-filled",
1194
- "question-circle"
1195
- ],
1196
- "Code": [
1197
- "code-alt-filled",
1198
- "code-alt",
1199
- "code-filled",
1200
- "code",
1201
- "project-filled",
1202
- "project",
1203
- "terminal-filled",
1204
- "terminal"
1205
- ],
1206
- "Device": [
1207
- "desktop-filled",
1208
- "desktop",
1209
- "gamepad-filled",
1210
- "gamepad",
1211
- "lamp-filled",
1212
- "lamp",
1213
- "laptop-filled",
1214
- "laptop",
1215
- "mobile-filled",
1216
- "mobile"
1217
- ],
1218
- "Docs": [
1219
- "archive-filled",
1220
- "archive",
1221
- "bookmark-filled",
1222
- "bookmark",
1223
- "file-alt-filled",
1224
- "file-alt",
1225
- "file-filled",
1226
- "file",
1227
- "folder-filled",
1228
- "folder-open-filled",
1229
- "folder-open",
1230
- "folder",
1231
- "label-filled",
1232
- "label",
1233
- "note-filled",
1234
- "note",
1235
- "pen-filled",
1236
- "pen",
1237
- "pin-filled",
1238
- "pin"
1239
- ],
1240
- "Media": [
1241
- "headphone-filled",
1242
- "headphone-mic-filled",
1243
- "headphone-mic",
1244
- "headphone",
1245
- "mic-filled",
1246
- "mic",
1247
- "micmute-filled",
1248
- "micmute",
1249
- "pause-circle-filled",
1250
- "pause-circle",
1251
- "pause-filled",
1252
- "pause",
1253
- "play-circle-filled",
1254
- "play-circle",
1255
- "play-filled",
1256
- "play-rectangle-filled",
1257
- "play-rectangle",
1258
- "play",
1259
- "video-filled",
1260
- "video-off-filled",
1261
- "video-off",
1262
- "video",
1263
- "volume-maximum-filled",
1264
- "volume-maximum",
1265
- "volume-minimum-filled",
1266
- "volume-minimum",
1267
- "volume-mute-filled",
1268
- "volume-mute"
1269
- ],
1270
- "Misc": [
1271
- "comment-filled",
1272
- "comment",
1273
- "connector-filled",
1274
- "connector",
1275
- "doubt-alt2-filled",
1276
- "doubt-alt2",
1277
- "doubt-filled",
1278
- "doubt-message-filled",
1279
- "doubt-message",
1280
- "doubt",
1281
- "hearing-filled",
1282
- "hearing",
1283
- "heart-filled",
1284
- "heart",
1285
- "lock-filled",
1286
- "lock-open-filled",
1287
- "lock-open",
1288
- "lock",
1289
- "message-filled",
1290
- "message-info-filled",
1291
- "message-info",
1292
- "message",
1293
- "milestone-filled",
1294
- "milestone",
1295
- "scholar-hat-filled",
1296
- "scholar-hat",
1297
- "smiley-bad-filled",
1298
- "smiley-bad",
1299
- "smiley-filled",
1300
- "smiley-happy-filled",
1301
- "smiley-happy",
1302
- "smiley-neutral-filled",
1303
- "smiley-neutral",
1304
- "smiley-sad-filled",
1305
- "smiley-sad",
1306
- "smiley-very-bad-filled",
1307
- "smiley-very-bad",
1308
- "smiley-very-happy-filled",
1309
- "smiley-very-happy",
1310
- "smiley",
1311
- "spark-filled",
1312
- "spark",
1313
- "sparkle-filled",
1314
- "sparkle",
1315
- "target-filled",
1316
- "target"
1317
- ],
1318
- "Reward": [
1319
- "check-badge-filled",
1320
- "check-badge",
1321
- "crown-filled",
1322
- "crown",
1323
- "flag-filled",
1324
- "flag",
1325
- "gift-filled",
1326
- "gift",
1327
- "leaderboard-filled",
1328
- "leaderboard",
1329
- "medal-filled",
1330
- "medal",
1331
- "star-filled",
1332
- "star",
1333
- "trophy-filled",
1334
- "trophy"
1335
- ],
1336
- "System": [
1337
- "arrow-double-filled",
1338
- "arrow-double",
1339
- "arrow-down-filled",
1340
- "arrow-down-left-filled",
1341
- "arrow-down-left",
1342
- "arrow-down-right-filled",
1343
- "arrow-down-right",
1344
- "arrow-down",
1345
- "arrow-left-filled",
1346
- "arrow-left",
1347
- "arrow-right-filled",
1348
- "arrow-right",
1349
- "arrow-up-filled",
1350
- "arrow-up-left-filled",
1351
- "arrow-up-left",
1352
- "arrow-up-right-filled",
1353
- "arrow-up-right",
1354
- "arrow-up",
1355
- "ban-filled",
1356
- "ban",
1357
- "bin-filled",
1358
- "bin",
1359
- "book-alt-filled",
1360
- "book-alt",
1361
- "book-alt2-filled",
1362
- "book-alt2",
1363
- "book-alt3-filled",
1364
- "book-alt3",
1365
- "book-filled",
1366
- "book",
1367
- "briefcase-alt2-filled",
1368
- "briefcase-alt2",
1369
- "briefcase-filled",
1370
- "briefcase",
1371
- "broadcast-filled",
1372
- "broadcast",
1373
- "bug-filled",
1374
- "bug",
1375
- "bulb-filled",
1376
- "bulb",
1377
- "call-end-filled",
1378
- "call-end",
1379
- "call-start-filled",
1380
- "call-start",
1381
- "camera-filled",
1382
- "camera",
1383
- "caret-double-filled",
1384
- "caret-double",
1385
- "caret-down-filled",
1386
- "caret-down",
1387
- "caret-left-filled",
1388
- "caret-left",
1389
- "caret-right-filled",
1390
- "caret-right",
1391
- "caret-up-filled",
1392
- "caret-up",
1393
- "check-circle-filled",
1394
- "check-circle",
1395
- "check-filled",
1396
- "check-square-filled",
1397
- "check-square",
1398
- "check",
1399
- "chevron-down-double-filled",
1400
- "chevron-down-double",
1401
- "chevron-down-filled",
1402
- "chevron-down",
1403
- "chevron-left-double-filled",
1404
- "chevron-left-double",
1405
- "chevron-left-filled",
1406
- "chevron-left",
1407
- "chevron-right-double-filled",
1408
- "chevron-right-double",
1409
- "chevron-right-filled",
1410
- "chevron-right",
1411
- "chevron-up-double-filled",
1412
- "chevron-up-double",
1413
- "chevron-up-filled",
1414
- "chevron-up",
1415
- "circle-filled",
1416
- "circle",
1417
- "clock-alarm-filled",
1418
- "clock-alarm",
1419
- "close-circle-filled",
1420
- "close-circle",
1421
- "close-filled",
1422
- "close-square-filled",
1423
- "close-square",
1424
- "close",
1425
- "compass-filled",
1426
- "compass",
1427
- "diamond-filled",
1428
- "diamond",
1429
- "double-check-filled",
1430
- "double-check",
1431
- "download-filled",
1432
- "download",
1433
- "email-alt-filled",
1434
- "email-alt",
1435
- "email-filled",
1436
- "email",
1437
- "filter-filled",
1438
- "filter",
1439
- "floppy-filled",
1440
- "floppy",
1441
- "forward-filled",
1442
- "forward",
1443
- "gear-filled",
1444
- "gear",
1445
- "git-commit-filled",
1446
- "git-commit",
1447
- "globe-filled",
1448
- "globe",
1449
- "grip-hortizontal-filled",
1450
- "grip-hortizontal",
1451
- "grip-vertical-filled",
1452
- "grip-vertical",
1453
- "growth-down-filled",
1454
- "growth-down",
1455
- "growth-up-filled",
1456
- "growth-up",
1457
- "help-filled",
1458
- "help",
1459
- "hold-filled",
1460
- "hold",
1461
- "home-filled",
1462
- "home",
1463
- "hourglass-filled",
1464
- "hourglass",
1465
- "kebab-horizontal-filled",
1466
- "kebab-horizontal",
1467
- "kebab-vertical-filled",
1468
- "kebab-vertical",
1469
- "link-filled",
1470
- "link",
1471
- "list-checked-filled",
1472
- "list-checked",
1473
- "list-filled",
1474
- "list",
1475
- "load-filled",
1476
- "load",
1477
- "loudspeaker-filled",
1478
- "loudspeaker",
1479
- "map-pin-alt1-filled",
1480
- "map-pin-alt1",
1481
- "map-pin-alt2-filled",
1482
- "map-pin-alt2",
1483
- "map-pin-filled",
1484
- "map-pin",
1485
- "maximize-filled",
1486
- "maximize",
1487
- "menu-alt2-filled",
1488
- "menu-alt2",
1489
- "menu-filled",
1490
- "menu-grid-filled",
1491
- "menu-grid",
1492
- "menu",
1493
- "microchip-filled",
1494
- "microchip",
1495
- "minimize-filled",
1496
- "minimize",
1497
- "minus-circle-filled",
1498
- "minus-circle",
1499
- "minus-square-filled",
1500
- "minus-square",
1501
- "moon-filled",
1502
- "moon",
1503
- "new-tab-filled",
1504
- "new-tab",
1505
- "paper-clip-filled",
1506
- "paper-clip",
1507
- "plus-circle-filled",
1508
- "plus-circle",
1509
- "plus-filled",
1510
- "plus-square-filled",
1511
- "plus-square",
1512
- "plus",
1513
- "printer-filled",
1514
- "printer",
1515
- "quiz-filled",
1516
- "quiz",
1517
- "refresh-filled",
1518
- "refresh",
1519
- "remove-filled",
1520
- "remove",
1521
- "reply-filled",
1522
- "reply",
1523
- "screenshare-start-filled",
1524
- "screenshare-start",
1525
- "screenshare-stop-filled",
1526
- "screenshare-stop",
1527
- "search-filled",
1528
- "search",
1529
- "share-filled",
1530
- "share",
1531
- "shield-alert-filled",
1532
- "shield-alert",
1533
- "shield-check-filled",
1534
- "shield-check",
1535
- "shield-filled",
1536
- "shield-lock-filled",
1537
- "shield-lock",
1538
- "shield-x-filled",
1539
- "shield-x",
1540
- "shield",
1541
- "sidebar-left-filled",
1542
- "sidebar-left",
1543
- "sidebar-right-filled",
1544
- "sidebar-right",
1545
- "signin-filled",
1546
- "signin",
1547
- "signout-filled",
1548
- "signout",
1549
- "slider-filled",
1550
- "slider",
1551
- "square-filled",
1552
- "square",
1553
- "sticky-note-filled",
1554
- "sticky-note",
1555
- "study-plan-filled",
1556
- "study-plan",
1557
- "sun-filled",
1558
- "sun",
1559
- "thumbs-down-filled",
1560
- "thumbs-down",
1561
- "thumbs-up-filled",
1562
- "thumbs-up",
1563
- "thunder-filled",
1564
- "thunder",
1565
- "upload-filled",
1566
- "upload",
1567
- "wrench-filled",
1568
- "wrench"
1569
- ],
1570
- "Time": [
1571
- "bell-filled",
1572
- "bell",
1573
- "calender-check-filled",
1574
- "calender-check",
1575
- "calender-filled",
1576
- "calender-plus-filled",
1577
- "calender-plus",
1578
- "calender",
1579
- "clock-filled",
1580
- "clock",
1581
- "rewatch-filled",
1582
- "rewatch",
1583
- "stopwatch-filled",
1584
- "stopwatch"
1585
- ],
1586
- "User": [
1587
- "bot-filled",
1588
- "bot",
1589
- "person-check-filled",
1590
- "person-check",
1591
- "person-filled",
1592
- "person-plus-filled",
1593
- "person-plus",
1594
- "person",
1595
- "user-speak-filled",
1596
- "user-speak",
1597
- "users-filled",
1598
- "users"
1599
- ]
1600
- };