@oxyhq/services 0.0.81 → 0.0.82
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountSwitcherModal.d.ts","sourceRoot":"","sources":["../../../src/components/auth/AccountSwitcherModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyB/B,UAAU,yBAAyB;IACjC,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"AccountSwitcherModal.d.ts","sourceRoot":"","sources":["../../../src/components/auth/AccountSwitcherModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyB/B,UAAU,yBAAyB;IACjC,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,oBAAoB,kGA2I/B,CAAC"}
|
|
@@ -50,10 +50,14 @@ export const AccountSwitcherModal = forwardRef((props, ref) => {
|
|
|
50
50
|
React.createElement(Avatar, { userImage: session?.user?.avatar, className: "h-10 w-10 rounded-full object-center", draggable: false, alt: "avatar" }),
|
|
51
51
|
React.createElement("p", { className: "text-sm font-medium" }, session?.user?.email)),
|
|
52
52
|
React.createElement("button", { className: "p-2 hover:bg-gray-100 rounded-full" }, "Close")),
|
|
53
|
-
React.createElement("div", { className: "p-
|
|
54
|
-
React.createElement("h2", { className: "text-2xl font-bold" },
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
React.createElement("div", { className: "p-2 space-y-2" },
|
|
54
|
+
React.createElement("h2", { className: "text-2xl font-bold" },
|
|
55
|
+
"Hi, ",
|
|
56
|
+
session?.user?.name,
|
|
57
|
+
"!"),
|
|
58
|
+
React.createElement("div", null,
|
|
59
|
+
React.createElement("button", { className: "w-full py-2 px-4 border rounded-full rounded-b-md text-blue-600 bg-indigo-50 p-1 hover:bg-zinc-200" }, "Manage your Oxy Account"),
|
|
60
|
+
React.createElement("button", { className: "w-full py-2 px-4 border rounded-full rounded-t-md text-left flex justify-between items-center bg-indigo-50 p-1 hover:bg-zinc-200" }, "Show more accounts")),
|
|
57
61
|
React.createElement("div", { className: "pt-2" },
|
|
58
62
|
React.createElement("p", { className: "text-sm text-gray-500 mb-2" }, "More from Oxy Services"),
|
|
59
63
|
React.createElement("div", { className: "space-y-2" }, [
|