@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.
- package/dist/index.cjs +1 -4
- 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-
|
|
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
|
}
|