@portnet/ui 5.0.11 → 5.0.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/dist/api/guideApi.js +12 -0
- package/dist/api/guideImageService.js +119 -0
- package/dist/api/reclamationApi.js +83 -0
- package/dist/assets/guides/FAQ.json +118 -0
- package/dist/assets/guides/index.js +11 -0
- package/dist/assets/images/tijariaLogo.ico +0 -0
- package/dist/components/common/PuiHelpWidgetContext.js +17 -0
- package/dist/components/common/StyledMuiTextField.js +1 -1
- package/dist/components/providers/PuiHelpWidgetProvider.js +85 -0
- package/dist/components/widgets/GuideImage.js +251 -0
- package/dist/components/widgets/PuiHelpWidget.js +3633 -0
- package/dist/hooks/useReclamation.js +68 -0
- package/dist/index.js +14 -0
- package/dist/styles/ReclamationFormModal.css +569 -0
- package/dist/styles/help-widget.css +621 -0
- package/package.json +110 -100
package/package.json
CHANGED
|
@@ -1,100 +1,110 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@portnet/ui",
|
|
3
|
-
"version": "5.0.
|
|
4
|
-
"description": "Portnet UI",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"react",
|
|
7
|
-
"components",
|
|
8
|
-
"ui"
|
|
9
|
-
],
|
|
10
|
-
"main": "dist/index.js",
|
|
11
|
-
"private": false,
|
|
12
|
-
"files": [
|
|
13
|
-
"dist",
|
|
14
|
-
"README.md"
|
|
15
|
-
],
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@emotion/react": "^11.10.5",
|
|
18
|
-
"@emotion/styled": "^11.10.5",
|
|
19
|
-
"@
|
|
20
|
-
"@
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"@mui/
|
|
24
|
-
"@mui/
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
]
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"@
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"storybook": "^7.6.4",
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@portnet/ui",
|
|
3
|
+
"version": "5.0.13",
|
|
4
|
+
"description": "Portnet UI",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"react",
|
|
7
|
+
"components",
|
|
8
|
+
"ui"
|
|
9
|
+
],
|
|
10
|
+
"main": "dist/index.js",
|
|
11
|
+
"private": false,
|
|
12
|
+
"files": [
|
|
13
|
+
"dist",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@emotion/react": "^11.10.5",
|
|
18
|
+
"@emotion/styled": "^11.10.5",
|
|
19
|
+
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
20
|
+
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
|
21
|
+
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
22
|
+
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
23
|
+
"@mui/icons-material": "^5.10.16",
|
|
24
|
+
"@mui/lab": "^5.0.0-alpha.60",
|
|
25
|
+
"@mui/material": "^5.10.16",
|
|
26
|
+
"@mui/x-data-grid": "^5.17.26",
|
|
27
|
+
"@mui/x-data-grid-pro": "^5.17.26",
|
|
28
|
+
"@mui/x-date-pickers": "^5.0.4",
|
|
29
|
+
"@reduxjs/toolkit": "^2.11.2",
|
|
30
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
31
|
+
"@testing-library/react": "^13.4.0",
|
|
32
|
+
"@testing-library/user-event": "^13.5.0",
|
|
33
|
+
"axios": "^1.13.2",
|
|
34
|
+
"bootstrap": "^5.3.2",
|
|
35
|
+
"formik": "^2.2.9",
|
|
36
|
+
"lodash": "^4.17.21",
|
|
37
|
+
"moment": "^2.30.1",
|
|
38
|
+
"react": "^18.2.0",
|
|
39
|
+
"react-dom": "^18.2.0",
|
|
40
|
+
"react-query": "^3.39.3",
|
|
41
|
+
"react-redux": "^8.0.5",
|
|
42
|
+
"react-scripts": "^5.0.1",
|
|
43
|
+
"react-toastify": "^9.1.3",
|
|
44
|
+
"react-transition-group": "^4.4.5",
|
|
45
|
+
"reactstrap": "^9.2.0",
|
|
46
|
+
"styled-components": "^6.1.3",
|
|
47
|
+
"uuid": "^9.0.0",
|
|
48
|
+
"web-vitals": "^2.1.4",
|
|
49
|
+
"yup": "^0.32.11"
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"start": "react-scripts start",
|
|
53
|
+
"build": "rimraf dist && cross-env NODE_ENV=production babel src/lib --out-dir dist --copy-files",
|
|
54
|
+
"test": "react-scripts test",
|
|
55
|
+
"eject": "react-scripts eject",
|
|
56
|
+
"storybook": "storybook dev -p 6006 -s public",
|
|
57
|
+
"build-storybook": "storybook build -s public"
|
|
58
|
+
},
|
|
59
|
+
"eslintConfig": {
|
|
60
|
+
"extends": [
|
|
61
|
+
"react-app",
|
|
62
|
+
"react-app/jest"
|
|
63
|
+
],
|
|
64
|
+
"overrides": [
|
|
65
|
+
{
|
|
66
|
+
"files": [
|
|
67
|
+
"**/*.stories.*"
|
|
68
|
+
],
|
|
69
|
+
"rules": {
|
|
70
|
+
"import/no-anonymous-default-export": "off"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"browserslist": {
|
|
76
|
+
"production": [
|
|
77
|
+
">0.2%",
|
|
78
|
+
"not dead",
|
|
79
|
+
"not op_mini all"
|
|
80
|
+
],
|
|
81
|
+
"development": [
|
|
82
|
+
"last 1 chrome version",
|
|
83
|
+
"last 1 firefox version",
|
|
84
|
+
"last 1 safari version"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
"devDependencies": {
|
|
88
|
+
"@babel/cli": "^7.19.3",
|
|
89
|
+
"@babel/core": "^7.20.5",
|
|
90
|
+
"@babel/preset-env": "^7.20.2",
|
|
91
|
+
"@babel/preset-react": "^7.18.6",
|
|
92
|
+
"@storybook/addon-actions": "^7.6.4",
|
|
93
|
+
"@storybook/addon-essentials": "^7.6.4",
|
|
94
|
+
"@storybook/addon-interactions": "^7.6.4",
|
|
95
|
+
"@storybook/addon-links": "^7.6.4",
|
|
96
|
+
"@storybook/node-logger": "^7.6.4",
|
|
97
|
+
"@storybook/preset-create-react-app": "^7.6.4",
|
|
98
|
+
"@storybook/react": "^7.6.4",
|
|
99
|
+
"@storybook/react-webpack5": "^7.6.4",
|
|
100
|
+
"@storybook/testing-library": "^0.2.2",
|
|
101
|
+
"ajv": "^8.17.1",
|
|
102
|
+
"ajv-keywords": "^5.1.0",
|
|
103
|
+
"cross-env": "^7.0.3",
|
|
104
|
+
"husky": "^4.3.8",
|
|
105
|
+
"prop-types": "^15.8.1",
|
|
106
|
+
"rimraf": "^5.0.5",
|
|
107
|
+
"storybook": "^7.6.4",
|
|
108
|
+
"webpack": "^5.75.0"
|
|
109
|
+
}
|
|
110
|
+
}
|