@mathwiz/ui-components 0.1.27 → 0.1.28

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.mjs CHANGED
@@ -18240,7 +18240,7 @@ The large square represents 1 whole.`
18240
18240
  return e?.title?.includes("年龄") || e?.basicInfo?.question?.includes("年龄") ? { titleColor: "text-purple-600", label: "年龄问题" } : { titleColor: "text-slate-600", label: "数学问题" };
18241
18241
  }
18242
18242
  })();
18243
- return /* @__PURE__ */ v("div", { className: "min-h-screen bg-gradient-to-br from-slate-50 to-cyan-50 flex flex-col items-center justify-center p-4 font-sans", children: [
18243
+ return /* @__PURE__ */ v("div", { className: `bg-gradient-to-br from-slate-50 to-cyan-50 flex flex-col items-center p-4 font-sans ${r}`, children: [
18244
18244
  /* @__PURE__ */ v("header", { className: "w-full max-w-4xl mb-8", children: [
18245
18245
  /* @__PURE__ */ v("div", { className: "flex flex-col md:flex-row md:items-center md:justify-between", children: [
18246
18246
  /* @__PURE__ */ v("div", { children: [
@@ -18256,7 +18256,7 @@ The large square represents 1 whole.`
18256
18256
  ] }),
18257
18257
  e?.description && /* @__PURE__ */ f("p", { className: "mt-4 text-slate-700 bg-white/50 p-3 rounded-lg border border-slate-200", children: e.description })
18258
18258
  ] }),
18259
- /* @__PURE__ */ f("main", { className: "w-full max-w-4xl bg-white border border-slate-200 rounded-xl shadow-sm overflow-hidden", children: e ? /* @__PURE__ */ v(Dt, { children: [
18259
+ /* @__PURE__ */ f("main", { className: "w-full max-w-4xl bg-white border border-slate-200 rounded-xl shadow-sm", children: e ? /* @__PURE__ */ v(Dt, { children: [
18260
18260
  n === "question" && /* @__PURE__ */ f(
18261
18261
  qt,
18262
18262
  {