@0xchain/header 1.1.0-beta.28 → 1.1.0-beta.29
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/lib/Right.js +1 -1
- package/package.json +13 -13
package/dist/lib/Right.js
CHANGED
|
@@ -15,7 +15,7 @@ function Right({
|
|
|
15
15
|
source = "default"
|
|
16
16
|
/* DEFAULT */
|
|
17
17
|
}) {
|
|
18
|
-
return /* @__PURE__ */ jsxs("div", { className: twMerge(source === "chat" ? "" : "flex flex-1 justify-start items-center md:gap-10 z-1001"), children: [
|
|
18
|
+
return /* @__PURE__ */ jsxs("div", { className: twMerge(source === "chat" ? "" : "flex md:flex-1 justify-start items-center md:gap-10 z-1001"), children: [
|
|
19
19
|
/* @__PURE__ */ jsx(Drawer, { hideLogin, hideNews, user }),
|
|
20
20
|
/* @__PURE__ */ jsx("div", { className: "hidden md:block flex-1", children: /* @__PURE__ */ jsx(Nav, { hideNews, hideLogin, user }) })
|
|
21
21
|
] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xchain/header",
|
|
3
|
-
"version": "1.1.0-beta.
|
|
3
|
+
"version": "1.1.0-beta.29",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"tailwind-merge": "3.3.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@0xchain/
|
|
46
|
-
"@0xchain/
|
|
47
|
-
"@0xchain/
|
|
48
|
-
"@0xchain/
|
|
49
|
-
"@0xchain/
|
|
50
|
-
"@0xchain/
|
|
51
|
-
"@0xchain/
|
|
52
|
-
"@0xchain/theme-toggle": "1.1.0-beta.
|
|
53
|
-
"@0xchain/
|
|
54
|
-
"@0xchain/request": "1.1.0-beta.
|
|
55
|
-
"@0xchain/with-login": "1.1.0-beta.
|
|
56
|
-
"@0xchain/
|
|
45
|
+
"@0xchain/avatar": "1.1.0-beta.29",
|
|
46
|
+
"@0xchain/image": "1.1.0-beta.29",
|
|
47
|
+
"@0xchain/auth": "1.1.0-beta.29",
|
|
48
|
+
"@0xchain/ui": "1.1.0-beta.29",
|
|
49
|
+
"@0xchain/better-link": "1.1.0-beta.29",
|
|
50
|
+
"@0xchain/link": "1.1.0-beta.29",
|
|
51
|
+
"@0xchain/translation": "1.1.0-beta.29",
|
|
52
|
+
"@0xchain/theme-toggle": "1.1.0-beta.29",
|
|
53
|
+
"@0xchain/tooltip": "1.1.0-beta.29",
|
|
54
|
+
"@0xchain/request": "1.1.0-beta.29",
|
|
55
|
+
"@0xchain/with-login": "1.1.0-beta.29",
|
|
56
|
+
"@0xchain/iconfont": "1.1.0-beta.29"
|
|
57
57
|
},
|
|
58
58
|
"nx": {
|
|
59
59
|
"tags": [
|