@paro.io/expert-shared-components 1.12.34 → 1.12.35

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 (81) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +2 -2
  3. package/lib/components/ClientReferencesSection/DeleteButton.js +11 -11
  4. package/lib/components/ClientReferencesSection/ParoError.js +10 -10
  5. package/lib/components/ClientReferencesSection/TagsSection.js +2 -2
  6. package/lib/components/ClientReferencesSection/styles/BrandedTypography.js +2 -2
  7. package/lib/components/ClientReferencesSection/styles/Buttons.js +15 -15
  8. package/lib/components/ClientReferencesSection/styles/Name.js +5 -5
  9. package/lib/components/ClientReferencesSection/styles/NullContentConditionalColor.js +4 -4
  10. package/lib/components/ClientReferencesSection/styles/SectionBody.js +11 -11
  11. package/lib/components/ClientReferencesSection/styles/SectionTitle.js +6 -6
  12. package/lib/components/ClientReferencesSection/styles/Tags.js +2 -2
  13. package/lib/components/DiscussionThread/chat.d.ts +22 -22
  14. package/lib/components/DiscussionThread/chat.js +106 -106
  15. package/lib/components/DocumentCenter/ClientDocumentsTable.d.ts +2 -1
  16. package/lib/components/DocumentCenter/ClientDocumentsTable.js +6 -5
  17. package/lib/components/DocumentCenter/DocumentCenter.d.ts +2 -1
  18. package/lib/components/DocumentCenter/DocumentCenter.js +2 -2
  19. package/lib/components/DocumentCenter/DocumentTable.d.ts +15 -15
  20. package/lib/components/DocumentCenter/DocumentTable.js +350 -350
  21. package/lib/components/DocumentCenter/UploadFilesButton.d.ts +6 -6
  22. package/lib/components/DocumentCenter/UploadFilesButton.js +29 -29
  23. package/lib/components/EarningsTracker/ActiveProjectCard.d.ts +52 -52
  24. package/lib/components/EarningsTracker/ActiveProjectCard.js +161 -161
  25. package/lib/components/EarningsTracker/CenterCardUI.d.ts +13 -13
  26. package/lib/components/EarningsTracker/CenterCardUI.js +134 -134
  27. package/lib/components/EarningsTracker/EarningsTracker.d.ts +52 -52
  28. package/lib/components/EarningsTracker/EarningsTracker.js +508 -508
  29. package/lib/components/EarningsTracker/EditDateModal.d.ts +22 -22
  30. package/lib/components/EarningsTracker/EditDateModal.js +149 -149
  31. package/lib/components/EarningsTracker/EmailModal.d.ts +14 -14
  32. package/lib/components/EarningsTracker/EmailModal.js +79 -79
  33. package/lib/components/EarningsTracker/EndProjectModal.d.ts +56 -56
  34. package/lib/components/EarningsTracker/EndProjectModal.js +221 -221
  35. package/lib/components/EarningsTracker/LeftCardUI.d.ts +18 -18
  36. package/lib/components/EarningsTracker/LeftCardUI.js +189 -189
  37. package/lib/components/EarningsTracker/LogTimeModalAuthenticated.d.ts +52 -52
  38. package/lib/components/EarningsTracker/LogTimeModalAuthenticated.js +358 -358
  39. package/lib/components/EarningsTracker/ProgressBar.d.ts +4 -4
  40. package/lib/components/EarningsTracker/ProgressBar.js +66 -66
  41. package/lib/components/EarningsTracker/ReviewRequestModal.d.ts +17 -17
  42. package/lib/components/EarningsTracker/ReviewRequestModal.js +135 -135
  43. package/lib/components/EarningsTracker/RightCardUI.d.ts +46 -46
  44. package/lib/components/EarningsTracker/RightCardUI.js +231 -231
  45. package/lib/components/EarningsTracker/index.d.ts +1 -1
  46. package/lib/components/EarningsTracker/index.js +5 -5
  47. package/lib/components/ExpertProfileHeader/ActionButtonSection.js +6 -6
  48. package/lib/components/ExpertProfileHeader/ProfileSection.js +7 -7
  49. package/lib/components/FileUploader/index.d.ts +10 -1
  50. package/lib/components/FileUploader/index.js +42 -14
  51. package/lib/components/Invoices/ClientDisputeProjectCard.d.ts +2 -1
  52. package/lib/components/Invoices/ClientDisputeProjectCard.js +11 -2
  53. package/lib/components/Invoices/DecisionSection.d.ts +2 -1
  54. package/lib/components/Invoices/DecisionSection.js +56 -25
  55. package/lib/components/Invoices/DisputeSection.d.ts +3 -1
  56. package/lib/components/Invoices/DisputeSection.js +13 -4
  57. package/lib/components/Invoices/InvoiceCard.d.ts +3 -1
  58. package/lib/components/Invoices/InvoiceCard.js +9 -5
  59. package/lib/components/Invoices/InvoiceDetails.js +2 -2
  60. package/lib/components/Invoices/TestDecisionSection.d.ts +1 -1
  61. package/lib/components/Invoices/TestDecisionSection.js +126 -126
  62. package/lib/components/OrganizationChart/OrganizationChart.d.ts +15 -15
  63. package/lib/components/OrganizationChart/OrganizationChart.js +312 -312
  64. package/lib/components/OrganizationChart/PersonCard.js +5 -5
  65. package/lib/components/OrganizationChart/utils.js +79 -79
  66. package/lib/components/ProjectCard/ProgressBar.js +4 -4
  67. package/lib/components/ProjectCard/ReviewRequestModal.js +5 -5
  68. package/lib/components/Reviews/Pagination.js +6 -6
  69. package/lib/components/ReviewsTab/RatingHeader.js +6 -6
  70. package/lib/components/ReviewsTab/expert-shared-components.code-workspace +20 -20
  71. package/lib/components/ReviewsTab/reviewRequestModal.js +5 -5
  72. package/lib/components/shared/Image.js +13 -13
  73. package/lib/components/shared/ProfileTextField.d.ts +18 -18
  74. package/lib/components/shared/ProfileTextField.js +16 -16
  75. package/lib/components/shared/StyledActionButtons.d.ts +7 -7
  76. package/lib/components/shared/StyledActionButtons.js +15 -15
  77. package/lib/components/shared/ToastNotification.d.ts +10 -10
  78. package/lib/components/shared/ToastNotification.js +63 -63
  79. package/lib/components/shared/utils.d.ts +1 -0
  80. package/lib/components/shared/utils.js +2 -1
  81. package/package.json +61 -61
@@ -1,15 +1,15 @@
1
- interface DocumentTableProps {
2
- legacyFreelancerId: number;
3
- paroProjectsData: any;
4
- expiryDate: string;
5
- expertFiles: any[];
6
- uploadExpertClientFiles: any;
7
- uploadFileData: any;
8
- deleteFileMutation: any;
9
- updateFreelancerExpiryMutation: any;
10
- GetFilesDocument: any;
11
- foldername: string;
12
- paroDocuments: boolean;
13
- }
14
- export declare const DocumentTable: ({ legacyFreelancerId, paroProjectsData, expiryDate, expertFiles, uploadExpertClientFiles, uploadFileData, deleteFileMutation, updateFreelancerExpiryMutation, GetFilesDocument, foldername, paroDocuments }: DocumentTableProps) => JSX.Element;
15
- export {};
1
+ interface DocumentTableProps {
2
+ legacyFreelancerId: number;
3
+ paroProjectsData: any;
4
+ expiryDate: string;
5
+ expertFiles: any[];
6
+ uploadExpertClientFiles: any;
7
+ uploadFileData: any;
8
+ deleteFileMutation: any;
9
+ updateFreelancerExpiryMutation: any;
10
+ GetFilesDocument: any;
11
+ foldername: string;
12
+ paroDocuments: boolean;
13
+ }
14
+ export declare const DocumentTable: ({ legacyFreelancerId, paroProjectsData, expiryDate, expertFiles, uploadExpertClientFiles, uploadFileData, deleteFileMutation, updateFreelancerExpiryMutation, GetFilesDocument, foldername, paroDocuments }: DocumentTableProps) => JSX.Element;
15
+ export {};