@0xchain/header 1.1.0-beta.54 → 1.1.0-beta.56

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/Nav.js CHANGED
@@ -208,7 +208,7 @@ function Nav({ onClick = () => void 0, hideNews = false, hideLogin = false, user
208
208
  "li",
209
209
  {
210
210
  className: twMerge(
211
- "w-full md:px-4 md:py-1 md:h-auto font-bold md:w-auto cursor-pointer md:rounded-full",
211
+ "w-full md:h-auto font-bold md:w-auto cursor-pointer md:rounded-full",
212
212
  item.key === "/explorer" || item.key === "/products" ? "h-auto" : "h-11",
213
213
  item.show(pathname) ? "md:text-primary md:bg-primary/10" : "md:hover:bg-border"
214
214
  ),
@@ -44,7 +44,7 @@ function Products({
44
44
  onClick: (info) => handleClick(info.domEvent, item.href)
45
45
  }))
46
46
  },
47
- children: /* @__PURE__ */ jsx("div", { className: "whitespace-nowrap flex items-center gap-1 rounded-lg", children: /* @__PURE__ */ jsx(Translation, { value: "products.product", parentKey: "menu" }) })
47
+ children: /* @__PURE__ */ jsx("div", { className: "whitespace-nowrap flex items-center gap-1 rounded-lg md:px-4 md:py-1 ", children: /* @__PURE__ */ jsx(Translation, { value: "products.product", parentKey: "menu" }) })
48
48
  }
49
49
  ) }),
50
50
  /* @__PURE__ */ jsx("div", { className: "md:hidden w-full", children: /* @__PURE__ */ jsxs("div", { onClick: (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xchain/header",
3
- "version": "1.1.0-beta.54",
3
+ "version": "1.1.0-beta.56",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -45,16 +45,16 @@
45
45
  "@0xchain/auth": "1.1.0-beta.53",
46
46
  "@0xchain/better-link": "1.1.0-beta.53",
47
47
  "@0xchain/with-login": "1.1.0-beta.53",
48
- "@0xchain/image": "1.1.0-beta.54",
49
- "@0xchain/i18n": "1.1.0-beta.54",
50
- "@0xchain/request": "1.1.0-beta.54",
51
- "@0xchain/link": "1.1.0-beta.54",
52
- "@0xchain/avatar": "1.1.0-beta.54",
53
- "@0xchain/iconfont": "1.1.0-beta.54",
54
- "@0xchain/translation": "1.1.0-beta.54",
55
- "@0xchain/theme-toggle": "1.1.0-beta.54",
56
- "@0xchain/ui": "1.1.0-beta.54",
57
- "@0xchain/tooltip": "1.1.0-beta.54"
48
+ "@0xchain/avatar": "1.1.0-beta.56",
49
+ "@0xchain/i18n": "1.1.0-beta.56",
50
+ "@0xchain/iconfont": "1.1.0-beta.56",
51
+ "@0xchain/request": "1.1.0-beta.56",
52
+ "@0xchain/theme-toggle": "1.1.0-beta.56",
53
+ "@0xchain/link": "1.1.0-beta.56",
54
+ "@0xchain/tooltip": "1.1.0-beta.56",
55
+ "@0xchain/translation": "1.1.0-beta.56",
56
+ "@0xchain/ui": "1.1.0-beta.56",
57
+ "@0xchain/image": "1.1.0-beta.56"
58
58
  },
59
59
  "nx": {
60
60
  "tags": [