@bcc-code/component-library-vue 1.4.6 → 1.4.8
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.
|
@@ -10166,7 +10166,7 @@ const Kj = /* @__PURE__ */ Be({
|
|
|
10166
10166
|
});
|
|
10167
10167
|
return (o, a) => (d(), p("div", {
|
|
10168
10168
|
"data-bcc-name": "top-navigation",
|
|
10169
|
-
class: S(["bcc-topbar pt-inset-top-1 top-0 z-30 w-full shrink-0 pb-1", [
|
|
10169
|
+
class: S(["bcc-topbar pt-inset-top-1 top-0 z-30 w-full shrink-0 pb-1 select-none", [
|
|
10170
10170
|
{ relative: t.relative, fixed: t.fixed, sticky: !t.relative && !t.fixed },
|
|
10171
10171
|
t.transparent ? "" : t.sunken ? "bg-elevation-surface-sunken-default text-default" : t.white ? "bg-elevation-surface-default text-default" : "bg-brand-800 text-white drop-shadow"
|
|
10172
10172
|
]])
|