@8btc/office-assistant-mcp 0.0.20 → 0.0.21

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/index.cjs +1 -4
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -144,7 +144,7 @@ const End = ({ data }) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "f
144
144
  ] })
145
145
  ] })
146
146
  ] });
147
- const Lv2Title = ({ children }) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "lv2Title flex items-start text-[18px] font-bold mb-[21px]", children: [
147
+ const Lv2Title = ({ children }) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "lv2Title flex items-center text-[18px] font-bold mb-[21px]", children: [
148
148
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mr-4 ml-1 h-[27px] flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx(
149
149
  "svg",
150
150
  {
@@ -75401,9 +75401,6 @@ const style = `/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com *
75401
75401
  .items-center {
75402
75402
  align-items: center;
75403
75403
  }
75404
- .items-start {
75405
- align-items: flex-start;
75406
- }
75407
75404
  .justify-between {
75408
75405
  justify-content: space-between;
75409
75406
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/office-assistant-mcp",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "办公agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",