propro-common-components 0.0.89 → 0.0.91
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/main.d.ts
CHANGED
@@ -3,4 +3,5 @@ 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
|
-
|
6
|
+
import getCookie from "./Utils/getCookie";
|
7
|
+
export { AvatarMenu, Footer, AppHOC, AppContext, AppProvider, Loading, getCookie, };
|
@@ -1,9 +1,10 @@
|
|
1
|
-
import { a0 as
|
1
|
+
import { a0 as e, _ as p, a1 as s, Y as r, Z as t, a2 as A, a3 as i } from "./main-HakCmW95.js";
|
2
2
|
export {
|
3
|
-
|
4
|
-
|
3
|
+
e as AppContext,
|
4
|
+
p as AppHOC,
|
5
5
|
s as AppProvider,
|
6
|
-
|
6
|
+
r as AvatarMenu,
|
7
7
|
t as Footer,
|
8
|
-
A as Loading
|
8
|
+
A as Loading,
|
9
|
+
i as getCookie
|
9
10
|
};
|
package/package.json
CHANGED
File without changes
|