@ichaingo/header 1.4.73 → 1.4.86

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,11 +1,11 @@
1
- import { jsxs as d, jsx as e } from "react/jsx-runtime";
2
- import r from "@ichaingo/iconfont";
1
+ import { jsxs as t, jsx as e } from "react/jsx-runtime";
2
+ import d from "@ichaingo/iconfont";
3
3
  import i from "@ichaingo/tooltip";
4
4
  import o from "./SettingBody.js";
5
- function a({ onClick: t = () => {
5
+ function a({ onClick: r = () => {
6
6
  } }) {
7
- return /* @__PURE__ */ d("div", { className: "w-full md:w-auto order-3 md:order-0", children: [
8
- /* @__PURE__ */ e("div", { className: "hidden md:flex items-center bg-module rounded-lg p-1.5 cursor-pointer", children: /* @__PURE__ */ e(i, { side: "bottom", contentClassName: "bg-module w-70 rounded-lg bg-module text-title", trigger: /* @__PURE__ */ e(r, { type: "icon-setting", className: "text-2xl" }), arrowClassName: "fill-module", children: /* @__PURE__ */ e(o, { onClick: t }) }) }),
7
+ return /* @__PURE__ */ t("div", { className: "w-full md:w-auto order-3 md:order-0", children: [
8
+ /* @__PURE__ */ e("div", { className: "hidden md:flex items-center bg-module rounded-lg p-1.5 cursor-pointer", children: /* @__PURE__ */ e(i, { side: "bottom", needClick: !0, contentClassName: "bg-module w-70 rounded-lg bg-module text-title border border-stroke", trigger: /* @__PURE__ */ e(d, { type: "icon-setting", className: "text-2xl" }), arrowClassName: "fill-module", children: /* @__PURE__ */ e(o, { onClick: r }) }) }),
9
9
  /* @__PURE__ */ e("div", { className: "md:hidden", children: /* @__PURE__ */ e(o, {}) })
10
10
  ] });
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichaingo/header",
3
- "version": "1.4.73",
3
+ "version": "1.4.86",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -27,19 +27,19 @@
27
27
  "react-dom": "^19.1.0",
28
28
  "tailwind-merge": "^2.5.5",
29
29
  "next": "15.1.6",
30
- "@ichaingo/auth": "1.4.73",
31
- "@ichaingo/better-link": "1.4.73",
32
- "@ichaingo/image": "1.4.73",
33
- "@ichaingo/link": "1.4.73",
34
- "@ichaingo/theme-toggle": "1.4.73",
35
- "@ichaingo/avatar": "1.4.73",
36
- "@ichaingo/request": "1.4.73",
37
- "@ichaingo/with-login": "1.4.73",
38
- "@ichaingo/token": "1.4.73",
39
- "@ichaingo/ui": "1.4.73",
40
- "@ichaingo/iconfont": "1.4.73",
41
- "@ichaingo/translation": "1.4.73",
42
- "@ichaingo/tooltip": "1.4.73"
30
+ "@ichaingo/avatar": "1.4.86",
31
+ "@ichaingo/auth": "1.4.86",
32
+ "@ichaingo/link": "1.4.86",
33
+ "@ichaingo/better-link": "1.4.86",
34
+ "@ichaingo/image": "1.4.86",
35
+ "@ichaingo/translation": "1.4.86",
36
+ "@ichaingo/theme-toggle": "1.4.86",
37
+ "@ichaingo/with-login": "1.4.86",
38
+ "@ichaingo/ui": "1.4.86",
39
+ "@ichaingo/iconfont": "1.4.86",
40
+ "@ichaingo/token": "1.4.86",
41
+ "@ichaingo/tooltip": "1.4.86",
42
+ "@ichaingo/request": "1.4.86"
43
43
  },
44
44
  "devDependencies": {
45
45
  "rollup-plugin-preserve-use-client": "^1.0.0",