@stlhorizon/vue-ui 3.26.1 → 3.26.2
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.esm.js +12 -12
- package/dist/index.js +1 -1
- package/dist/src/components/Header.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vue-ui.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -12911,19 +12911,19 @@ const dc = {
|
|
|
12911
12911
|
class: "h-6 sm:h-8 w-px bg-gray-300 shrink-0 hidden sm:block"
|
|
12912
12912
|
}, Rg = {
|
|
12913
12913
|
key: 3,
|
|
12914
|
-
class: "shrink-0 bg-linear-to-r from-blue-50 via-indigo-50 to-purple-50 px-2
|
|
12914
|
+
class: "shrink-0 bg-linear-to-r from-blue-50 via-indigo-50 to-purple-50 px-2 py-1.5 rounded-lg border border-blue-200 shadow-sm flex items-center gap-2 relative hover:shadow-md transition-shadow max-w-[160px] sm:max-w-xs"
|
|
12915
12915
|
}, Ug = {
|
|
12916
12916
|
key: 0,
|
|
12917
|
-
class: "shrink-0
|
|
12918
|
-
}, qg = { class: "relative" }, Yg = ["src", "alt"], Hg = { class: "min-w-0 flex-1" }, Wg = { class: "text-xs
|
|
12917
|
+
class: "shrink-0"
|
|
12918
|
+
}, qg = { class: "relative" }, Yg = ["src", "alt"], Hg = { class: "min-w-0 flex-1" }, Wg = { class: "text-xs font-bold text-blue-900 truncate max-w-[100px] sm:max-w-40 group-hover:text-blue-700 leading-tight" }, Gg = { class: "flex items-center gap-1 mt-0.5" }, Kg = {
|
|
12919
12919
|
key: 0,
|
|
12920
|
-
class: "text-xs text-blue-700 truncate font-medium"
|
|
12920
|
+
class: "text-[10px] sm:text-xs text-blue-700 truncate font-medium leading-tight"
|
|
12921
12921
|
}, Xg = {
|
|
12922
12922
|
key: 2,
|
|
12923
12923
|
class: "min-w-0 flex-1"
|
|
12924
|
-
}, Jg = { class: "text-xs
|
|
12924
|
+
}, Jg = { class: "text-xs font-bold text-blue-900 truncate max-w-[100px] sm:max-w-40 leading-tight" }, Qg = { class: "flex items-center gap-1 mt-0.5" }, Zg = {
|
|
12925
12925
|
key: 0,
|
|
12926
|
-
class: "text-xs text-blue-700 truncate font-medium"
|
|
12926
|
+
class: "text-[10px] sm:text-xs text-blue-700 truncate font-medium leading-tight"
|
|
12927
12927
|
}, ev = {
|
|
12928
12928
|
key: 0,
|
|
12929
12929
|
class: "absolute top-full left-0 right-0 sm:left-0 sm:right-auto mt-2 w-full sm:w-80 bg-white rounded-xl shadow-xl border border-gray-200 z-50 max-h-96 overflow-hidden"
|
|
@@ -13116,14 +13116,14 @@ const dc = {
|
|
|
13116
13116
|
r("img", {
|
|
13117
13117
|
src: e.organisationLogo,
|
|
13118
13118
|
alt: `${e.currentOrganisation.organisation_name} logo`,
|
|
13119
|
-
class: "w-
|
|
13119
|
+
class: "w-6 h-6 sm:w-8 sm:h-8 object-contain rounded-md bg-white p-0.5 border border-blue-200 shadow-sm"
|
|
13120
13120
|
}, null, 8, Yg),
|
|
13121
|
-
j[4] || (j[4] = r("div", { class: "absolute -bottom-0.5 -right-0.5 w-2 h-2
|
|
13121
|
+
j[4] || (j[4] = r("div", { class: "absolute -bottom-0.5 -right-0.5 w-2 h-2 bg-green-500 border border-white rounded-full" }, null, -1))
|
|
13122
13122
|
])
|
|
13123
13123
|
])) : g("", !0),
|
|
13124
13124
|
e.organisations.length > 1 ? (s(), o("button", {
|
|
13125
13125
|
key: 1,
|
|
13126
|
-
class: "flex items-center gap-1.5
|
|
13126
|
+
class: "flex items-center gap-1.5 min-w-0 cursor-pointer hover:bg-white/50 rounded-md px-1.5 py-0.5 transition-all group flex-1",
|
|
13127
13127
|
onClick: $
|
|
13128
13128
|
}, [
|
|
13129
13129
|
r("div", Hg, [
|
|
@@ -13131,21 +13131,21 @@ const dc = {
|
|
|
13131
13131
|
r("div", Gg, [
|
|
13132
13132
|
V(H, {
|
|
13133
13133
|
icon: "user",
|
|
13134
|
-
class: "w-
|
|
13134
|
+
class: "w-2.5 h-2.5 text-blue-600 shrink-0"
|
|
13135
13135
|
}),
|
|
13136
13136
|
F.value ? (s(), o("p", Kg, x(F.value), 1)) : g("", !0)
|
|
13137
13137
|
])
|
|
13138
13138
|
]),
|
|
13139
13139
|
V(H, {
|
|
13140
13140
|
icon: "chevron-down",
|
|
13141
|
-
class: m(["w-3
|
|
13141
|
+
class: m(["w-3 h-3 text-blue-600 shrink-0 group-hover:text-blue-700 transition-transform", { "rotate-180": w.value }])
|
|
13142
13142
|
}, null, 8, ["class"])
|
|
13143
13143
|
])) : (s(), o("div", Xg, [
|
|
13144
13144
|
r("p", Jg, x(e.currentOrganisation.organisation_name), 1),
|
|
13145
13145
|
r("div", Qg, [
|
|
13146
13146
|
V(H, {
|
|
13147
13147
|
icon: "user",
|
|
13148
|
-
class: "w-
|
|
13148
|
+
class: "w-2.5 h-2.5 text-blue-600 shrink-0"
|
|
13149
13149
|
}),
|
|
13150
13150
|
F.value ? (s(), o("p", Zg, x(F.value), 1)) : g("", !0)
|
|
13151
13151
|
])
|