@0xchain/header 1.1.0-beta.94 → 1.1.0-beta.96

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.
Files changed (2) hide show
  1. package/dist/lib/User/Pc.js +1 -1
  2. package/package.json +15 -15
@@ -17,7 +17,7 @@ function PC({
17
17
  iframe.style.pointerEvents = open ? "none" : "auto";
18
18
  });
19
19
  };
20
- return /* @__PURE__ */ jsx(Tooltip, { onChange, trigger: /* @__PURE__ */ jsx(MainTrigger, { userInfo }), arrowClassName: "fill-card", contentClassName: "text-foreground w-75 p-0 border-transparent outline-none ", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2 p-3 bg-card rounded-md", children: [
20
+ return /* @__PURE__ */ jsx(Tooltip, { onChange, trigger: /* @__PURE__ */ jsx(MainTrigger, { userInfo }), arrowClassName: "fill-card", contentClassName: "text-foreground w-75 p-0 border-transparent outline-none bg-card shadow-[0_2px_8px_rgba(0,0,0,0.15),0_0_1px_rgba(0,0,0,0.12)]", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2 p-3 bg-card rounded-md", children: [
21
21
  /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-3 w-full bg-background rounded-lg p-2", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
22
22
  /* @__PURE__ */ jsx(Avatar, { userInfo, className: "w-8 h-8" }),
23
23
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col overflow-hidden", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xchain/header",
3
- "version": "1.1.0-beta.94",
3
+ "version": "1.1.0-beta.96",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "react": "19.1.1",
27
27
  "react-dom": "19.1.1",
28
28
  "tailwind-merge": "3.3.1",
29
- "@0xchain/with-login": "1.1.0-beta.94"
29
+ "@0xchain/with-login": "1.1.0-beta.96"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@0xchain/next-themes": "1.0.0",
@@ -41,21 +41,21 @@
41
41
  "react-dom": "19.1.1",
42
42
  "rollup-plugin-preserve-use-client": "3.0.1",
43
43
  "tailwind-merge": "3.3.1",
44
- "@0xchain/with-login": "1.1.0-beta.94"
44
+ "@0xchain/with-login": "1.1.0-beta.96"
45
45
  },
46
46
  "dependencies": {
47
- "@0xchain/auth": "1.1.0-beta.94",
48
- "@0xchain/avatar": "1.1.0-beta.94",
49
- "@0xchain/better-link": "1.1.0-beta.94",
50
- "@0xchain/i18n": "1.1.0-beta.94",
51
- "@0xchain/theme-toggle": "1.1.0-beta.94",
52
- "@0xchain/image": "1.1.0-beta.94",
53
- "@0xchain/link": "1.1.0-beta.94",
54
- "@0xchain/ui": "1.1.0-beta.94",
55
- "@0xchain/request": "1.1.0-beta.94",
56
- "@0xchain/iconfont": "1.1.0-beta.94",
57
- "@0xchain/tooltip": "1.1.0-beta.94",
58
- "@0xchain/translation": "1.1.0-beta.94"
47
+ "@0xchain/better-link": "1.1.0-beta.96",
48
+ "@0xchain/image": "1.1.0-beta.96",
49
+ "@0xchain/request": "1.1.0-beta.96",
50
+ "@0xchain/link": "1.1.0-beta.96",
51
+ "@0xchain/i18n": "1.1.0-beta.96",
52
+ "@0xchain/iconfont": "1.1.0-beta.96",
53
+ "@0xchain/avatar": "1.1.0-beta.96",
54
+ "@0xchain/auth": "1.1.0-beta.96",
55
+ "@0xchain/translation": "1.1.0-beta.96",
56
+ "@0xchain/tooltip": "1.1.0-beta.96",
57
+ "@0xchain/theme-toggle": "1.1.0-beta.96",
58
+ "@0xchain/ui": "1.1.0-beta.96"
59
59
  },
60
60
  "nx": {
61
61
  "tags": [