@oxyhq/services 0.0.35 → 0.0.37
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.
|
@@ -40,16 +40,16 @@ export const AccountSwitcherModal = forwardRef(({ onClose }, ref) => {
|
|
|
40
40
|
React.createElement("p", null, session?.user?.email),
|
|
41
41
|
React.createElement("div", { className: "h-20 w-20 rounded-full border" },
|
|
42
42
|
React.createElement(Image, { src: session?.user?.avatar, className: "h-full w-full rounded-full object-center", height: 500, width: 500, draggable: false, alt: "avatar" })),
|
|
43
|
-
React.createElement("h2", { className: "text-2xl text-xl font-normal" },
|
|
43
|
+
React.createElement("h2", { className: "tablet:text-2xl text-xl font-normal" },
|
|
44
44
|
"Hi, ",
|
|
45
45
|
session?.user?.name,
|
|
46
46
|
"!"),
|
|
47
47
|
React.createElement("button", { className: "rounded-full border border-black px-7 py-2 text-blue-500 hover:bg-[#d3dfee]" }, "Manage your Google Account"),
|
|
48
48
|
React.createElement("div", { className: "flex space-x-1" },
|
|
49
|
-
React.createElement("button", { className: "w-44 flex w-36 items-center space-x-2 rounded-l-full bg-white py-3 pl-3 hover:bg-zinc-200" },
|
|
49
|
+
React.createElement("button", { className: "tablet:w-44 flex w-36 items-center space-x-2 rounded-l-full bg-white py-3 pl-3 hover:bg-zinc-200" },
|
|
50
50
|
React.createElement(HiOutlinePlus, { className: "h-7 w-7 rounded-full bg-indigo-50 p-1 text-blue-500" }),
|
|
51
51
|
React.createElement("span", null, "Add account")),
|
|
52
|
-
React.createElement("button", { className: "w-44 flex w-36 items-center space-x-2 rounded-r-full bg-white py-3 pl-3 hover:bg-zinc-200" },
|
|
52
|
+
React.createElement("button", { className: "tablet:w-44 flex w-36 items-center space-x-2 rounded-r-full bg-white py-3 pl-3 hover:bg-zinc-200" },
|
|
53
53
|
React.createElement(PiSignOutBold, { className: "h-6 w-6" }),
|
|
54
54
|
React.createElement("span", null, "Sign out"))),
|
|
55
55
|
React.createElement("div", { className: "flex h-10 items-center space-x-2 text-xs" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxyhq/services",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.37",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://oxy.so/",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@types/react-dom": "^18.3.0",
|
|
32
32
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
33
33
|
"@typescript-eslint/parser": "^7.0.1",
|
|
34
|
-
"autoprefixer": "^10.4.
|
|
34
|
+
"autoprefixer": "^10.4.19",
|
|
35
35
|
"eslint": "^8.56.0",
|
|
36
36
|
"ncp": "^2.0.0",
|
|
37
37
|
"sass": "^1.77.2",
|
|
38
|
-
"tailwindcss": "^3.4.
|
|
38
|
+
"tailwindcss": "^3.4.3",
|
|
39
39
|
"typescript": "^5.4.5"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"dotenv": "^16.4.5",
|
|
46
46
|
"framer-motion": "^11.2.9",
|
|
47
47
|
"localforage": "^1.10.0",
|
|
48
|
+
"postcss": "^8.4.38",
|
|
48
49
|
"react": "^18.3.1",
|
|
49
50
|
"react-dom": "^18.3.1",
|
|
50
51
|
"react-icons": "^5.2.1",
|