@livechat/design-system-react-components 1.16.5 → 1.16.7

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 (64) hide show
  1. package/README.md +82 -0
  2. package/dist/components/Icon/IconsShowcase/IconsShowcase.d.ts +11 -0
  3. package/dist/components/Icon/IconsShowcase/constans.d.ts +2 -0
  4. package/dist/components/Icon/IconsShowcase/helpers.d.ts +2 -0
  5. package/dist/components/Icon/IconsShowcase/types.d.ts +9 -0
  6. package/dist/components/Picker/helpers.d.ts +1 -0
  7. package/dist/components/Picker/hooks/useFloatingPicker.d.ts +33 -0
  8. package/dist/components/Picker/hooks/usePickerItems.d.ts +20 -0
  9. package/dist/components/Picker/types.d.ts +17 -1
  10. package/dist/components/Typography/Display.d.ts +3 -1
  11. package/dist/components/Typography/Heading.d.ts +7 -3
  12. package/dist/components/Typography/Text.d.ts +13 -3
  13. package/dist/components/Typography/index.d.ts +1 -0
  14. package/dist/components/Typography/types.d.ts +3 -0
  15. package/dist/dsrc.cjs.js +1 -1
  16. package/dist/dsrc.es.js +1793 -1655
  17. package/dist/{themes → foundations}/design-token.d.ts +2 -0
  18. package/dist/foundations/radius-token.d.ts +6 -0
  19. package/dist/foundations/shadow-token.d.ts +1 -0
  20. package/dist/foundations/spacing-token.d.ts +4 -0
  21. package/dist/foundations/transition-token.d.ts +3 -0
  22. package/dist/index.d.ts +1 -1
  23. package/dist/preview-stats.json +621 -558
  24. package/dist/stories/components/Table/Table.d.ts +13 -0
  25. package/dist/stories/foundations/Color/ColorTable.d.ts +7 -0
  26. package/dist/stories/foundations/Color/constants.d.ts +2 -0
  27. package/dist/stories/foundations/Color/data.d.ts +7 -0
  28. package/dist/stories/foundations/Color/helpers.d.ts +2 -0
  29. package/dist/stories/foundations/Color/types.d.ts +43 -0
  30. package/dist/stories/foundations/Radius/RadiusTable.d.ts +7 -0
  31. package/dist/stories/foundations/Radius/constants.d.ts +2 -0
  32. package/dist/stories/foundations/Radius/types.d.ts +8 -0
  33. package/dist/stories/foundations/Shadow/ShadowTable.d.ts +7 -0
  34. package/dist/stories/foundations/Shadow/constants.d.ts +2 -0
  35. package/dist/stories/foundations/Shadow/types.d.ts +6 -0
  36. package/dist/stories/foundations/Spacing/SpacingTable.d.ts +7 -0
  37. package/dist/stories/foundations/Spacing/constants.d.ts +2 -0
  38. package/dist/stories/foundations/Spacing/types.d.ts +7 -0
  39. package/dist/stories/foundations/Transition/TransitionTable.d.ts +7 -0
  40. package/dist/stories/foundations/Transition/components/TransitionDelayExample.d.ts +2 -0
  41. package/dist/stories/foundations/Transition/components/TransitionDurationExample.d.ts +2 -0
  42. package/dist/stories/foundations/Transition/components/TransitionTimingExample.d.ts +2 -0
  43. package/dist/stories/foundations/Transition/constants.d.ts +4 -0
  44. package/dist/stories/foundations/Transition/types.d.ts +16 -0
  45. package/dist/stories/foundations/Typography/components/DisplayExamples.d.ts +2 -0
  46. package/dist/stories/foundations/Typography/components/HeadingExamples.d.ts +2 -0
  47. package/dist/stories/foundations/Typography/components/TextExamples.d.ts +2 -0
  48. package/dist/stories/helpers.d.ts +6 -0
  49. package/dist/style.css +1 -1
  50. package/package.json +3 -3
  51. package/dist/docs/components/ColorTokens.d.ts +0 -2
  52. package/dist/docs/components/Icons/TablerIconsShowcase.d.ts +0 -6
  53. package/dist/docs/components/Radius/Radius.d.ts +0 -2
  54. package/dist/docs/components/Radius/RadiusExamples.d.ts +0 -2
  55. package/dist/docs/components/Shadow/Shadow.d.ts +0 -2
  56. package/dist/docs/components/Shadow/ShadowExamples.d.ts +0 -2
  57. package/dist/docs/components/Spacing/Spacing.d.ts +0 -2
  58. package/dist/docs/components/Spacing/SpacingExamples.d.ts +0 -2
  59. package/dist/docs/components/Transition/TransitionTable.d.ts +0 -10
  60. package/dist/docs/components/Transition/transitionDelay.d.ts +0 -6
  61. package/dist/docs/components/Transition/transitionDuration.d.ts +0 -5
  62. package/dist/docs/components/Transition/transitionTiming.d.ts +0 -5
  63. /package/dist/{docs → stories}/components/BlockColumns/BlockColumns.d.ts +0 -0
  64. /package/dist/{docs → stories}/components/StoryDescriptor.d.ts +0 -0
@@ -10,8 +10,8 @@
10
10
  ]
11
11
  },
12
12
  {
13
- "id": "./src/themes/design-token.ts",
14
- "name": "./src/themes/design-token.ts",
13
+ "id": "./src/foundations/design-token.ts",
14
+ "name": "./src/foundations/design-token.ts",
15
15
  "reasons": [
16
16
  {
17
17
  "moduleName": "./src/index.ts"
@@ -124,20 +124,20 @@
124
124
  {
125
125
  "moduleName": "./src/index.ts"
126
126
  },
127
- {
128
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
129
- },
130
127
  {
131
128
  "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
132
129
  },
133
130
  {
134
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
131
+ "moduleName": "./src/components/Alert/Alert.tsx"
135
132
  },
136
133
  {
137
134
  "moduleName": "./src/components/Card/Card.tsx"
138
135
  },
139
136
  {
140
- "moduleName": "./src/components/Alert/Alert.tsx"
137
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
138
+ },
139
+ {
140
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
141
141
  },
142
142
  {
143
143
  "moduleName": "./src/components/Input/Input.tsx"
@@ -304,9 +304,6 @@
304
304
  {
305
305
  "moduleName": "./src/index.ts"
306
306
  },
307
- {
308
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
309
- },
310
307
  {
311
308
  "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
312
309
  },
@@ -314,7 +311,7 @@
314
311
  "moduleName": "./src/components/Avatar/Avatar.tsx"
315
312
  },
316
313
  {
317
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
314
+ "moduleName": "./src/components/Alert/Alert.tsx"
318
315
  },
319
316
  {
320
317
  "moduleName": "./src/components/FieldError/FieldError.tsx"
@@ -323,19 +320,22 @@
323
320
  "moduleName": "./src/components/Card/Card.tsx"
324
321
  },
325
322
  {
326
- "moduleName": "./src/components/Alert/Alert.tsx"
323
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
324
+ },
325
+ {
326
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
327
327
  },
328
328
  {
329
329
  "moduleName": "./src/components/Input/Input.tsx"
330
330
  },
331
331
  {
332
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
332
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
333
333
  },
334
334
  {
335
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
335
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
336
336
  },
337
337
  {
338
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
338
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
339
339
  },
340
340
  {
341
341
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
@@ -359,19 +359,19 @@
359
359
  "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
360
360
  },
361
361
  {
362
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
362
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
363
363
  },
364
364
  {
365
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
365
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
366
366
  },
367
367
  {
368
368
  "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
369
369
  },
370
370
  {
371
- "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
371
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
372
372
  },
373
373
  {
374
- "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
374
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
375
375
  },
376
376
  {
377
377
  "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
@@ -578,13 +578,16 @@
578
578
  "moduleName": "./src/index.ts"
579
579
  },
580
580
  {
581
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
581
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
582
582
  },
583
583
  {
584
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
584
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
585
585
  },
586
586
  {
587
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
587
+ "moduleName": "./src/components/Alert/Alert.tsx"
588
+ },
589
+ {
590
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
588
591
  },
589
592
  {
590
593
  "moduleName": "./src/components/FieldError/FieldError.tsx"
@@ -592,6 +595,12 @@
592
595
  {
593
596
  "moduleName": "./src/components/Card/Card.tsx"
594
597
  },
598
+ {
599
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
600
+ },
601
+ {
602
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
603
+ },
595
604
  {
596
605
  "moduleName": "./src/components/FormField/FormField.tsx"
597
606
  },
@@ -599,49 +608,70 @@
599
608
  "moduleName": "./src/components/Form/Form.tsx"
600
609
  },
601
610
  {
602
- "moduleName": "./src/components/Alert/Alert.tsx"
611
+ "moduleName": "./src/components/Input/Input.tsx"
603
612
  },
604
613
  {
605
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
614
+ "moduleName": "./src/components/Modal/Modal.tsx"
606
615
  },
607
616
  {
608
- "moduleName": "./src/components/Modal/Modal.tsx"
617
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
609
618
  },
610
619
  {
611
620
  "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
612
621
  },
613
622
  {
614
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
623
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
615
624
  },
616
625
  {
617
626
  "moduleName": "./src/components/Loader/Loader.tsx"
618
627
  },
619
628
  {
620
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
629
+ "moduleName": "./src/components/Popover/Popover.tsx"
621
630
  },
622
631
  {
623
632
  "moduleName": "./src/components/RadioButton/RadioButton.tsx"
624
633
  },
625
634
  {
626
- "moduleName": "./src/components/Tab/Tab.tsx"
635
+ "moduleName": "./src/components/Search/Search.tsx"
627
636
  },
628
637
  {
629
- "moduleName": "./src/components/Popover/Popover.tsx"
638
+ "moduleName": "./src/components/Tab/Tab.tsx"
630
639
  },
631
640
  {
632
641
  "moduleName": "./src/components/Tag/Tag.tsx"
633
642
  },
643
+ {
644
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
645
+ },
634
646
  {
635
647
  "moduleName": "./src/components/Toast/Toast.tsx"
636
648
  },
649
+ {
650
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
651
+ },
637
652
  {
638
653
  "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
639
654
  },
640
655
  {
641
656
  "moduleName": "./src/components/UploadBar/UploadBar.tsx"
642
657
  },
658
+ {
659
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
660
+ },
661
+ {
662
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
663
+ },
664
+ {
665
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
666
+ },
667
+ {
668
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
669
+ },
643
670
  {
644
671
  "moduleName": "./src/components/Tooltip/components/Reports.tsx"
672
+ },
673
+ {
674
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
645
675
  }
646
676
  ]
647
677
  },
@@ -676,20 +706,23 @@
676
706
  ]
677
707
  },
678
708
  {
679
- "id": "./src/components/Badge/Badge.tsx",
680
- "name": "./src/components/Badge/Badge.tsx",
709
+ "id": "./src/components/Avatar/Avatar.tsx",
710
+ "name": "./src/components/Avatar/Avatar.tsx",
681
711
  "reasons": [
682
712
  {
683
- "moduleName": "./src/components/Badge/index.ts"
713
+ "moduleName": "./src/components/Avatar/index.ts"
684
714
  }
685
715
  ]
686
716
  },
687
717
  {
688
- "id": "./src/components/Checkbox/Checkbox.tsx",
689
- "name": "./src/components/Checkbox/Checkbox.tsx",
718
+ "id": "./src/components/Avatar/Avatar.helpers.ts",
719
+ "name": "./src/components/Avatar/Avatar.helpers.ts",
690
720
  "reasons": [
691
721
  {
692
- "moduleName": "./src/components/Checkbox/index.ts"
722
+ "moduleName": "./src/components/Avatar/index.ts"
723
+ },
724
+ {
725
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
693
726
  }
694
727
  ]
695
728
  },
@@ -703,59 +736,65 @@
703
736
  ]
704
737
  },
705
738
  {
706
- "id": "./src/components/ActionBar/ActionBar.tsx",
707
- "name": "./src/components/ActionBar/ActionBar.tsx",
739
+ "id": "./src/components/Button/Button.tsx",
740
+ "name": "./src/components/Button/Button.tsx",
708
741
  "reasons": [
709
742
  {
710
- "moduleName": "./src/components/ActionBar/index.ts"
743
+ "moduleName": "./src/components/Button/index.ts"
711
744
  }
712
745
  ]
713
746
  },
714
747
  {
715
- "id": "./src/components/Avatar/Avatar.tsx",
716
- "name": "./src/components/Avatar/Avatar.tsx",
748
+ "id": "./src/components/Alert/Alert.tsx",
749
+ "name": "./src/components/Alert/Alert.tsx",
717
750
  "reasons": [
718
751
  {
719
- "moduleName": "./src/components/Avatar/index.ts"
752
+ "moduleName": "./src/components/Alert/index.ts"
720
753
  }
721
754
  ]
722
755
  },
723
756
  {
724
- "id": "./src/components/Avatar/Avatar.helpers.ts",
725
- "name": "./src/components/Avatar/Avatar.helpers.ts",
757
+ "id": "./src/components/Badge/Badge.tsx",
758
+ "name": "./src/components/Badge/Badge.tsx",
726
759
  "reasons": [
727
760
  {
728
- "moduleName": "./src/components/Avatar/index.ts"
729
- },
761
+ "moduleName": "./src/components/Badge/index.ts"
762
+ }
763
+ ]
764
+ },
765
+ {
766
+ "id": "./src/components/Checkbox/Checkbox.tsx",
767
+ "name": "./src/components/Checkbox/Checkbox.tsx",
768
+ "reasons": [
730
769
  {
731
- "moduleName": "./src/components/Avatar/Avatar.tsx"
770
+ "moduleName": "./src/components/Checkbox/index.ts"
732
771
  }
733
772
  ]
734
773
  },
735
774
  {
736
- "id": "./src/components/Button/Button.tsx",
737
- "name": "./src/components/Button/Button.tsx",
775
+ "id": "./src/components/FieldError/FieldError.tsx",
776
+ "name": "./src/components/FieldError/FieldError.tsx",
738
777
  "reasons": [
739
778
  {
740
- "moduleName": "./src/components/Button/index.ts"
779
+ "moduleName": "./src/components/FieldError/index.ts"
741
780
  }
742
781
  ]
743
782
  },
744
783
  {
745
- "id": "./src/components/FieldGroup/FieldGroup.tsx",
746
- "name": "./src/components/FieldGroup/FieldGroup.tsx",
784
+ "id": "./src/components/FieldDescription/FieldDescription.tsx",
785
+ "name": "./src/components/FieldDescription/FieldDescription.tsx",
747
786
  "reasons": [
748
787
  {
749
- "moduleName": "./src/components/FieldGroup/index.ts"
788
+ "moduleName": "./src/components/FieldDescription/index.ts"
750
789
  }
751
790
  ]
752
791
  },
753
792
  {
754
- "id": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
755
- "name": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
793
+ "id": "./src/components/Card/Card.tsx",
794
+ "name": "./src/components/Card/Card.tsx",
756
795
  "reasons": [
757
796
  {
758
- "moduleName": "./src/components/DetailsCardInfo/index.ts"
797
+ "moduleName": "./src/components/Card/index.ts"
759
798
  }
760
799
  ]
761
800
  },
@@ -778,62 +817,62 @@
778
817
  ]
779
818
  },
780
819
  {
781
- "id": "./src/components/FieldError/FieldError.tsx",
782
- "name": "./src/components/FieldError/FieldError.tsx",
820
+ "id": "./src/components/FormField/FormField.tsx",
821
+ "name": "./src/components/FormField/FormField.tsx",
783
822
  "reasons": [
784
823
  {
785
- "moduleName": "./src/components/FieldError/index.ts"
824
+ "moduleName": "./src/components/FormField/index.ts"
786
825
  }
787
826
  ]
788
827
  },
789
828
  {
790
- "id": "./src/components/SegmentedControl/SegmentedControl.tsx",
791
- "name": "./src/components/SegmentedControl/SegmentedControl.tsx",
829
+ "id": "./src/components/FieldGroup/FieldGroup.tsx",
830
+ "name": "./src/components/FieldGroup/FieldGroup.tsx",
792
831
  "reasons": [
793
832
  {
794
- "moduleName": "./src/components/SegmentedControl/index.ts"
833
+ "moduleName": "./src/components/FieldGroup/index.ts"
795
834
  }
796
835
  ]
797
836
  },
798
837
  {
799
- "id": "./src/utils/getDesignTokenWithOpacity.ts",
800
- "name": "./src/utils/getDesignTokenWithOpacity.ts",
838
+ "id": "./src/components/Icon/Icon.tsx",
839
+ "name": "./src/components/Icon/Icon.tsx",
801
840
  "reasons": [
802
841
  {
803
- "moduleName": "./src/utils/index.ts"
842
+ "moduleName": "./src/components/Icon/index.ts"
804
843
  }
805
844
  ]
806
845
  },
807
846
  {
808
- "id": "./src/components/Card/Card.tsx",
809
- "name": "./src/components/Card/Card.tsx",
847
+ "id": "./src/components/ActionBar/ActionBar.tsx",
848
+ "name": "./src/components/ActionBar/ActionBar.tsx",
810
849
  "reasons": [
811
850
  {
812
- "moduleName": "./src/components/Card/index.ts"
851
+ "moduleName": "./src/components/ActionBar/index.ts"
813
852
  }
814
853
  ]
815
854
  },
816
855
  {
817
- "id": "./src/components/FormField/FormField.tsx",
818
- "name": "./src/components/FormField/FormField.tsx",
856
+ "id": "./src/components/DatePicker/DatePicker.tsx",
857
+ "name": "./src/components/DatePicker/DatePicker.tsx",
819
858
  "reasons": [
820
859
  {
821
- "moduleName": "./src/components/FormField/index.ts"
860
+ "moduleName": "./src/components/DatePicker/index.ts"
822
861
  }
823
862
  ]
824
863
  },
825
864
  {
826
- "id": "./src/components/Form/Form.tsx",
827
- "name": "./src/components/Form/Form.tsx",
865
+ "id": "./src/components/DatePicker/RangeDatePicker.tsx",
866
+ "name": "./src/components/DatePicker/RangeDatePicker.tsx",
828
867
  "reasons": [
829
868
  {
830
- "moduleName": "./src/components/Form/index.ts"
869
+ "moduleName": "./src/components/DatePicker/index.ts"
831
870
  }
832
871
  ]
833
872
  },
834
873
  {
835
- "id": "./src/components/DatePicker/DatePicker.tsx",
836
- "name": "./src/components/DatePicker/DatePicker.tsx",
874
+ "id": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
875
+ "name": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
837
876
  "reasons": [
838
877
  {
839
878
  "moduleName": "./src/components/DatePicker/index.ts"
@@ -841,38 +880,38 @@
841
880
  ]
842
881
  },
843
882
  {
844
- "id": "./src/components/DatePicker/RangeDatePicker.tsx",
845
- "name": "./src/components/DatePicker/RangeDatePicker.tsx",
883
+ "id": "./src/utils/getDesignTokenWithOpacity.ts",
884
+ "name": "./src/utils/getDesignTokenWithOpacity.ts",
846
885
  "reasons": [
847
886
  {
848
- "moduleName": "./src/components/DatePicker/index.ts"
887
+ "moduleName": "./src/utils/index.ts"
849
888
  }
850
889
  ]
851
890
  },
852
891
  {
853
- "id": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
854
- "name": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
892
+ "id": "./src/components/Form/Form.tsx",
893
+ "name": "./src/components/Form/Form.tsx",
855
894
  "reasons": [
856
895
  {
857
- "moduleName": "./src/components/DatePicker/index.ts"
896
+ "moduleName": "./src/components/Form/index.ts"
858
897
  }
859
898
  ]
860
899
  },
861
900
  {
862
- "id": "./src/components/Alert/Alert.tsx",
863
- "name": "./src/components/Alert/Alert.tsx",
901
+ "id": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
902
+ "name": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
864
903
  "reasons": [
865
904
  {
866
- "moduleName": "./src/components/Alert/index.ts"
905
+ "moduleName": "./src/components/DetailsCardInfo/index.ts"
867
906
  }
868
907
  ]
869
908
  },
870
909
  {
871
- "id": "./src/components/FormGroup/FormGroup.tsx",
872
- "name": "./src/components/FormGroup/FormGroup.tsx",
910
+ "id": "./src/components/SegmentedControl/SegmentedControl.tsx",
911
+ "name": "./src/components/SegmentedControl/SegmentedControl.tsx",
873
912
  "reasons": [
874
913
  {
875
- "moduleName": "./src/components/FormGroup/index.ts"
914
+ "moduleName": "./src/components/SegmentedControl/index.ts"
876
915
  }
877
916
  ]
878
917
  },
@@ -885,6 +924,33 @@
885
924
  }
886
925
  ]
887
926
  },
927
+ {
928
+ "id": "./src/components/NumericInput/NumericInput.tsx",
929
+ "name": "./src/components/NumericInput/NumericInput.tsx",
930
+ "reasons": [
931
+ {
932
+ "moduleName": "./src/components/NumericInput/index.ts"
933
+ }
934
+ ]
935
+ },
936
+ {
937
+ "id": "./src/components/Link/Link.tsx",
938
+ "name": "./src/components/Link/Link.tsx",
939
+ "reasons": [
940
+ {
941
+ "moduleName": "./src/components/Link/index.ts"
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "id": "./src/components/FormGroup/FormGroup.tsx",
947
+ "name": "./src/components/FormGroup/FormGroup.tsx",
948
+ "reasons": [
949
+ {
950
+ "moduleName": "./src/components/FormGroup/index.ts"
951
+ }
952
+ ]
953
+ },
888
954
  {
889
955
  "id": "./src/components/Modal/Modal.tsx",
890
956
  "name": "./src/components/Modal/Modal.tsx",
@@ -937,56 +1003,41 @@
937
1003
  ]
938
1004
  },
939
1005
  {
940
- "id": "./src/components/FieldDescription/FieldDescription.tsx",
941
- "name": "./src/components/FieldDescription/FieldDescription.tsx",
1006
+ "id": "./src/components/PromoBanner/PromoBanner.tsx",
1007
+ "name": "./src/components/PromoBanner/PromoBanner.tsx",
942
1008
  "reasons": [
943
1009
  {
944
- "moduleName": "./src/components/FieldDescription/index.ts"
1010
+ "moduleName": "./src/components/PromoBanner/index.ts"
945
1011
  }
946
1012
  ]
947
1013
  },
948
1014
  {
949
- "id": "./src/components/Link/Link.tsx",
950
- "name": "./src/components/Link/Link.tsx",
1015
+ "id": "./src/components/Picker/Picker.tsx",
1016
+ "name": "./src/components/Picker/Picker.tsx",
951
1017
  "reasons": [
952
1018
  {
953
- "moduleName": "./src/components/Link/index.ts"
1019
+ "moduleName": "./src/components/Picker/index.ts"
954
1020
  }
955
1021
  ]
956
1022
  },
957
1023
  {
958
- "id": "./src/components/Loader/Loader.tsx",
959
- "name": "./src/components/Loader/Loader.tsx",
1024
+ "id": "./src/components/Picker/components/PickerList.tsx",
1025
+ "name": "./src/components/Picker/components/PickerList.tsx",
960
1026
  "reasons": [
961
1027
  {
962
- "moduleName": "./src/components/Loader/index.ts"
963
- }
964
- ]
965
- },
966
- {
967
- "id": "./src/components/NumericInput/NumericInput.tsx",
968
- "name": "./src/components/NumericInput/NumericInput.tsx",
969
- "reasons": [
970
- {
971
- "moduleName": "./src/components/NumericInput/index.ts"
972
- }
973
- ]
974
- },
975
- {
976
- "id": "./src/components/Icon/Icon.tsx",
977
- "name": "./src/components/Icon/Icon.tsx",
978
- "reasons": [
1028
+ "moduleName": "./src/components/Picker/index.ts"
1029
+ },
979
1030
  {
980
- "moduleName": "./src/components/Icon/index.ts"
1031
+ "moduleName": "./src/components/Picker/Picker.tsx"
981
1032
  }
982
1033
  ]
983
1034
  },
984
1035
  {
985
- "id": "./src/components/PromoBanner/PromoBanner.tsx",
986
- "name": "./src/components/PromoBanner/PromoBanner.tsx",
1036
+ "id": "./src/components/Loader/Loader.tsx",
1037
+ "name": "./src/components/Loader/Loader.tsx",
987
1038
  "reasons": [
988
1039
  {
989
- "moduleName": "./src/components/PromoBanner/index.ts"
1040
+ "moduleName": "./src/components/Loader/index.ts"
990
1041
  }
991
1042
  ]
992
1043
  },
@@ -1000,29 +1051,20 @@
1000
1051
  ]
1001
1052
  },
1002
1053
  {
1003
- "id": "./src/components/RadioButton/RadioButton.tsx",
1004
- "name": "./src/components/RadioButton/RadioButton.tsx",
1005
- "reasons": [
1006
- {
1007
- "moduleName": "./src/components/RadioButton/index.ts"
1008
- }
1009
- ]
1010
- },
1011
- {
1012
- "id": "./src/components/Tab/Tab.tsx",
1013
- "name": "./src/components/Tab/Tab.tsx",
1054
+ "id": "./src/components/Progress/ProgressCircle.tsx",
1055
+ "name": "./src/components/Progress/ProgressCircle.tsx",
1014
1056
  "reasons": [
1015
1057
  {
1016
- "moduleName": "./src/components/Tab/index.ts"
1058
+ "moduleName": "./src/components/Progress/index.ts"
1017
1059
  }
1018
1060
  ]
1019
1061
  },
1020
1062
  {
1021
- "id": "./src/components/Tab/TabsWrapper.tsx",
1022
- "name": "./src/components/Tab/TabsWrapper.tsx",
1063
+ "id": "./src/components/Progress/ProgressBar.tsx",
1064
+ "name": "./src/components/Progress/ProgressBar.tsx",
1023
1065
  "reasons": [
1024
1066
  {
1025
- "moduleName": "./src/components/Tab/index.ts"
1067
+ "moduleName": "./src/components/Progress/index.ts"
1026
1068
  }
1027
1069
  ]
1028
1070
  },
@@ -1036,59 +1078,56 @@
1036
1078
  ]
1037
1079
  },
1038
1080
  {
1039
- "id": "./src/components/Picker/Picker.tsx",
1040
- "name": "./src/components/Picker/Picker.tsx",
1081
+ "id": "./src/components/RadioButton/RadioButton.tsx",
1082
+ "name": "./src/components/RadioButton/RadioButton.tsx",
1041
1083
  "reasons": [
1042
1084
  {
1043
- "moduleName": "./src/components/Picker/index.ts"
1085
+ "moduleName": "./src/components/RadioButton/index.ts"
1044
1086
  }
1045
1087
  ]
1046
1088
  },
1047
1089
  {
1048
- "id": "./src/components/Picker/components/PickerList.tsx",
1049
- "name": "./src/components/Picker/components/PickerList.tsx",
1090
+ "id": "./src/components/Switch/Switch.tsx",
1091
+ "name": "./src/components/Switch/Switch.tsx",
1050
1092
  "reasons": [
1051
1093
  {
1052
- "moduleName": "./src/components/Picker/index.ts"
1053
- },
1054
- {
1055
- "moduleName": "./src/components/Picker/Picker.tsx"
1094
+ "moduleName": "./src/components/Switch/index.ts"
1056
1095
  }
1057
1096
  ]
1058
1097
  },
1059
1098
  {
1060
- "id": "./src/components/Progress/ProgressCircle.tsx",
1061
- "name": "./src/components/Progress/ProgressCircle.tsx",
1099
+ "id": "./src/components/Search/Search.tsx",
1100
+ "name": "./src/components/Search/Search.tsx",
1062
1101
  "reasons": [
1063
1102
  {
1064
- "moduleName": "./src/components/Progress/index.ts"
1103
+ "moduleName": "./src/components/Search/index.ts"
1065
1104
  }
1066
1105
  ]
1067
1106
  },
1068
1107
  {
1069
- "id": "./src/components/Progress/ProgressBar.tsx",
1070
- "name": "./src/components/Progress/ProgressBar.tsx",
1108
+ "id": "./src/components/Tab/Tab.tsx",
1109
+ "name": "./src/components/Tab/Tab.tsx",
1071
1110
  "reasons": [
1072
1111
  {
1073
- "moduleName": "./src/components/Progress/index.ts"
1112
+ "moduleName": "./src/components/Tab/index.ts"
1074
1113
  }
1075
1114
  ]
1076
1115
  },
1077
1116
  {
1078
- "id": "./src/components/Switch/Switch.tsx",
1079
- "name": "./src/components/Switch/Switch.tsx",
1117
+ "id": "./src/components/Tab/TabsWrapper.tsx",
1118
+ "name": "./src/components/Tab/TabsWrapper.tsx",
1080
1119
  "reasons": [
1081
1120
  {
1082
- "moduleName": "./src/components/Switch/index.ts"
1121
+ "moduleName": "./src/components/Tab/index.ts"
1083
1122
  }
1084
1123
  ]
1085
1124
  },
1086
1125
  {
1087
- "id": "./src/components/Search/Search.tsx",
1088
- "name": "./src/components/Search/Search.tsx",
1126
+ "id": "./src/components/Tag/Tag.tsx",
1127
+ "name": "./src/components/Tag/Tag.tsx",
1089
1128
  "reasons": [
1090
1129
  {
1091
- "moduleName": "./src/components/Search/index.ts"
1130
+ "moduleName": "./src/components/Tag/index.ts"
1092
1131
  }
1093
1132
  ]
1094
1133
  },
@@ -1113,15 +1152,6 @@
1113
1152
  }
1114
1153
  ]
1115
1154
  },
1116
- {
1117
- "id": "./src/components/Tag/Tag.tsx",
1118
- "name": "./src/components/Tag/Tag.tsx",
1119
- "reasons": [
1120
- {
1121
- "moduleName": "./src/components/Tag/index.ts"
1122
- }
1123
- ]
1124
- },
1125
1155
  {
1126
1156
  "id": "./src/components/Toast/Toast.tsx",
1127
1157
  "name": "./src/components/Toast/Toast.tsx",
@@ -1143,6 +1173,18 @@
1143
1173
  }
1144
1174
  ]
1145
1175
  },
1176
+ {
1177
+ "id": "./polished",
1178
+ "name": "./polished",
1179
+ "reasons": [
1180
+ {
1181
+ "moduleName": "./src/components/Avatar/Avatar.helpers.ts"
1182
+ },
1183
+ {
1184
+ "moduleName": "./src/components/Tag/Tag.tsx"
1185
+ }
1186
+ ]
1187
+ },
1146
1188
  {
1147
1189
  "id": "./src/components/Tooltip/Tooltip.tsx",
1148
1190
  "name": "./src/components/Tooltip/Tooltip.tsx",
@@ -1176,15 +1218,6 @@
1176
1218
  }
1177
1219
  ]
1178
1220
  },
1179
- {
1180
- "id": "./src/components/Textarea/Textarea.tsx",
1181
- "name": "./src/components/Textarea/Textarea.tsx",
1182
- "reasons": [
1183
- {
1184
- "moduleName": "./src/components/Textarea/index.ts"
1185
- }
1186
- ]
1187
- },
1188
1221
  {
1189
1222
  "id": "./src/components/Typography/Heading.tsx",
1190
1223
  "name": "./src/components/Typography/Heading.tsx",
@@ -1242,15 +1275,21 @@
1242
1275
  }
1243
1276
  ]
1244
1277
  },
1278
+ {
1279
+ "id": "./src/components/Textarea/Textarea.tsx",
1280
+ "name": "./src/components/Textarea/Textarea.tsx",
1281
+ "reasons": [
1282
+ {
1283
+ "moduleName": "./src/components/Textarea/index.ts"
1284
+ }
1285
+ ]
1286
+ },
1245
1287
  {
1246
1288
  "id": "./react",
1247
1289
  "name": "./react",
1248
1290
  "reasons": [
1249
1291
  {
1250
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1251
- },
1252
- {
1253
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1292
+ "moduleName": "./src/components/Button/Button.tsx"
1254
1293
  },
1255
1294
  {
1256
1295
  "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
@@ -1259,130 +1298,133 @@
1259
1298
  "moduleName": "./src/components/Avatar/Avatar.tsx"
1260
1299
  },
1261
1300
  {
1262
- "moduleName": "./src/components/Badge/Badge.tsx"
1301
+ "moduleName": "./src/components/Alert/Alert.tsx"
1263
1302
  },
1264
1303
  {
1265
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1304
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1266
1305
  },
1267
1306
  {
1268
- "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
1307
+ "moduleName": "./src/components/Badge/Badge.tsx"
1269
1308
  },
1270
1309
  {
1271
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1310
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1272
1311
  },
1273
1312
  {
1274
- "moduleName": "./src/components/Button/Button.tsx"
1313
+ "moduleName": "./src/components/Card/Card.tsx"
1275
1314
  },
1276
1315
  {
1277
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1316
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1278
1317
  },
1279
1318
  {
1280
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1319
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1281
1320
  },
1282
1321
  {
1283
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1322
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1284
1323
  },
1285
1324
  {
1286
- "moduleName": "./src/components/Card/Card.tsx"
1325
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1287
1326
  },
1288
1327
  {
1289
1328
  "moduleName": "./src/components/FormField/FormField.tsx"
1290
1329
  },
1291
1330
  {
1292
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1331
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1293
1332
  },
1294
1333
  {
1295
- "moduleName": "./src/components/Form/Form.tsx"
1334
+ "moduleName": "./src/components/Icon/Icon.tsx"
1296
1335
  },
1297
1336
  {
1298
1337
  "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1299
1338
  },
1300
1339
  {
1301
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1340
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1302
1341
  },
1303
1342
  {
1304
- "moduleName": "./src/components/Alert/Alert.tsx"
1343
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1305
1344
  },
1306
1345
  {
1307
- "moduleName": "./src/components/Input/Input.tsx"
1346
+ "moduleName": "./src/components/Form/Form.tsx"
1308
1347
  },
1309
1348
  {
1310
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1349
+ "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
1311
1350
  },
1312
1351
  {
1313
- "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
1352
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1314
1353
  },
1315
1354
  {
1316
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1355
+ "moduleName": "./src/components/Input/Input.tsx"
1317
1356
  },
1318
1357
  {
1319
- "moduleName": "./src/components/Modal/Modal.tsx"
1358
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1320
1359
  },
1321
1360
  {
1322
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
1361
+ "moduleName": "./src/components/Link/Link.tsx"
1362
+ },
1363
+ {
1364
+ "moduleName": "./src/components/Modal/Modal.tsx"
1323
1365
  },
1324
1366
  {
1325
1367
  "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1326
1368
  },
1327
1369
  {
1328
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1370
+ "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
1329
1371
  },
1330
1372
  {
1331
- "moduleName": "./src/components/Link/Link.tsx"
1373
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1332
1374
  },
1333
1375
  {
1334
- "moduleName": "./src/components/Loader/Loader.tsx"
1376
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1335
1377
  },
1336
1378
  {
1337
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1379
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
1338
1380
  },
1339
1381
  {
1340
- "moduleName": "./src/components/Icon/Icon.tsx"
1382
+ "moduleName": "./src/components/Picker/Picker.tsx"
1341
1383
  },
1342
1384
  {
1343
1385
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1344
1386
  },
1345
1387
  {
1346
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1388
+ "moduleName": "./src/components/Loader/Loader.tsx"
1347
1389
  },
1348
1390
  {
1349
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1391
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1350
1392
  },
1351
1393
  {
1352
- "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1394
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1353
1395
  },
1354
1396
  {
1355
- "moduleName": "./src/components/Tab/Tab.tsx"
1397
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1356
1398
  },
1357
1399
  {
1358
1400
  "moduleName": "./src/components/Popover/Popover.tsx"
1359
1401
  },
1360
1402
  {
1361
- "moduleName": "./src/components/Picker/Picker.tsx"
1403
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1362
1404
  },
1363
1405
  {
1364
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1406
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1365
1407
  },
1366
1408
  {
1367
1409
  "moduleName": "./src/components/Switch/Switch.tsx"
1368
1410
  },
1369
1411
  {
1370
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1412
+ "moduleName": "./src/components/Search/Search.tsx"
1371
1413
  },
1372
1414
  {
1373
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1415
+ "moduleName": "./src/components/Tab/Tab.tsx"
1374
1416
  },
1375
1417
  {
1376
- "moduleName": "./src/components/Search/Search.tsx"
1418
+ "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1377
1419
  },
1378
1420
  {
1379
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
1421
+ "moduleName": "./src/components/Tag/Tag.tsx"
1380
1422
  },
1381
1423
  {
1382
- "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1424
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1383
1425
  },
1384
1426
  {
1385
- "moduleName": "./src/components/Tag/Tag.tsx"
1427
+ "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1386
1428
  },
1387
1429
  {
1388
1430
  "moduleName": "./src/components/Toast/Toast.tsx"
@@ -1394,25 +1436,28 @@
1394
1436
  "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1395
1437
  },
1396
1438
  {
1397
- "moduleName": "./src/components/Textarea/Textarea.tsx"
1439
+ "moduleName": "./src/components/Typography/Heading.tsx"
1398
1440
  },
1399
1441
  {
1400
- "moduleName": "./src/components/Typography/Heading.tsx"
1442
+ "moduleName": "./src/components/Typography/Display.tsx"
1401
1443
  },
1402
1444
  {
1403
1445
  "moduleName": "./src/components/Typography/Text.tsx"
1404
1446
  },
1405
1447
  {
1406
- "moduleName": "./src/components/Typography/Display.tsx"
1448
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1407
1449
  },
1408
1450
  {
1409
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1451
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1410
1452
  },
1411
1453
  {
1412
1454
  "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1413
1455
  },
1414
1456
  {
1415
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1457
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
1458
+ },
1459
+ {
1460
+ "moduleName": "./src/components/DatePicker/hooks.ts"
1416
1461
  },
1417
1462
  {
1418
1463
  "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
@@ -1421,20 +1466,23 @@
1421
1466
  "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1422
1467
  },
1423
1468
  {
1424
- "moduleName": "./src/components/DatePicker/hooks.ts"
1469
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1425
1470
  },
1426
1471
  {
1427
1472
  "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1428
1473
  },
1429
1474
  {
1430
- "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1475
+ "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
1431
1476
  },
1432
1477
  {
1433
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
1478
+ "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
1434
1479
  },
1435
1480
  {
1436
1481
  "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1437
1482
  },
1483
+ {
1484
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
1485
+ },
1438
1486
  {
1439
1487
  "moduleName": "./src/components/Tooltip/components/Simple.tsx"
1440
1488
  },
@@ -1442,10 +1490,10 @@
1442
1490
  "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1443
1491
  },
1444
1492
  {
1445
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
1493
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
1446
1494
  },
1447
1495
  {
1448
- "moduleName": "./src/components/Tooltip/components/Reports.tsx"
1496
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
1449
1497
  },
1450
1498
  {
1451
1499
  "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
@@ -1459,11 +1507,11 @@
1459
1507
  ]
1460
1508
  },
1461
1509
  {
1462
- "id": "./@livechat/design-system-icons",
1463
- "name": "./@livechat/design-system-icons",
1510
+ "id": "./clsx",
1511
+ "name": "./clsx",
1464
1512
  "reasons": [
1465
1513
  {
1466
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1514
+ "moduleName": "./src/components/Button/Button.tsx"
1467
1515
  },
1468
1516
  {
1469
1517
  "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
@@ -1472,229 +1520,253 @@
1472
1520
  "moduleName": "./src/components/Avatar/Avatar.tsx"
1473
1521
  },
1474
1522
  {
1475
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1523
+ "moduleName": "./src/components/Alert/Alert.tsx"
1476
1524
  },
1477
1525
  {
1478
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1526
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1479
1527
  },
1480
1528
  {
1481
- "moduleName": "./src/components/Card/Card.tsx"
1529
+ "moduleName": "./src/components/Badge/Badge.tsx"
1482
1530
  },
1483
1531
  {
1484
- "moduleName": "./src/components/Alert/Alert.tsx"
1532
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1485
1533
  },
1486
1534
  {
1487
- "moduleName": "./src/components/Input/Input.tsx"
1535
+ "moduleName": "./src/components/Card/Card.tsx"
1488
1536
  },
1489
1537
  {
1490
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1538
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1491
1539
  },
1492
1540
  {
1493
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1541
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1494
1542
  },
1495
1543
  {
1496
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1544
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1497
1545
  },
1498
1546
  {
1499
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1547
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1500
1548
  },
1501
1549
  {
1502
- "moduleName": "./src/components/Switch/Switch.tsx"
1550
+ "moduleName": "./src/components/FormField/FormField.tsx"
1503
1551
  },
1504
1552
  {
1505
- "moduleName": "./src/components/Search/Search.tsx"
1553
+ "moduleName": "./src/components/Icon/Icon.tsx"
1506
1554
  },
1507
1555
  {
1508
- "moduleName": "./src/components/Tag/Tag.tsx"
1556
+ "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1509
1557
  },
1510
1558
  {
1511
- "moduleName": "./src/components/Toast/Toast.tsx"
1559
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1512
1560
  },
1513
1561
  {
1514
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1562
+ "moduleName": "./src/components/Form/Form.tsx"
1515
1563
  },
1516
1564
  {
1517
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1565
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1518
1566
  },
1519
1567
  {
1520
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1568
+ "moduleName": "./src/components/Input/Input.tsx"
1521
1569
  },
1522
1570
  {
1523
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1571
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1524
1572
  },
1525
1573
  {
1526
- "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1574
+ "moduleName": "./src/components/Link/Link.tsx"
1527
1575
  },
1528
1576
  {
1529
- "moduleName": "./src/components/Picker/constants.ts"
1577
+ "moduleName": "./src/components/Modal/Modal.tsx"
1530
1578
  },
1531
1579
  {
1532
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1580
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1533
1581
  },
1534
1582
  {
1535
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1583
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1536
1584
  },
1537
1585
  {
1538
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
1539
- }
1540
- ]
1541
- },
1542
- {
1543
- "id": "./clsx",
1544
- "name": "./clsx",
1545
- "reasons": [
1586
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1587
+ },
1546
1588
  {
1547
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1589
+ "moduleName": "./src/components/Picker/Picker.tsx"
1548
1590
  },
1549
1591
  {
1550
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1592
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1551
1593
  },
1552
1594
  {
1553
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1595
+ "moduleName": "./src/components/Loader/Loader.tsx"
1554
1596
  },
1555
1597
  {
1556
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1598
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1557
1599
  },
1558
1600
  {
1559
- "moduleName": "./src/components/Badge/Badge.tsx"
1601
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1560
1602
  },
1561
1603
  {
1562
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1604
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1563
1605
  },
1564
1606
  {
1565
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1607
+ "moduleName": "./src/components/Popover/Popover.tsx"
1566
1608
  },
1567
1609
  {
1568
- "moduleName": "./src/components/Button/Button.tsx"
1610
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1569
1611
  },
1570
1612
  {
1571
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1613
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1572
1614
  },
1573
1615
  {
1574
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1616
+ "moduleName": "./src/components/Switch/Switch.tsx"
1575
1617
  },
1576
1618
  {
1577
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1619
+ "moduleName": "./src/components/Search/Search.tsx"
1578
1620
  },
1579
1621
  {
1580
- "moduleName": "./src/components/Card/Card.tsx"
1622
+ "moduleName": "./src/components/Tab/Tab.tsx"
1581
1623
  },
1582
1624
  {
1583
- "moduleName": "./src/components/FormField/FormField.tsx"
1625
+ "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1584
1626
  },
1585
1627
  {
1586
- "moduleName": "./src/components/Form/Form.tsx"
1628
+ "moduleName": "./src/components/Tag/Tag.tsx"
1587
1629
  },
1588
1630
  {
1589
- "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1631
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1590
1632
  },
1591
1633
  {
1592
- "moduleName": "./src/components/Alert/Alert.tsx"
1634
+ "moduleName": "./src/components/Toast/Toast.tsx"
1593
1635
  },
1594
1636
  {
1595
- "moduleName": "./src/components/Input/Input.tsx"
1637
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1596
1638
  },
1597
1639
  {
1598
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1640
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1599
1641
  },
1600
1642
  {
1601
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1643
+ "moduleName": "./src/components/Typography/Heading.tsx"
1602
1644
  },
1603
1645
  {
1604
- "moduleName": "./src/components/Modal/Modal.tsx"
1646
+ "moduleName": "./src/components/Typography/Display.tsx"
1605
1647
  },
1606
1648
  {
1607
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1649
+ "moduleName": "./src/components/Typography/Text.tsx"
1608
1650
  },
1609
1651
  {
1610
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1652
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1611
1653
  },
1612
1654
  {
1613
- "moduleName": "./src/components/Link/Link.tsx"
1655
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1614
1656
  },
1615
1657
  {
1616
- "moduleName": "./src/components/Loader/Loader.tsx"
1658
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
1617
1659
  },
1618
1660
  {
1619
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1661
+ "moduleName": "./src/components/DatePicker/helpers.ts"
1620
1662
  },
1621
1663
  {
1622
- "moduleName": "./src/components/Icon/Icon.tsx"
1664
+ "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1623
1665
  },
1624
1666
  {
1625
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1667
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1626
1668
  },
1627
1669
  {
1628
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1670
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1629
1671
  },
1630
1672
  {
1631
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1673
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1632
1674
  },
1633
1675
  {
1634
- "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1676
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1635
1677
  },
1636
1678
  {
1637
- "moduleName": "./src/components/Tab/Tab.tsx"
1679
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1638
1680
  },
1639
1681
  {
1640
- "moduleName": "./src/components/Popover/Popover.tsx"
1682
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
1641
1683
  },
1642
1684
  {
1643
- "moduleName": "./src/components/Picker/Picker.tsx"
1685
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1644
1686
  },
1645
1687
  {
1646
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1688
+ "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
1689
+ }
1690
+ ]
1691
+ },
1692
+ {
1693
+ "id": "./src/components/Button/helpers.ts",
1694
+ "name": "./src/components/Button/helpers.ts",
1695
+ "reasons": [
1696
+ {
1697
+ "moduleName": "./src/components/Button/Button.tsx"
1698
+ }
1699
+ ]
1700
+ },
1701
+ {
1702
+ "id": "./src/components/Button/Button.module.scss",
1703
+ "name": "./src/components/Button/Button.module.scss",
1704
+ "reasons": [
1705
+ {
1706
+ "moduleName": "./src/components/Button/Button.tsx"
1707
+ }
1708
+ ]
1709
+ },
1710
+ {
1711
+ "id": "./@livechat/design-system-icons",
1712
+ "name": "./@livechat/design-system-icons",
1713
+ "reasons": [
1714
+ {
1715
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1647
1716
  },
1648
1717
  {
1649
- "moduleName": "./src/components/Switch/Switch.tsx"
1718
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1650
1719
  },
1651
1720
  {
1652
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1721
+ "moduleName": "./src/components/Alert/Alert.tsx"
1653
1722
  },
1654
1723
  {
1655
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1724
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1656
1725
  },
1657
1726
  {
1658
- "moduleName": "./src/components/Search/Search.tsx"
1727
+ "moduleName": "./src/components/Card/Card.tsx"
1659
1728
  },
1660
1729
  {
1661
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
1730
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1662
1731
  },
1663
1732
  {
1664
- "moduleName": "./src/components/Tag/Tag.tsx"
1733
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1665
1734
  },
1666
1735
  {
1667
- "moduleName": "./src/components/Toast/Toast.tsx"
1736
+ "moduleName": "./src/components/Input/Input.tsx"
1668
1737
  },
1669
1738
  {
1670
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1739
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1671
1740
  },
1672
1741
  {
1673
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1742
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1674
1743
  },
1675
1744
  {
1676
- "moduleName": "./src/components/Textarea/Textarea.tsx"
1745
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1677
1746
  },
1678
1747
  {
1679
- "moduleName": "./src/components/Typography/Heading.tsx"
1748
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1680
1749
  },
1681
1750
  {
1682
- "moduleName": "./src/components/Typography/Text.tsx"
1751
+ "moduleName": "./src/components/Switch/Switch.tsx"
1683
1752
  },
1684
1753
  {
1685
- "moduleName": "./src/components/Typography/Display.tsx"
1754
+ "moduleName": "./src/components/Search/Search.tsx"
1686
1755
  },
1687
1756
  {
1688
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1757
+ "moduleName": "./src/components/Tag/Tag.tsx"
1689
1758
  },
1690
1759
  {
1691
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1760
+ "moduleName": "./src/components/Toast/Toast.tsx"
1692
1761
  },
1693
1762
  {
1694
- "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1763
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1695
1764
  },
1696
1765
  {
1697
- "moduleName": "./src/components/DatePicker/helpers.ts"
1766
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1767
+ },
1768
+ {
1769
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1698
1770
  },
1699
1771
  {
1700
1772
  "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
@@ -1703,7 +1775,7 @@
1703
1775
  "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1704
1776
  },
1705
1777
  {
1706
- "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1778
+ "moduleName": "./src/components/Picker/constants.ts"
1707
1779
  },
1708
1780
  {
1709
1781
  "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
@@ -1713,60 +1785,54 @@
1713
1785
  },
1714
1786
  {
1715
1787
  "moduleName": "./src/components/Tooltip/components/Info.tsx"
1716
- },
1717
- {
1718
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1719
- },
1720
- {
1721
- "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
1722
1788
  }
1723
1789
  ]
1724
1790
  },
1725
1791
  {
1726
- "id": "./src/components/ActionBar/ActionBarItem.tsx",
1727
- "name": "./src/components/ActionBar/ActionBarItem.tsx",
1792
+ "id": "./src/components/DetailsCard/DetailsCard.module.scss",
1793
+ "name": "./src/components/DetailsCard/DetailsCard.module.scss",
1728
1794
  "reasons": [
1729
1795
  {
1730
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1796
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1731
1797
  }
1732
1798
  ]
1733
1799
  },
1734
1800
  {
1735
- "id": "./src/components/ActionBar/ActionBar.module.scss",
1736
- "name": "./src/components/ActionBar/ActionBar.module.scss",
1801
+ "id": "./src/components/Avatar/Avatar.module.scss",
1802
+ "name": "./src/components/Avatar/Avatar.module.scss",
1737
1803
  "reasons": [
1738
1804
  {
1739
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1740
- },
1741
- {
1742
- "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1805
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1743
1806
  }
1744
1807
  ]
1745
1808
  },
1746
1809
  {
1747
- "id": "./src/components/Checkbox/Checkbox.module.scss",
1748
- "name": "./src/components/Checkbox/Checkbox.module.scss",
1810
+ "id": "./lodash.debounce",
1811
+ "name": "./lodash.debounce",
1749
1812
  "reasons": [
1750
1813
  {
1751
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1814
+ "moduleName": "./src/components/Alert/Alert.tsx"
1815
+ },
1816
+ {
1817
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1752
1818
  }
1753
1819
  ]
1754
1820
  },
1755
1821
  {
1756
- "id": "./src/components/DetailsCard/DetailsCard.module.scss",
1757
- "name": "./src/components/DetailsCard/DetailsCard.module.scss",
1822
+ "id": "./src/components/Alert/Alert.module.scss",
1823
+ "name": "./src/components/Alert/Alert.module.scss",
1758
1824
  "reasons": [
1759
1825
  {
1760
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1826
+ "moduleName": "./src/components/Alert/Alert.tsx"
1761
1827
  }
1762
1828
  ]
1763
1829
  },
1764
1830
  {
1765
- "id": "./src/components/Avatar/Avatar.module.scss",
1766
- "name": "./src/components/Avatar/Avatar.module.scss",
1831
+ "id": "./src/components/Checkbox/Checkbox.module.scss",
1832
+ "name": "./src/components/Checkbox/Checkbox.module.scss",
1767
1833
  "reasons": [
1768
1834
  {
1769
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1835
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1770
1836
  }
1771
1837
  ]
1772
1838
  },
@@ -1789,32 +1855,38 @@
1789
1855
  ]
1790
1856
  },
1791
1857
  {
1792
- "id": "./src/components/FieldGroup/FieldGroup.module.scss",
1793
- "name": "./src/components/FieldGroup/FieldGroup.module.scss",
1858
+ "id": "./src/components/FieldError/FieldError.module.scss",
1859
+ "name": "./src/components/FieldError/FieldError.module.scss",
1794
1860
  "reasons": [
1795
1861
  {
1796
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1862
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1797
1863
  }
1798
1864
  ]
1799
1865
  },
1800
1866
  {
1801
- "id": "./polished",
1802
- "name": "./polished",
1867
+ "id": "./src/components/Card/Card.module.scss",
1868
+ "name": "./src/components/Card/Card.module.scss",
1803
1869
  "reasons": [
1804
1870
  {
1805
- "moduleName": "./src/components/Avatar/Avatar.helpers.ts"
1806
- },
1871
+ "moduleName": "./src/components/Card/Card.tsx"
1872
+ }
1873
+ ]
1874
+ },
1875
+ {
1876
+ "id": "./src/components/FieldDescription/FieldDescription.module.scss",
1877
+ "name": "./src/components/FieldDescription/FieldDescription.module.scss",
1878
+ "reasons": [
1807
1879
  {
1808
- "moduleName": "./src/components/Tag/Tag.tsx"
1880
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1809
1881
  }
1810
1882
  ]
1811
1883
  },
1812
1884
  {
1813
- "id": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
1814
- "name": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
1885
+ "id": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1886
+ "name": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1815
1887
  "reasons": [
1816
1888
  {
1817
- "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
1889
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1818
1890
  }
1819
1891
  ]
1820
1892
  },
@@ -1826,7 +1898,7 @@
1826
1898
  "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1827
1899
  },
1828
1900
  {
1829
- "moduleName": "./src/components/Popover/Popover.tsx"
1901
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1830
1902
  },
1831
1903
  {
1832
1904
  "moduleName": "./src/components/Picker/Picker.tsx"
@@ -1834,8 +1906,14 @@
1834
1906
  {
1835
1907
  "moduleName": "./src/components/Picker/components/PickerList.tsx"
1836
1908
  },
1909
+ {
1910
+ "moduleName": "./src/components/Popover/Popover.tsx"
1911
+ },
1837
1912
  {
1838
1913
  "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1914
+ },
1915
+ {
1916
+ "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
1839
1917
  }
1840
1918
  ]
1841
1919
  },
@@ -1846,18 +1924,18 @@
1846
1924
  {
1847
1925
  "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1848
1926
  },
1849
- {
1850
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1851
- },
1852
1927
  {
1853
1928
  "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1854
1929
  },
1855
1930
  {
1856
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1931
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1857
1932
  },
1858
1933
  {
1859
1934
  "moduleName": "./src/components/Search/Search.tsx"
1860
1935
  },
1936
+ {
1937
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1938
+ },
1861
1939
  {
1862
1940
  "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1863
1941
  }
@@ -1873,125 +1951,137 @@
1873
1951
  ]
1874
1952
  },
1875
1953
  {
1876
- "id": "./src/components/Button/helpers.ts",
1877
- "name": "./src/components/Button/helpers.ts",
1954
+ "id": "./src/components/FieldGroup/FieldGroup.module.scss",
1955
+ "name": "./src/components/FieldGroup/FieldGroup.module.scss",
1878
1956
  "reasons": [
1879
1957
  {
1880
- "moduleName": "./src/components/Button/Button.tsx"
1958
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1881
1959
  }
1882
1960
  ]
1883
1961
  },
1884
1962
  {
1885
- "id": "./src/components/Button/Button.module.scss",
1886
- "name": "./src/components/Button/Button.module.scss",
1963
+ "id": "./src/components/FormField/FormField.module.scss",
1964
+ "name": "./src/components/FormField/FormField.module.scss",
1887
1965
  "reasons": [
1888
1966
  {
1889
- "moduleName": "./src/components/Button/Button.tsx"
1967
+ "moduleName": "./src/components/FormField/FormField.tsx"
1890
1968
  }
1891
1969
  ]
1892
1970
  },
1893
1971
  {
1894
- "id": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1895
- "name": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1972
+ "id": "./date-fns",
1973
+ "name": "./date-fns",
1896
1974
  "reasons": [
1897
1975
  {
1898
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1976
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1977
+ },
1978
+ {
1979
+ "moduleName": "./src/components/DatePicker/helpers.ts"
1980
+ },
1981
+ {
1982
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1899
1983
  }
1900
1984
  ]
1901
1985
  },
1902
1986
  {
1903
- "id": "./src/components/FieldError/FieldError.module.scss",
1904
- "name": "./src/components/FieldError/FieldError.module.scss",
1987
+ "id": "./src/components/DatePicker/helpers.ts",
1988
+ "name": "./src/components/DatePicker/helpers.ts",
1905
1989
  "reasons": [
1906
1990
  {
1907
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1991
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1992
+ },
1993
+ {
1994
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1995
+ },
1996
+ {
1997
+ "moduleName": "./src/components/DatePicker/hooks.ts"
1908
1998
  }
1909
1999
  ]
1910
2000
  },
1911
2001
  {
1912
- "id": "./src/utils/noop.ts",
1913
- "name": "./src/utils/noop.ts",
2002
+ "id": "./src/components/DatePicker/hooks.ts",
2003
+ "name": "./src/components/DatePicker/hooks.ts",
1914
2004
  "reasons": [
1915
2005
  {
1916
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
2006
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1917
2007
  }
1918
2008
  ]
1919
2009
  },
1920
2010
  {
1921
- "id": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1922
- "name": "./src/components/SegmentedControl/SegmentedControl.module.scss",
2011
+ "id": "./src/components/DatePicker/types.ts",
2012
+ "name": "./src/components/DatePicker/types.ts",
1923
2013
  "reasons": [
1924
2014
  {
1925
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
2015
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2016
+ },
2017
+ {
2018
+ "moduleName": "./src/components/DatePicker/hooks.ts"
1926
2019
  }
1927
2020
  ]
1928
2021
  },
1929
2022
  {
1930
- "id": "./src/components/Card/Card.module.scss",
1931
- "name": "./src/components/Card/Card.module.scss",
2023
+ "id": "./src/components/Icon/Icon.module.scss",
2024
+ "name": "./src/components/Icon/Icon.module.scss",
1932
2025
  "reasons": [
1933
2026
  {
1934
- "moduleName": "./src/components/Card/Card.tsx"
2027
+ "moduleName": "./src/components/Icon/Icon.tsx"
1935
2028
  }
1936
2029
  ]
1937
2030
  },
1938
2031
  {
1939
- "id": "./src/components/FormField/FormField.module.scss",
1940
- "name": "./src/components/FormField/FormField.module.scss",
2032
+ "id": "./src/components/DatePicker/DatePicker.module.scss",
2033
+ "name": "./src/components/DatePicker/DatePicker.module.scss",
1941
2034
  "reasons": [
1942
2035
  {
1943
- "moduleName": "./src/components/FormField/FormField.tsx"
2036
+ "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
2037
+ },
2038
+ {
2039
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2040
+ },
2041
+ {
2042
+ "moduleName": "./src/components/DatePicker/helpers.ts"
2043
+ },
2044
+ {
2045
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1944
2046
  }
1945
2047
  ]
1946
2048
  },
1947
2049
  {
1948
- "id": "./react-day-picker",
1949
- "name": "./react-day-picker",
2050
+ "id": "./src/components/ActionBar/ActionBarItem.tsx",
2051
+ "name": "./src/components/ActionBar/ActionBarItem.tsx",
1950
2052
  "reasons": [
1951
2053
  {
1952
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2054
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1953
2055
  }
1954
2056
  ]
1955
2057
  },
1956
2058
  {
1957
- "id": "./src/components/DatePicker/DatePickerNavbar.tsx",
1958
- "name": "./src/components/DatePicker/DatePickerNavbar.tsx",
2059
+ "id": "./src/components/ActionBar/ActionBar.module.scss",
2060
+ "name": "./src/components/ActionBar/ActionBar.module.scss",
1959
2061
  "reasons": [
1960
2062
  {
1961
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2063
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
2064
+ },
2065
+ {
2066
+ "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1962
2067
  }
1963
2068
  ]
1964
2069
  },
1965
2070
  {
1966
- "id": "./src/components/DatePicker/helpers.ts",
1967
- "name": "./src/components/DatePicker/helpers.ts",
2071
+ "id": "./react-day-picker",
2072
+ "name": "./react-day-picker",
1968
2073
  "reasons": [
1969
2074
  {
1970
2075
  "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1971
- },
1972
- {
1973
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1974
- },
1975
- {
1976
- "moduleName": "./src/components/DatePicker/hooks.ts"
1977
2076
  }
1978
2077
  ]
1979
2078
  },
1980
2079
  {
1981
- "id": "./src/components/DatePicker/DatePicker.module.scss",
1982
- "name": "./src/components/DatePicker/DatePicker.module.scss",
2080
+ "id": "./src/components/DatePicker/DatePickerNavbar.tsx",
2081
+ "name": "./src/components/DatePicker/DatePickerNavbar.tsx",
1983
2082
  "reasons": [
1984
2083
  {
1985
2084
  "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1986
- },
1987
- {
1988
- "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1989
- },
1990
- {
1991
- "moduleName": "./src/components/DatePicker/helpers.ts"
1992
- },
1993
- {
1994
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1995
2085
  }
1996
2086
  ]
1997
2087
  },
@@ -2005,77 +2095,71 @@
2005
2095
  ]
2006
2096
  },
2007
2097
  {
2008
- "id": "./date-fns",
2009
- "name": "./date-fns",
2098
+ "id": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
2099
+ "name": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
2010
2100
  "reasons": [
2011
2101
  {
2012
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2013
- },
2014
- {
2015
- "moduleName": "./src/components/DatePicker/helpers.ts"
2016
- },
2017
- {
2018
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
2102
+ "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
2019
2103
  }
2020
2104
  ]
2021
2105
  },
2022
2106
  {
2023
- "id": "./src/components/DatePicker/hooks.ts",
2024
- "name": "./src/components/DatePicker/hooks.ts",
2107
+ "id": "./src/utils/noop.ts",
2108
+ "name": "./src/utils/noop.ts",
2025
2109
  "reasons": [
2026
2110
  {
2027
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2111
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
2028
2112
  }
2029
2113
  ]
2030
2114
  },
2031
2115
  {
2032
- "id": "./src/components/DatePicker/types.ts",
2033
- "name": "./src/components/DatePicker/types.ts",
2116
+ "id": "./src/components/SegmentedControl/SegmentedControl.module.scss",
2117
+ "name": "./src/components/SegmentedControl/SegmentedControl.module.scss",
2034
2118
  "reasons": [
2035
2119
  {
2036
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2037
- },
2038
- {
2039
- "moduleName": "./src/components/DatePicker/hooks.ts"
2120
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
2040
2121
  }
2041
2122
  ]
2042
2123
  },
2043
2124
  {
2044
- "id": "./lodash.debounce",
2045
- "name": "./lodash.debounce",
2125
+ "id": "./src/components/Input/Input.module.scss",
2126
+ "name": "./src/components/Input/Input.module.scss",
2046
2127
  "reasons": [
2047
2128
  {
2048
- "moduleName": "./src/components/Alert/Alert.tsx"
2049
- },
2050
- {
2051
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
2129
+ "moduleName": "./src/components/Input/Input.tsx"
2052
2130
  }
2053
2131
  ]
2054
2132
  },
2055
2133
  {
2056
- "id": "./src/components/Alert/Alert.module.scss",
2057
- "name": "./src/components/Alert/Alert.module.scss",
2134
+ "id": "./src/components/NumericInput/NumericInput.module.scss",
2135
+ "name": "./src/components/NumericInput/NumericInput.module.scss",
2058
2136
  "reasons": [
2059
2137
  {
2060
- "moduleName": "./src/components/Alert/Alert.tsx"
2138
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
2061
2139
  }
2062
2140
  ]
2063
2141
  },
2064
2142
  {
2065
- "id": "./src/components/Input/Input.module.scss",
2066
- "name": "./src/components/Input/Input.module.scss",
2143
+ "id": "./src/components/Link/Link.module.scss",
2144
+ "name": "./src/components/Link/Link.module.scss",
2067
2145
  "reasons": [
2068
2146
  {
2069
- "moduleName": "./src/components/Input/Input.tsx"
2147
+ "moduleName": "./src/components/Link/Link.tsx"
2070
2148
  }
2071
2149
  ]
2072
2150
  },
2073
2151
  {
2074
- "id": "./src/components/FormGroup/FormGroup.module.scss",
2075
- "name": "./src/components/FormGroup/FormGroup.module.scss",
2152
+ "id": "./src/components/Modal/Modal.module.scss",
2153
+ "name": "./src/components/Modal/Modal.module.scss",
2076
2154
  "reasons": [
2077
2155
  {
2078
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
2156
+ "moduleName": "./src/components/Modal/Modal.tsx"
2157
+ },
2158
+ {
2159
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
2160
+ },
2161
+ {
2162
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
2079
2163
  }
2080
2164
  ]
2081
2165
  },
@@ -2087,22 +2171,16 @@
2087
2171
  "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
2088
2172
  },
2089
2173
  {
2090
- "moduleName": "./src/components/Picker/Picker.tsx"
2174
+ "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
2091
2175
  }
2092
2176
  ]
2093
2177
  },
2094
2178
  {
2095
- "id": "./src/components/Modal/Modal.module.scss",
2096
- "name": "./src/components/Modal/Modal.module.scss",
2179
+ "id": "./src/components/FormGroup/FormGroup.module.scss",
2180
+ "name": "./src/components/FormGroup/FormGroup.module.scss",
2097
2181
  "reasons": [
2098
2182
  {
2099
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
2100
- },
2101
- {
2102
- "moduleName": "./src/components/Modal/Modal.tsx"
2103
- },
2104
- {
2105
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
2183
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
2106
2184
  }
2107
2185
  ]
2108
2186
  },
@@ -2125,47 +2203,47 @@
2125
2203
  ]
2126
2204
  },
2127
2205
  {
2128
- "id": "./src/components/FieldDescription/FieldDescription.module.scss",
2129
- "name": "./src/components/FieldDescription/FieldDescription.module.scss",
2206
+ "id": "./src/components/Picker/components/PickerTrigger.tsx",
2207
+ "name": "./src/components/Picker/components/PickerTrigger.tsx",
2130
2208
  "reasons": [
2131
2209
  {
2132
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
2210
+ "moduleName": "./src/components/Picker/Picker.tsx"
2133
2211
  }
2134
2212
  ]
2135
2213
  },
2136
2214
  {
2137
- "id": "./src/components/Link/Link.module.scss",
2138
- "name": "./src/components/Link/Link.module.scss",
2215
+ "id": "./src/components/Picker/components/PickerTriggerBody.tsx",
2216
+ "name": "./src/components/Picker/components/PickerTriggerBody.tsx",
2139
2217
  "reasons": [
2140
2218
  {
2141
- "moduleName": "./src/components/Link/Link.tsx"
2219
+ "moduleName": "./src/components/Picker/Picker.tsx"
2142
2220
  }
2143
2221
  ]
2144
2222
  },
2145
2223
  {
2146
- "id": "./src/components/Loader/Loader.module.scss",
2147
- "name": "./src/components/Loader/Loader.module.scss",
2224
+ "id": "./src/components/Picker/hooks/useFloatingPicker.ts",
2225
+ "name": "./src/components/Picker/hooks/useFloatingPicker.ts",
2148
2226
  "reasons": [
2149
2227
  {
2150
- "moduleName": "./src/components/Loader/Loader.tsx"
2228
+ "moduleName": "./src/components/Picker/Picker.tsx"
2151
2229
  }
2152
2230
  ]
2153
2231
  },
2154
2232
  {
2155
- "id": "./src/components/NumericInput/NumericInput.module.scss",
2156
- "name": "./src/components/NumericInput/NumericInput.module.scss",
2233
+ "id": "./src/components/Picker/hooks/usePickerItems.ts",
2234
+ "name": "./src/components/Picker/hooks/usePickerItems.ts",
2157
2235
  "reasons": [
2158
2236
  {
2159
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
2237
+ "moduleName": "./src/components/Picker/Picker.tsx"
2160
2238
  }
2161
2239
  ]
2162
2240
  },
2163
2241
  {
2164
- "id": "./src/components/Icon/Icon.module.scss",
2165
- "name": "./src/components/Icon/Icon.module.scss",
2242
+ "id": "./src/components/Picker/Picker.module.scss",
2243
+ "name": "./src/components/Picker/Picker.module.scss",
2166
2244
  "reasons": [
2167
2245
  {
2168
- "moduleName": "./src/components/Icon/Icon.tsx"
2246
+ "moduleName": "./src/components/Picker/Picker.tsx"
2169
2247
  }
2170
2248
  ]
2171
2249
  },
@@ -2179,104 +2257,80 @@
2179
2257
  ]
2180
2258
  },
2181
2259
  {
2182
- "id": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2183
- "name": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2260
+ "id": "./src/components/Loader/Loader.module.scss",
2261
+ "name": "./src/components/Loader/Loader.module.scss",
2184
2262
  "reasons": [
2185
2263
  {
2186
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
2264
+ "moduleName": "./src/components/Loader/Loader.tsx"
2187
2265
  }
2188
2266
  ]
2189
2267
  },
2190
2268
  {
2191
- "id": "./src/components/RadioButton/RadioButton.module.scss",
2192
- "name": "./src/components/RadioButton/RadioButton.module.scss",
2269
+ "id": "./react-virtuoso",
2270
+ "name": "./react-virtuoso",
2193
2271
  "reasons": [
2194
2272
  {
2195
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
2273
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
2196
2274
  }
2197
2275
  ]
2198
2276
  },
2199
2277
  {
2200
- "id": "./src/components/Tab/TabsWrapper.module.scss",
2201
- "name": "./src/components/Tab/TabsWrapper.module.scss",
2278
+ "id": "./src/components/Picker/constants.ts",
2279
+ "name": "./src/components/Picker/constants.ts",
2202
2280
  "reasons": [
2203
2281
  {
2204
- "moduleName": "./src/components/Tab/TabsWrapper.tsx"
2205
- }
2206
- ]
2207
- },
2208
- {
2209
- "id": "./src/components/Tab/Tab.module.scss",
2210
- "name": "./src/components/Tab/Tab.module.scss",
2211
- "reasons": [
2282
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
2283
+ },
2212
2284
  {
2213
- "moduleName": "./src/components/Tab/Tab.tsx"
2214
- }
2215
- ]
2216
- },
2217
- {
2218
- "id": "./src/components/Popover/Popover.module.scss",
2219
- "name": "./src/components/Popover/Popover.module.scss",
2220
- "reasons": [
2285
+ "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
2286
+ },
2221
2287
  {
2222
- "moduleName": "./src/components/Popover/Popover.tsx"
2223
- }
2224
- ]
2225
- },
2226
- {
2227
- "id": "./src/components/Picker/components/PickerTrigger.tsx",
2228
- "name": "./src/components/Picker/components/PickerTrigger.tsx",
2229
- "reasons": [
2288
+ "moduleName": "./src/components/Picker/helpers.ts"
2289
+ },
2230
2290
  {
2231
- "moduleName": "./src/components/Picker/Picker.tsx"
2291
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2232
2292
  }
2233
2293
  ]
2234
2294
  },
2235
2295
  {
2236
- "id": "./src/components/Picker/components/PickerTriggerBody.tsx",
2237
- "name": "./src/components/Picker/components/PickerTriggerBody.tsx",
2296
+ "id": "./src/components/Picker/helpers.ts",
2297
+ "name": "./src/components/Picker/helpers.ts",
2238
2298
  "reasons": [
2239
2299
  {
2240
- "moduleName": "./src/components/Picker/Picker.tsx"
2300
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
2301
+ },
2302
+ {
2303
+ "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
2304
+ },
2305
+ {
2306
+ "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
2241
2307
  }
2242
2308
  ]
2243
2309
  },
2244
2310
  {
2245
- "id": "./src/components/Picker/constants.ts",
2246
- "name": "./src/components/Picker/constants.ts",
2311
+ "id": "./src/components/Picker/components/PickerListItem.tsx",
2312
+ "name": "./src/components/Picker/components/PickerListItem.tsx",
2247
2313
  "reasons": [
2248
- {
2249
- "moduleName": "./src/components/Picker/Picker.tsx"
2250
- },
2251
2314
  {
2252
2315
  "moduleName": "./src/components/Picker/components/PickerList.tsx"
2253
- },
2254
- {
2255
- "moduleName": "./src/components/Picker/helpers.ts"
2256
- },
2257
- {
2258
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2259
2316
  }
2260
2317
  ]
2261
2318
  },
2262
2319
  {
2263
- "id": "./src/components/Picker/helpers.ts",
2264
- "name": "./src/components/Picker/helpers.ts",
2320
+ "id": "./src/components/Picker/components/PickerList.module.scss",
2321
+ "name": "./src/components/Picker/components/PickerList.module.scss",
2265
2322
  "reasons": [
2266
- {
2267
- "moduleName": "./src/components/Picker/Picker.tsx"
2268
- },
2269
2323
  {
2270
2324
  "moduleName": "./src/components/Picker/components/PickerList.tsx"
2271
2325
  }
2272
2326
  ]
2273
2327
  },
2274
2328
  {
2275
- "id": "./src/components/Picker/Picker.module.scss",
2276
- "name": "./src/components/Picker/Picker.module.scss",
2329
+ "id": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2330
+ "name": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2277
2331
  "reasons": [
2278
2332
  {
2279
- "moduleName": "./src/components/Picker/Picker.tsx"
2333
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
2280
2334
  }
2281
2335
  ]
2282
2336
  },
@@ -2302,11 +2356,11 @@
2302
2356
  ]
2303
2357
  },
2304
2358
  {
2305
- "id": "./src/components/Switch/Switch.module.scss",
2306
- "name": "./src/components/Switch/Switch.module.scss",
2359
+ "id": "./src/components/Popover/Popover.module.scss",
2360
+ "name": "./src/components/Popover/Popover.module.scss",
2307
2361
  "reasons": [
2308
2362
  {
2309
- "moduleName": "./src/components/Switch/Switch.tsx"
2363
+ "moduleName": "./src/components/Popover/Popover.tsx"
2310
2364
  }
2311
2365
  ]
2312
2366
  },
@@ -2320,23 +2374,20 @@
2320
2374
  ]
2321
2375
  },
2322
2376
  {
2323
- "id": "./src/components/TagInput/EditableTag.tsx",
2324
- "name": "./src/components/TagInput/EditableTag.tsx",
2377
+ "id": "./src/components/RadioButton/RadioButton.module.scss",
2378
+ "name": "./src/components/RadioButton/RadioButton.module.scss",
2325
2379
  "reasons": [
2326
2380
  {
2327
- "moduleName": "./src/components/TagInput/TagInput.tsx"
2381
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
2328
2382
  }
2329
2383
  ]
2330
2384
  },
2331
2385
  {
2332
- "id": "./src/components/TagInput/TagInput.module.scss",
2333
- "name": "./src/components/TagInput/TagInput.module.scss",
2386
+ "id": "./src/components/Switch/Switch.module.scss",
2387
+ "name": "./src/components/Switch/Switch.module.scss",
2334
2388
  "reasons": [
2335
2389
  {
2336
- "moduleName": "./src/components/TagInput/TagInput.tsx"
2337
- },
2338
- {
2339
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
2390
+ "moduleName": "./src/components/Switch/Switch.tsx"
2340
2391
  }
2341
2392
  ]
2342
2393
  },
@@ -2350,38 +2401,50 @@
2350
2401
  ]
2351
2402
  },
2352
2403
  {
2353
- "id": "./react-virtuoso",
2354
- "name": "./react-virtuoso",
2404
+ "id": "./src/components/Tab/Tab.module.scss",
2405
+ "name": "./src/components/Tab/Tab.module.scss",
2355
2406
  "reasons": [
2356
2407
  {
2357
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
2408
+ "moduleName": "./src/components/Tab/Tab.tsx"
2358
2409
  }
2359
2410
  ]
2360
2411
  },
2361
2412
  {
2362
- "id": "./src/components/Picker/components/PickerListItem.tsx",
2363
- "name": "./src/components/Picker/components/PickerListItem.tsx",
2413
+ "id": "./src/components/Tab/TabsWrapper.module.scss",
2414
+ "name": "./src/components/Tab/TabsWrapper.module.scss",
2364
2415
  "reasons": [
2365
2416
  {
2366
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
2417
+ "moduleName": "./src/components/Tab/TabsWrapper.tsx"
2367
2418
  }
2368
2419
  ]
2369
2420
  },
2370
2421
  {
2371
- "id": "./src/components/Picker/components/PickerList.module.scss",
2372
- "name": "./src/components/Picker/components/PickerList.module.scss",
2422
+ "id": "./src/components/Tag/Tag.module.scss",
2423
+ "name": "./src/components/Tag/Tag.module.scss",
2373
2424
  "reasons": [
2374
2425
  {
2375
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
2426
+ "moduleName": "./src/components/Tag/Tag.tsx"
2376
2427
  }
2377
2428
  ]
2378
2429
  },
2379
2430
  {
2380
- "id": "./src/components/Tag/Tag.module.scss",
2381
- "name": "./src/components/Tag/Tag.module.scss",
2431
+ "id": "./src/components/TagInput/EditableTag.tsx",
2432
+ "name": "./src/components/TagInput/EditableTag.tsx",
2382
2433
  "reasons": [
2383
2434
  {
2384
- "moduleName": "./src/components/Tag/Tag.tsx"
2435
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
2436
+ }
2437
+ ]
2438
+ },
2439
+ {
2440
+ "id": "./src/components/TagInput/TagInput.module.scss",
2441
+ "name": "./src/components/TagInput/TagInput.module.scss",
2442
+ "reasons": [
2443
+ {
2444
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
2445
+ },
2446
+ {
2447
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
2385
2448
  }
2386
2449
  ]
2387
2450
  },
@@ -2435,10 +2498,10 @@
2435
2498
  "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2436
2499
  },
2437
2500
  {
2438
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
2501
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
2439
2502
  },
2440
2503
  {
2441
- "moduleName": "./src/components/Tooltip/components/Reports.tsx"
2504
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
2442
2505
  },
2443
2506
  {
2444
2507
  "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
@@ -2493,15 +2556,6 @@
2493
2556
  }
2494
2557
  ]
2495
2558
  },
2496
- {
2497
- "id": "./src/components/Textarea/Textarea.module.scss",
2498
- "name": "./src/components/Textarea/Textarea.module.scss",
2499
- "reasons": [
2500
- {
2501
- "moduleName": "./src/components/Textarea/Textarea.tsx"
2502
- }
2503
- ]
2504
- },
2505
2559
  {
2506
2560
  "id": "./src/components/Typography/Typography.module.scss",
2507
2561
  "name": "./src/components/Typography/Typography.module.scss",
@@ -2510,10 +2564,10 @@
2510
2564
  "moduleName": "./src/components/Typography/Heading.tsx"
2511
2565
  },
2512
2566
  {
2513
- "moduleName": "./src/components/Typography/Text.tsx"
2567
+ "moduleName": "./src/components/Typography/Display.tsx"
2514
2568
  },
2515
2569
  {
2516
- "moduleName": "./src/components/Typography/Display.tsx"
2570
+ "moduleName": "./src/components/Typography/Text.tsx"
2517
2571
  }
2518
2572
  ]
2519
2573
  },
@@ -2526,6 +2580,15 @@
2526
2580
  }
2527
2581
  ]
2528
2582
  },
2583
+ {
2584
+ "id": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2585
+ "name": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2586
+ "reasons": [
2587
+ {
2588
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
2589
+ }
2590
+ ]
2591
+ },
2529
2592
  {
2530
2593
  "id": "./src/components/UploadBar/UploadBar.module.scss",
2531
2594
  "name": "./src/components/UploadBar/UploadBar.module.scss",
@@ -2536,11 +2599,20 @@
2536
2599
  ]
2537
2600
  },
2538
2601
  {
2539
- "id": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2540
- "name": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2602
+ "id": "./src/components/Textarea/Textarea.module.scss",
2603
+ "name": "./src/components/Textarea/Textarea.module.scss",
2541
2604
  "reasons": [
2542
2605
  {
2543
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
2606
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
2607
+ }
2608
+ ]
2609
+ },
2610
+ {
2611
+ "id": "./src/components/Picker/components/PickerTriggerBody.module.scss",
2612
+ "name": "./src/components/Picker/components/PickerTriggerBody.module.scss",
2613
+ "reasons": [
2614
+ {
2615
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
2544
2616
  }
2545
2617
  ]
2546
2618
  },
@@ -2554,11 +2626,11 @@
2554
2626
  ]
2555
2627
  },
2556
2628
  {
2557
- "id": "./src/components/Picker/components/PickerTriggerBody.module.scss",
2558
- "name": "./src/components/Picker/components/PickerTriggerBody.module.scss",
2629
+ "id": "./src/components/Picker/components/PickerListItem.module.scss",
2630
+ "name": "./src/components/Picker/components/PickerListItem.module.scss",
2559
2631
  "reasons": [
2560
2632
  {
2561
- "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
2633
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2562
2634
  }
2563
2635
  ]
2564
2636
  },
@@ -2580,15 +2652,6 @@
2580
2652
  }
2581
2653
  ]
2582
2654
  },
2583
- {
2584
- "id": "./src/components/Picker/components/PickerListItem.module.scss",
2585
- "name": "./src/components/Picker/components/PickerListItem.module.scss",
2586
- "reasons": [
2587
- {
2588
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2589
- }
2590
- ]
2591
- },
2592
2655
  {
2593
2656
  "id": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2594
2657
  "name": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",