@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.mjs CHANGED
@@ -6330,8 +6330,8 @@ var PageHeader = React10.memo(function PageHeader2({
6330
6330
  ),
6331
6331
  children: [
6332
6332
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col leading-none", children: [
6333
- /* @__PURE__ */ jsx("h1", { className: "text-3xl font-semibold", children: title }),
6334
- /* @__PURE__ */ jsx("p", { className: "text-[1.05rem] text-muted-foreground max-w-lg text-balance leading-relaxed", children: description })
6333
+ /* @__PURE__ */ jsx("span", { className: "text-3xl font-semibold", children: title }),
6334
+ /* @__PURE__ */ jsx("span", { className: "text-[1.05rem] text-muted-foreground max-w-lg text-balance leading-relaxed", children: description })
6335
6335
  ] }),
6336
6336
  children && /* @__PURE__ */ jsx("div", { className: "flex gap-3 mt-2 sm:mt-0 shrink-0", children })
6337
6337
  ]