@facter/ds-core 1.8.3 → 1.8.4

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.js CHANGED
@@ -6361,8 +6361,8 @@ var PageHeader = React10__namespace.memo(function PageHeader2({
6361
6361
  ),
6362
6362
  children: [
6363
6363
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col leading-none", children: [
6364
- /* @__PURE__ */ jsxRuntime.jsx("h1", { className: "text-3xl font-semibold", children: title }),
6365
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-[1.05rem] text-muted-foreground max-w-lg text-balance leading-relaxed", children: description })
6364
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-3xl font-semibold", children: title }),
6365
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[1.05rem] text-muted-foreground max-w-lg text-balance leading-relaxed", children: description })
6366
6366
  ] }),
6367
6367
  children && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex gap-3 mt-2 sm:mt-0 shrink-0", children })
6368
6368
  ]