@paro.io/expert-shared-components 1.11.8 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) 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/DocumentTable.d.ts +15 -15
  16. package/lib/components/DocumentCenter/DocumentTable.js +350 -350
  17. package/lib/components/DocumentCenter/UploadFilesButton.d.ts +6 -6
  18. package/lib/components/DocumentCenter/UploadFilesButton.js +29 -29
  19. package/lib/components/EarningsTracker/ActiveProjectCard.d.ts +52 -52
  20. package/lib/components/EarningsTracker/ActiveProjectCard.js +161 -161
  21. package/lib/components/EarningsTracker/CenterCardUI.d.ts +13 -13
  22. package/lib/components/EarningsTracker/CenterCardUI.js +134 -134
  23. package/lib/components/EarningsTracker/EarningsTracker.d.ts +52 -52
  24. package/lib/components/EarningsTracker/EarningsTracker.js +508 -508
  25. package/lib/components/EarningsTracker/EditDateModal.d.ts +22 -22
  26. package/lib/components/EarningsTracker/EditDateModal.js +149 -149
  27. package/lib/components/EarningsTracker/EmailModal.d.ts +14 -14
  28. package/lib/components/EarningsTracker/EmailModal.js +79 -79
  29. package/lib/components/EarningsTracker/EndProjectModal.d.ts +56 -56
  30. package/lib/components/EarningsTracker/EndProjectModal.js +221 -221
  31. package/lib/components/EarningsTracker/LeftCardUI.d.ts +18 -18
  32. package/lib/components/EarningsTracker/LeftCardUI.js +189 -189
  33. package/lib/components/EarningsTracker/LogTimeModalAuthenticated.d.ts +52 -52
  34. package/lib/components/EarningsTracker/LogTimeModalAuthenticated.js +358 -358
  35. package/lib/components/EarningsTracker/ProgressBar.d.ts +4 -4
  36. package/lib/components/EarningsTracker/ProgressBar.js +66 -66
  37. package/lib/components/EarningsTracker/ReviewRequestModal.d.ts +17 -17
  38. package/lib/components/EarningsTracker/ReviewRequestModal.js +135 -135
  39. package/lib/components/EarningsTracker/RightCardUI.d.ts +46 -46
  40. package/lib/components/EarningsTracker/RightCardUI.js +231 -231
  41. package/lib/components/EarningsTracker/index.d.ts +1 -1
  42. package/lib/components/EarningsTracker/index.js +5 -5
  43. package/lib/components/ExpertProfileHeader/ActionButtonSection.js +6 -6
  44. package/lib/components/ExpertProfileHeader/ProfileSection.js +7 -7
  45. package/lib/components/Invoices/ClientDisputeProjectCard.d.ts +9 -0
  46. package/lib/components/Invoices/ClientDisputeProjectCard.js +292 -0
  47. package/lib/components/Invoices/DiscussionSection.js +2 -2
  48. package/lib/components/Invoices/InvoiceCard.d.ts +3 -1
  49. package/lib/components/Invoices/InvoiceCard.js +8 -4
  50. package/lib/components/Invoices/InvoiceDetails.d.ts +2 -1
  51. package/lib/components/Invoices/InvoiceDetails.js +2 -2
  52. package/lib/components/OrganizationChart/OrganizationChart.d.ts +15 -15
  53. package/lib/components/OrganizationChart/OrganizationChart.js +312 -312
  54. package/lib/components/OrganizationChart/PersonCard.js +5 -5
  55. package/lib/components/OrganizationChart/utils.js +79 -79
  56. package/lib/components/ProjectCard/ProgressBar.js +4 -4
  57. package/lib/components/ProjectCard/ReviewRequestModal.js +5 -5
  58. package/lib/components/Reviews/Pagination.js +6 -6
  59. package/lib/components/ReviewsTab/RatingHeader.js +6 -6
  60. package/lib/components/ReviewsTab/expert-shared-components.code-workspace +20 -20
  61. package/lib/components/ReviewsTab/reviewRequestModal.js +5 -5
  62. package/lib/components/shared/Image.js +13 -13
  63. package/lib/components/shared/ProfileTextField.d.ts +18 -18
  64. package/lib/components/shared/ProfileTextField.js +16 -16
  65. package/lib/components/shared/StyledActionButtons.d.ts +7 -7
  66. package/lib/components/shared/StyledActionButtons.js +15 -15
  67. package/lib/components/shared/ToastNotification.d.ts +10 -10
  68. package/lib/components/shared/ToastNotification.js +63 -63
  69. package/lib/components/shared/UploadClient.js +15 -0
  70. package/package.json +61 -61
@@ -45,6 +45,11 @@ class UploadClient {
45
45
  },
46
46
  body: JSON.stringify(params),
47
47
  });
48
+ if (!response.ok) {
49
+ const errorText = yield response.text(); // Read the response body as text (could be HTML)
50
+ console.error('Error response:', errorText);
51
+ throw new Error('Failed to start multipart upload');
52
+ }
48
53
  let { responseData } = yield response.json();
49
54
  this.state = Object.assign(Object.assign({}, this.state), { uploadId: responseData === null || responseData === void 0 ? void 0 : responseData.UploadId });
50
55
  return this.uploadMultiPartFile();
@@ -71,6 +76,11 @@ class UploadClient {
71
76
  method: 'POST',
72
77
  body: JSON.stringify({ fileName: this.state.fileName, uploadId: this.state.uploadId, partNumber: index, method: 'get-presigned-url', bucketName: this.state.bucketName }),
73
78
  });
79
+ if (!presignedUrlResponse.ok) {
80
+ const errorText = yield presignedUrlResponse.text();
81
+ console.error('Error getting presigned URL:', errorText);
82
+ throw new Error('Failed to get presigned URL');
83
+ }
74
84
  const { responseData } = yield presignedUrlResponse.json();
75
85
  // Add each upload part to promise array using presigned URL
76
86
  let uploadResponse = fetch(responseData, {
@@ -104,6 +114,11 @@ class UploadClient {
104
114
  },
105
115
  body: JSON.stringify({ fileName: this.state.fileName, uploadId: this.state.uploadId, parts: partsArray, method: 'complete-upload', bucketName: this.state.bucketName }),
106
116
  });
117
+ if (!response.ok) {
118
+ const errorText = yield response.text();
119
+ console.error('Error completing upload:', errorText);
120
+ throw new Error('Failed to complete multipart upload');
121
+ }
107
122
  const { responseData } = yield response.json();
108
123
  console.log('Upload Complete', responseData);
109
124
  return `${JSON.stringify(responseData)}`;
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "@paro.io/expert-shared-components",
3
- "version": "1.11.8",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "scripts": {
7
- "build": "tsc",
8
- "prepare": "yarn build",
9
- "test": "yarn test:build",
10
- "test:build": "yarn build",
11
- "clean": "yarn -rf lib",
12
- "predeploy": "tsc && cp package.json README.md ./lib",
13
- "link-local": "yarn link && cd node_modules/react && yarn link && cd ../react-dom && yarn link",
14
- "unlink-local": "yarn unlink && cd node_modules/react && yarn unlink && cd ../react-dom && yarn unlink"
15
- },
16
- "repository": "https://github.com/paroadmin/expert-shared-components.git",
17
- "keywords": ["react", "components", "shared"],
18
- "author": "apande@paro.io",
19
- "license": "MIT",
20
- "dependencies": {
21
- "@date-io/dayjs": "1.x",
22
- "@fortawesome/fontawesome-svg-core": "^6.6.0",
23
- "@fortawesome/free-solid-svg-icons": "^6.6.0",
24
- "@fortawesome/react-fontawesome": "^0.2.2",
25
- "@hookform/resolvers": "3.3.4",
26
- "@material-ui/core": "^4.11.0",
27
- "@material-ui/icons": "^4.11.3",
28
- "@material-ui/lab": "^4.0.0-alpha.61",
29
- "@material-ui/pickers": "^3.3.11",
30
- "@paro.io/base-icons": "^1.0.4",
31
- "@paro.io/base-ui": "^1.8.3",
32
- "@types/react-input-mask": "^3.0.5",
33
- "dayjs": "^1.10.7",
34
- "lodash": "^4.17.21",
35
- "react": "^18.2.0",
36
- "react-copy-to-clipboard": "^5.0.4",
37
- "react-datepicker": "^4.6.0",
38
- "react-dom": "^17.0.2",
39
- "react-hook-form": "7.51.1",
40
- "react-hot-toast": "^2.4.1",
41
- "react-input-mask": "^3.0.0-alpha.2",
42
- "styled-components": "^5.3.3",
43
- "yup": "^0.32.11"
44
- },
45
- "devDependencies": {
46
- "@types/lodash": "^4.14.170",
47
- "@types/react": "18.3.12",
48
- "@types/react-copy-to-clipboard": "^5.0.2",
49
- "@types/react-datepicker": "^4.19.6",
50
- "@types/react-dom": "^18.2.22",
51
- "@types/styled-components": "^5.1.22",
52
- "@types/yup": "^0.29.13",
53
- "typescript": "^5.3.3"
54
- },
55
- "files": [
56
- "lib/**/*"
57
- ],
58
- "directories": {
59
- "lib": "lib"
60
- }
61
- }
1
+ {
2
+ "name": "@paro.io/expert-shared-components",
3
+ "version": "1.12.0",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "scripts": {
7
+ "build": "tsc",
8
+ "prepare": "yarn build",
9
+ "test": "yarn test:build",
10
+ "test:build": "yarn build",
11
+ "clean": "yarn -rf lib",
12
+ "predeploy": "tsc && cp package.json README.md ./lib",
13
+ "link-local": "yarn link && cd node_modules/react && yarn link && cd ../react-dom && yarn link",
14
+ "unlink-local": "yarn unlink && cd node_modules/react && yarn unlink && cd ../react-dom && yarn unlink"
15
+ },
16
+ "repository": "https://github.com/paroadmin/expert-shared-components.git",
17
+ "keywords": ["react", "components", "shared"],
18
+ "author": "apande@paro.io",
19
+ "license": "MIT",
20
+ "dependencies": {
21
+ "@date-io/dayjs": "1.x",
22
+ "@fortawesome/fontawesome-svg-core": "^6.6.0",
23
+ "@fortawesome/free-solid-svg-icons": "^6.6.0",
24
+ "@fortawesome/react-fontawesome": "^0.2.2",
25
+ "@hookform/resolvers": "3.3.4",
26
+ "@material-ui/core": "^4.11.0",
27
+ "@material-ui/icons": "^4.11.3",
28
+ "@material-ui/lab": "^4.0.0-alpha.61",
29
+ "@material-ui/pickers": "^3.3.11",
30
+ "@paro.io/base-icons": "^1.0.4",
31
+ "@paro.io/base-ui": "^1.8.3",
32
+ "@types/react-input-mask": "^3.0.5",
33
+ "dayjs": "^1.10.7",
34
+ "lodash": "^4.17.21",
35
+ "react": "^18.2.0",
36
+ "react-copy-to-clipboard": "^5.0.4",
37
+ "react-datepicker": "^4.6.0",
38
+ "react-dom": "^17.0.2",
39
+ "react-hook-form": "7.51.1",
40
+ "react-hot-toast": "^2.4.1",
41
+ "react-input-mask": "^3.0.0-alpha.2",
42
+ "styled-components": "^5.3.3",
43
+ "yup": "^0.32.11"
44
+ },
45
+ "devDependencies": {
46
+ "@types/lodash": "^4.14.170",
47
+ "@types/react": "18.3.12",
48
+ "@types/react-copy-to-clipboard": "^5.0.2",
49
+ "@types/react-datepicker": "^4.19.6",
50
+ "@types/react-dom": "^18.2.22",
51
+ "@types/styled-components": "^5.1.22",
52
+ "@types/yup": "^0.29.13",
53
+ "typescript": "^5.3.3"
54
+ },
55
+ "files": [
56
+ "lib/**/*"
57
+ ],
58
+ "directories": {
59
+ "lib": "lib"
60
+ }
61
+ }