@cuadra-ai/uikit 0.4.13 → 0.4.14

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
@@ -4467,12 +4467,12 @@ function zo({ title: e, subtitle: t }) {
4467
4467
  /* @__PURE__ */ d(
4468
4468
  "h2",
4469
4469
  {
4470
- className: "cuadra-text-4xl cuadra-font-normal cuadra-text-muted-foreground cuadra-tracking-tight",
4470
+ className: "cuadra-text-4xl cuadra-font-normal cuadra-text-foreground/80 cuadra-tracking-tight",
4471
4471
  style: { fontFamily: "var(--cuadra-font-logo), Outfit, -apple-system, sans-serif" },
4472
4472
  children: e
4473
4473
  }
4474
4474
  ),
4475
- t && /* @__PURE__ */ d("p", { className: "cuadra-text-base cuadra-text-muted-foreground/70 cuadra-mt-3 cuadra-max-w-lg cuadra-whitespace-pre-line", children: t })
4475
+ t && /* @__PURE__ */ d("p", { className: "cuadra-text-base cuadra-text-muted-foreground cuadra-mt-3 cuadra-max-w-lg cuadra-whitespace-pre-line", children: t })
4476
4476
  ] });
4477
4477
  }
4478
4478
  function Uo() {