@facter/ds-core 1.26.0 → 1.27.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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/themes/tailwind-preset.js +3 -0
- package/dist/themes/tailwind-preset.js.map +1 -1
- package/dist/themes/tailwind-preset.mjs +3 -0
- package/dist/themes/tailwind-preset.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -98,7 +98,7 @@ function CardTitle({ className, ...props }) {
|
|
|
98
98
|
"h3",
|
|
99
99
|
{
|
|
100
100
|
className: cn(
|
|
101
|
-
"text-2xl font-semibold leading-none tracking-tight",
|
|
101
|
+
"text-2xl font-semibold leading-none tracking-tight font-heading",
|
|
102
102
|
className
|
|
103
103
|
),
|
|
104
104
|
...props
|
|
@@ -2599,7 +2599,7 @@ var DialogTitle = React10.memo(
|
|
|
2599
2599
|
{
|
|
2600
2600
|
ref,
|
|
2601
2601
|
className: cn(
|
|
2602
|
-
"text-2xl font-semibold leading-none tracking-tight",
|
|
2602
|
+
"text-2xl font-semibold leading-none tracking-tight font-heading",
|
|
2603
2603
|
className
|
|
2604
2604
|
),
|
|
2605
2605
|
...props
|
|
@@ -6677,7 +6677,7 @@ var PageHeader = React10.memo(function PageHeader2({
|
|
|
6677
6677
|
),
|
|
6678
6678
|
children: [
|
|
6679
6679
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col leading-none", children: [
|
|
6680
|
-
/* @__PURE__ */ jsx("span", { className: "text-3xl font-semibold", children: title }),
|
|
6680
|
+
/* @__PURE__ */ jsx("span", { className: "text-3xl font-semibold font-heading", children: title }),
|
|
6681
6681
|
/* @__PURE__ */ jsx("span", { className: "text-[1.05rem] text-muted-foreground max-w-lg text-balance leading-relaxed", children: description })
|
|
6682
6682
|
] }),
|
|
6683
6683
|
children && /* @__PURE__ */ jsx("div", { className: "flex gap-3 mt-2 sm:mt-0 shrink-0", children })
|