@livechat/design-system-react-components 1.14.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/components/Button/Button.d.ts +3 -4
  2. package/dist/components/Button/Button.stories.d.ts +3 -2
  3. package/dist/components/Button/types.d.ts +1 -0
  4. package/dist/components/Picker/Picker.d.ts +1 -76
  5. package/dist/components/Picker/Picker.stories.d.ts +1 -1
  6. package/dist/components/Picker/components/PickerList.d.ts +25 -0
  7. package/dist/components/Picker/components/PickerListItem.d.ts +14 -0
  8. package/dist/components/Picker/components/PickerTrigger.d.ts +17 -0
  9. package/dist/components/Picker/components/PickerTriggerBody.d.ts +19 -0
  10. package/dist/components/Picker/constants.d.ts +18 -1
  11. package/dist/components/Picker/helpers.d.ts +2 -1
  12. package/dist/components/Picker/index.d.ts +2 -2
  13. package/dist/components/Picker/types.d.ts +103 -3
  14. package/dist/components/Popover/types.d.ts +2 -2
  15. package/dist/components/Tag/Tag.d.ts +1 -1
  16. package/dist/dsrc.cjs.js +1 -1
  17. package/dist/dsrc.es.js +2130 -2025
  18. package/dist/preview-stats.json +650 -623
  19. package/dist/stories/components/StoryDescriptor.d.ts +1 -0
  20. package/dist/style.css +1 -1
  21. package/dist/themes/design-token.d.ts +1 -0
  22. package/package.json +6 -8
  23. package/dist/components/Picker/PickerList.d.ts +0 -14
  24. package/dist/components/Picker/PickerListItem.d.ts +0 -11
  25. package/dist/components/Picker/Trigger.d.ts +0 -17
  26. package/dist/components/Picker/TriggerBody.d.ts +0 -16
  27. /package/dist/components/Picker/{PickerList.spec.d.ts → components/PickerList.spec.d.ts} +0 -0
  28. /package/dist/components/Picker/{Trigger.spec.d.ts → components/PickerTrigger.spec.d.ts} +0 -0
  29. /package/dist/components/Picker/{TriggerBody.spec.d.ts → components/PickerTriggerBody.spec.d.ts} +0 -0
@@ -128,22 +128,22 @@
128
128
  "moduleName": "./src/components/ActionBar/ActionBar.tsx"
129
129
  },
130
130
  {
131
- "moduleName": "./src/components/Alert/Alert.tsx"
132
- },
133
- {
134
- "moduleName": "./src/components/Card/Card.tsx"
131
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
135
132
  },
136
133
  {
137
134
  "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
138
135
  },
139
136
  {
140
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
137
+ "moduleName": "./src/components/Card/Card.tsx"
141
138
  },
142
139
  {
143
140
  "moduleName": "./src/components/Input/Input.tsx"
144
141
  },
145
142
  {
146
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
143
+ "moduleName": "./src/components/Search/Search.tsx"
144
+ },
145
+ {
146
+ "moduleName": "./src/components/Alert/Alert.tsx"
147
147
  },
148
148
  {
149
149
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
@@ -152,7 +152,7 @@
152
152
  "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
153
153
  },
154
154
  {
155
- "moduleName": "./src/components/Search/Search.tsx"
155
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
156
156
  },
157
157
  {
158
158
  "moduleName": "./src/components/Toast/Toast.tsx"
@@ -189,6 +189,9 @@
189
189
  "reasons": [
190
190
  {
191
191
  "moduleName": "./src/index.ts"
192
+ },
193
+ {
194
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
192
195
  }
193
196
  ]
194
197
  },
@@ -230,10 +233,10 @@
230
233
  "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
231
234
  },
232
235
  {
233
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
236
+ "moduleName": "./src/components/FormField/FormField.tsx"
234
237
  },
235
238
  {
236
- "moduleName": "./src/components/FormField/FormField.tsx"
239
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
237
240
  },
238
241
  {
239
242
  "moduleName": "./src/components/RadioButton/RadioButton.tsx"
@@ -301,38 +304,35 @@
301
304
  {
302
305
  "moduleName": "./src/index.ts"
303
306
  },
304
- {
305
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
306
- },
307
307
  {
308
308
  "moduleName": "./src/components/ActionBar/ActionBar.tsx"
309
309
  },
310
310
  {
311
- "moduleName": "./src/components/Alert/Alert.tsx"
311
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
312
312
  },
313
313
  {
314
- "moduleName": "./src/components/Avatar/Avatar.tsx"
314
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
315
315
  },
316
316
  {
317
317
  "moduleName": "./src/components/Card/Card.tsx"
318
318
  },
319
319
  {
320
- "moduleName": "./src/components/FieldError/FieldError.tsx"
320
+ "moduleName": "./src/components/Input/Input.tsx"
321
321
  },
322
322
  {
323
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
323
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
324
324
  },
325
325
  {
326
- "moduleName": "./src/components/Input/Input.tsx"
326
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
327
327
  },
328
328
  {
329
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
329
+ "moduleName": "./src/components/Search/Search.tsx"
330
330
  },
331
331
  {
332
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
332
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
333
333
  },
334
334
  {
335
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
335
+ "moduleName": "./src/components/Alert/Alert.tsx"
336
336
  },
337
337
  {
338
338
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
@@ -341,7 +341,10 @@
341
341
  "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
342
342
  },
343
343
  {
344
- "moduleName": "./src/components/Search/Search.tsx"
344
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
345
+ },
346
+ {
347
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
345
348
  },
346
349
  {
347
350
  "moduleName": "./src/components/Switch/Switch.tsx"
@@ -362,16 +365,16 @@
362
365
  "moduleName": "./src/components/UploadBar/UploadBar.tsx"
363
366
  },
364
367
  {
365
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
368
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
366
369
  },
367
370
  {
368
- "moduleName": "./src/components/Picker/TriggerBody.tsx"
371
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
369
372
  },
370
373
  {
371
- "moduleName": "./src/components/Picker/Trigger.tsx"
374
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
372
375
  },
373
376
  {
374
- "moduleName": "./src/components/Picker/PickerListItem.tsx"
377
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
375
378
  },
376
379
  {
377
380
  "moduleName": "./src/components/Tooltip/components/Info.tsx"
@@ -530,7 +533,7 @@
530
533
  "moduleName": "./src/index.ts"
531
534
  },
532
535
  {
533
- "moduleName": "./src/components/Picker/TriggerBody.tsx"
536
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
534
537
  },
535
538
  {
536
539
  "moduleName": "./src/components/TagInput/EditableTag.tsx"
@@ -575,46 +578,40 @@
575
578
  "moduleName": "./src/index.ts"
576
579
  },
577
580
  {
578
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
579
- },
580
- {
581
- "moduleName": "./src/components/Alert/Alert.tsx"
582
- },
583
- {
584
- "moduleName": "./src/components/Card/Card.tsx"
581
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
585
582
  },
586
583
  {
587
584
  "moduleName": "./src/components/FieldError/FieldError.tsx"
588
585
  },
589
586
  {
590
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
587
+ "moduleName": "./src/components/Card/Card.tsx"
591
588
  },
592
589
  {
593
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
590
+ "moduleName": "./src/components/FormField/FormField.tsx"
594
591
  },
595
592
  {
596
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
593
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
597
594
  },
598
595
  {
599
596
  "moduleName": "./src/components/Form/Form.tsx"
600
597
  },
601
598
  {
602
- "moduleName": "./src/components/FormField/FormField.tsx"
599
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
603
600
  },
604
601
  {
605
- "moduleName": "./src/components/Modal/Modal.tsx"
602
+ "moduleName": "./src/components/Loader/Loader.tsx"
606
603
  },
607
604
  {
608
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
605
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
609
606
  },
610
607
  {
611
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
608
+ "moduleName": "./src/components/Popover/Popover.tsx"
612
609
  },
613
610
  {
614
- "moduleName": "./src/components/Loader/Loader.tsx"
611
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
615
612
  },
616
613
  {
617
- "moduleName": "./src/components/Popover/Popover.tsx"
614
+ "moduleName": "./src/components/Alert/Alert.tsx"
618
615
  },
619
616
  {
620
617
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
@@ -623,7 +620,10 @@
623
620
  "moduleName": "./src/components/RadioButton/RadioButton.tsx"
624
621
  },
625
622
  {
626
- "moduleName": "./src/components/Tab/Tab.tsx"
623
+ "moduleName": "./src/components/Modal/Modal.tsx"
624
+ },
625
+ {
626
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
627
627
  },
628
628
  {
629
629
  "moduleName": "./src/components/Toast/Toast.tsx"
@@ -631,6 +631,9 @@
631
631
  {
632
632
  "moduleName": "./src/components/Tag/Tag.tsx"
633
633
  },
634
+ {
635
+ "moduleName": "./src/components/Tab/Tab.tsx"
636
+ },
634
637
  {
635
638
  "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
636
639
  },
@@ -673,167 +676,173 @@
673
676
  ]
674
677
  },
675
678
  {
676
- "id": "./src/components/ActionMenu/ActionMenu.tsx",
677
- "name": "./src/components/ActionMenu/ActionMenu.tsx",
679
+ "id": "./src/components/Button/Button.tsx",
680
+ "name": "./src/components/Button/Button.tsx",
678
681
  "reasons": [
679
682
  {
680
- "moduleName": "./src/components/ActionMenu/index.ts"
683
+ "moduleName": "./src/components/Button/index.ts"
681
684
  }
682
685
  ]
683
686
  },
684
687
  {
685
- "id": "./src/components/ActionMenu/ActionMenuItem.tsx",
686
- "name": "./src/components/ActionMenu/ActionMenuItem.tsx",
688
+ "id": "./src/components/ActionBar/ActionBar.tsx",
689
+ "name": "./src/components/ActionBar/ActionBar.tsx",
687
690
  "reasons": [
688
691
  {
689
- "moduleName": "./src/components/ActionMenu/index.ts"
692
+ "moduleName": "./src/components/ActionBar/index.ts"
690
693
  }
691
694
  ]
692
695
  },
693
696
  {
694
- "id": "./src/utils/getDesignTokenWithOpacity.ts",
695
- "name": "./src/utils/getDesignTokenWithOpacity.ts",
697
+ "id": "./src/components/DetailsCard/DetailsCard.tsx",
698
+ "name": "./src/components/DetailsCard/DetailsCard.tsx",
696
699
  "reasons": [
697
700
  {
698
- "moduleName": "./src/utils/index.ts"
701
+ "moduleName": "./src/components/DetailsCard/index.ts"
699
702
  }
700
703
  ]
701
704
  },
702
705
  {
703
- "id": "./src/components/ActionBar/ActionBar.tsx",
704
- "name": "./src/components/ActionBar/ActionBar.tsx",
706
+ "id": "./src/components/SegmentedControl/SegmentedControl.tsx",
707
+ "name": "./src/components/SegmentedControl/SegmentedControl.tsx",
705
708
  "reasons": [
706
709
  {
707
- "moduleName": "./src/components/ActionBar/index.ts"
710
+ "moduleName": "./src/components/SegmentedControl/index.ts"
708
711
  }
709
712
  ]
710
713
  },
711
714
  {
712
- "id": "./src/components/Alert/Alert.tsx",
713
- "name": "./src/components/Alert/Alert.tsx",
715
+ "id": "./src/components/Card/Card.tsx",
716
+ "name": "./src/components/Card/Card.tsx",
714
717
  "reasons": [
715
718
  {
716
- "moduleName": "./src/components/Alert/index.ts"
719
+ "moduleName": "./src/components/Card/index.ts"
717
720
  }
718
721
  ]
719
722
  },
720
723
  {
721
- "id": "./src/components/Avatar/Avatar.tsx",
722
- "name": "./src/components/Avatar/Avatar.tsx",
724
+ "id": "./src/components/FieldGroup/FieldGroup.tsx",
725
+ "name": "./src/components/FieldGroup/FieldGroup.tsx",
723
726
  "reasons": [
724
727
  {
725
- "moduleName": "./src/components/Avatar/index.ts"
728
+ "moduleName": "./src/components/FieldGroup/index.ts"
726
729
  }
727
730
  ]
728
731
  },
729
732
  {
730
- "id": "./src/components/Avatar/Avatar.helpers.ts",
731
- "name": "./src/components/Avatar/Avatar.helpers.ts",
733
+ "id": "./src/components/FieldError/FieldError.tsx",
734
+ "name": "./src/components/FieldError/FieldError.tsx",
732
735
  "reasons": [
733
736
  {
734
- "moduleName": "./src/components/Avatar/index.ts"
735
- },
737
+ "moduleName": "./src/components/FieldError/index.ts"
738
+ }
739
+ ]
740
+ },
741
+ {
742
+ "id": "./src/utils/getDesignTokenWithOpacity.ts",
743
+ "name": "./src/utils/getDesignTokenWithOpacity.ts",
744
+ "reasons": [
736
745
  {
737
- "moduleName": "./src/components/Avatar/Avatar.tsx"
746
+ "moduleName": "./src/utils/index.ts"
738
747
  }
739
748
  ]
740
749
  },
741
750
  {
742
- "id": "./src/components/Button/Button.tsx",
743
- "name": "./src/components/Button/Button.tsx",
751
+ "id": "./src/components/FormGroup/FormGroup.tsx",
752
+ "name": "./src/components/FormGroup/FormGroup.tsx",
744
753
  "reasons": [
745
754
  {
746
- "moduleName": "./src/components/Button/index.ts"
755
+ "moduleName": "./src/components/FormGroup/index.ts"
747
756
  }
748
757
  ]
749
758
  },
750
759
  {
751
- "id": "./src/components/Badge/Badge.tsx",
752
- "name": "./src/components/Badge/Badge.tsx",
760
+ "id": "./src/components/FormField/FormField.tsx",
761
+ "name": "./src/components/FormField/FormField.tsx",
753
762
  "reasons": [
754
763
  {
755
- "moduleName": "./src/components/Badge/index.ts"
764
+ "moduleName": "./src/components/FormField/index.ts"
756
765
  }
757
766
  ]
758
767
  },
759
768
  {
760
- "id": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
761
- "name": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
769
+ "id": "./src/components/Progress/ProgressCircle.tsx",
770
+ "name": "./src/components/Progress/ProgressCircle.tsx",
762
771
  "reasons": [
763
772
  {
764
- "moduleName": "./src/components/DetailsCardInfo/index.ts"
773
+ "moduleName": "./src/components/Progress/index.ts"
765
774
  }
766
775
  ]
767
776
  },
768
777
  {
769
- "id": "./src/components/Card/Card.tsx",
770
- "name": "./src/components/Card/Card.tsx",
778
+ "id": "./src/components/Progress/ProgressBar.tsx",
779
+ "name": "./src/components/Progress/ProgressBar.tsx",
771
780
  "reasons": [
772
781
  {
773
- "moduleName": "./src/components/Card/index.ts"
782
+ "moduleName": "./src/components/Progress/index.ts"
774
783
  }
775
784
  ]
776
785
  },
777
786
  {
778
- "id": "./src/components/DatePicker/DatePicker.tsx",
779
- "name": "./src/components/DatePicker/DatePicker.tsx",
787
+ "id": "./src/components/Form/Form.tsx",
788
+ "name": "./src/components/Form/Form.tsx",
780
789
  "reasons": [
781
790
  {
782
- "moduleName": "./src/components/DatePicker/index.ts"
791
+ "moduleName": "./src/components/Form/index.ts"
783
792
  }
784
793
  ]
785
794
  },
786
795
  {
787
- "id": "./src/components/DatePicker/RangeDatePicker.tsx",
788
- "name": "./src/components/DatePicker/RangeDatePicker.tsx",
796
+ "id": "./src/components/Input/Input.tsx",
797
+ "name": "./src/components/Input/Input.tsx",
789
798
  "reasons": [
790
799
  {
791
- "moduleName": "./src/components/DatePicker/index.ts"
800
+ "moduleName": "./src/components/Input/index.ts"
792
801
  }
793
802
  ]
794
803
  },
795
804
  {
796
- "id": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
797
- "name": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
805
+ "id": "./src/components/Loader/Loader.tsx",
806
+ "name": "./src/components/Loader/Loader.tsx",
798
807
  "reasons": [
799
808
  {
800
- "moduleName": "./src/components/DatePicker/index.ts"
809
+ "moduleName": "./src/components/Loader/index.ts"
801
810
  }
802
811
  ]
803
812
  },
804
813
  {
805
- "id": "./src/components/FieldError/FieldError.tsx",
806
- "name": "./src/components/FieldError/FieldError.tsx",
814
+ "id": "./src/components/Checkbox/Checkbox.tsx",
815
+ "name": "./src/components/Checkbox/Checkbox.tsx",
807
816
  "reasons": [
808
817
  {
809
- "moduleName": "./src/components/FieldError/index.ts"
818
+ "moduleName": "./src/components/Checkbox/index.ts"
810
819
  }
811
820
  ]
812
821
  },
813
822
  {
814
- "id": "./src/components/SegmentedControl/SegmentedControl.tsx",
815
- "name": "./src/components/SegmentedControl/SegmentedControl.tsx",
823
+ "id": "./src/components/Popover/Popover.tsx",
824
+ "name": "./src/components/Popover/Popover.tsx",
816
825
  "reasons": [
817
826
  {
818
- "moduleName": "./src/components/SegmentedControl/index.ts"
827
+ "moduleName": "./src/components/Popover/index.ts"
819
828
  }
820
829
  ]
821
830
  },
822
831
  {
823
- "id": "./src/components/Checkbox/Checkbox.tsx",
824
- "name": "./src/components/Checkbox/Checkbox.tsx",
832
+ "id": "./src/components/ActionMenu/ActionMenu.tsx",
833
+ "name": "./src/components/ActionMenu/ActionMenu.tsx",
825
834
  "reasons": [
826
835
  {
827
- "moduleName": "./src/components/Checkbox/index.ts"
836
+ "moduleName": "./src/components/ActionMenu/index.ts"
828
837
  }
829
838
  ]
830
839
  },
831
840
  {
832
- "id": "./src/components/FieldGroup/FieldGroup.tsx",
833
- "name": "./src/components/FieldGroup/FieldGroup.tsx",
841
+ "id": "./src/components/ActionMenu/ActionMenuItem.tsx",
842
+ "name": "./src/components/ActionMenu/ActionMenuItem.tsx",
834
843
  "reasons": [
835
844
  {
836
- "moduleName": "./src/components/FieldGroup/index.ts"
845
+ "moduleName": "./src/components/ActionMenu/index.ts"
837
846
  }
838
847
  ]
839
848
  },
@@ -847,227 +856,221 @@
847
856
  ]
848
857
  },
849
858
  {
850
- "id": "./src/components/DetailsCard/DetailsCard.tsx",
851
- "name": "./src/components/DetailsCard/DetailsCard.tsx",
859
+ "id": "./src/components/Avatar/Avatar.tsx",
860
+ "name": "./src/components/Avatar/Avatar.tsx",
852
861
  "reasons": [
853
862
  {
854
- "moduleName": "./src/components/DetailsCard/index.ts"
863
+ "moduleName": "./src/components/Avatar/index.ts"
855
864
  }
856
865
  ]
857
866
  },
858
867
  {
859
- "id": "./src/components/Form/Form.tsx",
860
- "name": "./src/components/Form/Form.tsx",
868
+ "id": "./src/components/Avatar/Avatar.helpers.ts",
869
+ "name": "./src/components/Avatar/Avatar.helpers.ts",
861
870
  "reasons": [
862
871
  {
863
- "moduleName": "./src/components/Form/index.ts"
872
+ "moduleName": "./src/components/Avatar/index.ts"
873
+ },
874
+ {
875
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
864
876
  }
865
877
  ]
866
878
  },
867
879
  {
868
- "id": "./src/components/Input/Input.tsx",
869
- "name": "./src/components/Input/Input.tsx",
880
+ "id": "./src/components/Alert/Alert.tsx",
881
+ "name": "./src/components/Alert/Alert.tsx",
870
882
  "reasons": [
871
883
  {
872
- "moduleName": "./src/components/Input/index.ts"
884
+ "moduleName": "./src/components/Alert/index.ts"
873
885
  }
874
886
  ]
875
887
  },
876
888
  {
877
- "id": "./src/components/Link/Link.tsx",
878
- "name": "./src/components/Link/Link.tsx",
889
+ "id": "./src/components/Badge/Badge.tsx",
890
+ "name": "./src/components/Badge/Badge.tsx",
879
891
  "reasons": [
880
892
  {
881
- "moduleName": "./src/components/Link/index.ts"
893
+ "moduleName": "./src/components/Badge/index.ts"
882
894
  }
883
895
  ]
884
896
  },
885
897
  {
886
- "id": "./src/components/Icon/Icon.tsx",
887
- "name": "./src/components/Icon/Icon.tsx",
898
+ "id": "./src/components/Search/Search.tsx",
899
+ "name": "./src/components/Search/Search.tsx",
888
900
  "reasons": [
889
901
  {
890
- "moduleName": "./src/components/Icon/index.ts"
902
+ "moduleName": "./src/components/Search/index.ts"
891
903
  }
892
904
  ]
893
905
  },
894
906
  {
895
- "id": "./src/components/FormField/FormField.tsx",
896
- "name": "./src/components/FormField/FormField.tsx",
907
+ "id": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
908
+ "name": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
897
909
  "reasons": [
898
910
  {
899
- "moduleName": "./src/components/FormField/index.ts"
911
+ "moduleName": "./src/components/DetailsCardInfo/index.ts"
900
912
  }
901
913
  ]
902
914
  },
903
915
  {
904
- "id": "./src/components/Modal/Modal.tsx",
905
- "name": "./src/components/Modal/Modal.tsx",
916
+ "id": "./src/components/Picker/Picker.tsx",
917
+ "name": "./src/components/Picker/Picker.tsx",
906
918
  "reasons": [
907
919
  {
908
- "moduleName": "./src/components/Modal/index.ts"
920
+ "moduleName": "./src/components/Picker/index.ts"
909
921
  }
910
922
  ]
911
923
  },
912
924
  {
913
- "id": "./src/components/Modal/components/ModalBase.tsx",
914
- "name": "./src/components/Modal/components/ModalBase.tsx",
925
+ "id": "./src/components/Picker/components/PickerList.tsx",
926
+ "name": "./src/components/Picker/components/PickerList.tsx",
915
927
  "reasons": [
916
928
  {
917
- "moduleName": "./src/components/Modal/index.ts"
929
+ "moduleName": "./src/components/Picker/index.ts"
918
930
  },
919
931
  {
920
- "moduleName": "./src/components/Modal/Modal.tsx"
932
+ "moduleName": "./src/components/Picker/Picker.tsx"
921
933
  }
922
934
  ]
923
935
  },
924
936
  {
925
- "id": "./src/components/Modal/components/ModalCloseButton.tsx",
926
- "name": "./src/components/Modal/components/ModalCloseButton.tsx",
937
+ "id": "./src/components/NumericInput/NumericInput.tsx",
938
+ "name": "./src/components/NumericInput/NumericInput.tsx",
927
939
  "reasons": [
928
940
  {
929
- "moduleName": "./src/components/Modal/index.ts"
930
- },
931
- {
932
- "moduleName": "./src/components/Modal/Modal.tsx"
941
+ "moduleName": "./src/components/NumericInput/index.ts"
933
942
  }
934
943
  ]
935
944
  },
936
945
  {
937
- "id": "./src/components/Modal/components/ModalPortal.tsx",
938
- "name": "./src/components/Modal/components/ModalPortal.tsx",
946
+ "id": "./src/components/PromoBanner/PromoBanner.tsx",
947
+ "name": "./src/components/PromoBanner/PromoBanner.tsx",
939
948
  "reasons": [
940
949
  {
941
- "moduleName": "./src/components/Modal/index.ts"
950
+ "moduleName": "./src/components/PromoBanner/index.ts"
942
951
  }
943
952
  ]
944
953
  },
945
954
  {
946
- "id": "./src/components/Modal/components/ModalHeader.tsx",
947
- "name": "./src/components/Modal/components/ModalHeader.tsx",
955
+ "id": "./src/components/PromoBannerV2/PromoBannerV2.tsx",
956
+ "name": "./src/components/PromoBannerV2/PromoBannerV2.tsx",
948
957
  "reasons": [
949
958
  {
950
- "moduleName": "./src/components/Modal/index.ts"
959
+ "moduleName": "./src/components/PromoBannerV2/index.ts"
951
960
  }
952
961
  ]
953
962
  },
954
963
  {
955
- "id": "./src/components/NumericInput/NumericInput.tsx",
956
- "name": "./src/components/NumericInput/NumericInput.tsx",
964
+ "id": "./src/components/RadioButton/RadioButton.tsx",
965
+ "name": "./src/components/RadioButton/RadioButton.tsx",
957
966
  "reasons": [
958
967
  {
959
- "moduleName": "./src/components/NumericInput/index.ts"
968
+ "moduleName": "./src/components/RadioButton/index.ts"
960
969
  }
961
970
  ]
962
971
  },
963
972
  {
964
- "id": "./src/components/Picker/Picker.tsx",
965
- "name": "./src/components/Picker/Picker.tsx",
973
+ "id": "./src/components/Link/Link.tsx",
974
+ "name": "./src/components/Link/Link.tsx",
966
975
  "reasons": [
967
976
  {
968
- "moduleName": "./src/components/Picker/index.ts"
977
+ "moduleName": "./src/components/Link/index.ts"
969
978
  }
970
979
  ]
971
980
  },
972
981
  {
973
- "id": "./src/components/Picker/PickerList.tsx",
974
- "name": "./src/components/Picker/PickerList.tsx",
982
+ "id": "./src/components/DatePicker/DatePicker.tsx",
983
+ "name": "./src/components/DatePicker/DatePicker.tsx",
975
984
  "reasons": [
976
985
  {
977
- "moduleName": "./src/components/Picker/index.ts"
978
- },
979
- {
980
- "moduleName": "./src/components/Picker/Picker.tsx"
986
+ "moduleName": "./src/components/DatePicker/index.ts"
981
987
  }
982
988
  ]
983
989
  },
984
990
  {
985
- "id": "./src/components/FormGroup/FormGroup.tsx",
986
- "name": "./src/components/FormGroup/FormGroup.tsx",
991
+ "id": "./src/components/DatePicker/RangeDatePicker.tsx",
992
+ "name": "./src/components/DatePicker/RangeDatePicker.tsx",
987
993
  "reasons": [
988
994
  {
989
- "moduleName": "./src/components/FormGroup/index.ts"
995
+ "moduleName": "./src/components/DatePicker/index.ts"
990
996
  }
991
997
  ]
992
998
  },
993
999
  {
994
- "id": "./src/components/Popover/Popover.tsx",
995
- "name": "./src/components/Popover/Popover.tsx",
1000
+ "id": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
1001
+ "name": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
996
1002
  "reasons": [
997
1003
  {
998
- "moduleName": "./src/components/Popover/index.ts"
1004
+ "moduleName": "./src/components/DatePicker/index.ts"
999
1005
  }
1000
1006
  ]
1001
1007
  },
1002
1008
  {
1003
- "id": "./src/components/Loader/Loader.tsx",
1004
- "name": "./src/components/Loader/Loader.tsx",
1009
+ "id": "./src/components/Icon/Icon.tsx",
1010
+ "name": "./src/components/Icon/Icon.tsx",
1005
1011
  "reasons": [
1006
1012
  {
1007
- "moduleName": "./src/components/Loader/index.ts"
1013
+ "moduleName": "./src/components/Icon/index.ts"
1008
1014
  }
1009
1015
  ]
1010
1016
  },
1011
1017
  {
1012
- "id": "./src/components/PromoBanner/PromoBanner.tsx",
1013
- "name": "./src/components/PromoBanner/PromoBanner.tsx",
1018
+ "id": "./src/components/Modal/Modal.tsx",
1019
+ "name": "./src/components/Modal/Modal.tsx",
1014
1020
  "reasons": [
1015
1021
  {
1016
- "moduleName": "./src/components/PromoBanner/index.ts"
1022
+ "moduleName": "./src/components/Modal/index.ts"
1017
1023
  }
1018
1024
  ]
1019
1025
  },
1020
1026
  {
1021
- "id": "./src/components/PromoBannerV2/PromoBannerV2.tsx",
1022
- "name": "./src/components/PromoBannerV2/PromoBannerV2.tsx",
1027
+ "id": "./src/components/Modal/components/ModalBase.tsx",
1028
+ "name": "./src/components/Modal/components/ModalBase.tsx",
1023
1029
  "reasons": [
1024
1030
  {
1025
- "moduleName": "./src/components/PromoBannerV2/index.ts"
1026
- }
1027
- ]
1028
- },
1029
- {
1030
- "id": "./src/components/Search/Search.tsx",
1031
- "name": "./src/components/Search/Search.tsx",
1032
- "reasons": [
1031
+ "moduleName": "./src/components/Modal/index.ts"
1032
+ },
1033
1033
  {
1034
- "moduleName": "./src/components/Search/index.ts"
1034
+ "moduleName": "./src/components/Modal/Modal.tsx"
1035
1035
  }
1036
1036
  ]
1037
1037
  },
1038
1038
  {
1039
- "id": "./src/components/RadioButton/RadioButton.tsx",
1040
- "name": "./src/components/RadioButton/RadioButton.tsx",
1039
+ "id": "./src/components/Modal/components/ModalCloseButton.tsx",
1040
+ "name": "./src/components/Modal/components/ModalCloseButton.tsx",
1041
1041
  "reasons": [
1042
1042
  {
1043
- "moduleName": "./src/components/RadioButton/index.ts"
1043
+ "moduleName": "./src/components/Modal/index.ts"
1044
+ },
1045
+ {
1046
+ "moduleName": "./src/components/Modal/Modal.tsx"
1044
1047
  }
1045
1048
  ]
1046
1049
  },
1047
1050
  {
1048
- "id": "./src/components/Switch/Switch.tsx",
1049
- "name": "./src/components/Switch/Switch.tsx",
1051
+ "id": "./src/components/Modal/components/ModalPortal.tsx",
1052
+ "name": "./src/components/Modal/components/ModalPortal.tsx",
1050
1053
  "reasons": [
1051
1054
  {
1052
- "moduleName": "./src/components/Switch/index.ts"
1055
+ "moduleName": "./src/components/Modal/index.ts"
1053
1056
  }
1054
1057
  ]
1055
1058
  },
1056
1059
  {
1057
- "id": "./src/components/Progress/ProgressCircle.tsx",
1058
- "name": "./src/components/Progress/ProgressCircle.tsx",
1060
+ "id": "./src/components/Modal/components/ModalHeader.tsx",
1061
+ "name": "./src/components/Modal/components/ModalHeader.tsx",
1059
1062
  "reasons": [
1060
1063
  {
1061
- "moduleName": "./src/components/Progress/index.ts"
1064
+ "moduleName": "./src/components/Modal/index.ts"
1062
1065
  }
1063
1066
  ]
1064
1067
  },
1065
1068
  {
1066
- "id": "./src/components/Progress/ProgressBar.tsx",
1067
- "name": "./src/components/Progress/ProgressBar.tsx",
1069
+ "id": "./src/components/Switch/Switch.tsx",
1070
+ "name": "./src/components/Switch/Switch.tsx",
1068
1071
  "reasons": [
1069
1072
  {
1070
- "moduleName": "./src/components/Progress/index.ts"
1073
+ "moduleName": "./src/components/Switch/index.ts"
1071
1074
  }
1072
1075
  ]
1073
1076
  },
@@ -1098,6 +1101,27 @@
1098
1101
  }
1099
1102
  ]
1100
1103
  },
1104
+ {
1105
+ "id": "./src/components/TagInput/TagInput.tsx",
1106
+ "name": "./src/components/TagInput/TagInput.tsx",
1107
+ "reasons": [
1108
+ {
1109
+ "moduleName": "./src/components/TagInput/index.ts"
1110
+ },
1111
+ {
1112
+ "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1113
+ }
1114
+ ]
1115
+ },
1116
+ {
1117
+ "id": "./src/components/TagInput/EmailTagInput.tsx",
1118
+ "name": "./src/components/TagInput/EmailTagInput.tsx",
1119
+ "reasons": [
1120
+ {
1121
+ "moduleName": "./src/components/TagInput/index.ts"
1122
+ }
1123
+ ]
1124
+ },
1101
1125
  {
1102
1126
  "id": "./src/components/Toast/Toast.tsx",
1103
1127
  "name": "./src/components/Toast/Toast.tsx",
@@ -1152,27 +1176,6 @@
1152
1176
  }
1153
1177
  ]
1154
1178
  },
1155
- {
1156
- "id": "./src/components/TagInput/TagInput.tsx",
1157
- "name": "./src/components/TagInput/TagInput.tsx",
1158
- "reasons": [
1159
- {
1160
- "moduleName": "./src/components/TagInput/index.ts"
1161
- },
1162
- {
1163
- "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1164
- }
1165
- ]
1166
- },
1167
- {
1168
- "id": "./src/components/TagInput/EmailTagInput.tsx",
1169
- "name": "./src/components/TagInput/EmailTagInput.tsx",
1170
- "reasons": [
1171
- {
1172
- "moduleName": "./src/components/TagInput/index.ts"
1173
- }
1174
- ]
1175
- },
1176
1179
  {
1177
1180
  "id": "./src/components/Typography/Heading.tsx",
1178
1181
  "name": "./src/components/Typography/Heading.tsx",
@@ -1244,134 +1247,134 @@
1244
1247
  "name": "./react",
1245
1248
  "reasons": [
1246
1249
  {
1247
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1248
- },
1249
- {
1250
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1250
+ "moduleName": "./src/components/Button/Button.tsx"
1251
1251
  },
1252
1252
  {
1253
1253
  "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1254
1254
  },
1255
1255
  {
1256
- "moduleName": "./src/components/Alert/Alert.tsx"
1256
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1257
1257
  },
1258
1258
  {
1259
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1259
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1260
1260
  },
1261
1261
  {
1262
- "moduleName": "./src/components/Button/Button.tsx"
1262
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1263
1263
  },
1264
1264
  {
1265
- "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
1265
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1266
1266
  },
1267
1267
  {
1268
- "moduleName": "./src/components/Badge/Badge.tsx"
1268
+ "moduleName": "./src/components/Card/Card.tsx"
1269
1269
  },
1270
1270
  {
1271
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1271
+ "moduleName": "./src/components/FormField/FormField.tsx"
1272
1272
  },
1273
1273
  {
1274
- "moduleName": "./src/components/Card/Card.tsx"
1274
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1275
1275
  },
1276
1276
  {
1277
- "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1277
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1278
1278
  },
1279
1279
  {
1280
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1280
+ "moduleName": "./src/components/Form/Form.tsx"
1281
1281
  },
1282
1282
  {
1283
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1283
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1284
1284
  },
1285
1285
  {
1286
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1286
+ "moduleName": "./src/components/Input/Input.tsx"
1287
1287
  },
1288
1288
  {
1289
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1289
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1290
1290
  },
1291
1291
  {
1292
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1292
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1293
1293
  },
1294
1294
  {
1295
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1295
+ "moduleName": "./src/components/Loader/Loader.tsx"
1296
1296
  },
1297
1297
  {
1298
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1298
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1299
1299
  },
1300
1300
  {
1301
- "moduleName": "./src/components/Form/Form.tsx"
1301
+ "moduleName": "./src/components/Popover/Popover.tsx"
1302
1302
  },
1303
1303
  {
1304
- "moduleName": "./src/components/Link/Link.tsx"
1304
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1305
1305
  },
1306
1306
  {
1307
- "moduleName": "./src/components/FormField/FormField.tsx"
1307
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1308
1308
  },
1309
1309
  {
1310
- "moduleName": "./src/components/Icon/Icon.tsx"
1310
+ "moduleName": "./src/components/Badge/Badge.tsx"
1311
1311
  },
1312
1312
  {
1313
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1313
+ "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
1314
1314
  },
1315
1315
  {
1316
- "moduleName": "./src/components/Input/Input.tsx"
1316
+ "moduleName": "./src/components/Search/Search.tsx"
1317
1317
  },
1318
1318
  {
1319
- "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
1319
+ "moduleName": "./src/components/Picker/Picker.tsx"
1320
1320
  },
1321
1321
  {
1322
- "moduleName": "./src/components/Modal/Modal.tsx"
1322
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1323
1323
  },
1324
1324
  {
1325
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1325
+ "moduleName": "./src/components/Alert/Alert.tsx"
1326
1326
  },
1327
1327
  {
1328
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
1328
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1329
1329
  },
1330
1330
  {
1331
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1331
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1332
1332
  },
1333
1333
  {
1334
- "moduleName": "./src/components/Picker/Picker.tsx"
1334
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1335
1335
  },
1336
1336
  {
1337
- "moduleName": "./src/components/Picker/PickerList.tsx"
1337
+ "moduleName": "./src/components/Link/Link.tsx"
1338
1338
  },
1339
1339
  {
1340
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1340
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1341
1341
  },
1342
1342
  {
1343
- "moduleName": "./src/components/Loader/Loader.tsx"
1343
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1344
1344
  },
1345
1345
  {
1346
- "moduleName": "./src/components/Popover/Popover.tsx"
1346
+ "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1347
1347
  },
1348
1348
  {
1349
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1349
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1350
1350
  },
1351
1351
  {
1352
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1352
+ "moduleName": "./src/components/Modal/Modal.tsx"
1353
1353
  },
1354
1354
  {
1355
- "moduleName": "./src/components/Search/Search.tsx"
1355
+ "moduleName": "./src/components/Icon/Icon.tsx"
1356
1356
  },
1357
1357
  {
1358
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1358
+ "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
1359
1359
  },
1360
1360
  {
1361
- "moduleName": "./src/components/Switch/Switch.tsx"
1361
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1362
1362
  },
1363
1363
  {
1364
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1364
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1365
1365
  },
1366
1366
  {
1367
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1367
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
1368
1368
  },
1369
1369
  {
1370
- "moduleName": "./src/components/Tab/Tab.tsx"
1370
+ "moduleName": "./src/components/Switch/Switch.tsx"
1371
1371
  },
1372
1372
  {
1373
1373
  "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1374
1374
  },
1375
+ {
1376
+ "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1377
+ },
1375
1378
  {
1376
1379
  "moduleName": "./src/components/Toast/Toast.tsx"
1377
1380
  },
@@ -1379,16 +1382,16 @@
1379
1382
  "moduleName": "./src/components/Tag/Tag.tsx"
1380
1383
  },
1381
1384
  {
1382
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1385
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1383
1386
  },
1384
1387
  {
1385
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1388
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1386
1389
  },
1387
1390
  {
1388
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1391
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1389
1392
  },
1390
1393
  {
1391
- "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1394
+ "moduleName": "./src/components/Tab/Tab.tsx"
1392
1395
  },
1393
1396
  {
1394
1397
  "moduleName": "./src/components/Typography/Heading.tsx"
@@ -1415,37 +1418,37 @@
1415
1418
  "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1416
1419
  },
1417
1420
  {
1418
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1421
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1419
1422
  },
1420
1423
  {
1421
- "moduleName": "./src/components/DatePicker/hooks.ts"
1424
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1422
1425
  },
1423
1426
  {
1424
- "moduleName": "./src/components/Picker/TriggerBody.tsx"
1427
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1425
1428
  },
1426
1429
  {
1427
- "moduleName": "./src/components/Picker/Trigger.tsx"
1430
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1428
1431
  },
1429
1432
  {
1430
- "moduleName": "./src/components/Tooltip/components/Simple.tsx"
1433
+ "moduleName": "./src/components/DatePicker/hooks.ts"
1431
1434
  },
1432
1435
  {
1433
- "moduleName": "./src/components/Picker/PickerListItem.tsx"
1436
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
1434
1437
  },
1435
1438
  {
1436
1439
  "moduleName": "./src/components/Tooltip/components/Info.tsx"
1437
1440
  },
1438
1441
  {
1439
- "moduleName": "./src/components/Tooltip/components/Reports.tsx"
1442
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1440
1443
  },
1441
1444
  {
1442
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1445
+ "moduleName": "./src/components/Tooltip/components/Simple.tsx"
1443
1446
  },
1444
1447
  {
1445
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1448
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
1446
1449
  },
1447
1450
  {
1448
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
1451
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1449
1452
  },
1450
1453
  {
1451
1454
  "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
@@ -1460,91 +1463,82 @@
1460
1463
  "name": "./clsx",
1461
1464
  "reasons": [
1462
1465
  {
1463
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1466
+ "moduleName": "./src/components/Button/Button.tsx"
1464
1467
  },
1465
1468
  {
1466
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1469
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1467
1470
  },
1468
1471
  {
1469
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1472
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1470
1473
  },
1471
1474
  {
1472
- "moduleName": "./src/components/Alert/Alert.tsx"
1475
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1473
1476
  },
1474
1477
  {
1475
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1476
- },
1477
- {
1478
- "moduleName": "./src/components/Button/Button.tsx"
1478
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1479
1479
  },
1480
1480
  {
1481
- "moduleName": "./src/components/Badge/Badge.tsx"
1481
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1482
1482
  },
1483
1483
  {
1484
1484
  "moduleName": "./src/components/Card/Card.tsx"
1485
1485
  },
1486
1486
  {
1487
- "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1488
- },
1489
- {
1490
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1487
+ "moduleName": "./src/components/FormField/FormField.tsx"
1491
1488
  },
1492
1489
  {
1493
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1490
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1494
1491
  },
1495
1492
  {
1496
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1493
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1497
1494
  },
1498
1495
  {
1499
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1496
+ "moduleName": "./src/components/Form/Form.tsx"
1500
1497
  },
1501
1498
  {
1502
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1499
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1503
1500
  },
1504
1501
  {
1505
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1502
+ "moduleName": "./src/components/Input/Input.tsx"
1506
1503
  },
1507
1504
  {
1508
- "moduleName": "./src/components/Form/Form.tsx"
1505
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1509
1506
  },
1510
1507
  {
1511
- "moduleName": "./src/components/Link/Link.tsx"
1508
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1512
1509
  },
1513
1510
  {
1514
- "moduleName": "./src/components/FormField/FormField.tsx"
1511
+ "moduleName": "./src/components/Loader/Loader.tsx"
1515
1512
  },
1516
1513
  {
1517
- "moduleName": "./src/components/Icon/Icon.tsx"
1514
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1518
1515
  },
1519
1516
  {
1520
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1517
+ "moduleName": "./src/components/Popover/Popover.tsx"
1521
1518
  },
1522
1519
  {
1523
- "moduleName": "./src/components/Input/Input.tsx"
1520
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1524
1521
  },
1525
1522
  {
1526
- "moduleName": "./src/components/Modal/Modal.tsx"
1523
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1527
1524
  },
1528
1525
  {
1529
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1526
+ "moduleName": "./src/components/Badge/Badge.tsx"
1530
1527
  },
1531
1528
  {
1532
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1529
+ "moduleName": "./src/components/Search/Search.tsx"
1533
1530
  },
1534
1531
  {
1535
1532
  "moduleName": "./src/components/Picker/Picker.tsx"
1536
1533
  },
1537
1534
  {
1538
- "moduleName": "./src/components/Picker/PickerList.tsx"
1539
- },
1540
- {
1541
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1535
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1542
1536
  },
1543
1537
  {
1544
- "moduleName": "./src/components/Loader/Loader.tsx"
1538
+ "moduleName": "./src/components/Alert/Alert.tsx"
1545
1539
  },
1546
1540
  {
1547
- "moduleName": "./src/components/Popover/Popover.tsx"
1541
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1548
1542
  },
1549
1543
  {
1550
1544
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
@@ -1553,22 +1547,28 @@
1553
1547
  "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1554
1548
  },
1555
1549
  {
1556
- "moduleName": "./src/components/Search/Search.tsx"
1550
+ "moduleName": "./src/components/Link/Link.tsx"
1557
1551
  },
1558
1552
  {
1559
1553
  "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1560
1554
  },
1561
1555
  {
1562
- "moduleName": "./src/components/Switch/Switch.tsx"
1556
+ "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1563
1557
  },
1564
1558
  {
1565
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1559
+ "moduleName": "./src/components/Modal/Modal.tsx"
1566
1560
  },
1567
1561
  {
1568
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1562
+ "moduleName": "./src/components/Icon/Icon.tsx"
1569
1563
  },
1570
1564
  {
1571
- "moduleName": "./src/components/Tab/Tab.tsx"
1565
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1566
+ },
1567
+ {
1568
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1569
+ },
1570
+ {
1571
+ "moduleName": "./src/components/Switch/Switch.tsx"
1572
1572
  },
1573
1573
  {
1574
1574
  "moduleName": "./src/components/Tab/TabsWrapper.tsx"
@@ -1579,6 +1579,9 @@
1579
1579
  {
1580
1580
  "moduleName": "./src/components/Tag/Tag.tsx"
1581
1581
  },
1582
+ {
1583
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1584
+ },
1582
1585
  {
1583
1586
  "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1584
1587
  },
@@ -1586,7 +1589,7 @@
1586
1589
  "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1587
1590
  },
1588
1591
  {
1589
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1592
+ "moduleName": "./src/components/Tab/Tab.tsx"
1590
1593
  },
1591
1594
  {
1592
1595
  "moduleName": "./src/components/Typography/Heading.tsx"
@@ -1610,28 +1613,28 @@
1610
1613
  "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1611
1614
  },
1612
1615
  {
1613
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1616
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1614
1617
  },
1615
1618
  {
1616
- "moduleName": "./src/components/DatePicker/helpers.ts"
1619
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1617
1620
  },
1618
1621
  {
1619
- "moduleName": "./src/components/Picker/TriggerBody.tsx"
1622
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1620
1623
  },
1621
1624
  {
1622
- "moduleName": "./src/components/Picker/Trigger.tsx"
1625
+ "moduleName": "./src/components/DatePicker/helpers.ts"
1623
1626
  },
1624
1627
  {
1625
- "moduleName": "./src/components/Picker/PickerListItem.tsx"
1628
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1626
1629
  },
1627
1630
  {
1628
1631
  "moduleName": "./src/components/Tooltip/components/Info.tsx"
1629
1632
  },
1630
1633
  {
1631
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1634
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1632
1635
  },
1633
1636
  {
1634
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1637
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1635
1638
  },
1636
1639
  {
1637
1640
  "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
@@ -1639,26 +1642,20 @@
1639
1642
  ]
1640
1643
  },
1641
1644
  {
1642
- "id": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1643
- "name": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1645
+ "id": "./src/components/Button/helpers.ts",
1646
+ "name": "./src/components/Button/helpers.ts",
1644
1647
  "reasons": [
1645
1648
  {
1646
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1649
+ "moduleName": "./src/components/Button/Button.tsx"
1647
1650
  }
1648
1651
  ]
1649
1652
  },
1650
1653
  {
1651
- "id": "./@floating-ui/react",
1652
- "name": "./@floating-ui/react",
1654
+ "id": "./src/components/Button/Button.module.scss",
1655
+ "name": "./src/components/Button/Button.module.scss",
1653
1656
  "reasons": [
1654
1657
  {
1655
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1656
- },
1657
- {
1658
- "moduleName": "./src/components/Popover/Popover.tsx"
1659
- },
1660
- {
1661
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1658
+ "moduleName": "./src/components/Button/Button.tsx"
1662
1659
  }
1663
1660
  ]
1664
1661
  },
@@ -1666,36 +1663,36 @@
1666
1663
  "id": "./@livechat/design-system-icons",
1667
1664
  "name": "./@livechat/design-system-icons",
1668
1665
  "reasons": [
1669
- {
1670
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1671
- },
1672
1666
  {
1673
1667
  "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1674
1668
  },
1675
1669
  {
1676
- "moduleName": "./src/components/Alert/Alert.tsx"
1670
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1677
1671
  },
1678
1672
  {
1679
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1673
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1680
1674
  },
1681
1675
  {
1682
1676
  "moduleName": "./src/components/Card/Card.tsx"
1683
1677
  },
1684
1678
  {
1685
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1679
+ "moduleName": "./src/components/Input/Input.tsx"
1686
1680
  },
1687
1681
  {
1688
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1682
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1689
1683
  },
1690
1684
  {
1691
- "moduleName": "./src/components/Input/Input.tsx"
1685
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1692
1686
  },
1693
1687
  {
1694
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1688
+ "moduleName": "./src/components/Search/Search.tsx"
1695
1689
  },
1696
1690
  {
1697
1691
  "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1698
1692
  },
1693
+ {
1694
+ "moduleName": "./src/components/Alert/Alert.tsx"
1695
+ },
1699
1696
  {
1700
1697
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1701
1698
  },
@@ -1703,7 +1700,7 @@
1703
1700
  "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1704
1701
  },
1705
1702
  {
1706
- "moduleName": "./src/components/Search/Search.tsx"
1703
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1707
1704
  },
1708
1705
  {
1709
1706
  "moduleName": "./src/components/Switch/Switch.tsx"
@@ -1724,16 +1721,16 @@
1724
1721
  "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1725
1722
  },
1726
1723
  {
1727
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1724
+ "moduleName": "./src/components/Picker/constants.ts"
1728
1725
  },
1729
1726
  {
1730
- "moduleName": "./src/components/Picker/constants.ts"
1727
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1731
1728
  },
1732
1729
  {
1733
- "moduleName": "./src/components/Picker/Trigger.tsx"
1730
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1734
1731
  },
1735
1732
  {
1736
- "moduleName": "./src/components/Picker/PickerListItem.tsx"
1733
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1737
1734
  },
1738
1735
  {
1739
1736
  "moduleName": "./src/components/Tooltip/components/Info.tsx"
@@ -1744,587 +1741,599 @@
1744
1741
  ]
1745
1742
  },
1746
1743
  {
1747
- "id": "./src/utils/keyCodes.ts",
1748
- "name": "./src/utils/keyCodes.ts",
1744
+ "id": "./src/components/ActionBar/ActionBarItem.tsx",
1745
+ "name": "./src/components/ActionBar/ActionBarItem.tsx",
1749
1746
  "reasons": [
1750
1747
  {
1751
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1752
- },
1753
- {
1754
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1755
- },
1756
- {
1757
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1758
- },
1759
- {
1760
- "moduleName": "./src/components/Picker/Picker.tsx"
1761
- },
1762
- {
1763
- "moduleName": "./src/components/Picker/PickerList.tsx"
1764
- },
1765
- {
1766
- "moduleName": "./src/components/Search/Search.tsx"
1767
- },
1768
- {
1769
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1770
- },
1748
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1749
+ }
1750
+ ]
1751
+ },
1752
+ {
1753
+ "id": "./src/components/ActionBar/ActionBar.module.scss",
1754
+ "name": "./src/components/ActionBar/ActionBar.module.scss",
1755
+ "reasons": [
1771
1756
  {
1772
- "moduleName": "./src/components/Picker/Trigger.tsx"
1757
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1773
1758
  },
1774
1759
  {
1775
- "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1760
+ "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1776
1761
  }
1777
1762
  ]
1778
1763
  },
1779
1764
  {
1780
- "id": "./src/components/ActionMenu/ActionMenu.module.scss",
1781
- "name": "./src/components/ActionMenu/ActionMenu.module.scss",
1765
+ "id": "./src/components/DetailsCard/DetailsCard.module.scss",
1766
+ "name": "./src/components/DetailsCard/DetailsCard.module.scss",
1782
1767
  "reasons": [
1783
1768
  {
1784
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1769
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1785
1770
  }
1786
1771
  ]
1787
1772
  },
1788
1773
  {
1789
- "id": "./src/components/ActionBar/ActionBarItem.tsx",
1790
- "name": "./src/components/ActionBar/ActionBarItem.tsx",
1774
+ "id": "./src/utils/noop.ts",
1775
+ "name": "./src/utils/noop.ts",
1791
1776
  "reasons": [
1792
1777
  {
1793
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1778
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1794
1779
  }
1795
1780
  ]
1796
1781
  },
1797
1782
  {
1798
- "id": "./src/components/ActionBar/ActionBar.module.scss",
1799
- "name": "./src/components/ActionBar/ActionBar.module.scss",
1783
+ "id": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1784
+ "name": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1800
1785
  "reasons": [
1801
1786
  {
1802
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1803
- },
1804
- {
1805
- "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1787
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1806
1788
  }
1807
1789
  ]
1808
1790
  },
1809
1791
  {
1810
- "id": "./polished",
1811
- "name": "./polished",
1792
+ "id": "./src/components/FieldError/FieldError.module.scss",
1793
+ "name": "./src/components/FieldError/FieldError.module.scss",
1812
1794
  "reasons": [
1813
1795
  {
1814
- "moduleName": "./src/components/Avatar/Avatar.helpers.ts"
1815
- },
1816
- {
1817
- "moduleName": "./src/components/Tag/Tag.tsx"
1796
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1818
1797
  }
1819
1798
  ]
1820
1799
  },
1821
1800
  {
1822
- "id": "./lodash.debounce",
1823
- "name": "./lodash.debounce",
1801
+ "id": "./src/components/FieldGroup/FieldGroup.module.scss",
1802
+ "name": "./src/components/FieldGroup/FieldGroup.module.scss",
1824
1803
  "reasons": [
1825
1804
  {
1826
- "moduleName": "./src/components/Alert/Alert.tsx"
1827
- },
1828
- {
1829
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1805
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1830
1806
  }
1831
1807
  ]
1832
1808
  },
1833
1809
  {
1834
- "id": "./src/components/Alert/Alert.module.scss",
1835
- "name": "./src/components/Alert/Alert.module.scss",
1810
+ "id": "./src/components/Card/Card.module.scss",
1811
+ "name": "./src/components/Card/Card.module.scss",
1836
1812
  "reasons": [
1837
1813
  {
1838
- "moduleName": "./src/components/Alert/Alert.tsx"
1814
+ "moduleName": "./src/components/Card/Card.tsx"
1839
1815
  }
1840
1816
  ]
1841
1817
  },
1842
1818
  {
1843
- "id": "./src/components/Avatar/Avatar.module.scss",
1844
- "name": "./src/components/Avatar/Avatar.module.scss",
1819
+ "id": "./src/components/FormField/FormField.module.scss",
1820
+ "name": "./src/components/FormField/FormField.module.scss",
1845
1821
  "reasons": [
1846
1822
  {
1847
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1823
+ "moduleName": "./src/components/FormField/FormField.tsx"
1848
1824
  }
1849
1825
  ]
1850
1826
  },
1851
1827
  {
1852
- "id": "./src/components/Button/helpers.ts",
1853
- "name": "./src/components/Button/helpers.ts",
1828
+ "id": "./src/components/FormGroup/FormGroup.module.scss",
1829
+ "name": "./src/components/FormGroup/FormGroup.module.scss",
1854
1830
  "reasons": [
1855
1831
  {
1856
- "moduleName": "./src/components/Button/Button.tsx"
1832
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1857
1833
  }
1858
1834
  ]
1859
1835
  },
1860
1836
  {
1861
- "id": "./src/components/Button/Button.module.scss",
1862
- "name": "./src/components/Button/Button.module.scss",
1837
+ "id": "./src/components/Progress/helpers.ts",
1838
+ "name": "./src/components/Progress/helpers.ts",
1863
1839
  "reasons": [
1864
1840
  {
1865
- "moduleName": "./src/components/Button/Button.tsx"
1841
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1842
+ },
1843
+ {
1844
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1866
1845
  }
1867
1846
  ]
1868
1847
  },
1869
1848
  {
1870
- "id": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
1871
- "name": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
1849
+ "id": "./src/components/Progress/ProgressCircle.module.scss",
1850
+ "name": "./src/components/Progress/ProgressCircle.module.scss",
1872
1851
  "reasons": [
1873
1852
  {
1874
- "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
1853
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1875
1854
  }
1876
1855
  ]
1877
1856
  },
1878
1857
  {
1879
- "id": "./src/components/Badge/Badge.helpers.ts",
1880
- "name": "./src/components/Badge/Badge.helpers.ts",
1858
+ "id": "./src/components/Form/Form.module.scss",
1859
+ "name": "./src/components/Form/Form.module.scss",
1881
1860
  "reasons": [
1882
1861
  {
1883
- "moduleName": "./src/components/Badge/Badge.tsx"
1862
+ "moduleName": "./src/components/Form/Form.tsx"
1884
1863
  }
1885
1864
  ]
1886
1865
  },
1887
1866
  {
1888
- "id": "./src/components/Badge/Badge.module.scss",
1889
- "name": "./src/components/Badge/Badge.module.scss",
1867
+ "id": "./src/components/Progress/ProgressBar.module.scss",
1868
+ "name": "./src/components/Progress/ProgressBar.module.scss",
1890
1869
  "reasons": [
1891
1870
  {
1892
- "moduleName": "./src/components/Badge/Badge.tsx"
1871
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1893
1872
  }
1894
1873
  ]
1895
1874
  },
1896
1875
  {
1897
- "id": "./react-day-picker",
1898
- "name": "./react-day-picker",
1876
+ "id": "./src/components/Input/Input.module.scss",
1877
+ "name": "./src/components/Input/Input.module.scss",
1899
1878
  "reasons": [
1900
1879
  {
1901
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1880
+ "moduleName": "./src/components/Input/Input.tsx"
1902
1881
  }
1903
1882
  ]
1904
1883
  },
1905
1884
  {
1906
- "id": "./src/components/DatePicker/DatePickerNavbar.tsx",
1907
- "name": "./src/components/DatePicker/DatePickerNavbar.tsx",
1885
+ "id": "./src/components/Checkbox/Checkbox.module.scss",
1886
+ "name": "./src/components/Checkbox/Checkbox.module.scss",
1908
1887
  "reasons": [
1909
1888
  {
1910
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1889
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1911
1890
  }
1912
1891
  ]
1913
1892
  },
1914
1893
  {
1915
- "id": "./src/components/DatePicker/helpers.ts",
1916
- "name": "./src/components/DatePicker/helpers.ts",
1894
+ "id": "./@floating-ui/react",
1895
+ "name": "./@floating-ui/react",
1917
1896
  "reasons": [
1918
1897
  {
1919
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1898
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1920
1899
  },
1921
1900
  {
1922
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1901
+ "moduleName": "./src/components/Popover/Popover.tsx"
1923
1902
  },
1924
1903
  {
1925
- "moduleName": "./src/components/DatePicker/hooks.ts"
1904
+ "moduleName": "./src/components/Picker/Picker.tsx"
1905
+ },
1906
+ {
1907
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1908
+ },
1909
+ {
1910
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1926
1911
  }
1927
1912
  ]
1928
1913
  },
1929
1914
  {
1930
- "id": "./src/components/DatePicker/DatePicker.module.scss",
1931
- "name": "./src/components/DatePicker/DatePicker.module.scss",
1915
+ "id": "./src/utils/keyCodes.ts",
1916
+ "name": "./src/utils/keyCodes.ts",
1932
1917
  "reasons": [
1933
1918
  {
1934
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1919
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1935
1920
  },
1936
1921
  {
1937
- "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1922
+ "moduleName": "./src/components/Search/Search.tsx"
1938
1923
  },
1939
1924
  {
1940
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1925
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1941
1926
  },
1942
1927
  {
1943
- "moduleName": "./src/components/DatePicker/helpers.ts"
1944
- }
1945
- ]
1946
- },
1947
- {
1948
- "id": "./src/components/Card/Card.module.scss",
1949
- "name": "./src/components/Card/Card.module.scss",
1950
- "reasons": [
1928
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1929
+ },
1951
1930
  {
1952
- "moduleName": "./src/components/Card/Card.tsx"
1931
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1932
+ },
1933
+ {
1934
+ "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1953
1935
  }
1954
1936
  ]
1955
1937
  },
1956
1938
  {
1957
- "id": "./date-fns",
1958
- "name": "./date-fns",
1939
+ "id": "./src/components/ActionMenu/ActionMenu.module.scss",
1940
+ "name": "./src/components/ActionMenu/ActionMenu.module.scss",
1959
1941
  "reasons": [
1960
1942
  {
1961
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1962
- },
1963
- {
1964
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1965
- },
1966
- {
1967
- "moduleName": "./src/components/DatePicker/helpers.ts"
1943
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1968
1944
  }
1969
1945
  ]
1970
1946
  },
1971
1947
  {
1972
- "id": "./src/components/DatePicker/hooks.ts",
1973
- "name": "./src/components/DatePicker/hooks.ts",
1948
+ "id": "./src/components/Loader/Loader.module.scss",
1949
+ "name": "./src/components/Loader/Loader.module.scss",
1974
1950
  "reasons": [
1975
1951
  {
1976
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1952
+ "moduleName": "./src/components/Loader/Loader.tsx"
1977
1953
  }
1978
1954
  ]
1979
1955
  },
1980
1956
  {
1981
- "id": "./src/components/DatePicker/types.ts",
1982
- "name": "./src/components/DatePicker/types.ts",
1957
+ "id": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1958
+ "name": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1983
1959
  "reasons": [
1984
1960
  {
1985
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1986
- },
1987
- {
1988
- "moduleName": "./src/components/DatePicker/hooks.ts"
1961
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1989
1962
  }
1990
1963
  ]
1991
1964
  },
1992
1965
  {
1993
- "id": "./src/components/FieldError/FieldError.module.scss",
1994
- "name": "./src/components/FieldError/FieldError.module.scss",
1966
+ "id": "./src/components/Popover/Popover.module.scss",
1967
+ "name": "./src/components/Popover/Popover.module.scss",
1995
1968
  "reasons": [
1996
1969
  {
1997
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1970
+ "moduleName": "./src/components/Popover/Popover.tsx"
1998
1971
  }
1999
1972
  ]
2000
1973
  },
2001
1974
  {
2002
- "id": "./src/utils/noop.ts",
2003
- "name": "./src/utils/noop.ts",
1975
+ "id": "./src/components/FieldDescription/FieldDescription.module.scss",
1976
+ "name": "./src/components/FieldDescription/FieldDescription.module.scss",
2004
1977
  "reasons": [
2005
1978
  {
2006
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1979
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
2007
1980
  }
2008
1981
  ]
2009
1982
  },
2010
1983
  {
2011
- "id": "./src/components/SegmentedControl/SegmentedControl.module.scss",
2012
- "name": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1984
+ "id": "./src/components/Avatar/Avatar.module.scss",
1985
+ "name": "./src/components/Avatar/Avatar.module.scss",
2013
1986
  "reasons": [
2014
1987
  {
2015
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1988
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
2016
1989
  }
2017
1990
  ]
2018
1991
  },
2019
1992
  {
2020
- "id": "./src/components/FieldGroup/FieldGroup.module.scss",
2021
- "name": "./src/components/FieldGroup/FieldGroup.module.scss",
1993
+ "id": "./polished",
1994
+ "name": "./polished",
2022
1995
  "reasons": [
2023
1996
  {
2024
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1997
+ "moduleName": "./src/components/Avatar/Avatar.helpers.ts"
1998
+ },
1999
+ {
2000
+ "moduleName": "./src/components/Tag/Tag.tsx"
2025
2001
  }
2026
2002
  ]
2027
2003
  },
2028
2004
  {
2029
- "id": "./src/components/Checkbox/Checkbox.module.scss",
2030
- "name": "./src/components/Checkbox/Checkbox.module.scss",
2005
+ "id": "./src/components/Badge/Badge.helpers.ts",
2006
+ "name": "./src/components/Badge/Badge.helpers.ts",
2031
2007
  "reasons": [
2032
2008
  {
2033
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
2009
+ "moduleName": "./src/components/Badge/Badge.tsx"
2034
2010
  }
2035
2011
  ]
2036
2012
  },
2037
2013
  {
2038
- "id": "./src/components/FieldDescription/FieldDescription.module.scss",
2039
- "name": "./src/components/FieldDescription/FieldDescription.module.scss",
2014
+ "id": "./src/components/Badge/Badge.module.scss",
2015
+ "name": "./src/components/Badge/Badge.module.scss",
2040
2016
  "reasons": [
2041
2017
  {
2042
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
2018
+ "moduleName": "./src/components/Badge/Badge.tsx"
2043
2019
  }
2044
2020
  ]
2045
2021
  },
2046
2022
  {
2047
- "id": "./src/components/DetailsCard/DetailsCard.module.scss",
2048
- "name": "./src/components/DetailsCard/DetailsCard.module.scss",
2023
+ "id": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
2024
+ "name": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
2049
2025
  "reasons": [
2050
2026
  {
2051
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
2027
+ "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
2052
2028
  }
2053
2029
  ]
2054
2030
  },
2055
2031
  {
2056
- "id": "./src/components/Form/Form.module.scss",
2057
- "name": "./src/components/Form/Form.module.scss",
2032
+ "id": "./src/components/Search/Search.module.scss",
2033
+ "name": "./src/components/Search/Search.module.scss",
2058
2034
  "reasons": [
2059
2035
  {
2060
- "moduleName": "./src/components/Form/Form.tsx"
2036
+ "moduleName": "./src/components/Search/Search.tsx"
2061
2037
  }
2062
2038
  ]
2063
2039
  },
2064
2040
  {
2065
- "id": "./src/components/Link/Link.module.scss",
2066
- "name": "./src/components/Link/Link.module.scss",
2041
+ "id": "./react-dom",
2042
+ "name": "./react-dom",
2067
2043
  "reasons": [
2068
2044
  {
2069
- "moduleName": "./src/components/Link/Link.tsx"
2045
+ "moduleName": "./src/components/Picker/Picker.tsx"
2046
+ },
2047
+ {
2048
+ "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
2070
2049
  }
2071
2050
  ]
2072
2051
  },
2073
2052
  {
2074
- "id": "./src/components/FormField/FormField.module.scss",
2075
- "name": "./src/components/FormField/FormField.module.scss",
2053
+ "id": "./src/components/Picker/components/PickerTrigger.tsx",
2054
+ "name": "./src/components/Picker/components/PickerTrigger.tsx",
2076
2055
  "reasons": [
2077
2056
  {
2078
- "moduleName": "./src/components/FormField/FormField.tsx"
2057
+ "moduleName": "./src/components/Picker/Picker.tsx"
2079
2058
  }
2080
2059
  ]
2081
2060
  },
2082
2061
  {
2083
- "id": "./src/components/Icon/Icon.module.scss",
2084
- "name": "./src/components/Icon/Icon.module.scss",
2062
+ "id": "./src/components/Picker/components/PickerTriggerBody.tsx",
2063
+ "name": "./src/components/Picker/components/PickerTriggerBody.tsx",
2085
2064
  "reasons": [
2086
2065
  {
2087
- "moduleName": "./src/components/Icon/Icon.tsx"
2066
+ "moduleName": "./src/components/Picker/Picker.tsx"
2088
2067
  }
2089
2068
  ]
2090
2069
  },
2091
2070
  {
2092
- "id": "./src/components/Modal/Modal.module.scss",
2093
- "name": "./src/components/Modal/Modal.module.scss",
2071
+ "id": "./src/components/Picker/constants.ts",
2072
+ "name": "./src/components/Picker/constants.ts",
2094
2073
  "reasons": [
2095
2074
  {
2096
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
2075
+ "moduleName": "./src/components/Picker/Picker.tsx"
2097
2076
  },
2098
2077
  {
2099
- "moduleName": "./src/components/Modal/Modal.tsx"
2078
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
2100
2079
  },
2101
2080
  {
2102
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
2081
+ "moduleName": "./src/components/Picker/helpers.ts"
2082
+ },
2083
+ {
2084
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2103
2085
  }
2104
2086
  ]
2105
2087
  },
2106
2088
  {
2107
- "id": "./src/components/Input/Input.module.scss",
2108
- "name": "./src/components/Input/Input.module.scss",
2089
+ "id": "./src/components/Picker/helpers.ts",
2090
+ "name": "./src/components/Picker/helpers.ts",
2109
2091
  "reasons": [
2110
2092
  {
2111
- "moduleName": "./src/components/Input/Input.tsx"
2093
+ "moduleName": "./src/components/Picker/Picker.tsx"
2094
+ },
2095
+ {
2096
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
2112
2097
  }
2113
2098
  ]
2114
2099
  },
2115
2100
  {
2116
- "id": "./react-dom",
2117
- "name": "./react-dom",
2101
+ "id": "./src/components/Picker/Picker.module.scss",
2102
+ "name": "./src/components/Picker/Picker.module.scss",
2118
2103
  "reasons": [
2119
2104
  {
2120
- "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
2105
+ "moduleName": "./src/components/Picker/Picker.tsx"
2121
2106
  }
2122
2107
  ]
2123
2108
  },
2124
2109
  {
2125
- "id": "./@emotion/css",
2126
- "name": "./@emotion/css",
2110
+ "id": "./src/components/NumericInput/NumericInput.module.scss",
2111
+ "name": "./src/components/NumericInput/NumericInput.module.scss",
2127
2112
  "reasons": [
2128
2113
  {
2129
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
2114
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
2130
2115
  }
2131
2116
  ]
2132
2117
  },
2133
2118
  {
2134
- "id": "./src/components/Modal/components/ModalHeader.module.scss",
2135
- "name": "./src/components/Modal/components/ModalHeader.module.scss",
2119
+ "id": "./lodash.debounce",
2120
+ "name": "./lodash.debounce",
2136
2121
  "reasons": [
2137
2122
  {
2138
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
2123
+ "moduleName": "./src/components/Alert/Alert.tsx"
2124
+ },
2125
+ {
2126
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
2139
2127
  }
2140
2128
  ]
2141
2129
  },
2142
2130
  {
2143
- "id": "./src/components/NumericInput/NumericInput.module.scss",
2144
- "name": "./src/components/NumericInput/NumericInput.module.scss",
2131
+ "id": "./src/components/Alert/Alert.module.scss",
2132
+ "name": "./src/components/Alert/Alert.module.scss",
2145
2133
  "reasons": [
2146
2134
  {
2147
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
2135
+ "moduleName": "./src/components/Alert/Alert.tsx"
2148
2136
  }
2149
2137
  ]
2150
2138
  },
2151
2139
  {
2152
- "id": "./src/components/Picker/constants.ts",
2153
- "name": "./src/components/Picker/constants.ts",
2140
+ "id": "./react-virtuoso",
2141
+ "name": "./react-virtuoso",
2154
2142
  "reasons": [
2155
2143
  {
2156
- "moduleName": "./src/components/Picker/Picker.tsx"
2157
- },
2158
- {
2159
- "moduleName": "./src/components/Picker/PickerList.tsx"
2144
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
2160
2145
  }
2161
2146
  ]
2162
2147
  },
2163
2148
  {
2164
- "id": "./src/components/Picker/Trigger.tsx",
2165
- "name": "./src/components/Picker/Trigger.tsx",
2149
+ "id": "./src/components/Picker/components/PickerListItem.tsx",
2150
+ "name": "./src/components/Picker/components/PickerListItem.tsx",
2166
2151
  "reasons": [
2167
2152
  {
2168
- "moduleName": "./src/components/Picker/Picker.tsx"
2153
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
2169
2154
  }
2170
2155
  ]
2171
2156
  },
2172
2157
  {
2173
- "id": "./src/components/Picker/TriggerBody.tsx",
2174
- "name": "./src/components/Picker/TriggerBody.tsx",
2158
+ "id": "./src/components/Picker/components/PickerList.module.scss",
2159
+ "name": "./src/components/Picker/components/PickerList.module.scss",
2175
2160
  "reasons": [
2176
2161
  {
2177
- "moduleName": "./src/components/Picker/Picker.tsx"
2162
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
2178
2163
  }
2179
2164
  ]
2180
2165
  },
2181
2166
  {
2182
- "id": "./src/components/Picker/Picker.module.scss",
2183
- "name": "./src/components/Picker/Picker.module.scss",
2167
+ "id": "./src/components/PromoBanner/PromoBanner.module.scss",
2168
+ "name": "./src/components/PromoBanner/PromoBanner.module.scss",
2184
2169
  "reasons": [
2185
2170
  {
2186
- "moduleName": "./src/components/Picker/Picker.tsx"
2171
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
2187
2172
  }
2188
2173
  ]
2189
2174
  },
2190
2175
  {
2191
- "id": "./src/components/Picker/helpers.ts",
2192
- "name": "./src/components/Picker/helpers.ts",
2176
+ "id": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2177
+ "name": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2193
2178
  "reasons": [
2194
2179
  {
2195
- "moduleName": "./src/components/Picker/PickerList.tsx"
2180
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
2196
2181
  }
2197
2182
  ]
2198
2183
  },
2199
2184
  {
2200
- "id": "./src/components/Picker/PickerListItem.tsx",
2201
- "name": "./src/components/Picker/PickerListItem.tsx",
2185
+ "id": "./src/components/Link/Link.module.scss",
2186
+ "name": "./src/components/Link/Link.module.scss",
2202
2187
  "reasons": [
2203
2188
  {
2204
- "moduleName": "./src/components/Picker/PickerList.tsx"
2189
+ "moduleName": "./src/components/Link/Link.tsx"
2205
2190
  }
2206
2191
  ]
2207
2192
  },
2208
2193
  {
2209
- "id": "./src/components/Picker/PickerList.module.scss",
2210
- "name": "./src/components/Picker/PickerList.module.scss",
2194
+ "id": "./src/components/RadioButton/RadioButton.module.scss",
2195
+ "name": "./src/components/RadioButton/RadioButton.module.scss",
2211
2196
  "reasons": [
2212
2197
  {
2213
- "moduleName": "./src/components/Picker/PickerList.tsx"
2214
- },
2215
- {
2216
- "moduleName": "./src/components/Picker/PickerListItem.tsx"
2198
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
2217
2199
  }
2218
2200
  ]
2219
2201
  },
2220
2202
  {
2221
- "id": "./src/components/FormGroup/FormGroup.module.scss",
2222
- "name": "./src/components/FormGroup/FormGroup.module.scss",
2203
+ "id": "./react-day-picker",
2204
+ "name": "./react-day-picker",
2223
2205
  "reasons": [
2224
2206
  {
2225
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
2207
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2226
2208
  }
2227
2209
  ]
2228
2210
  },
2229
2211
  {
2230
- "id": "./src/components/Loader/Loader.module.scss",
2231
- "name": "./src/components/Loader/Loader.module.scss",
2212
+ "id": "./src/components/DatePicker/DatePickerNavbar.tsx",
2213
+ "name": "./src/components/DatePicker/DatePickerNavbar.tsx",
2232
2214
  "reasons": [
2233
2215
  {
2234
- "moduleName": "./src/components/Loader/Loader.tsx"
2216
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2235
2217
  }
2236
2218
  ]
2237
2219
  },
2238
2220
  {
2239
- "id": "./src/components/Popover/Popover.module.scss",
2240
- "name": "./src/components/Popover/Popover.module.scss",
2221
+ "id": "./src/components/DatePicker/helpers.ts",
2222
+ "name": "./src/components/DatePicker/helpers.ts",
2241
2223
  "reasons": [
2242
2224
  {
2243
- "moduleName": "./src/components/Popover/Popover.tsx"
2225
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2226
+ },
2227
+ {
2228
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2229
+ },
2230
+ {
2231
+ "moduleName": "./src/components/DatePicker/hooks.ts"
2244
2232
  }
2245
2233
  ]
2246
2234
  },
2247
2235
  {
2248
- "id": "./src/components/PromoBanner/PromoBanner.module.scss",
2249
- "name": "./src/components/PromoBanner/PromoBanner.module.scss",
2236
+ "id": "./src/components/DatePicker/DatePicker.module.scss",
2237
+ "name": "./src/components/DatePicker/DatePicker.module.scss",
2250
2238
  "reasons": [
2251
2239
  {
2252
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
2240
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2241
+ },
2242
+ {
2243
+ "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
2244
+ },
2245
+ {
2246
+ "moduleName": "./src/components/DatePicker/helpers.ts"
2247
+ },
2248
+ {
2249
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
2253
2250
  }
2254
2251
  ]
2255
2252
  },
2256
2253
  {
2257
- "id": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2258
- "name": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2254
+ "id": "./date-fns",
2255
+ "name": "./date-fns",
2259
2256
  "reasons": [
2260
2257
  {
2261
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
2258
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2259
+ },
2260
+ {
2261
+ "moduleName": "./src/components/DatePicker/helpers.ts"
2262
+ },
2263
+ {
2264
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
2262
2265
  }
2263
2266
  ]
2264
2267
  },
2265
2268
  {
2266
- "id": "./src/components/Search/Search.module.scss",
2267
- "name": "./src/components/Search/Search.module.scss",
2269
+ "id": "./src/components/DatePicker/hooks.ts",
2270
+ "name": "./src/components/DatePicker/hooks.ts",
2268
2271
  "reasons": [
2269
2272
  {
2270
- "moduleName": "./src/components/Search/Search.tsx"
2273
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2271
2274
  }
2272
2275
  ]
2273
2276
  },
2274
2277
  {
2275
- "id": "./src/components/RadioButton/RadioButton.module.scss",
2276
- "name": "./src/components/RadioButton/RadioButton.module.scss",
2278
+ "id": "./src/components/DatePicker/types.ts",
2279
+ "name": "./src/components/DatePicker/types.ts",
2277
2280
  "reasons": [
2278
2281
  {
2279
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
2282
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2283
+ },
2284
+ {
2285
+ "moduleName": "./src/components/DatePicker/hooks.ts"
2280
2286
  }
2281
2287
  ]
2282
2288
  },
2283
2289
  {
2284
- "id": "./src/components/Switch/Switch.module.scss",
2285
- "name": "./src/components/Switch/Switch.module.scss",
2290
+ "id": "./src/components/Modal/Modal.module.scss",
2291
+ "name": "./src/components/Modal/Modal.module.scss",
2286
2292
  "reasons": [
2287
2293
  {
2288
- "moduleName": "./src/components/Switch/Switch.tsx"
2294
+ "moduleName": "./src/components/Modal/Modal.tsx"
2295
+ },
2296
+ {
2297
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
2298
+ },
2299
+ {
2300
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
2289
2301
  }
2290
2302
  ]
2291
2303
  },
2292
2304
  {
2293
- "id": "./src/components/Progress/helpers.ts",
2294
- "name": "./src/components/Progress/helpers.ts",
2305
+ "id": "./src/components/Icon/Icon.module.scss",
2306
+ "name": "./src/components/Icon/Icon.module.scss",
2295
2307
  "reasons": [
2296
2308
  {
2297
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
2298
- },
2299
- {
2300
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
2309
+ "moduleName": "./src/components/Icon/Icon.tsx"
2301
2310
  }
2302
2311
  ]
2303
2312
  },
2304
2313
  {
2305
- "id": "./src/components/Progress/ProgressCircle.module.scss",
2306
- "name": "./src/components/Progress/ProgressCircle.module.scss",
2314
+ "id": "./@emotion/css",
2315
+ "name": "./@emotion/css",
2307
2316
  "reasons": [
2308
2317
  {
2309
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
2318
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
2310
2319
  }
2311
2320
  ]
2312
2321
  },
2313
2322
  {
2314
- "id": "./src/components/Progress/ProgressBar.module.scss",
2315
- "name": "./src/components/Progress/ProgressBar.module.scss",
2323
+ "id": "./src/components/Modal/components/ModalHeader.module.scss",
2324
+ "name": "./src/components/Modal/components/ModalHeader.module.scss",
2316
2325
  "reasons": [
2317
2326
  {
2318
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
2327
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
2319
2328
  }
2320
2329
  ]
2321
2330
  },
2322
2331
  {
2323
- "id": "./src/components/Tab/Tab.module.scss",
2324
- "name": "./src/components/Tab/Tab.module.scss",
2332
+ "id": "./src/components/Switch/Switch.module.scss",
2333
+ "name": "./src/components/Switch/Switch.module.scss",
2325
2334
  "reasons": [
2326
2335
  {
2327
- "moduleName": "./src/components/Tab/Tab.tsx"
2336
+ "moduleName": "./src/components/Switch/Switch.tsx"
2328
2337
  }
2329
2338
  ]
2330
2339
  },
@@ -2359,50 +2368,35 @@
2359
2368
  ]
2360
2369
  },
2361
2370
  {
2362
- "id": "./react-transition-group",
2363
- "name": "./react-transition-group",
2371
+ "id": "./src/components/TagInput/EditableTag.tsx",
2372
+ "name": "./src/components/TagInput/EditableTag.tsx",
2364
2373
  "reasons": [
2365
2374
  {
2366
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
2367
- },
2368
- {
2369
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
2375
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
2370
2376
  }
2371
2377
  ]
2372
2378
  },
2373
2379
  {
2374
- "id": "./src/components/Tooltip/components/Simple.tsx",
2375
- "name": "./src/components/Tooltip/components/Simple.tsx",
2380
+ "id": "./src/components/TagInput/TagInput.module.scss",
2381
+ "name": "./src/components/TagInput/TagInput.module.scss",
2376
2382
  "reasons": [
2377
2383
  {
2378
- "moduleName": "./src/components/Tooltip/components/index.ts"
2379
- }
2380
- ]
2381
- },
2382
- {
2383
- "id": "./src/components/Tooltip/components/Info.tsx",
2384
- "name": "./src/components/Tooltip/components/Info.tsx",
2385
- "reasons": [
2384
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
2385
+ },
2386
2386
  {
2387
- "moduleName": "./src/components/Tooltip/components/index.ts"
2387
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
2388
2388
  }
2389
2389
  ]
2390
2390
  },
2391
2391
  {
2392
- "id": "./src/components/Tooltip/components/Interactive.tsx",
2393
- "name": "./src/components/Tooltip/components/Interactive.tsx",
2392
+ "id": "./react-transition-group",
2393
+ "name": "./react-transition-group",
2394
2394
  "reasons": [
2395
2395
  {
2396
- "moduleName": "./src/components/Tooltip/components/index.ts"
2397
- }
2398
- ]
2399
- },
2400
- {
2401
- "id": "./src/components/Tooltip/components/Reports.tsx",
2402
- "name": "./src/components/Tooltip/components/Reports.tsx",
2403
- "reasons": [
2396
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
2397
+ },
2404
2398
  {
2405
- "moduleName": "./src/components/Tooltip/components/index.ts"
2399
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
2406
2400
  }
2407
2401
  ]
2408
2402
  },
@@ -2432,13 +2426,13 @@
2432
2426
  "moduleName": "./src/components/Tooltip/components/Info.tsx"
2433
2427
  },
2434
2428
  {
2435
- "moduleName": "./src/components/Tooltip/components/Reports.tsx"
2429
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2436
2430
  },
2437
2431
  {
2438
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2432
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
2439
2433
  },
2440
2434
  {
2441
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2435
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2442
2436
  },
2443
2437
  {
2444
2438
  "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
@@ -2446,32 +2440,56 @@
2446
2440
  ]
2447
2441
  },
2448
2442
  {
2449
- "id": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
2450
- "name": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
2443
+ "id": "./src/components/Tooltip/components/Simple.tsx",
2444
+ "name": "./src/components/Tooltip/components/Simple.tsx",
2451
2445
  "reasons": [
2452
2446
  {
2453
- "moduleName": "./src/components/Tooltip/components/UserGuide/index.ts"
2447
+ "moduleName": "./src/components/Tooltip/components/index.ts"
2454
2448
  }
2455
2449
  ]
2456
2450
  },
2457
2451
  {
2458
- "id": "./src/components/TagInput/EditableTag.tsx",
2459
- "name": "./src/components/TagInput/EditableTag.tsx",
2452
+ "id": "./src/components/Tooltip/components/Info.tsx",
2453
+ "name": "./src/components/Tooltip/components/Info.tsx",
2460
2454
  "reasons": [
2461
2455
  {
2462
- "moduleName": "./src/components/TagInput/TagInput.tsx"
2456
+ "moduleName": "./src/components/Tooltip/components/index.ts"
2463
2457
  }
2464
2458
  ]
2465
2459
  },
2466
2460
  {
2467
- "id": "./src/components/TagInput/TagInput.module.scss",
2468
- "name": "./src/components/TagInput/TagInput.module.scss",
2461
+ "id": "./src/components/Tooltip/components/Interactive.tsx",
2462
+ "name": "./src/components/Tooltip/components/Interactive.tsx",
2469
2463
  "reasons": [
2470
2464
  {
2471
- "moduleName": "./src/components/TagInput/TagInput.tsx"
2472
- },
2465
+ "moduleName": "./src/components/Tooltip/components/index.ts"
2466
+ }
2467
+ ]
2468
+ },
2469
+ {
2470
+ "id": "./src/components/Tooltip/components/Reports.tsx",
2471
+ "name": "./src/components/Tooltip/components/Reports.tsx",
2472
+ "reasons": [
2473
2473
  {
2474
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
2474
+ "moduleName": "./src/components/Tooltip/components/index.ts"
2475
+ }
2476
+ ]
2477
+ },
2478
+ {
2479
+ "id": "./src/components/Tab/Tab.module.scss",
2480
+ "name": "./src/components/Tab/Tab.module.scss",
2481
+ "reasons": [
2482
+ {
2483
+ "moduleName": "./src/components/Tab/Tab.tsx"
2484
+ }
2485
+ ]
2486
+ },
2487
+ {
2488
+ "id": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
2489
+ "name": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
2490
+ "reasons": [
2491
+ {
2492
+ "moduleName": "./src/components/Tooltip/components/UserGuide/index.ts"
2475
2493
  }
2476
2494
  ]
2477
2495
  },
@@ -2527,44 +2545,53 @@
2527
2545
  ]
2528
2546
  },
2529
2547
  {
2530
- "id": "./src/components/Picker/TriggerBody.module.scss",
2531
- "name": "./src/components/Picker/TriggerBody.module.scss",
2548
+ "id": "./src/components/Progress/constants.ts",
2549
+ "name": "./src/components/Progress/constants.ts",
2532
2550
  "reasons": [
2533
2551
  {
2534
- "moduleName": "./src/components/Picker/TriggerBody.tsx"
2552
+ "moduleName": "./src/components/Progress/helpers.ts"
2535
2553
  }
2536
2554
  ]
2537
2555
  },
2538
2556
  {
2539
- "id": "./src/components/Picker/Trigger.module.scss",
2540
- "name": "./src/components/Picker/Trigger.module.scss",
2557
+ "id": "./src/components/Picker/components/PickerTrigger.module.scss",
2558
+ "name": "./src/components/Picker/components/PickerTrigger.module.scss",
2541
2559
  "reasons": [
2542
2560
  {
2543
- "moduleName": "./src/components/Picker/Trigger.tsx"
2561
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
2544
2562
  }
2545
2563
  ]
2546
2564
  },
2547
2565
  {
2548
- "id": "./src/components/Progress/constants.ts",
2549
- "name": "./src/components/Progress/constants.ts",
2566
+ "id": "./src/components/Picker/components/PickerTriggerBody.module.scss",
2567
+ "name": "./src/components/Picker/components/PickerTriggerBody.module.scss",
2550
2568
  "reasons": [
2551
2569
  {
2552
- "moduleName": "./src/components/Progress/helpers.ts"
2570
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
2553
2571
  }
2554
2572
  ]
2555
2573
  },
2556
2574
  {
2557
- "id": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2558
- "name": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2575
+ "id": "./src/components/Picker/components/PickerListItem.module.scss",
2576
+ "name": "./src/components/Picker/components/PickerListItem.module.scss",
2559
2577
  "reasons": [
2560
2578
  {
2561
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2579
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2562
2580
  }
2563
2581
  ]
2564
2582
  },
2565
2583
  {
2566
- "id": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2567
- "name": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2584
+ "id": "./src/components/TagInput/EditableTagContent.tsx",
2585
+ "name": "./src/components/TagInput/EditableTagContent.tsx",
2586
+ "reasons": [
2587
+ {
2588
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
2589
+ }
2590
+ ]
2591
+ },
2592
+ {
2593
+ "id": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2594
+ "name": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2568
2595
  "reasons": [
2569
2596
  {
2570
2597
  "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
@@ -2572,11 +2599,11 @@
2572
2599
  ]
2573
2600
  },
2574
2601
  {
2575
- "id": "./src/components/TagInput/EditableTagContent.tsx",
2576
- "name": "./src/components/TagInput/EditableTagContent.tsx",
2602
+ "id": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2603
+ "name": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2577
2604
  "reasons": [
2578
2605
  {
2579
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
2606
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2580
2607
  }
2581
2608
  ]
2582
2609
  },