propro-common-components 0.0.78 → 0.0.80
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-L91Q_yaz.js → 335X72D7--oHNBz1d.js} +1 -1
- package/dist/assets/loader.json.d.ts +3 -0
- package/dist/components/ui/Loading.d.ts +2 -0
- package/dist/context/AppContext.d.ts +2 -1
- package/dist/main-3od9fPG7.js +68932 -0
- package/dist/main.css +1 -1
- package/dist/main.d.ts +2 -1
- package/dist/propro-common-components.js +6 -5
- package/package.json +3 -1
- package/dist/main-jeaU8mdF.js +0 -54135
package/dist/main.d.ts
CHANGED
@@ -2,4 +2,5 @@ import AvatarMenu from "./components/AvatarMenu";
|
|
2
2
|
import Footer from "./plasmicComponents/Footer";
|
3
3
|
import AppHOC from "./components/AppHOC";
|
4
4
|
import { AppContext, AppProvider } from "./context/AppContext";
|
5
|
-
|
5
|
+
import Loading from "./components/ui/Loading";
|
6
|
+
export { AvatarMenu, Footer, AppHOC, AppContext, AppProvider, Loading };
|
@@ -1,8 +1,9 @@
|
|
1
|
-
import { a0 as
|
1
|
+
import { a0 as p, _ as r, a1 as s, Y as e, Z as t, a2 as A } from "./main-3od9fPG7.js";
|
2
2
|
export {
|
3
|
-
|
3
|
+
p as AppContext,
|
4
4
|
r as AppHOC,
|
5
|
-
|
6
|
-
|
7
|
-
t as Footer
|
5
|
+
s as AppProvider,
|
6
|
+
e as AvatarMenu,
|
7
|
+
t as Footer,
|
8
|
+
A as Loading
|
8
9
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "propro-common-components",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.80",
|
4
4
|
"type": "module",
|
5
5
|
"main": "dist/propro-common-components.js",
|
6
6
|
"types": "dist/main.d.ts",
|
@@ -48,6 +48,7 @@
|
|
48
48
|
"formik": "^2.4.5",
|
49
49
|
"lucide-react": "^0.309.0",
|
50
50
|
"react-error-boundary": "^4.0.12",
|
51
|
+
"react-lottie": "^1.2.4",
|
51
52
|
"tailwind-merge": "^2.2.0",
|
52
53
|
"tailwindcss-animate": "^1.0.7"
|
53
54
|
},
|
@@ -57,6 +58,7 @@
|
|
57
58
|
"@types/node": "^20.11.5",
|
58
59
|
"@types/react": "^18.2.43",
|
59
60
|
"@types/react-dom": "^18.2.17",
|
61
|
+
"@types/react-lottie": "^1.2.10",
|
60
62
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
61
63
|
"@typescript-eslint/parser": "^6.14.0",
|
62
64
|
"@vitejs/plugin-react": "^4.2.1",
|