@novie/ui 0.1.21 → 0.1.22
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 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
|
});
|
|
@@ -11162,7 +11162,7 @@ function my({ className: e, ...t }) {
|
|
|
11162
11162
|
function hy({ className: e, ...t }) {
|
|
11163
11163
|
return /* @__PURE__ */ i("div", {
|
|
11164
11164
|
"data-slot": "navigation-bar-content",
|
|
11165
|
-
className: C("flex items-center justify-between", e),
|
|
11165
|
+
className: C("flex h-12 items-center justify-between", e),
|
|
11166
11166
|
...t
|
|
11167
11167
|
});
|
|
11168
11168
|
}
|