propro-common-components 0.0.2 → 0.0.68
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/335X72D7-mMr3Xo73.js +9245 -0
- package/dist/Utils/getCoockie.d.ts +2 -0
- package/dist/components/AppHOC.d.ts +6 -0
- package/dist/context/AppContext.d.ts +17 -0
- package/dist/hooks/useRequests.d.ts +11 -0
- package/dist/main-alSSmtqw.js +55455 -0
- package/dist/main.css +1 -1
- package/dist/main.d.ts +3 -1
- package/dist/plasmicComponents/Button.d.ts +1 -1
- package/dist/plasmicComponents/LoginSigupButton.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +17 -18
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButton.d.ts +8 -8
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLoginSigupButton.d.ts +86 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput.d.ts +2 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput2.d.ts +2 -0
- package/dist/propro-common-components.js +6 -52066
- package/package.json +14 -11
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "propro-common-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.68",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"main": "dist/propro-
|
|
5
|
+
"main": "dist/propro-reuseable-components.js",
|
|
6
6
|
"types": "dist/main.d.ts",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
@@ -20,15 +20,16 @@
|
|
|
20
20
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
21
21
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
22
22
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
23
|
+
"@plasmicapp/cli": "^0.1.327",
|
|
23
24
|
"@plasmicapp/react-web": "^0.2.315",
|
|
24
|
-
"@plasmicpkgs/antd": "^2.0.
|
|
25
|
-
"@plasmicpkgs/antd5": "^0.0.
|
|
25
|
+
"@plasmicpkgs/antd": "^2.0.110",
|
|
26
|
+
"@plasmicpkgs/antd5": "^0.0.215",
|
|
26
27
|
"@plasmicpkgs/lottie-react": "^0.0.175",
|
|
27
|
-
"@plasmicpkgs/plasmic-basic-components": "^0.0.
|
|
28
|
-
"@plasmicpkgs/plasmic-embed-css": "^0.1.
|
|
29
|
-
"@plasmicpkgs/plasmic-rich-components": "^1.0.
|
|
30
|
-
"@plasmicpkgs/plasmic-tabs": "^0.0.
|
|
31
|
-
"@plasmicpkgs/react-awesome-reveal": "^3.8.
|
|
28
|
+
"@plasmicpkgs/plasmic-basic-components": "^0.0.209",
|
|
29
|
+
"@plasmicpkgs/plasmic-embed-css": "^0.1.175",
|
|
30
|
+
"@plasmicpkgs/plasmic-rich-components": "^1.0.177",
|
|
31
|
+
"@plasmicpkgs/plasmic-tabs": "^0.0.30",
|
|
32
|
+
"@plasmicpkgs/react-awesome-reveal": "^3.8.191",
|
|
32
33
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
33
34
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
34
35
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
@@ -38,8 +39,10 @@
|
|
|
38
39
|
"@radix-ui/react-slot": "^1.0.2",
|
|
39
40
|
"@radix-ui/react-switch": "^1.0.3",
|
|
40
41
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
42
|
+
"@tanstack/react-query": "^5.22.2",
|
|
43
|
+
"@tanstack/react-query-devtools": "^5.24.0",
|
|
44
|
+
"antd": "^5.14.1",
|
|
45
|
+
"axios": "^1.6.7",
|
|
43
46
|
"class-variance-authority": "^0.7.0",
|
|
44
47
|
"clsx": "^2.1.0",
|
|
45
48
|
"formik": "^2.4.5",
|