@livechat/design-system-react-components 1.0.0-beta.1 → 1.0.0-beta.2

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