@facter/ds-core 1.26.0 → 1.28.0

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
@@ -129,7 +129,7 @@ function CardTitle({ className, ...props }) {
129
129
  "h3",
130
130
  {
131
131
  className: cn(
132
- "text-2xl font-semibold leading-none tracking-tight",
132
+ "text-2xl font-semibold leading-none tracking-tight font-heading",
133
133
  className
134
134
  ),
135
135
  ...props
@@ -2588,7 +2588,7 @@ var DialogContent = React10__namespace.memo(
2588
2588
  ...props,
2589
2589
  children: [
2590
2590
  children,
2591
- showCloseButton && /* @__PURE__ */ jsxRuntime.jsxs(DialogPrimitive__namespace.Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [
2591
+ showCloseButton && /* @__PURE__ */ jsxRuntime.jsxs(DialogPrimitive__namespace.Close, { className: "absolute right-4 top-4 z-50 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [
2592
2592
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.X, { className: "h-4 w-4" }),
2593
2593
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "Fechar" })
2594
2594
  ] })
@@ -2630,7 +2630,7 @@ var DialogTitle = React10__namespace.memo(
2630
2630
  {
2631
2631
  ref,
2632
2632
  className: cn(
2633
- "text-2xl font-semibold leading-none tracking-tight",
2633
+ "text-2xl font-semibold leading-none tracking-tight font-heading",
2634
2634
  className
2635
2635
  ),
2636
2636
  ...props
@@ -6708,7 +6708,7 @@ var PageHeader = React10__namespace.memo(function PageHeader2({
6708
6708
  ),
6709
6709
  children: [
6710
6710
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col leading-none", children: [
6711
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-3xl font-semibold", children: title }),
6711
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-3xl font-semibold font-heading", children: title }),
6712
6712
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[1.05rem] text-muted-foreground max-w-lg text-balance leading-relaxed", children: description })
6713
6713
  ] }),
6714
6714
  children && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex gap-3 mt-2 sm:mt-0 shrink-0", children })