@paro.io/expert-shared-components 1.14.12 → 1.14.13
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.
- package/LICENSE +21 -21
- package/README.md +2 -2
- package/lib/components/ClientReferencesSection/DeleteButton.js +11 -11
- package/lib/components/ClientReferencesSection/ParoError.js +10 -10
- package/lib/components/ClientReferencesSection/TagsSection.js +2 -2
- package/lib/components/ClientReferencesSection/styles/BrandedTypography.js +2 -2
- package/lib/components/ClientReferencesSection/styles/Buttons.js +15 -15
- package/lib/components/ClientReferencesSection/styles/Name.js +5 -5
- package/lib/components/ClientReferencesSection/styles/NullContentConditionalColor.js +4 -4
- package/lib/components/ClientReferencesSection/styles/SectionBody.js +11 -11
- package/lib/components/ClientReferencesSection/styles/SectionTitle.js +6 -6
- package/lib/components/ClientReferencesSection/styles/Tags.js +2 -2
- package/lib/components/DiscussionThread/chat.d.ts +22 -22
- package/lib/components/DiscussionThread/chat.js +106 -106
- package/lib/components/DocumentCenter/DocumentTable.d.ts +15 -15
- package/lib/components/DocumentCenter/DocumentTable.js +350 -350
- package/lib/components/DocumentCenter/UploadFilesButton.d.ts +6 -6
- package/lib/components/DocumentCenter/UploadFilesButton.js +29 -29
- package/lib/components/EarningsTracker/ActiveProjectCard.d.ts +52 -52
- package/lib/components/EarningsTracker/ActiveProjectCard.js +161 -161
- package/lib/components/EarningsTracker/CenterCardUI.d.ts +13 -13
- package/lib/components/EarningsTracker/CenterCardUI.js +134 -134
- package/lib/components/EarningsTracker/EarningsTracker.d.ts +52 -52
- package/lib/components/EarningsTracker/EarningsTracker.js +508 -508
- package/lib/components/EarningsTracker/EditDateModal.d.ts +22 -22
- package/lib/components/EarningsTracker/EditDateModal.js +149 -149
- package/lib/components/EarningsTracker/EmailModal.d.ts +14 -14
- package/lib/components/EarningsTracker/EmailModal.js +79 -79
- package/lib/components/EarningsTracker/EndProjectModal.d.ts +56 -56
- package/lib/components/EarningsTracker/EndProjectModal.js +221 -221
- package/lib/components/EarningsTracker/LeftCardUI.d.ts +18 -18
- package/lib/components/EarningsTracker/LeftCardUI.js +189 -189
- package/lib/components/EarningsTracker/LogTimeModalAuthenticated.d.ts +52 -52
- package/lib/components/EarningsTracker/LogTimeModalAuthenticated.js +358 -358
- package/lib/components/EarningsTracker/ProgressBar.d.ts +4 -4
- package/lib/components/EarningsTracker/ProgressBar.js +66 -66
- package/lib/components/EarningsTracker/ReviewRequestModal.d.ts +17 -17
- package/lib/components/EarningsTracker/ReviewRequestModal.js +135 -135
- package/lib/components/EarningsTracker/RightCardUI.d.ts +46 -46
- package/lib/components/EarningsTracker/RightCardUI.js +231 -231
- package/lib/components/EarningsTracker/index.d.ts +1 -1
- package/lib/components/EarningsTracker/index.js +5 -5
- package/lib/components/Escalations/CustomTag.d.ts +3 -3
- package/lib/components/Escalations/CustomTag.js +25 -25
- package/lib/components/Escalations/ViewReponseModal.d.ts +8 -8
- package/lib/components/Escalations/ViewReponseModal.js +27 -27
- package/lib/components/ExpertProfileHeader/ActionButtonSection.js +6 -6
- package/lib/components/ExpertProfileHeader/ProfileSection.js +7 -7
- package/lib/components/Invoices/DecisionSection.d.ts +3 -1
- package/lib/components/Invoices/DecisionSection.js +5 -5
- package/lib/components/Invoices/InvoiceCard.d.ts +3 -1
- package/lib/components/Invoices/InvoiceCard.js +2 -2
- package/lib/components/Invoices/ProjectHoursAdjustmentModal.d.ts +2 -1
- package/lib/components/Invoices/ProjectHoursAdjustmentModal.js +3 -1
- package/lib/components/Invoices/TestDecisionSection.d.ts +1 -1
- package/lib/components/Invoices/TestDecisionSection.js +126 -126
- package/lib/components/OrganizationChart/OrganizationChart.js +7 -7
- package/lib/components/OrganizationChart/PersonCard.js +5 -5
- package/lib/components/OrganizationChart/utils.js +79 -79
- package/lib/components/ProjectCard/ProgressBar.js +4 -4
- package/lib/components/ProjectCard/ReviewRequestModal.js +5 -5
- package/lib/components/ProjectIntelligence/MissingInformation/index.js +1 -1
- package/lib/components/Reviews/Pagination.js +6 -6
- package/lib/components/ReviewsTab/RatingHeader.js +6 -6
- package/lib/components/ReviewsTab/expert-shared-components.code-workspace +20 -20
- package/lib/components/ReviewsTab/reviewRequestModal.js +5 -5
- package/lib/components/shared/Image.js +13 -13
- package/lib/components/shared/ProfileTextField.d.ts +18 -18
- package/lib/components/shared/ProfileTextField.js +16 -16
- package/lib/components/shared/StyledActionButtons.d.ts +7 -7
- package/lib/components/shared/StyledActionButtons.js +15 -15
- package/lib/components/shared/ToastNotification.d.ts +10 -10
- package/lib/components/shared/ToastNotification.js +63 -63
- package/package.json +67 -67
package/package.json
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@paro.io/expert-shared-components",
|
|
3
|
-
"version": "1.14.
|
|
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": [
|
|
18
|
-
"react",
|
|
19
|
-
"components",
|
|
20
|
-
"shared"
|
|
21
|
-
],
|
|
22
|
-
"author": "apande@paro.io",
|
|
23
|
-
"license": "MIT",
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@date-io/dayjs": "1.x",
|
|
26
|
-
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
27
|
-
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
28
|
-
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
29
|
-
"@hookform/resolvers": "3.3.4",
|
|
30
|
-
"@material-ui/core": "^4.11.0",
|
|
31
|
-
"@material-ui/icons": "^4.11.3",
|
|
32
|
-
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
33
|
-
"@material-ui/pickers": "^3.3.11",
|
|
34
|
-
"@paro.io/base-icons": "^1.0.4",
|
|
35
|
-
"@paro.io/base-ui": "^1.8.3",
|
|
36
|
-
"@types/react-input-mask": "^3.0.5",
|
|
37
|
-
"dayjs": "^1.10.7",
|
|
38
|
-
"lodash": "^4.17.21",
|
|
39
|
-
"react": "^18.2.0",
|
|
40
|
-
"react-copy-to-clipboard": "^5.0.4",
|
|
41
|
-
"react-datepicker": "^4.6.0",
|
|
42
|
-
"react-dom": "^17.0.2",
|
|
43
|
-
"react-hook-form": "7.51.1",
|
|
44
|
-
"react-hot-toast": "^2.4.1",
|
|
45
|
-
"react-input-mask": "^3.0.0-alpha.2",
|
|
46
|
-
"styled-components": "^5.3.3",
|
|
47
|
-
"uuid": "8.3.2",
|
|
48
|
-
"yup": "^0.32.11"
|
|
49
|
-
},
|
|
50
|
-
"devDependencies": {
|
|
51
|
-
"@types/lodash": "^4.14.170",
|
|
52
|
-
"@types/react": "18.3.12",
|
|
53
|
-
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
54
|
-
"@types/react-datepicker": "^4.19.6",
|
|
55
|
-
"@types/react-dom": "^18.2.22",
|
|
56
|
-
"@types/styled-components": "^5.1.22",
|
|
57
|
-
"@types/uuid": "^10.0.0",
|
|
58
|
-
"@types/yup": "^0.29.13",
|
|
59
|
-
"typescript": "^5.3.3"
|
|
60
|
-
},
|
|
61
|
-
"files": [
|
|
62
|
-
"lib/**/*"
|
|
63
|
-
],
|
|
64
|
-
"directories": {
|
|
65
|
-
"lib": "lib"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@paro.io/expert-shared-components",
|
|
3
|
+
"version": "1.14.13",
|
|
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": [
|
|
18
|
+
"react",
|
|
19
|
+
"components",
|
|
20
|
+
"shared"
|
|
21
|
+
],
|
|
22
|
+
"author": "apande@paro.io",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@date-io/dayjs": "1.x",
|
|
26
|
+
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
27
|
+
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
28
|
+
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
29
|
+
"@hookform/resolvers": "3.3.4",
|
|
30
|
+
"@material-ui/core": "^4.11.0",
|
|
31
|
+
"@material-ui/icons": "^4.11.3",
|
|
32
|
+
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
33
|
+
"@material-ui/pickers": "^3.3.11",
|
|
34
|
+
"@paro.io/base-icons": "^1.0.4",
|
|
35
|
+
"@paro.io/base-ui": "^1.8.3",
|
|
36
|
+
"@types/react-input-mask": "^3.0.5",
|
|
37
|
+
"dayjs": "^1.10.7",
|
|
38
|
+
"lodash": "^4.17.21",
|
|
39
|
+
"react": "^18.2.0",
|
|
40
|
+
"react-copy-to-clipboard": "^5.0.4",
|
|
41
|
+
"react-datepicker": "^4.6.0",
|
|
42
|
+
"react-dom": "^17.0.2",
|
|
43
|
+
"react-hook-form": "7.51.1",
|
|
44
|
+
"react-hot-toast": "^2.4.1",
|
|
45
|
+
"react-input-mask": "^3.0.0-alpha.2",
|
|
46
|
+
"styled-components": "^5.3.3",
|
|
47
|
+
"uuid": "8.3.2",
|
|
48
|
+
"yup": "^0.32.11"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
51
|
+
"@types/lodash": "^4.14.170",
|
|
52
|
+
"@types/react": "18.3.12",
|
|
53
|
+
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
54
|
+
"@types/react-datepicker": "^4.19.6",
|
|
55
|
+
"@types/react-dom": "^18.2.22",
|
|
56
|
+
"@types/styled-components": "^5.1.22",
|
|
57
|
+
"@types/uuid": "^10.0.0",
|
|
58
|
+
"@types/yup": "^0.29.13",
|
|
59
|
+
"typescript": "^5.3.3"
|
|
60
|
+
},
|
|
61
|
+
"files": [
|
|
62
|
+
"lib/**/*"
|
|
63
|
+
],
|
|
64
|
+
"directories": {
|
|
65
|
+
"lib": "lib"
|
|
66
|
+
}
|
|
67
|
+
}
|