@novie/ui 0.1.20 → 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
|
@@ -4847,7 +4847,8 @@ var ci = n("inline-flex shrink-0 items-center justify-center transition-colors f
|
|
|
4847
4847
|
variants: {
|
|
4848
4848
|
variant: {
|
|
4849
4849
|
default: "bg-primary text-primary-foreground hover:bg-[hsl(var(--icon-button-hover))] disabled:bg-[hsl(var(--icon-button-disabled))] active:bg-primary active:ring-2 active:ring-primary active:ring-offset-2",
|
|
4850
|
-
|
|
4850
|
+
primary: "bg-[hsl(var(--button-brand-default))] text-primary-foreground hover:bg-[hsl(var(--button-brand-hover))] active:bg-[hsl(var(--button-brand-pressed))] disabled:bg-[hsl(var(--icon-button-disabled))]",
|
|
4851
|
+
ghost: "text-foreground hover:bg-[hsl(var(--surface-inset))] hover:text-foreground active:bg-[hsl(var(--surface-inset))] disabled:text-[hsl(var(--icon-button-disabled))]",
|
|
4851
4852
|
danger: "bg-[hsl(var(--icon-button-danger-bg))] text-destructive-foreground hover:bg-[hsl(var(--icon-button-danger-hover))] hover:text-destructive disabled:bg-[hsl(var(--icon-button-danger-disabled))] active:bg-destructive"
|
|
4852
4853
|
},
|
|
4853
4854
|
size: {
|
|
@@ -11146,7 +11147,7 @@ function fy({ className: e, ...t }) {
|
|
|
11146
11147
|
function py({ className: e, children: t, ...n }) {
|
|
11147
11148
|
return /* @__PURE__ */ i("header", {
|
|
11148
11149
|
"data-slot": "navigation-bar",
|
|
11149
|
-
className: C("flex w-full items-center justify-between", e),
|
|
11150
|
+
className: C("flex min-h-12 w-full items-center justify-between", e),
|
|
11150
11151
|
...n,
|
|
11151
11152
|
children: t
|
|
11152
11153
|
});
|
|
@@ -11161,7 +11162,7 @@ function my({ className: e, ...t }) {
|
|
|
11161
11162
|
function hy({ className: e, ...t }) {
|
|
11162
11163
|
return /* @__PURE__ */ i("div", {
|
|
11163
11164
|
"data-slot": "navigation-bar-content",
|
|
11164
|
-
className: C("flex items-center justify-between", e),
|
|
11165
|
+
className: C("flex h-12 items-center justify-between", e),
|
|
11165
11166
|
...t
|
|
11166
11167
|
});
|
|
11167
11168
|
}
|