propro-common-components 0.1.61 → 0.1.62
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/Utils/checkAccessToken.d.ts +1 -1
- package/dist/api/useGet.d.ts +3 -0
- package/dist/api/useMutate.d.ts +9 -9
- package/dist/api/useMutateWithKeepAlive.d.ts +8 -8
- package/dist/backendRequests.d.ts +3 -0
- package/dist/components/AvatarMenu/AvatarIcon.d.ts +1 -1
- package/dist/components/ui/Loading.d.ts +2 -1
- package/dist/propro-common-components.js +20531 -20511
- package/package.json +89 -89
- package/.env.vault +0 -25
package/package.json
CHANGED
@@ -1,91 +1,91 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
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
|
-
|
2
|
+
"name": "propro-common-components",
|
3
|
+
"version": "0.1.62",
|
4
|
+
"type": "module",
|
5
|
+
"main": "dist/propro-common-components.js",
|
6
|
+
"types": "dist/main.d.ts",
|
7
|
+
"files": [
|
8
|
+
"dist"
|
9
|
+
],
|
10
|
+
"scripts": {
|
11
|
+
"dev": "vite",
|
12
|
+
"build": "tsc --p ./tsconfig-build.json && vite build",
|
13
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
14
|
+
"preview": "vite preview",
|
15
|
+
"prepublishOnly": "npm run build"
|
16
|
+
},
|
17
|
+
"dependencies": {
|
18
|
+
"@ant-design/icons": "^5.2.6",
|
19
|
+
"@ant-design/pro-components": "^2.6.4",
|
20
|
+
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
21
|
+
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
22
|
+
"@fortawesome/react-fontawesome": "^0.2.0",
|
23
|
+
"@mantine/hooks": "^7.9.0",
|
24
|
+
"@plasmicapp/cli": "^0.1.327",
|
25
|
+
"@plasmicapp/react-web": "^0.2.315",
|
26
|
+
"@plasmicpkgs/antd": "^2.0.110",
|
27
|
+
"@plasmicpkgs/antd5": "^0.0.215",
|
28
|
+
"@plasmicpkgs/lottie-react": "^0.0.175",
|
29
|
+
"@plasmicpkgs/plasmic-basic-components": "^0.0.209",
|
30
|
+
"@plasmicpkgs/plasmic-embed-css": "^0.1.175",
|
31
|
+
"@plasmicpkgs/plasmic-rich-components": "^1.0.177",
|
32
|
+
"@plasmicpkgs/plasmic-tabs": "^0.0.30",
|
33
|
+
"@plasmicpkgs/react-awesome-reveal": "^3.8.191",
|
34
|
+
"@radix-ui/react-avatar": "^1.0.4",
|
35
|
+
"@radix-ui/react-dialog": "^1.0.5",
|
36
|
+
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
37
|
+
"@radix-ui/react-label": "^2.0.2",
|
38
|
+
"@radix-ui/react-menubar": "^1.0.4",
|
39
|
+
"@radix-ui/react-popover": "^1.0.7",
|
40
|
+
"@radix-ui/react-slot": "^1.0.2",
|
41
|
+
"@radix-ui/react-switch": "^1.0.3",
|
42
|
+
"@radix-ui/react-tabs": "^1.0.4",
|
43
|
+
"@tanstack/react-query": "^5.22.2",
|
44
|
+
"@tanstack/react-query-devtools": "^5.24.0",
|
45
|
+
"antd": "^5.14.1",
|
46
|
+
"axios": "^1.6.7",
|
47
|
+
"class-variance-authority": "^0.7.0",
|
48
|
+
"clsx": "^2.1.0",
|
49
|
+
"formik": "^2.4.5",
|
50
|
+
"lucide-react": "^0.309.0",
|
51
|
+
"react-error-boundary": "^4.0.12",
|
52
|
+
"react-lottie": "^1.2.4",
|
53
|
+
"react-router-dom": "^6.22.3",
|
54
|
+
"react-toastify": "^10.0.5",
|
55
|
+
"tailwind-merge": "^2.2.0",
|
56
|
+
"tailwindcss-animate": "^1.0.7"
|
57
|
+
},
|
58
|
+
"devDependencies": {
|
59
|
+
"@tailwindcss/forms": "^0.5.7",
|
60
|
+
"@tailwindcss/typography": "^0.5.10",
|
61
|
+
"@types/node": "^20.11.5",
|
62
|
+
"@types/react": "^18.2.43",
|
63
|
+
"@types/react-dom": "^18.2.17",
|
64
|
+
"@types/react-lottie": "^1.2.10",
|
65
|
+
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
66
|
+
"@typescript-eslint/parser": "^6.14.0",
|
67
|
+
"@vitejs/plugin-react": "^4.2.1",
|
68
|
+
"autoprefixer": "^10.4.16",
|
69
|
+
"eslint": "^8.55.0",
|
70
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
71
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
72
|
+
"glob": "^10.3.10",
|
73
|
+
"postcss": "^8.4.33",
|
74
|
+
"react": "^18.2.0",
|
75
|
+
"react-dom": "^18.2.0",
|
76
|
+
"tailwindcss": "^3.4.1",
|
77
|
+
"typescript": "^5.2.2",
|
78
|
+
"vite": "^5.0.8",
|
79
|
+
"vite-plugin-dts": "^3.7.1",
|
80
|
+
"vite-plugin-lib-inject-css": "^1.3.0"
|
81
|
+
},
|
82
|
+
"peerDependencies": {
|
83
|
+
"@tanstack/react-query": "^5.22.2",
|
84
|
+
"@tanstack/react-query-devtools": "^5.24.0",
|
85
|
+
"axios": "^1.6.7",
|
86
|
+
"react": "^18.2.0",
|
87
|
+
"react-dom": "^18.2.0",
|
88
|
+
"react-router-dom": "^6.22.3",
|
89
|
+
"react-toastify": "^10.0.5"
|
90
|
+
}
|
91
91
|
}
|
package/.env.vault
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
#/-------------------.env.vault---------------------/
|
2
|
-
#/ cloud-agnostic vaulting standard /
|
3
|
-
#/ [how it works](https://dotenv.org/env-vault) /
|
4
|
-
#/--------------------------------------------------/
|
5
|
-
|
6
|
-
# development
|
7
|
-
DOTENV_VAULT_DEVELOPMENT="vad9nAoDmLw8HmCnpNREkgxJ0MsN089eAn/qEHhJd0hxreozq/gSR88hpj63T74sH4Jph9hkeXOaZ9K+HmwPRWor"
|
8
|
-
DOTENV_VAULT_DEVELOPMENT_VERSION=3
|
9
|
-
|
10
|
-
# ci
|
11
|
-
DOTENV_VAULT_CI="aCETxhx/sEUmNFekVFOKPwBqPcvLP3IZBiTqbrGrEq3r/DMzPSzjRmVYGQIrtHTJiwymAWqgnxHwbHEeO9G9EYDzoQ=="
|
12
|
-
DOTENV_VAULT_CI_VERSION=3
|
13
|
-
|
14
|
-
# staging
|
15
|
-
DOTENV_VAULT_STAGING="+j8qjt2SzbI9xaY8z52qdoh+1pehnCJfsH7xlOgIOvydkXl7HN4sMCNdnYWc96XWQ5ByD6sNG51LhtuocwJsgvytgw=="
|
16
|
-
DOTENV_VAULT_STAGING_VERSION=3
|
17
|
-
|
18
|
-
# production
|
19
|
-
DOTENV_VAULT_PRODUCTION="vEu2Jyl+x+9z8oA94zDge0lEUdNiGL7+y+mAHhFqIzrAdmN39gQuIG9i1BcdPbEpTr609HW1LRx+QSxi66d5ewC2aQ=="
|
20
|
-
DOTENV_VAULT_PRODUCTION_VERSION=3
|
21
|
-
|
22
|
-
#/----------------settings/metadata-----------------/
|
23
|
-
DOTENV_VAULT="vlt_66b96d3d5ab78f2618e9a55c459381ab5b2e4d261a263a8256c1596470adf54f"
|
24
|
-
DOTENV_API_URL="https://vault.dotenv.org"
|
25
|
-
DOTENV_CLI="npx dotenv-vault@latest"
|