@novie/ui 0.1.25 → 0.1.26

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
@@ -11147,7 +11147,7 @@ function fy({ className: e, ...t }) {
11147
11147
  function py({ className: e, children: t, ...n }) {
11148
11148
  return /* @__PURE__ */ i("header", {
11149
11149
  "data-slot": "navigation-bar",
11150
- className: C("flex min-h-10 w-full items-center justify-between", e),
11150
+ className: C("flex min-h-12 w-full items-center justify-between", e),
11151
11151
  ...n,
11152
11152
  children: t
11153
11153
  });