@amateescu/portal-ui-components 0.0.13 → 0.0.15-beta0
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/EllipsisOutlined-Cm0_b9Em.js +2469 -0
- package/dist/PurePanel-CEtW2cn_.js +4781 -0
- package/dist/Skeleton-CxzINLDP.js +565 -0
- package/dist/UserInfoDropdown-B4K8MPdS.js +3761 -0
- package/dist/assets/SideMenu.css +1 -0
- package/dist/assets/UserInfoDropdown.css +1 -0
- package/dist/components/ConfirmationModal/ConfirmationModal.js +1 -1
- package/dist/components/ErrorModal/ErrorModal.js +1 -1
- package/dist/components/InfoModal/InfoModal.js +1 -1
- package/dist/components/KpiCard/KpiCard.js +974 -3419
- package/dist/components/SideMenu/SideMenu.d.ts +2 -0
- package/dist/components/SideMenu/SideMenu.js +202 -0
- package/dist/components/SideMenu/SideMenu.types.d.ts +17 -0
- package/dist/components/SideMenu/SideMenu.types.js +1 -0
- package/dist/components/UserInfoDropdown/UserInfoDropdown.d.ts +3 -0
- package/dist/components/UserInfoDropdown/UserInfoDropdown.js +6 -0
- package/dist/components/UserInfoDropdown/UserInfoDropdown.types.d.ts +9 -0
- package/dist/components/UserInfoDropdown/UserInfoDropdown.types.js +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +20 -16
- package/dist/index-BJyEP8DX.js +1551 -0
- package/dist/main.js +20 -16
- package/dist/{Skeleton-g81JQrtl.js → useId-D0OLY2mt.js} +9493 -10017
- package/package.json +64 -62
- package/dist/index-BczMuCik.js +0 -6111
package/package.json
CHANGED
|
@@ -1,62 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@amateescu/portal-ui-components",
|
|
3
|
-
"main": "dist/main.js",
|
|
4
|
-
"types": "dist/main.d.ts",
|
|
5
|
-
"version": "0.0.
|
|
6
|
-
"type": "module",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist"
|
|
9
|
-
],
|
|
10
|
-
"exports": {
|
|
11
|
-
"./components": "./dist/components/index.js",
|
|
12
|
-
"./types": "./dist/types/index.js"
|
|
13
|
-
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"build": "tsc && vite build",
|
|
16
|
-
"tsc": "tsc",
|
|
17
|
-
"clean": "rimraf dist && rimraf --glob ./*.tsbuildinfo",
|
|
18
|
-
"lint": "eslint ."
|
|
19
|
-
},
|
|
20
|
-
"publishConfig": {
|
|
21
|
-
"access": "public"
|
|
22
|
-
},
|
|
23
|
-
"peerDependencies": {
|
|
24
|
-
"react": "^18.2.0",
|
|
25
|
-
"react-dom": "^18.2.0"
|
|
26
|
-
},
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@emotion/react": "^11.13.0",
|
|
29
|
-
"@emotion/styled": "^11.13.0",
|
|
30
|
-
"@eslint/js": "^9.15.0",
|
|
31
|
-
"@mui/icons-material": "^5.15.12",
|
|
32
|
-
"@mui/material": "^5.15.12",
|
|
33
|
-
"@mui/x-data-grid": "^6.19.8",
|
|
34
|
-
"@types/postcss-import": "^14.0.3",
|
|
35
|
-
"@types/react": "^18.3.1",
|
|
36
|
-
"@types/react-dom": "^18.3.1",
|
|
37
|
-
"@vitejs/plugin-react": "^4.3.3",
|
|
38
|
-
"antd": "^5.21.6",
|
|
39
|
-
"date-fns": "^4.1.0",
|
|
40
|
-
"eslint": "^9.15.0",
|
|
41
|
-
"eslint-plugin-react": "^7.37.2",
|
|
42
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
|
43
|
-
"eslint-plugin-react-refresh": "^0.4.14",
|
|
44
|
-
"glob": "^10.4.5",
|
|
45
|
-
"globals": "^15.12.0",
|
|
46
|
-
"
|
|
47
|
-
"postcss
|
|
48
|
-
"postcss-
|
|
49
|
-
"
|
|
50
|
-
"react
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"vite
|
|
57
|
-
"vite-plugin-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@amateescu/portal-ui-components",
|
|
3
|
+
"main": "dist/main.js",
|
|
4
|
+
"types": "dist/main.d.ts",
|
|
5
|
+
"version": "0.0.15-beta0",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
10
|
+
"exports": {
|
|
11
|
+
"./components": "./dist/components/index.js",
|
|
12
|
+
"./types": "./dist/types/index.js"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "tsc && vite build",
|
|
16
|
+
"tsc": "tsc",
|
|
17
|
+
"clean": "rimraf dist && rimraf --glob ./*.tsbuildinfo",
|
|
18
|
+
"lint": "eslint ."
|
|
19
|
+
},
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"react": "^18.2.0",
|
|
25
|
+
"react-dom": "^18.2.0"
|
|
26
|
+
},
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@emotion/react": "^11.13.0",
|
|
29
|
+
"@emotion/styled": "^11.13.0",
|
|
30
|
+
"@eslint/js": "^9.15.0",
|
|
31
|
+
"@mui/icons-material": "^5.15.12",
|
|
32
|
+
"@mui/material": "^5.15.12",
|
|
33
|
+
"@mui/x-data-grid": "^6.19.8",
|
|
34
|
+
"@types/postcss-import": "^14.0.3",
|
|
35
|
+
"@types/react": "^18.3.1",
|
|
36
|
+
"@types/react-dom": "^18.3.1",
|
|
37
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
38
|
+
"antd": "^5.21.6",
|
|
39
|
+
"date-fns": "^4.1.0",
|
|
40
|
+
"eslint": "^9.15.0",
|
|
41
|
+
"eslint-plugin-react": "^7.37.2",
|
|
42
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
43
|
+
"eslint-plugin-react-refresh": "^0.4.14",
|
|
44
|
+
"glob": "^10.4.5",
|
|
45
|
+
"globals": "^15.12.0",
|
|
46
|
+
"i18next": "^24.2.1",
|
|
47
|
+
"postcss": "^8.4.49",
|
|
48
|
+
"postcss-import": "^16.1.0",
|
|
49
|
+
"postcss-preset-env": "^10.1.1",
|
|
50
|
+
"react": "^18.3.1",
|
|
51
|
+
"react-dom": "^18.3.1",
|
|
52
|
+
"react-i18next": "^15.4.0",
|
|
53
|
+
"rimraf": "6.0.1",
|
|
54
|
+
"sass-embedded": "^1.81.0",
|
|
55
|
+
"typescript": "^5.6.3",
|
|
56
|
+
"vite": "^5.4.11",
|
|
57
|
+
"vite-plugin-dts": "^4.3.0",
|
|
58
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
59
|
+
"vite-plugin-svgr": "^4.3.0"
|
|
60
|
+
},
|
|
61
|
+
"sideEffects": [
|
|
62
|
+
"**/*.css"
|
|
63
|
+
]
|
|
64
|
+
}
|