propro-common-components 0.1.315 → 0.2.2
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/useGet.d.ts +2 -2
- package/dist/api/useMutate.d.ts +2 -2
- package/dist/main.css +1 -1
- package/dist/main.d.ts +3 -1
- package/dist/plasmicComponents/ProProLabel.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButtonFromProPro.d.ts +3 -3
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +28 -7
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLabel.d.ts +102 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +264 -134
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpFormLayout.d.ts +4 -4
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ShortStopLogoMark2.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector13.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector14.d.ts +7 -0
- package/dist/propro-common-components.js +13258 -12180
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "propro-common-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/propro-common-components.js",
|
|
6
6
|
"types": "dist/main.d.ts",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"@mantine/hooks": "^7.9.0",
|
|
26
26
|
"@plasmicapp/cli": "^0.1.327",
|
|
27
27
|
"@plasmicapp/react-web": "^0.2.337",
|
|
28
|
-
"@plasmicpkgs/antd": "^2.0.
|
|
29
|
-
"@plasmicpkgs/antd5": "^0.0.
|
|
30
|
-
"@plasmicpkgs/lottie-react": "^0.0.
|
|
31
|
-
"@plasmicpkgs/plasmic-basic-components": "^0.0.
|
|
32
|
-
"@plasmicpkgs/plasmic-embed-css": "^0.1.
|
|
33
|
-
"@plasmicpkgs/plasmic-rich-components": "^1.0.
|
|
34
|
-
"@plasmicpkgs/plasmic-tabs": "^0.0.
|
|
35
|
-
"@plasmicpkgs/react-awesome-reveal": "^3.8.
|
|
28
|
+
"@plasmicpkgs/antd": "^2.0.130",
|
|
29
|
+
"@plasmicpkgs/antd5": "^0.0.265",
|
|
30
|
+
"@plasmicpkgs/lottie-react": "^0.0.200",
|
|
31
|
+
"@plasmicpkgs/plasmic-basic-components": "^0.0.232",
|
|
32
|
+
"@plasmicpkgs/plasmic-embed-css": "^0.1.194",
|
|
33
|
+
"@plasmicpkgs/plasmic-rich-components": "^1.0.199",
|
|
34
|
+
"@plasmicpkgs/plasmic-tabs": "^0.0.49",
|
|
35
|
+
"@plasmicpkgs/react-awesome-reveal": "^3.8.211",
|
|
36
36
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
37
37
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
38
38
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@tauri-apps/plugin-http": "^2.0.0",
|
|
48
48
|
"@types/chrome": "^0.0.287",
|
|
49
49
|
"@types/js-cookie": "^3.0.6",
|
|
50
|
-
"antd": "^5.
|
|
50
|
+
"antd": "^5.23.4",
|
|
51
51
|
"axios": "^1.6.7",
|
|
52
52
|
"class-variance-authority": "^0.7.0",
|
|
53
53
|
"clsx": "^2.1.0",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"react-lottie": "^1.2.4",
|
|
60
60
|
"react-router-dom": "^6.22.3",
|
|
61
61
|
"react-toastify": "^10.0.5",
|
|
62
|
+
"sonner": "^1.7.0",
|
|
62
63
|
"tailwind-merge": "^2.2.0",
|
|
63
64
|
"tailwindcss-animate": "^1.0.7",
|
|
64
65
|
"yup": "^1.4.0"
|
|
@@ -99,8 +100,8 @@
|
|
|
99
100
|
"vite-plugin-lib-inject-css": "^1.3.0"
|
|
100
101
|
},
|
|
101
102
|
"peerDependencies": {
|
|
102
|
-
"@tanstack/react-query": "^5.
|
|
103
|
-
"@tanstack/react-query-devtools": "^5.
|
|
103
|
+
"@tanstack/react-query": "^5.66.0",
|
|
104
|
+
"@tanstack/react-query-devtools": "^5.66.0",
|
|
104
105
|
"axios": "^1.6.7",
|
|
105
106
|
"react": "^18.2.0",
|
|
106
107
|
"react-dom": "^18.2.0",
|