@novie/ui 0.1.18 → 0.1.19
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.css +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11115,12 +11115,9 @@ function uy({ className: e, ...t }) {
|
|
|
11115
11115
|
function dy({ className: e, children: t, ...n }) {
|
|
11116
11116
|
return /* @__PURE__ */ i("header", {
|
|
11117
11117
|
"data-slot": "navigation-bar",
|
|
11118
|
-
className: C("w-full
|
|
11118
|
+
className: C("flex w-full items-center justify-between", e),
|
|
11119
11119
|
...n,
|
|
11120
|
-
children:
|
|
11121
|
-
className: "flex flex-col gap-4",
|
|
11122
|
-
children: t
|
|
11123
|
-
})
|
|
11120
|
+
children: t
|
|
11124
11121
|
});
|
|
11125
11122
|
}
|
|
11126
11123
|
function fy({ className: e, ...t }) {
|