@livechat/design-system-react-components 1.0.0-alpha.60 → 1.0.0-alpha.61

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 (29) hide show
  1. package/dist/components/ActionMenu/ActionMenu.d.ts +1 -1
  2. package/dist/components/ActionMenu/ActionMenuItem.d.ts +6 -0
  3. package/dist/components/ActionMenu/constants.d.ts +1 -1
  4. package/dist/components/Icon/Icon.d.ts +1 -1
  5. package/dist/components/Modal/ModalHeader.d.ts +9 -0
  6. package/dist/components/Modal/StoriesComponents.d.ts +1 -6
  7. package/dist/components/Modal/index.d.ts +2 -0
  8. package/dist/components/Tooltip/Tooltip.d.ts +1 -20
  9. package/dist/components/Tooltip/Tooltip.stories.d.ts +9 -38
  10. package/dist/components/Tooltip/components/FloatingComponent.d.ts +18 -0
  11. package/dist/components/Tooltip/{Interactive.d.ts → components/Interactive.d.ts} +1 -1
  12. package/dist/components/Tooltip/components/Reports.d.ts +7 -0
  13. package/dist/components/Tooltip/{UserGuide.d.ts → components/UserGuide/UserGuide.d.ts} +2 -2
  14. package/dist/components/Tooltip/components/UserGuide/index.d.ts +1 -0
  15. package/dist/components/Tooltip/components/index.d.ts +5 -0
  16. package/dist/components/Tooltip/helpers.d.ts +1 -0
  17. package/dist/components/Tooltip/index.d.ts +2 -4
  18. package/dist/components/Tooltip/types.d.ts +22 -0
  19. package/dist/dsrc.cjs.js +6 -6
  20. package/dist/dsrc.es.js +1588 -1468
  21. package/dist/dsrc.umd.js +6 -6
  22. package/dist/preview-stats.json +649 -553
  23. package/dist/style.css +1 -1
  24. package/package.json +13 -12
  25. /package/dist/components/Tooltip/{Info.d.ts → components/Info.d.ts} +0 -0
  26. /package/dist/components/Tooltip/{Simple.d.ts → components/Simple.d.ts} +0 -0
  27. /package/dist/components/Tooltip/{SpotlightOverlay.d.ts → components/UserGuide/SpotlightOverlay.d.ts} +0 -0
  28. /package/dist/components/Tooltip/{UserGuideStep.d.ts → components/UserGuide/UserGuideStep.d.ts} +0 -0
  29. /package/dist/components/Tooltip/{virtualElementReference.d.ts → components/UserGuide/virtualElementReference.d.ts} +0 -0
@@ -83,25 +83,25 @@
83
83
  "moduleName": "./src/index.ts"
84
84
  },
85
85
  {
86
- "moduleName": "./src/components/Alert/Alert.tsx"
86
+ "moduleName": "./src/components/Card/Card.tsx"
87
87
  },
88
88
  {
89
- "moduleName": "./src/components/Card/Card.tsx"
89
+ "moduleName": "./src/components/Input/Input.tsx"
90
90
  },
91
91
  {
92
92
  "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
93
93
  },
94
94
  {
95
- "moduleName": "./src/components/Input/Input.tsx"
95
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
96
96
  },
97
97
  {
98
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
98
+ "moduleName": "./src/components/Alert/Alert.tsx"
99
99
  },
100
100
  {
101
101
  "moduleName": "./src/components/Toast/Toast.tsx"
102
102
  },
103
103
  {
104
- "moduleName": "./src/components/Tooltip/Interactive.tsx"
104
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
105
105
  }
106
106
  ]
107
107
  },
@@ -149,10 +149,10 @@
149
149
  "moduleName": "./src/index.ts"
150
150
  },
151
151
  {
152
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
152
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
153
153
  },
154
154
  {
155
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
155
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
156
156
  },
157
157
  {
158
158
  "moduleName": "./src/components/FormField/FormField.tsx"
@@ -223,57 +223,54 @@
223
223
  {
224
224
  "moduleName": "./src/index.ts"
225
225
  },
226
- {
227
- "moduleName": "./src/components/Alert/Alert.tsx"
228
- },
229
226
  {
230
227
  "moduleName": "./src/components/Card/Card.tsx"
231
228
  },
232
229
  {
233
- "moduleName": "./src/components/FieldError/FieldError.tsx"
230
+ "moduleName": "./src/components/Input/Input.tsx"
234
231
  },
235
232
  {
236
233
  "moduleName": "./src/components/Avatar/Avatar.tsx"
237
234
  },
238
235
  {
239
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
236
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
240
237
  },
241
238
  {
242
- "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
239
+ "moduleName": "./src/components/Picker/PickerList.tsx"
243
240
  },
244
241
  {
245
- "moduleName": "./src/components/Input/Input.tsx"
242
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
246
243
  },
247
244
  {
248
245
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
249
246
  },
250
247
  {
251
- "moduleName": "./src/components/Search/Search.tsx"
252
- },
253
- {
254
- "moduleName": "./src/components/Switch/Switch.tsx"
248
+ "moduleName": "./src/components/Alert/Alert.tsx"
255
249
  },
256
250
  {
257
- "moduleName": "./src/components/Picker/PickerList.tsx"
251
+ "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
258
252
  },
259
253
  {
260
- "moduleName": "./src/components/Toast/Toast.tsx"
254
+ "moduleName": "./src/components/Modal/ModalHeader.tsx"
261
255
  },
262
256
  {
263
- "moduleName": "./src/components/Tooltip/Info.tsx"
257
+ "moduleName": "./src/components/Switch/Switch.tsx"
264
258
  },
265
259
  {
266
- "moduleName": "./src/components/Tooltip/Interactive.tsx"
260
+ "moduleName": "./src/components/Search/Search.tsx"
267
261
  },
268
262
  {
269
263
  "moduleName": "./src/components/Tag/Tag.tsx"
270
264
  },
271
265
  {
272
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
266
+ "moduleName": "./src/components/Toast/Toast.tsx"
273
267
  },
274
268
  {
275
269
  "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
276
270
  },
271
+ {
272
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
273
+ },
277
274
  {
278
275
  "moduleName": "./src/components/UploadBar/UploadBar.tsx"
279
276
  },
@@ -282,6 +279,12 @@
282
279
  },
283
280
  {
284
281
  "moduleName": "./src/components/Picker/Trigger.tsx"
282
+ },
283
+ {
284
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
285
+ },
286
+ {
287
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
285
288
  }
286
289
  ]
287
290
  },
@@ -314,10 +317,10 @@
314
317
  "moduleName": "./src/components/Button/Button.tsx"
315
318
  },
316
319
  {
317
- "moduleName": "./src/components/Search/Search.tsx"
320
+ "moduleName": "./src/components/Switch/Switch.tsx"
318
321
  },
319
322
  {
320
- "moduleName": "./src/components/Switch/Switch.tsx"
323
+ "moduleName": "./src/components/Search/Search.tsx"
321
324
  }
322
325
  ]
323
326
  },
@@ -469,12 +472,6 @@
469
472
  {
470
473
  "moduleName": "./src/index.ts"
471
474
  },
472
- {
473
- "moduleName": "./src/components/Alert/Alert.tsx"
474
- },
475
- {
476
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
477
- },
478
475
  {
479
476
  "moduleName": "./src/components/Card/Card.tsx"
480
477
  },
@@ -484,32 +481,56 @@
484
481
  {
485
482
  "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
486
483
  },
484
+ {
485
+ "moduleName": "./src/components/Loader/Loader.tsx"
486
+ },
487
487
  {
488
488
  "moduleName": "./src/components/FieldError/FieldError.tsx"
489
489
  },
490
+ {
491
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
492
+ },
490
493
  {
491
494
  "moduleName": "./src/components/Checkbox/Checkbox.tsx"
492
495
  },
496
+ {
497
+ "moduleName": "./src/components/Popover/Popover.tsx"
498
+ },
499
+ {
500
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
501
+ },
493
502
  {
494
503
  "moduleName": "./src/components/FormField/FormField.tsx"
495
504
  },
496
505
  {
497
- "moduleName": "./src/components/Modal/Modal.tsx"
506
+ "moduleName": "./src/components/Alert/Alert.tsx"
498
507
  },
499
508
  {
500
- "moduleName": "./src/components/Loader/Loader.tsx"
509
+ "moduleName": "./src/components/Modal/Modal.tsx"
501
510
  },
502
511
  {
503
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
512
+ "moduleName": "./src/components/Modal/ModalHeader.tsx"
504
513
  },
505
514
  {
506
515
  "moduleName": "./src/components/RadioButton/RadioButton.tsx"
507
516
  },
517
+ {
518
+ "moduleName": "./src/components/Tag/Tag.tsx"
519
+ },
520
+ {
521
+ "moduleName": "./src/components/Toast/Toast.tsx"
522
+ },
508
523
  {
509
524
  "moduleName": "./src/components/Tab/Tab.tsx"
510
525
  },
511
526
  {
512
- "moduleName": "./src/components/Tag/Tag.tsx"
527
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
528
+ },
529
+ {
530
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
531
+ },
532
+ {
533
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
513
534
  }
514
535
  ]
515
536
  },
@@ -544,92 +565,101 @@
544
565
  ]
545
566
  },
546
567
  {
547
- "id": "./src/components/ActionMenu/ActionMenu.tsx",
548
- "name": "./src/components/ActionMenu/ActionMenu.tsx",
568
+ "id": "./src/components/Card/Card.tsx",
569
+ "name": "./src/components/Card/Card.tsx",
549
570
  "reasons": [
550
571
  {
551
- "moduleName": "./src/components/ActionMenu/index.ts"
572
+ "moduleName": "./src/components/Card/index.ts"
552
573
  }
553
574
  ]
554
575
  },
555
576
  {
556
- "id": "./src/components/Alert/Alert.tsx",
557
- "name": "./src/components/Alert/Alert.tsx",
577
+ "id": "./src/components/DatePicker/DatePicker.tsx",
578
+ "name": "./src/components/DatePicker/DatePicker.tsx",
558
579
  "reasons": [
559
580
  {
560
- "moduleName": "./src/components/Alert/index.ts"
581
+ "moduleName": "./src/components/DatePicker/index.ts"
561
582
  }
562
583
  ]
563
584
  },
564
585
  {
565
- "id": "./src/components/Badge/Badge.tsx",
566
- "name": "./src/components/Badge/Badge.tsx",
586
+ "id": "./src/components/DatePicker/RangeDatePicker.tsx",
587
+ "name": "./src/components/DatePicker/RangeDatePicker.tsx",
567
588
  "reasons": [
568
589
  {
569
- "moduleName": "./src/components/Badge/index.ts"
590
+ "moduleName": "./src/components/DatePicker/index.ts"
570
591
  }
571
592
  ]
572
593
  },
573
594
  {
574
- "id": "./src/components/DatePicker/DatePicker.tsx",
575
- "name": "./src/components/DatePicker/DatePicker.tsx",
595
+ "id": "./src/components/Button/Button.tsx",
596
+ "name": "./src/components/Button/Button.tsx",
576
597
  "reasons": [
577
598
  {
578
- "moduleName": "./src/components/DatePicker/index.ts"
599
+ "moduleName": "./src/components/Button/index.ts"
579
600
  }
580
601
  ]
581
602
  },
582
603
  {
583
- "id": "./src/components/DatePicker/RangeDatePicker.tsx",
584
- "name": "./src/components/DatePicker/RangeDatePicker.tsx",
604
+ "id": "./src/components/ActionMenu/ActionMenu.tsx",
605
+ "name": "./src/components/ActionMenu/ActionMenu.tsx",
585
606
  "reasons": [
586
607
  {
587
- "moduleName": "./src/components/DatePicker/index.ts"
608
+ "moduleName": "./src/components/ActionMenu/index.ts"
588
609
  }
589
610
  ]
590
611
  },
591
612
  {
592
- "id": "./src/components/FieldGroup/FieldGroup.tsx",
593
- "name": "./src/components/FieldGroup/FieldGroup.tsx",
613
+ "id": "./src/components/FieldDescription/FieldDescription.tsx",
614
+ "name": "./src/components/FieldDescription/FieldDescription.tsx",
594
615
  "reasons": [
595
616
  {
596
- "moduleName": "./src/components/FieldGroup/index.ts"
617
+ "moduleName": "./src/components/FieldDescription/index.ts"
597
618
  }
598
619
  ]
599
620
  },
600
621
  {
601
- "id": "./src/components/FormGroup/FormGroup.tsx",
602
- "name": "./src/components/FormGroup/FormGroup.tsx",
622
+ "id": "./src/components/Form/Form.tsx",
623
+ "name": "./src/components/Form/Form.tsx",
603
624
  "reasons": [
604
625
  {
605
- "moduleName": "./src/components/FormGroup/index.ts"
626
+ "moduleName": "./src/components/Form/index.ts"
606
627
  }
607
628
  ]
608
629
  },
609
630
  {
610
- "id": "./src/components/Checkbox/Checkbox.tsx",
611
- "name": "./src/components/Checkbox/Checkbox.tsx",
631
+ "id": "./src/components/Input/Input.tsx",
632
+ "name": "./src/components/Input/Input.tsx",
612
633
  "reasons": [
613
634
  {
614
- "moduleName": "./src/components/Checkbox/index.ts"
635
+ "moduleName": "./src/components/Input/index.ts"
615
636
  }
616
637
  ]
617
638
  },
618
639
  {
619
- "id": "./src/components/Card/Card.tsx",
620
- "name": "./src/components/Card/Card.tsx",
640
+ "id": "./src/components/Badge/Badge.tsx",
641
+ "name": "./src/components/Badge/Badge.tsx",
621
642
  "reasons": [
622
643
  {
623
- "moduleName": "./src/components/Card/index.ts"
644
+ "moduleName": "./src/components/Badge/index.ts"
624
645
  }
625
646
  ]
626
647
  },
627
648
  {
628
- "id": "./src/components/FieldDescription/FieldDescription.tsx",
629
- "name": "./src/components/FieldDescription/FieldDescription.tsx",
649
+ "id": "./src/components/Loader/Loader.tsx",
650
+ "name": "./src/components/Loader/Loader.tsx",
630
651
  "reasons": [
631
652
  {
632
- "moduleName": "./src/components/FieldDescription/index.ts"
653
+ "moduleName": "./src/components/Loader/index.ts"
654
+ }
655
+ ]
656
+ },
657
+ {
658
+ "id": "./src/components/FieldError/FieldError.tsx",
659
+ "name": "./src/components/FieldError/FieldError.tsx",
660
+ "reasons": [
661
+ {
662
+ "moduleName": "./src/components/FieldError/index.ts"
633
663
  }
634
664
  ]
635
665
  },
@@ -643,38 +673,47 @@
643
673
  ]
644
674
  },
645
675
  {
646
- "id": "./src/components/Form/Form.tsx",
647
- "name": "./src/components/Form/Form.tsx",
676
+ "id": "./src/components/Checkbox/Checkbox.tsx",
677
+ "name": "./src/components/Checkbox/Checkbox.tsx",
648
678
  "reasons": [
649
679
  {
650
- "moduleName": "./src/components/Form/index.ts"
680
+ "moduleName": "./src/components/Checkbox/index.ts"
651
681
  }
652
682
  ]
653
683
  },
654
684
  {
655
- "id": "./src/components/SegmentedControl/SegmentedControl.tsx",
656
- "name": "./src/components/SegmentedControl/SegmentedControl.tsx",
685
+ "id": "./src/components/FormGroup/FormGroup.tsx",
686
+ "name": "./src/components/FormGroup/FormGroup.tsx",
657
687
  "reasons": [
658
688
  {
659
- "moduleName": "./src/components/SegmentedControl/index.ts"
689
+ "moduleName": "./src/components/FormGroup/index.ts"
660
690
  }
661
691
  ]
662
692
  },
663
693
  {
664
- "id": "./src/components/FormField/FormField.tsx",
665
- "name": "./src/components/FormField/FormField.tsx",
694
+ "id": "./src/components/Popover/Popover.tsx",
695
+ "name": "./src/components/Popover/Popover.tsx",
666
696
  "reasons": [
667
697
  {
668
- "moduleName": "./src/components/FormField/index.ts"
698
+ "moduleName": "./src/components/Popover/index.ts"
669
699
  }
670
700
  ]
671
701
  },
672
702
  {
673
- "id": "./src/components/FieldError/FieldError.tsx",
674
- "name": "./src/components/FieldError/FieldError.tsx",
703
+ "id": "./src/components/FieldGroup/FieldGroup.tsx",
704
+ "name": "./src/components/FieldGroup/FieldGroup.tsx",
675
705
  "reasons": [
676
706
  {
677
- "moduleName": "./src/components/FieldError/index.ts"
707
+ "moduleName": "./src/components/FieldGroup/index.ts"
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "id": "./src/components/SegmentedControl/SegmentedControl.tsx",
713
+ "name": "./src/components/SegmentedControl/SegmentedControl.tsx",
714
+ "reasons": [
715
+ {
716
+ "moduleName": "./src/components/SegmentedControl/index.ts"
678
717
  }
679
718
  ]
680
719
  },
@@ -688,20 +727,23 @@
688
727
  ]
689
728
  },
690
729
  {
691
- "id": "./src/components/Button/Button.tsx",
692
- "name": "./src/components/Button/Button.tsx",
730
+ "id": "./src/components/Picker/Picker.tsx",
731
+ "name": "./src/components/Picker/Picker.tsx",
693
732
  "reasons": [
694
733
  {
695
- "moduleName": "./src/components/Button/index.ts"
734
+ "moduleName": "./src/components/Picker/index.ts"
696
735
  }
697
736
  ]
698
737
  },
699
738
  {
700
- "id": "./src/components/Icon/Icon.tsx",
701
- "name": "./src/components/Icon/Icon.tsx",
739
+ "id": "./src/components/Picker/PickerList.tsx",
740
+ "name": "./src/components/Picker/PickerList.tsx",
702
741
  "reasons": [
703
742
  {
704
- "moduleName": "./src/components/Icon/index.ts"
743
+ "moduleName": "./src/components/Picker/index.ts"
744
+ },
745
+ {
746
+ "moduleName": "./src/components/Picker/Picker.tsx"
705
747
  }
706
748
  ]
707
749
  },
@@ -715,11 +757,29 @@
715
757
  ]
716
758
  },
717
759
  {
718
- "id": "./src/components/Input/Input.tsx",
719
- "name": "./src/components/Input/Input.tsx",
760
+ "id": "./src/components/PromoBanner/PromoBanner.tsx",
761
+ "name": "./src/components/PromoBanner/PromoBanner.tsx",
720
762
  "reasons": [
721
763
  {
722
- "moduleName": "./src/components/Input/index.ts"
764
+ "moduleName": "./src/components/PromoBanner/index.ts"
765
+ }
766
+ ]
767
+ },
768
+ {
769
+ "id": "./src/components/FormField/FormField.tsx",
770
+ "name": "./src/components/FormField/FormField.tsx",
771
+ "reasons": [
772
+ {
773
+ "moduleName": "./src/components/FormField/index.ts"
774
+ }
775
+ ]
776
+ },
777
+ {
778
+ "id": "./src/components/Alert/Alert.tsx",
779
+ "name": "./src/components/Alert/Alert.tsx",
780
+ "reasons": [
781
+ {
782
+ "moduleName": "./src/components/Alert/index.ts"
723
783
  }
724
784
  ]
725
785
  },
@@ -766,29 +826,38 @@
766
826
  ]
767
827
  },
768
828
  {
769
- "id": "./src/components/Loader/Loader.tsx",
770
- "name": "./src/components/Loader/Loader.tsx",
829
+ "id": "./src/components/Modal/ModalHeader.tsx",
830
+ "name": "./src/components/Modal/ModalHeader.tsx",
771
831
  "reasons": [
772
832
  {
773
- "moduleName": "./src/components/Loader/index.ts"
833
+ "moduleName": "./src/components/Modal/index.ts"
774
834
  }
775
835
  ]
776
836
  },
777
837
  {
778
- "id": "./src/components/PromoBanner/PromoBanner.tsx",
779
- "name": "./src/components/PromoBanner/PromoBanner.tsx",
838
+ "id": "./src/components/Progress/ProgressCircle.tsx",
839
+ "name": "./src/components/Progress/ProgressCircle.tsx",
780
840
  "reasons": [
781
841
  {
782
- "moduleName": "./src/components/PromoBanner/index.ts"
842
+ "moduleName": "./src/components/Progress/index.ts"
783
843
  }
784
844
  ]
785
845
  },
786
846
  {
787
- "id": "./src/components/RadioButton/RadioButton.tsx",
788
- "name": "./src/components/RadioButton/RadioButton.tsx",
847
+ "id": "./src/components/Progress/ProgressBar.tsx",
848
+ "name": "./src/components/Progress/ProgressBar.tsx",
789
849
  "reasons": [
790
850
  {
791
- "moduleName": "./src/components/RadioButton/index.ts"
851
+ "moduleName": "./src/components/Progress/index.ts"
852
+ }
853
+ ]
854
+ },
855
+ {
856
+ "id": "./src/components/Icon/Icon.tsx",
857
+ "name": "./src/components/Icon/Icon.tsx",
858
+ "reasons": [
859
+ {
860
+ "moduleName": "./src/components/Icon/index.ts"
792
861
  }
793
862
  ]
794
863
  },
@@ -802,89 +871,50 @@
802
871
  ]
803
872
  },
804
873
  {
805
- "id": "./src/components/Picker/Picker.tsx",
806
- "name": "./src/components/Picker/Picker.tsx",
874
+ "id": "./src/components/Switch/Switch.tsx",
875
+ "name": "./src/components/Switch/Switch.tsx",
807
876
  "reasons": [
808
877
  {
809
- "moduleName": "./src/components/Picker/index.ts"
878
+ "moduleName": "./src/components/Switch/index.ts"
810
879
  }
811
880
  ]
812
881
  },
813
882
  {
814
- "id": "./src/components/Picker/PickerList.tsx",
815
- "name": "./src/components/Picker/PickerList.tsx",
816
- "reasons": [
817
- {
818
- "moduleName": "./src/components/Picker/index.ts"
819
- },
820
- {
821
- "moduleName": "./src/components/Picker/Picker.tsx"
822
- }
823
- ]
824
- },
825
- {
826
- "id": "./src/components/Switch/Switch.tsx",
827
- "name": "./src/components/Switch/Switch.tsx",
828
- "reasons": [
829
- {
830
- "moduleName": "./src/components/Switch/index.ts"
831
- }
832
- ]
833
- },
834
- {
835
- "id": "./src/components/Tab/Tab.tsx",
836
- "name": "./src/components/Tab/Tab.tsx",
837
- "reasons": [
838
- {
839
- "moduleName": "./src/components/Tab/index.ts"
840
- }
841
- ]
842
- },
843
- {
844
- "id": "./src/components/Tab/TabsWrapper.tsx",
845
- "name": "./src/components/Tab/TabsWrapper.tsx",
846
- "reasons": [
847
- {
848
- "moduleName": "./src/components/Tab/index.ts"
849
- }
850
- ]
851
- },
852
- {
853
- "id": "./src/components/Progress/ProgressCircle.tsx",
854
- "name": "./src/components/Progress/ProgressCircle.tsx",
883
+ "id": "./src/components/RadioButton/RadioButton.tsx",
884
+ "name": "./src/components/RadioButton/RadioButton.tsx",
855
885
  "reasons": [
856
886
  {
857
- "moduleName": "./src/components/Progress/index.ts"
887
+ "moduleName": "./src/components/RadioButton/index.ts"
858
888
  }
859
889
  ]
860
890
  },
861
891
  {
862
- "id": "./src/components/Progress/ProgressBar.tsx",
863
- "name": "./src/components/Progress/ProgressBar.tsx",
892
+ "id": "./src/components/Tag/Tag.tsx",
893
+ "name": "./src/components/Tag/Tag.tsx",
864
894
  "reasons": [
865
895
  {
866
- "moduleName": "./src/components/Progress/index.ts"
896
+ "moduleName": "./src/components/Tag/index.ts"
867
897
  }
868
898
  ]
869
899
  },
870
900
  {
871
- "id": "./src/components/Toast/Toast.tsx",
872
- "name": "./src/components/Toast/Toast.tsx",
901
+ "id": "./src/components/TagInput/TagInput.tsx",
902
+ "name": "./src/components/TagInput/TagInput.tsx",
873
903
  "reasons": [
874
904
  {
875
- "moduleName": "./src/components/Toast/index.ts"
905
+ "moduleName": "./src/components/TagInput/index.ts"
876
906
  },
877
907
  {
878
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
908
+ "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
879
909
  }
880
910
  ]
881
911
  },
882
912
  {
883
- "id": "./src/components/Toast/ToastWrapper.tsx",
884
- "name": "./src/components/Toast/ToastWrapper.tsx",
913
+ "id": "./src/components/TagInput/EmailTagInput.tsx",
914
+ "name": "./src/components/TagInput/EmailTagInput.tsx",
885
915
  "reasons": [
886
916
  {
887
- "moduleName": "./src/components/Toast/index.ts"
917
+ "moduleName": "./src/components/TagInput/index.ts"
888
918
  }
889
919
  ]
890
920
  },
@@ -896,13 +926,13 @@
896
926
  "moduleName": "./src/components/Tooltip/index.ts"
897
927
  },
898
928
  {
899
- "moduleName": "./src/components/Tooltip/UserGuide.tsx"
929
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
900
930
  }
901
931
  ]
902
932
  },
903
933
  {
904
- "id": "./src/components/Tooltip/Simple.tsx",
905
- "name": "./src/components/Tooltip/Simple.tsx",
934
+ "id": "./src/components/Tooltip/components/index.ts",
935
+ "name": "./src/components/Tooltip/components/index.ts",
906
936
  "reasons": [
907
937
  {
908
938
  "moduleName": "./src/components/Tooltip/index.ts"
@@ -910,77 +940,71 @@
910
940
  ]
911
941
  },
912
942
  {
913
- "id": "./src/components/Tooltip/Info.tsx",
914
- "name": "./src/components/Tooltip/Info.tsx",
943
+ "id": "./src/components/Tooltip/components/UserGuide/index.ts",
944
+ "name": "./src/components/Tooltip/components/UserGuide/index.ts",
915
945
  "reasons": [
916
946
  {
917
947
  "moduleName": "./src/components/Tooltip/index.ts"
918
- }
919
- ]
920
- },
921
- {
922
- "id": "./src/components/Tooltip/Interactive.tsx",
923
- "name": "./src/components/Tooltip/Interactive.tsx",
924
- "reasons": [
948
+ },
925
949
  {
926
- "moduleName": "./src/components/Tooltip/index.ts"
950
+ "moduleName": "./src/components/Tooltip/components/index.ts"
927
951
  }
928
952
  ]
929
953
  },
930
954
  {
931
- "id": "./src/components/Tooltip/UserGuide.tsx",
932
- "name": "./src/components/Tooltip/UserGuide.tsx",
955
+ "id": "./src/components/Typography/Heading.tsx",
956
+ "name": "./src/components/Typography/Heading.tsx",
933
957
  "reasons": [
934
958
  {
935
- "moduleName": "./src/components/Tooltip/index.ts"
959
+ "moduleName": "./src/components/Typography/index.ts"
936
960
  }
937
961
  ]
938
962
  },
939
963
  {
940
- "id": "./src/components/Popover/Popover.tsx",
941
- "name": "./src/components/Popover/Popover.tsx",
964
+ "id": "./src/components/Typography/Text.tsx",
965
+ "name": "./src/components/Typography/Text.tsx",
942
966
  "reasons": [
943
967
  {
944
- "moduleName": "./src/components/Popover/index.ts"
968
+ "moduleName": "./src/components/Typography/index.ts"
945
969
  }
946
970
  ]
947
971
  },
948
972
  {
949
- "id": "./src/components/TagInput/TagInput.tsx",
950
- "name": "./src/components/TagInput/TagInput.tsx",
973
+ "id": "./src/components/Toast/Toast.tsx",
974
+ "name": "./src/components/Toast/Toast.tsx",
951
975
  "reasons": [
952
976
  {
953
- "moduleName": "./src/components/TagInput/index.ts"
977
+ "moduleName": "./src/components/Toast/index.ts"
954
978
  },
955
979
  {
956
- "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
980
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
957
981
  }
958
982
  ]
959
983
  },
960
984
  {
961
- "id": "./src/components/TagInput/EmailTagInput.tsx",
962
- "name": "./src/components/TagInput/EmailTagInput.tsx",
985
+ "id": "./src/components/Toast/ToastWrapper.tsx",
986
+ "name": "./src/components/Toast/ToastWrapper.tsx",
963
987
  "reasons": [
964
988
  {
965
- "moduleName": "./src/components/TagInput/index.ts"
989
+ "moduleName": "./src/components/Toast/index.ts"
966
990
  }
967
991
  ]
968
992
  },
969
993
  {
970
- "id": "./src/components/Typography/Heading.tsx",
971
- "name": "./src/components/Typography/Heading.tsx",
994
+ "id": "./src/components/Tab/Tab.tsx",
995
+ "name": "./src/components/Tab/Tab.tsx",
972
996
  "reasons": [
973
997
  {
974
- "moduleName": "./src/components/Typography/index.ts"
998
+ "moduleName": "./src/components/Tab/index.ts"
975
999
  }
976
1000
  ]
977
1001
  },
978
1002
  {
979
- "id": "./src/components/Typography/Text.tsx",
980
- "name": "./src/components/Typography/Text.tsx",
1003
+ "id": "./src/components/Tab/TabsWrapper.tsx",
1004
+ "name": "./src/components/Tab/TabsWrapper.tsx",
981
1005
  "reasons": [
982
1006
  {
983
- "moduleName": "./src/components/Typography/index.ts"
1007
+ "moduleName": "./src/components/Tab/index.ts"
984
1008
  }
985
1009
  ]
986
1010
  },
@@ -993,15 +1017,6 @@
993
1017
  }
994
1018
  ]
995
1019
  },
996
- {
997
- "id": "./src/components/Tag/Tag.tsx",
998
- "name": "./src/components/Tag/Tag.tsx",
999
- "reasons": [
1000
- {
1001
- "moduleName": "./src/components/Tag/index.ts"
1002
- }
1003
- ]
1004
- },
1005
1020
  {
1006
1021
  "id": "./src/components/FileUploadProgress/FileUploadProgress.tsx",
1007
1022
  "name": "./src/components/FileUploadProgress/FileUploadProgress.tsx",
@@ -1037,13 +1052,7 @@
1037
1052
  "name": "./react",
1038
1053
  "reasons": [
1039
1054
  {
1040
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1041
- },
1042
- {
1043
- "moduleName": "./src/components/Alert/Alert.tsx"
1044
- },
1045
- {
1046
- "moduleName": "./src/components/Badge/Badge.tsx"
1055
+ "moduleName": "./src/components/Card/Card.tsx"
1047
1056
  },
1048
1057
  {
1049
1058
  "moduleName": "./src/components/DatePicker/DatePicker.tsx"
@@ -1051,15 +1060,6 @@
1051
1060
  {
1052
1061
  "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1053
1062
  },
1054
- {
1055
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1056
- },
1057
- {
1058
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1059
- },
1060
- {
1061
- "moduleName": "./src/components/Card/Card.tsx"
1062
- },
1063
1063
  {
1064
1064
  "moduleName": "./src/components/Form/Form.tsx"
1065
1065
  },
@@ -1067,128 +1067,134 @@
1067
1067
  "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1068
1068
  },
1069
1069
  {
1070
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1070
+ "moduleName": "./src/components/Input/Input.tsx"
1071
1071
  },
1072
1072
  {
1073
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1073
+ "moduleName": "./src/components/Badge/Badge.tsx"
1074
1074
  },
1075
1075
  {
1076
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1076
+ "moduleName": "./src/components/Loader/Loader.tsx"
1077
+ },
1078
+ {
1079
+ "moduleName": "./src/components/Button/Button.tsx"
1077
1080
  },
1078
1081
  {
1079
1082
  "moduleName": "./src/components/Avatar/Avatar.tsx"
1080
1083
  },
1081
1084
  {
1082
- "moduleName": "./src/components/FormField/FormField.tsx"
1085
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1083
1086
  },
1084
1087
  {
1085
- "moduleName": "./src/components/Link/Link.tsx"
1088
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1086
1089
  },
1087
1090
  {
1088
- "moduleName": "./src/components/Button/Button.tsx"
1091
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1089
1092
  },
1090
1093
  {
1091
- "moduleName": "./src/components/Icon/Icon.tsx"
1094
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1092
1095
  },
1093
1096
  {
1094
- "moduleName": "./src/components/Modal/ModalBase.tsx"
1097
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1095
1098
  },
1096
1099
  {
1097
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1100
+ "moduleName": "./src/components/Popover/Popover.tsx"
1098
1101
  },
1099
1102
  {
1100
- "moduleName": "./src/components/Modal/Modal.tsx"
1103
+ "moduleName": "./src/components/Picker/Picker.tsx"
1101
1104
  },
1102
1105
  {
1103
- "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
1106
+ "moduleName": "./src/components/Link/Link.tsx"
1104
1107
  },
1105
1108
  {
1106
- "moduleName": "./src/components/Modal/ModalPortal.tsx"
1109
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1107
1110
  },
1108
1111
  {
1109
- "moduleName": "./src/components/Input/Input.tsx"
1112
+ "moduleName": "./src/components/Picker/PickerList.tsx"
1110
1113
  },
1111
1114
  {
1112
- "moduleName": "./src/components/Loader/Loader.tsx"
1115
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1113
1116
  },
1114
1117
  {
1115
1118
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1116
1119
  },
1117
1120
  {
1118
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1121
+ "moduleName": "./src/components/FormField/FormField.tsx"
1119
1122
  },
1120
1123
  {
1121
- "moduleName": "./src/components/Search/Search.tsx"
1124
+ "moduleName": "./src/components/Alert/Alert.tsx"
1122
1125
  },
1123
1126
  {
1124
- "moduleName": "./src/components/Picker/Picker.tsx"
1127
+ "moduleName": "./src/components/Modal/Modal.tsx"
1125
1128
  },
1126
1129
  {
1127
- "moduleName": "./src/components/Switch/Switch.tsx"
1130
+ "moduleName": "./src/components/Modal/ModalBase.tsx"
1128
1131
  },
1129
1132
  {
1130
- "moduleName": "./src/components/Tab/Tab.tsx"
1133
+ "moduleName": "./src/components/Modal/ModalPortal.tsx"
1131
1134
  },
1132
1135
  {
1133
- "moduleName": "./src/components/Picker/PickerList.tsx"
1136
+ "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
1134
1137
  },
1135
1138
  {
1136
- "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1139
+ "moduleName": "./src/components/Modal/ModalHeader.tsx"
1137
1140
  },
1138
1141
  {
1139
1142
  "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1140
1143
  },
1141
1144
  {
1142
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1145
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1143
1146
  },
1144
1147
  {
1145
- "moduleName": "./src/components/Toast/Toast.tsx"
1148
+ "moduleName": "./src/components/Icon/Icon.tsx"
1146
1149
  },
1147
1150
  {
1148
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1151
+ "moduleName": "./src/components/Switch/Switch.tsx"
1149
1152
  },
1150
1153
  {
1151
- "moduleName": "./src/components/Tooltip/Simple.tsx"
1154
+ "moduleName": "./src/components/Search/Search.tsx"
1152
1155
  },
1153
1156
  {
1154
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1157
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1155
1158
  },
1156
1159
  {
1157
- "moduleName": "./src/components/Tooltip/Info.tsx"
1160
+ "moduleName": "./src/components/Tag/Tag.tsx"
1158
1161
  },
1159
1162
  {
1160
- "moduleName": "./src/components/Tooltip/Interactive.tsx"
1163
+ "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1161
1164
  },
1162
1165
  {
1163
- "moduleName": "./src/components/Tooltip/UserGuide.tsx"
1166
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1164
1167
  },
1165
1168
  {
1166
1169
  "moduleName": "./src/components/TagInput/TagInput.tsx"
1167
1170
  },
1168
1171
  {
1169
- "moduleName": "./src/components/Popover/Popover.tsx"
1172
+ "moduleName": "./src/components/Typography/Text.tsx"
1170
1173
  },
1171
1174
  {
1172
- "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1175
+ "moduleName": "./src/components/Typography/Heading.tsx"
1173
1176
  },
1174
1177
  {
1175
- "moduleName": "./src/components/Tag/Tag.tsx"
1178
+ "moduleName": "./src/components/Toast/Toast.tsx"
1176
1179
  },
1177
1180
  {
1178
- "moduleName": "./src/components/Typography/Text.tsx"
1181
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1179
1182
  },
1180
1183
  {
1181
- "moduleName": "./src/components/Typography/Heading.tsx"
1184
+ "moduleName": "./src/components/Tab/Tab.tsx"
1182
1185
  },
1183
1186
  {
1184
- "moduleName": "./src/components/Textarea/Textarea.tsx"
1187
+ "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1185
1188
  },
1186
1189
  {
1187
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1190
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
1188
1191
  },
1189
1192
  {
1190
1193
  "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1191
1194
  },
1195
+ {
1196
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1197
+ },
1192
1198
  {
1193
1199
  "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1194
1200
  },
@@ -1205,13 +1211,31 @@
1205
1211
  "moduleName": "./src/components/Picker/TriggerBody.tsx"
1206
1212
  },
1207
1213
  {
1208
- "moduleName": "./src/components/Tooltip/SpotlightOverlay.tsx"
1214
+ "moduleName": "./src/components/Tooltip/components/FloatingComponent.tsx"
1209
1215
  },
1210
1216
  {
1211
1217
  "moduleName": "./src/components/TagInput/EditableTag.tsx"
1212
1218
  },
1219
+ {
1220
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1221
+ },
1222
+ {
1223
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
1224
+ },
1225
+ {
1226
+ "moduleName": "./src/components/Tooltip/components/Simple.tsx"
1227
+ },
1228
+ {
1229
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1230
+ },
1231
+ {
1232
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
1233
+ },
1213
1234
  {
1214
1235
  "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1236
+ },
1237
+ {
1238
+ "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
1215
1239
  }
1216
1240
  ]
1217
1241
  },
@@ -1220,127 +1244,121 @@
1220
1244
  "name": "./clsx",
1221
1245
  "reasons": [
1222
1246
  {
1223
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1247
+ "moduleName": "./src/components/Card/Card.tsx"
1224
1248
  },
1225
1249
  {
1226
- "moduleName": "./src/components/Alert/Alert.tsx"
1250
+ "moduleName": "./src/components/Form/Form.tsx"
1227
1251
  },
1228
1252
  {
1229
- "moduleName": "./src/components/Badge/Badge.tsx"
1253
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1230
1254
  },
1231
1255
  {
1232
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1256
+ "moduleName": "./src/components/Input/Input.tsx"
1233
1257
  },
1234
1258
  {
1235
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1259
+ "moduleName": "./src/components/Badge/Badge.tsx"
1236
1260
  },
1237
1261
  {
1238
- "moduleName": "./src/components/Card/Card.tsx"
1262
+ "moduleName": "./src/components/Loader/Loader.tsx"
1239
1263
  },
1240
1264
  {
1241
- "moduleName": "./src/components/Form/Form.tsx"
1265
+ "moduleName": "./src/components/Button/Button.tsx"
1242
1266
  },
1243
1267
  {
1244
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1268
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1269
+ },
1270
+ {
1271
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1245
1272
  },
1246
1273
  {
1247
1274
  "moduleName": "./src/components/FieldError/FieldError.tsx"
1248
1275
  },
1249
1276
  {
1250
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1277
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1251
1278
  },
1252
1279
  {
1253
1280
  "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1254
1281
  },
1255
1282
  {
1256
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1283
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1257
1284
  },
1258
1285
  {
1259
- "moduleName": "./src/components/FormField/FormField.tsx"
1286
+ "moduleName": "./src/components/Popover/Popover.tsx"
1260
1287
  },
1261
1288
  {
1262
- "moduleName": "./src/components/Link/Link.tsx"
1289
+ "moduleName": "./src/components/Picker/Picker.tsx"
1263
1290
  },
1264
1291
  {
1265
- "moduleName": "./src/components/Button/Button.tsx"
1292
+ "moduleName": "./src/components/Link/Link.tsx"
1266
1293
  },
1267
1294
  {
1268
- "moduleName": "./src/components/Icon/Icon.tsx"
1295
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1269
1296
  },
1270
1297
  {
1271
- "moduleName": "./src/components/Modal/ModalBase.tsx"
1298
+ "moduleName": "./src/components/Picker/PickerList.tsx"
1272
1299
  },
1273
1300
  {
1274
1301
  "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1275
1302
  },
1276
1303
  {
1277
- "moduleName": "./src/components/Modal/Modal.tsx"
1304
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1278
1305
  },
1279
1306
  {
1280
- "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
1307
+ "moduleName": "./src/components/FormField/FormField.tsx"
1281
1308
  },
1282
1309
  {
1283
- "moduleName": "./src/components/Input/Input.tsx"
1310
+ "moduleName": "./src/components/Alert/Alert.tsx"
1284
1311
  },
1285
1312
  {
1286
- "moduleName": "./src/components/Loader/Loader.tsx"
1287
- },
1288
- {
1289
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1290
- },
1291
- {
1292
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1293
- },
1294
- {
1295
- "moduleName": "./src/components/Search/Search.tsx"
1313
+ "moduleName": "./src/components/Modal/Modal.tsx"
1296
1314
  },
1297
1315
  {
1298
- "moduleName": "./src/components/Picker/Picker.tsx"
1316
+ "moduleName": "./src/components/Modal/ModalBase.tsx"
1299
1317
  },
1300
1318
  {
1301
- "moduleName": "./src/components/Switch/Switch.tsx"
1319
+ "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
1302
1320
  },
1303
1321
  {
1304
- "moduleName": "./src/components/Tab/Tab.tsx"
1322
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1305
1323
  },
1306
1324
  {
1307
- "moduleName": "./src/components/Picker/PickerList.tsx"
1325
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1308
1326
  },
1309
1327
  {
1310
- "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1328
+ "moduleName": "./src/components/Icon/Icon.tsx"
1311
1329
  },
1312
1330
  {
1313
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1331
+ "moduleName": "./src/components/Switch/Switch.tsx"
1314
1332
  },
1315
1333
  {
1316
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1334
+ "moduleName": "./src/components/Search/Search.tsx"
1317
1335
  },
1318
1336
  {
1319
- "moduleName": "./src/components/Toast/Toast.tsx"
1337
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1320
1338
  },
1321
1339
  {
1322
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1340
+ "moduleName": "./src/components/Tag/Tag.tsx"
1323
1341
  },
1324
1342
  {
1325
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1343
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1326
1344
  },
1327
1345
  {
1328
- "moduleName": "./src/components/Tooltip/UserGuide.tsx"
1346
+ "moduleName": "./src/components/Typography/Text.tsx"
1329
1347
  },
1330
1348
  {
1331
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1349
+ "moduleName": "./src/components/Typography/Heading.tsx"
1332
1350
  },
1333
1351
  {
1334
- "moduleName": "./src/components/Popover/Popover.tsx"
1352
+ "moduleName": "./src/components/Toast/Toast.tsx"
1335
1353
  },
1336
1354
  {
1337
- "moduleName": "./src/components/Tag/Tag.tsx"
1355
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1338
1356
  },
1339
1357
  {
1340
- "moduleName": "./src/components/Typography/Text.tsx"
1358
+ "moduleName": "./src/components/Tab/Tab.tsx"
1341
1359
  },
1342
1360
  {
1343
- "moduleName": "./src/components/Typography/Heading.tsx"
1361
+ "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1344
1362
  },
1345
1363
  {
1346
1364
  "moduleName": "./src/components/Textarea/Textarea.tsx"
@@ -1361,106 +1379,67 @@
1361
1379
  "moduleName": "./src/components/Picker/Trigger.tsx"
1362
1380
  },
1363
1381
  {
1364
- "moduleName": "./src/components/Tooltip/SpotlightOverlay.tsx"
1365
- }
1366
- ]
1367
- },
1368
- {
1369
- "id": "./src/components/ActionMenu/ActionMenu.module.scss",
1370
- "name": "./src/components/ActionMenu/ActionMenu.module.scss",
1371
- "reasons": [
1372
- {
1373
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1374
- }
1375
- ]
1376
- },
1377
- {
1378
- "id": "./src/utils/keyCodes.ts",
1379
- "name": "./src/utils/keyCodes.ts",
1380
- "reasons": [
1381
- {
1382
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1383
- },
1384
- {
1385
- "moduleName": "./src/components/Modal/ModalBase.tsx"
1386
- },
1387
- {
1388
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1389
- },
1390
- {
1391
- "moduleName": "./src/components/Search/Search.tsx"
1392
- },
1393
- {
1394
- "moduleName": "./src/components/Picker/Picker.tsx"
1395
- },
1396
- {
1397
- "moduleName": "./src/components/Picker/PickerList.tsx"
1382
+ "moduleName": "./src/components/Tooltip/components/FloatingComponent.tsx"
1398
1383
  },
1399
1384
  {
1400
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1385
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1401
1386
  },
1402
1387
  {
1403
- "moduleName": "./src/components/Picker/Trigger.tsx"
1388
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
1404
1389
  },
1405
1390
  {
1406
- "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1391
+ "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
1407
1392
  }
1408
1393
  ]
1409
1394
  },
1410
1395
  {
1411
- "id": "./@livechat/design-system-icons/react/material",
1412
- "name": "./@livechat/design-system-icons/react/material",
1396
+ "id": "./@livechat/design-system-icons/react/tabler",
1397
+ "name": "./@livechat/design-system-icons/react/tabler",
1413
1398
  "reasons": [
1414
- {
1415
- "moduleName": "./src/components/Alert/Alert.tsx"
1416
- },
1417
1399
  {
1418
1400
  "moduleName": "./src/components/Card/Card.tsx"
1419
1401
  },
1420
1402
  {
1421
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1403
+ "moduleName": "./src/components/Input/Input.tsx"
1422
1404
  },
1423
1405
  {
1424
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1406
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1425
1407
  },
1426
1408
  {
1427
- "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
1409
+ "moduleName": "./src/components/Picker/PickerList.tsx"
1428
1410
  },
1429
1411
  {
1430
- "moduleName": "./src/components/Input/Input.tsx"
1412
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1431
1413
  },
1432
1414
  {
1433
1415
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1434
1416
  },
1435
1417
  {
1436
- "moduleName": "./src/components/Search/Search.tsx"
1437
- },
1438
- {
1439
- "moduleName": "./src/components/Switch/Switch.tsx"
1418
+ "moduleName": "./src/components/Alert/Alert.tsx"
1440
1419
  },
1441
1420
  {
1442
- "moduleName": "./src/components/Toast/Toast.tsx"
1421
+ "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
1443
1422
  },
1444
1423
  {
1445
- "moduleName": "./src/components/Tooltip/Info.tsx"
1424
+ "moduleName": "./src/components/Switch/Switch.tsx"
1446
1425
  },
1447
1426
  {
1448
- "moduleName": "./src/components/Tooltip/Interactive.tsx"
1427
+ "moduleName": "./src/components/Search/Search.tsx"
1449
1428
  },
1450
1429
  {
1451
1430
  "moduleName": "./src/components/Tag/Tag.tsx"
1452
1431
  },
1453
1432
  {
1454
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1433
+ "moduleName": "./src/components/Toast/Toast.tsx"
1455
1434
  },
1456
1435
  {
1457
1436
  "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1458
1437
  },
1459
1438
  {
1460
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1439
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1461
1440
  },
1462
1441
  {
1463
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1442
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1464
1443
  },
1465
1444
  {
1466
1445
  "moduleName": "./src/components/Picker/Trigger.tsx"
@@ -1468,41 +1447,11 @@
1468
1447
  ]
1469
1448
  },
1470
1449
  {
1471
- "id": "./lodash.debounce",
1472
- "name": "./lodash.debounce",
1473
- "reasons": [
1474
- {
1475
- "moduleName": "./src/components/Alert/Alert.tsx"
1476
- },
1477
- {
1478
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1479
- }
1480
- ]
1481
- },
1482
- {
1483
- "id": "./src/components/Alert/Alert.module.scss",
1484
- "name": "./src/components/Alert/Alert.module.scss",
1485
- "reasons": [
1486
- {
1487
- "moduleName": "./src/components/Alert/Alert.tsx"
1488
- }
1489
- ]
1490
- },
1491
- {
1492
- "id": "./src/components/Badge/Badge.module.scss",
1493
- "name": "./src/components/Badge/Badge.module.scss",
1494
- "reasons": [
1495
- {
1496
- "moduleName": "./src/components/Badge/Badge.tsx"
1497
- }
1498
- ]
1499
- },
1500
- {
1501
- "id": "./src/components/Badge/Badge.helpers.ts",
1502
- "name": "./src/components/Badge/Badge.helpers.ts",
1450
+ "id": "./src/components/Card/Card.module.scss",
1451
+ "name": "./src/components/Card/Card.module.scss",
1503
1452
  "reasons": [
1504
1453
  {
1505
- "moduleName": "./src/components/Badge/Badge.tsx"
1454
+ "moduleName": "./src/components/Card/Card.tsx"
1506
1455
  }
1507
1456
  ]
1508
1457
  },
@@ -1591,98 +1540,83 @@
1591
1540
  ]
1592
1541
  },
1593
1542
  {
1594
- "id": "./src/components/FieldGroup/FieldGroup.module.scss",
1595
- "name": "./src/components/FieldGroup/FieldGroup.module.scss",
1543
+ "id": "./src/components/Form/Form.module.scss",
1544
+ "name": "./src/components/Form/Form.module.scss",
1596
1545
  "reasons": [
1597
1546
  {
1598
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1547
+ "moduleName": "./src/components/Form/Form.tsx"
1599
1548
  }
1600
1549
  ]
1601
1550
  },
1602
1551
  {
1603
- "id": "./src/components/FormGroup/FormGroup.module.scss",
1604
- "name": "./src/components/FormGroup/FormGroup.module.scss",
1552
+ "id": "./src/components/FieldDescription/FieldDescription.module.scss",
1553
+ "name": "./src/components/FieldDescription/FieldDescription.module.scss",
1605
1554
  "reasons": [
1606
1555
  {
1607
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1556
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1608
1557
  }
1609
1558
  ]
1610
1559
  },
1611
1560
  {
1612
- "id": "./src/components/Card/Card.module.scss",
1613
- "name": "./src/components/Card/Card.module.scss",
1561
+ "id": "./src/components/Input/Input.module.scss",
1562
+ "name": "./src/components/Input/Input.module.scss",
1614
1563
  "reasons": [
1615
1564
  {
1616
- "moduleName": "./src/components/Card/Card.tsx"
1565
+ "moduleName": "./src/components/Input/Input.tsx"
1617
1566
  }
1618
1567
  ]
1619
1568
  },
1620
1569
  {
1621
- "id": "./src/components/Form/Form.module.scss",
1622
- "name": "./src/components/Form/Form.module.scss",
1570
+ "id": "./src/components/Badge/Badge.module.scss",
1571
+ "name": "./src/components/Badge/Badge.module.scss",
1623
1572
  "reasons": [
1624
1573
  {
1625
- "moduleName": "./src/components/Form/Form.tsx"
1574
+ "moduleName": "./src/components/Badge/Badge.tsx"
1626
1575
  }
1627
1576
  ]
1628
1577
  },
1629
1578
  {
1630
- "id": "./src/components/FieldDescription/FieldDescription.module.scss",
1631
- "name": "./src/components/FieldDescription/FieldDescription.module.scss",
1579
+ "id": "./src/components/Badge/Badge.helpers.ts",
1580
+ "name": "./src/components/Badge/Badge.helpers.ts",
1632
1581
  "reasons": [
1633
1582
  {
1634
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1583
+ "moduleName": "./src/components/Badge/Badge.tsx"
1635
1584
  }
1636
1585
  ]
1637
1586
  },
1638
1587
  {
1639
- "id": "./@livechat/design-system-icons/react/tabler",
1640
- "name": "./@livechat/design-system-icons/react/tabler",
1588
+ "id": "./src/components/Loader/Loader.module.scss",
1589
+ "name": "./src/components/Loader/Loader.module.scss",
1641
1590
  "reasons": [
1642
1591
  {
1643
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1644
- },
1645
- {
1646
- "moduleName": "./src/components/Picker/PickerList.tsx"
1592
+ "moduleName": "./src/components/Loader/Loader.tsx"
1647
1593
  }
1648
1594
  ]
1649
1595
  },
1650
1596
  {
1651
- "id": "./src/components/FieldError/FieldError.module.scss",
1652
- "name": "./src/components/FieldError/FieldError.module.scss",
1597
+ "id": "./src/components/Button/Button.module.scss",
1598
+ "name": "./src/components/Button/Button.module.scss",
1653
1599
  "reasons": [
1654
1600
  {
1655
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1601
+ "moduleName": "./src/components/Button/Button.tsx"
1656
1602
  }
1657
1603
  ]
1658
1604
  },
1659
1605
  {
1660
- "id": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1661
- "name": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1606
+ "id": "./@livechat/design-system-icons/react/material",
1607
+ "name": "./@livechat/design-system-icons/react/material",
1662
1608
  "reasons": [
1663
1609
  {
1664
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1665
- }
1666
- ]
1667
- },
1668
- {
1669
- "id": "./src/utils/noop.ts",
1670
- "name": "./src/utils/noop.ts",
1671
- "reasons": [
1610
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1611
+ },
1672
1612
  {
1673
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1613
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1674
1614
  },
1675
1615
  {
1676
- "moduleName": "./src/components/Switch/Switch.tsx"
1677
- }
1678
- ]
1679
- },
1680
- {
1681
- "id": "./src/components/Checkbox/Checkbox.module.scss",
1682
- "name": "./src/components/Checkbox/Checkbox.module.scss",
1683
- "reasons": [
1616
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1617
+ },
1684
1618
  {
1685
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1619
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
1686
1620
  }
1687
1621
  ]
1688
1622
  },
@@ -1705,191 +1639,269 @@
1705
1639
  ]
1706
1640
  },
1707
1641
  {
1708
- "id": "./src/components/FormField/FormField.module.scss",
1709
- "name": "./src/components/FormField/FormField.module.scss",
1642
+ "id": "./src/components/ActionMenu/ActionMenu.module.scss",
1643
+ "name": "./src/components/ActionMenu/ActionMenu.module.scss",
1710
1644
  "reasons": [
1711
1645
  {
1712
- "moduleName": "./src/components/FormField/FormField.tsx"
1646
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1713
1647
  }
1714
1648
  ]
1715
1649
  },
1716
1650
  {
1717
- "id": "./src/components/Link/Link.module.scss",
1718
- "name": "./src/components/Link/Link.module.scss",
1651
+ "id": "./src/utils/keyCodes.ts",
1652
+ "name": "./src/utils/keyCodes.ts",
1719
1653
  "reasons": [
1720
1654
  {
1721
- "moduleName": "./src/components/Link/Link.tsx"
1655
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1656
+ },
1657
+ {
1658
+ "moduleName": "./src/components/Picker/Picker.tsx"
1659
+ },
1660
+ {
1661
+ "moduleName": "./src/components/Picker/PickerList.tsx"
1662
+ },
1663
+ {
1664
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1665
+ },
1666
+ {
1667
+ "moduleName": "./src/components/Modal/ModalBase.tsx"
1668
+ },
1669
+ {
1670
+ "moduleName": "./src/components/Search/Search.tsx"
1671
+ },
1672
+ {
1673
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1674
+ },
1675
+ {
1676
+ "moduleName": "./src/components/Picker/Trigger.tsx"
1677
+ },
1678
+ {
1679
+ "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1722
1680
  }
1723
1681
  ]
1724
1682
  },
1725
1683
  {
1726
- "id": "./src/components/Button/Button.module.scss",
1727
- "name": "./src/components/Button/Button.module.scss",
1684
+ "id": "./src/components/FieldError/FieldError.module.scss",
1685
+ "name": "./src/components/FieldError/FieldError.module.scss",
1728
1686
  "reasons": [
1729
1687
  {
1730
- "moduleName": "./src/components/Button/Button.tsx"
1688
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1731
1689
  }
1732
1690
  ]
1733
1691
  },
1734
1692
  {
1735
- "id": "./src/components/Icon/Icon.module.scss",
1736
- "name": "./src/components/Icon/Icon.module.scss",
1693
+ "id": "./src/components/FormGroup/FormGroup.module.scss",
1694
+ "name": "./src/components/FormGroup/FormGroup.module.scss",
1737
1695
  "reasons": [
1738
1696
  {
1739
- "moduleName": "./src/components/Icon/Icon.tsx"
1697
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1740
1698
  }
1741
1699
  ]
1742
1700
  },
1743
1701
  {
1744
- "id": "./src/components/Modal/Modal.module.scss",
1745
- "name": "./src/components/Modal/Modal.module.scss",
1702
+ "id": "./src/components/Checkbox/Checkbox.module.scss",
1703
+ "name": "./src/components/Checkbox/Checkbox.module.scss",
1746
1704
  "reasons": [
1747
1705
  {
1748
- "moduleName": "./src/components/Modal/ModalBase.tsx"
1706
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1707
+ }
1708
+ ]
1709
+ },
1710
+ {
1711
+ "id": "./src/components/FieldGroup/FieldGroup.module.scss",
1712
+ "name": "./src/components/FieldGroup/FieldGroup.module.scss",
1713
+ "reasons": [
1714
+ {
1715
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1716
+ }
1717
+ ]
1718
+ },
1719
+ {
1720
+ "id": "./@floating-ui/react-dom",
1721
+ "name": "./@floating-ui/react-dom",
1722
+ "reasons": [
1723
+ {
1724
+ "moduleName": "./src/components/Popover/Popover.tsx"
1749
1725
  },
1750
1726
  {
1751
- "moduleName": "./src/components/Modal/Modal.tsx"
1727
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1752
1728
  },
1753
1729
  {
1754
- "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
1730
+ "moduleName": "./src/components/Tooltip/components/FloatingComponent.tsx"
1755
1731
  }
1756
1732
  ]
1757
1733
  },
1758
1734
  {
1759
- "id": "./src/components/NumericInput/NumericInput.module.scss",
1760
- "name": "./src/components/NumericInput/NumericInput.module.scss",
1735
+ "id": "./src/components/Popover/Popover.module.scss",
1736
+ "name": "./src/components/Popover/Popover.module.scss",
1761
1737
  "reasons": [
1762
1738
  {
1763
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1739
+ "moduleName": "./src/components/Popover/Popover.tsx"
1764
1740
  }
1765
1741
  ]
1766
1742
  },
1767
1743
  {
1768
- "id": "./react-dom",
1769
- "name": "./react-dom",
1744
+ "id": "./src/components/Picker/Trigger.tsx",
1745
+ "name": "./src/components/Picker/Trigger.tsx",
1770
1746
  "reasons": [
1771
1747
  {
1772
- "moduleName": "./src/components/Modal/ModalPortal.tsx"
1748
+ "moduleName": "./src/components/Picker/Picker.tsx"
1773
1749
  }
1774
1750
  ]
1775
1751
  },
1776
1752
  {
1777
- "id": "./src/components/Input/Input.module.scss",
1778
- "name": "./src/components/Input/Input.module.scss",
1753
+ "id": "./src/components/Picker/Picker.module.scss",
1754
+ "name": "./src/components/Picker/Picker.module.scss",
1779
1755
  "reasons": [
1780
1756
  {
1781
- "moduleName": "./src/components/Input/Input.tsx"
1757
+ "moduleName": "./src/components/Picker/Picker.tsx"
1782
1758
  }
1783
1759
  ]
1784
1760
  },
1785
1761
  {
1786
- "id": "./src/components/Loader/Loader.module.scss",
1787
- "name": "./src/components/Loader/Loader.module.scss",
1762
+ "id": "./src/components/Picker/TriggerBody.tsx",
1763
+ "name": "./src/components/Picker/TriggerBody.tsx",
1788
1764
  "reasons": [
1789
1765
  {
1790
- "moduleName": "./src/components/Loader/Loader.tsx"
1766
+ "moduleName": "./src/components/Picker/Picker.tsx"
1791
1767
  }
1792
1768
  ]
1793
1769
  },
1794
1770
  {
1795
- "id": "./src/components/PromoBanner/PromoBanner.module.scss",
1796
- "name": "./src/components/PromoBanner/PromoBanner.module.scss",
1771
+ "id": "./src/components/Picker/constants.ts",
1772
+ "name": "./src/components/Picker/constants.ts",
1797
1773
  "reasons": [
1798
1774
  {
1799
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1775
+ "moduleName": "./src/components/Picker/Picker.tsx"
1776
+ },
1777
+ {
1778
+ "moduleName": "./src/components/Picker/PickerList.tsx"
1800
1779
  }
1801
1780
  ]
1802
1781
  },
1803
1782
  {
1804
- "id": "./src/components/RadioButton/RadioButton.module.scss",
1805
- "name": "./src/components/RadioButton/RadioButton.module.scss",
1783
+ "id": "./src/components/Link/Link.module.scss",
1784
+ "name": "./src/components/Link/Link.module.scss",
1806
1785
  "reasons": [
1807
1786
  {
1808
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1787
+ "moduleName": "./src/components/Link/Link.tsx"
1809
1788
  }
1810
1789
  ]
1811
1790
  },
1812
1791
  {
1813
- "id": "./src/components/Search/Search.module.scss",
1814
- "name": "./src/components/Search/Search.module.scss",
1792
+ "id": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1793
+ "name": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1815
1794
  "reasons": [
1816
1795
  {
1817
- "moduleName": "./src/components/Search/Search.tsx"
1796
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1818
1797
  }
1819
1798
  ]
1820
1799
  },
1821
1800
  {
1822
- "id": "./src/components/Picker/Trigger.tsx",
1823
- "name": "./src/components/Picker/Trigger.tsx",
1801
+ "id": "./src/utils/noop.ts",
1802
+ "name": "./src/utils/noop.ts",
1824
1803
  "reasons": [
1825
1804
  {
1826
- "moduleName": "./src/components/Picker/Picker.tsx"
1805
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1806
+ },
1807
+ {
1808
+ "moduleName": "./src/components/Switch/Switch.tsx"
1827
1809
  }
1828
1810
  ]
1829
1811
  },
1830
1812
  {
1831
- "id": "./src/components/Picker/Picker.module.scss",
1832
- "name": "./src/components/Picker/Picker.module.scss",
1813
+ "id": "./src/components/Picker/PickerList.module.scss",
1814
+ "name": "./src/components/Picker/PickerList.module.scss",
1833
1815
  "reasons": [
1834
1816
  {
1835
- "moduleName": "./src/components/Picker/Picker.tsx"
1817
+ "moduleName": "./src/components/Picker/PickerList.tsx"
1836
1818
  }
1837
1819
  ]
1838
1820
  },
1839
1821
  {
1840
- "id": "./src/components/Picker/TriggerBody.tsx",
1841
- "name": "./src/components/Picker/TriggerBody.tsx",
1822
+ "id": "./src/components/NumericInput/NumericInput.module.scss",
1823
+ "name": "./src/components/NumericInput/NumericInput.module.scss",
1842
1824
  "reasons": [
1843
1825
  {
1844
- "moduleName": "./src/components/Picker/Picker.tsx"
1826
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1845
1827
  }
1846
1828
  ]
1847
1829
  },
1848
1830
  {
1849
- "id": "./src/components/Picker/constants.ts",
1850
- "name": "./src/components/Picker/constants.ts",
1831
+ "id": "./lodash.debounce",
1832
+ "name": "./lodash.debounce",
1851
1833
  "reasons": [
1852
1834
  {
1853
- "moduleName": "./src/components/Picker/Picker.tsx"
1835
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1854
1836
  },
1855
1837
  {
1856
- "moduleName": "./src/components/Picker/PickerList.tsx"
1838
+ "moduleName": "./src/components/Alert/Alert.tsx"
1857
1839
  }
1858
1840
  ]
1859
1841
  },
1860
1842
  {
1861
- "id": "./src/components/Switch/Switch.module.scss",
1862
- "name": "./src/components/Switch/Switch.module.scss",
1843
+ "id": "./src/components/PromoBanner/PromoBanner.module.scss",
1844
+ "name": "./src/components/PromoBanner/PromoBanner.module.scss",
1863
1845
  "reasons": [
1864
1846
  {
1865
- "moduleName": "./src/components/Switch/Switch.tsx"
1847
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1866
1848
  }
1867
1849
  ]
1868
1850
  },
1869
1851
  {
1870
- "id": "./src/components/Tab/Tab.module.scss",
1871
- "name": "./src/components/Tab/Tab.module.scss",
1852
+ "id": "./src/components/FormField/FormField.module.scss",
1853
+ "name": "./src/components/FormField/FormField.module.scss",
1872
1854
  "reasons": [
1873
1855
  {
1874
- "moduleName": "./src/components/Tab/Tab.tsx"
1856
+ "moduleName": "./src/components/FormField/FormField.tsx"
1875
1857
  }
1876
1858
  ]
1877
1859
  },
1878
1860
  {
1879
- "id": "./src/components/Picker/PickerList.module.scss",
1880
- "name": "./src/components/Picker/PickerList.module.scss",
1861
+ "id": "./src/components/Alert/Alert.module.scss",
1862
+ "name": "./src/components/Alert/Alert.module.scss",
1881
1863
  "reasons": [
1882
1864
  {
1883
- "moduleName": "./src/components/Picker/PickerList.tsx"
1865
+ "moduleName": "./src/components/Alert/Alert.tsx"
1884
1866
  }
1885
1867
  ]
1886
1868
  },
1887
1869
  {
1888
- "id": "./src/components/Tab/TabsWrapper.module.scss",
1889
- "name": "./src/components/Tab/TabsWrapper.module.scss",
1870
+ "id": "./src/components/Modal/Modal.module.scss",
1871
+ "name": "./src/components/Modal/Modal.module.scss",
1890
1872
  "reasons": [
1891
1873
  {
1892
- "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1874
+ "moduleName": "./src/components/Modal/Modal.tsx"
1875
+ },
1876
+ {
1877
+ "moduleName": "./src/components/Modal/ModalBase.tsx"
1878
+ },
1879
+ {
1880
+ "moduleName": "./src/components/Modal/ModalCloseButton.tsx"
1881
+ },
1882
+ {
1883
+ "moduleName": "./src/components/Modal/ModalHeader.tsx"
1884
+ }
1885
+ ]
1886
+ },
1887
+ {
1888
+ "id": "./react-dom",
1889
+ "name": "./react-dom",
1890
+ "reasons": [
1891
+ {
1892
+ "moduleName": "./src/components/Modal/ModalPortal.tsx"
1893
+ }
1894
+ ]
1895
+ },
1896
+ {
1897
+ "id": "./@emotion/css",
1898
+ "name": "./@emotion/css",
1899
+ "reasons": [
1900
+ {
1901
+ "moduleName": "./src/components/Modal/ModalHeader.tsx"
1902
+ },
1903
+ {
1904
+ "moduleName": "./src/components/Tooltip/components/FloatingComponent.tsx"
1893
1905
  }
1894
1906
  ]
1895
1907
  },
@@ -1915,110 +1927,92 @@
1915
1927
  ]
1916
1928
  },
1917
1929
  {
1918
- "id": "./react-transition-group",
1919
- "name": "./react-transition-group",
1930
+ "id": "./src/components/Progress/ProgressBar.module.scss",
1931
+ "name": "./src/components/Progress/ProgressBar.module.scss",
1920
1932
  "reasons": [
1921
1933
  {
1922
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1923
- },
1924
- {
1925
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1926
- },
1927
- {
1928
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1934
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1929
1935
  }
1930
1936
  ]
1931
1937
  },
1932
1938
  {
1933
- "id": "./src/components/Toast/Toast.module.scss",
1934
- "name": "./src/components/Toast/Toast.module.scss",
1939
+ "id": "./src/components/Icon/Icon.module.scss",
1940
+ "name": "./src/components/Icon/Icon.module.scss",
1935
1941
  "reasons": [
1936
1942
  {
1937
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1938
- },
1939
- {
1940
- "moduleName": "./src/components/Toast/Toast.tsx"
1943
+ "moduleName": "./src/components/Icon/Icon.tsx"
1941
1944
  }
1942
1945
  ]
1943
1946
  },
1944
1947
  {
1945
- "id": "./src/components/Progress/ProgressBar.module.scss",
1946
- "name": "./src/components/Progress/ProgressBar.module.scss",
1948
+ "id": "./src/components/Switch/Switch.module.scss",
1949
+ "name": "./src/components/Switch/Switch.module.scss",
1947
1950
  "reasons": [
1948
1951
  {
1949
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1952
+ "moduleName": "./src/components/Switch/Switch.tsx"
1950
1953
  }
1951
1954
  ]
1952
1955
  },
1953
1956
  {
1954
- "id": "./@emotion/css",
1955
- "name": "./@emotion/css",
1957
+ "id": "./src/components/Search/Search.module.scss",
1958
+ "name": "./src/components/Search/Search.module.scss",
1956
1959
  "reasons": [
1957
1960
  {
1958
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1961
+ "moduleName": "./src/components/Search/Search.tsx"
1959
1962
  }
1960
1963
  ]
1961
1964
  },
1962
1965
  {
1963
- "id": "./@floating-ui/react-dom",
1964
- "name": "./@floating-ui/react-dom",
1966
+ "id": "./src/components/RadioButton/RadioButton.module.scss",
1967
+ "name": "./src/components/RadioButton/RadioButton.module.scss",
1965
1968
  "reasons": [
1966
1969
  {
1967
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1968
- },
1969
- {
1970
- "moduleName": "./src/components/Popover/Popover.tsx"
1970
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1971
1971
  }
1972
1972
  ]
1973
1973
  },
1974
1974
  {
1975
- "id": "./src/components/Tooltip/Tooltip.module.scss",
1976
- "name": "./src/components/Tooltip/Tooltip.module.scss",
1975
+ "id": "./polished",
1976
+ "name": "./polished",
1977
1977
  "reasons": [
1978
1978
  {
1979
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1980
- },
1981
- {
1982
- "moduleName": "./src/components/Tooltip/Info.tsx"
1983
- },
1984
- {
1985
- "moduleName": "./src/components/Tooltip/Interactive.tsx"
1986
- },
1987
- {
1988
- "moduleName": "./src/components/Tooltip/UserGuide.tsx"
1979
+ "moduleName": "./src/components/Tag/Tag.tsx"
1989
1980
  },
1990
1981
  {
1991
- "moduleName": "./src/components/Tooltip/SpotlightOverlay.tsx"
1982
+ "moduleName": "./src/components/Avatar/Avatar.helpers.ts"
1992
1983
  }
1993
1984
  ]
1994
1985
  },
1995
1986
  {
1996
- "id": "./src/components/Tooltip/helpers.ts",
1997
- "name": "./src/components/Tooltip/helpers.ts",
1987
+ "id": "./src/components/Tag/Tag.module.scss",
1988
+ "name": "./src/components/Tag/Tag.module.scss",
1998
1989
  "reasons": [
1999
1990
  {
2000
- "moduleName": "./src/components/Tooltip/Info.tsx"
2001
- },
2002
- {
2003
- "moduleName": "./src/components/Tooltip/Interactive.tsx"
1991
+ "moduleName": "./src/components/Tag/Tag.tsx"
2004
1992
  }
2005
1993
  ]
2006
1994
  },
2007
1995
  {
2008
- "id": "./src/components/Tooltip/SpotlightOverlay.tsx",
2009
- "name": "./src/components/Tooltip/SpotlightOverlay.tsx",
1996
+ "id": "./src/components/Tooltip/helpers.ts",
1997
+ "name": "./src/components/Tooltip/helpers.ts",
2010
1998
  "reasons": [
2011
1999
  {
2012
- "moduleName": "./src/components/Tooltip/UserGuide.tsx"
2000
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
2001
+ },
2002
+ {
2003
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2004
+ },
2005
+ {
2006
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
2013
2007
  }
2014
2008
  ]
2015
2009
  },
2016
2010
  {
2017
- "id": "./src/components/Tooltip/virtualElementReference.ts",
2018
- "name": "./src/components/Tooltip/virtualElementReference.ts",
2011
+ "id": "./src/components/Tooltip/components/FloatingComponent.tsx",
2012
+ "name": "./src/components/Tooltip/components/FloatingComponent.tsx",
2019
2013
  "reasons": [
2020
2014
  {
2021
- "moduleName": "./src/components/Tooltip/UserGuide.tsx"
2015
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
2022
2016
  }
2023
2017
  ]
2024
2018
  },
@@ -2044,32 +2038,47 @@
2044
2038
  ]
2045
2039
  },
2046
2040
  {
2047
- "id": "./src/components/Popover/Popover.module.scss",
2048
- "name": "./src/components/Popover/Popover.module.scss",
2041
+ "id": "./src/components/Tooltip/components/Simple.tsx",
2042
+ "name": "./src/components/Tooltip/components/Simple.tsx",
2049
2043
  "reasons": [
2050
2044
  {
2051
- "moduleName": "./src/components/Popover/Popover.tsx"
2045
+ "moduleName": "./src/components/Tooltip/components/index.ts"
2052
2046
  }
2053
2047
  ]
2054
2048
  },
2055
2049
  {
2056
- "id": "./polished",
2057
- "name": "./polished",
2050
+ "id": "./src/components/Tooltip/components/Info.tsx",
2051
+ "name": "./src/components/Tooltip/components/Info.tsx",
2058
2052
  "reasons": [
2059
2053
  {
2060
- "moduleName": "./src/components/Tag/Tag.tsx"
2061
- },
2054
+ "moduleName": "./src/components/Tooltip/components/index.ts"
2055
+ }
2056
+ ]
2057
+ },
2058
+ {
2059
+ "id": "./src/components/Tooltip/components/Interactive.tsx",
2060
+ "name": "./src/components/Tooltip/components/Interactive.tsx",
2061
+ "reasons": [
2062
2062
  {
2063
- "moduleName": "./src/components/Avatar/Avatar.helpers.ts"
2063
+ "moduleName": "./src/components/Tooltip/components/index.ts"
2064
2064
  }
2065
2065
  ]
2066
2066
  },
2067
2067
  {
2068
- "id": "./src/components/Tag/Tag.module.scss",
2069
- "name": "./src/components/Tag/Tag.module.scss",
2068
+ "id": "./src/components/Tooltip/components/Reports.tsx",
2069
+ "name": "./src/components/Tooltip/components/Reports.tsx",
2070
2070
  "reasons": [
2071
2071
  {
2072
- "moduleName": "./src/components/Tag/Tag.tsx"
2072
+ "moduleName": "./src/components/Tooltip/components/index.ts"
2073
+ }
2074
+ ]
2075
+ },
2076
+ {
2077
+ "id": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
2078
+ "name": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
2079
+ "reasons": [
2080
+ {
2081
+ "moduleName": "./src/components/Tooltip/components/UserGuide/index.ts"
2073
2082
  }
2074
2083
  ]
2075
2084
  },
@@ -2086,20 +2095,56 @@
2086
2095
  ]
2087
2096
  },
2088
2097
  {
2089
- "id": "./src/components/Textarea/Textarea.module.scss",
2090
- "name": "./src/components/Textarea/Textarea.module.scss",
2098
+ "id": "./src/components/Toast/Toast.module.scss",
2099
+ "name": "./src/components/Toast/Toast.module.scss",
2091
2100
  "reasons": [
2092
2101
  {
2093
- "moduleName": "./src/components/Textarea/Textarea.tsx"
2102
+ "moduleName": "./src/components/Toast/Toast.tsx"
2103
+ },
2104
+ {
2105
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
2094
2106
  }
2095
2107
  ]
2096
2108
  },
2097
2109
  {
2098
- "id": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2099
- "name": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2110
+ "id": "./react-transition-group",
2111
+ "name": "./react-transition-group",
2100
2112
  "reasons": [
2101
2113
  {
2102
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
2114
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
2115
+ },
2116
+ {
2117
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
2118
+ },
2119
+ {
2120
+ "moduleName": "./src/components/Tooltip/components/FloatingComponent.tsx"
2121
+ }
2122
+ ]
2123
+ },
2124
+ {
2125
+ "id": "./src/components/Tab/Tab.module.scss",
2126
+ "name": "./src/components/Tab/Tab.module.scss",
2127
+ "reasons": [
2128
+ {
2129
+ "moduleName": "./src/components/Tab/Tab.tsx"
2130
+ }
2131
+ ]
2132
+ },
2133
+ {
2134
+ "id": "./src/components/Tab/TabsWrapper.module.scss",
2135
+ "name": "./src/components/Tab/TabsWrapper.module.scss",
2136
+ "reasons": [
2137
+ {
2138
+ "moduleName": "./src/components/Tab/TabsWrapper.tsx"
2139
+ }
2140
+ ]
2141
+ },
2142
+ {
2143
+ "id": "./src/components/Textarea/Textarea.module.scss",
2144
+ "name": "./src/components/Textarea/Textarea.module.scss",
2145
+ "reasons": [
2146
+ {
2147
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
2103
2148
  }
2104
2149
  ]
2105
2150
  },
@@ -2112,6 +2157,15 @@
2112
2157
  }
2113
2158
  ]
2114
2159
  },
2160
+ {
2161
+ "id": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2162
+ "name": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2163
+ "reasons": [
2164
+ {
2165
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
2166
+ }
2167
+ ]
2168
+ },
2115
2169
  {
2116
2170
  "id": "./src/components/UploadBar/UploadBar.module.scss",
2117
2171
  "name": "./src/components/UploadBar/UploadBar.module.scss",
@@ -2148,6 +2202,30 @@
2148
2202
  }
2149
2203
  ]
2150
2204
  },
2205
+ {
2206
+ "id": "./src/components/Tooltip/Tooltip.module.scss",
2207
+ "name": "./src/components/Tooltip/Tooltip.module.scss",
2208
+ "reasons": [
2209
+ {
2210
+ "moduleName": "./src/components/Tooltip/components/FloatingComponent.tsx"
2211
+ },
2212
+ {
2213
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2214
+ },
2215
+ {
2216
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
2217
+ },
2218
+ {
2219
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2220
+ },
2221
+ {
2222
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
2223
+ },
2224
+ {
2225
+ "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
2226
+ }
2227
+ ]
2228
+ },
2151
2229
  {
2152
2230
  "id": "./src/components/TagInput/EditableTagContent.tsx",
2153
2231
  "name": "./src/components/TagInput/EditableTagContent.tsx",
@@ -2157,6 +2235,24 @@
2157
2235
  }
2158
2236
  ]
2159
2237
  },
2238
+ {
2239
+ "id": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2240
+ "name": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2241
+ "reasons": [
2242
+ {
2243
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2244
+ }
2245
+ ]
2246
+ },
2247
+ {
2248
+ "id": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2249
+ "name": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2250
+ "reasons": [
2251
+ {
2252
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2253
+ }
2254
+ ]
2255
+ },
2160
2256
  {
2161
2257
  "id": "./lodash.escape",
2162
2258
  "name": "./lodash.escape",