@hotelinking/ui 16.48.11 → 16.48.13
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/ui.cjs +1 -1
- package/dist/ui.es.js +6 -6
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -3980,10 +3980,10 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3980
3980
|
ee('<div class="inline-flex items-center gap-x-2 text-sm/6 font-semibold text-gray-900 outline-none flex-wrap gap-y-1"><div class="h-4 bg-gray-200 rounded-lg w-32"></div><div class="h-4 bg-gray-200 rounded-lg w-20"></div><div class="h-4 bg-gray-200 rounded-lg w-16"></div><div class="h-5 w-5 bg-gray-200 rounded-lg"></div></div>', 1)
|
|
3981
3981
|
])])) : (l(), w(f(kl), {
|
|
3982
3982
|
key: 0,
|
|
3983
|
-
class: "relative"
|
|
3983
|
+
class: "relative w-full max-w-full"
|
|
3984
3984
|
}, {
|
|
3985
3985
|
default: y(() => [
|
|
3986
|
-
m(f($l), { class: "inline-flex items-center gap-x-2 text-sm/6 font-semibold text-gray-900 outline-none flex-wrap gap-y-1" }, {
|
|
3986
|
+
m(f($l), { class: "inline-flex items-center gap-x-2 text-sm/6 font-semibold text-gray-900 outline-none flex-wrap gap-y-1 w-full max-w-full" }, {
|
|
3987
3987
|
default: y(() => [
|
|
3988
3988
|
t("span", null, c(i.literals.filters) + ": ", 1),
|
|
3989
3989
|
(l(!0), s(k, null, S(R.value, (H, $) => (l(), s(k, { key: $ }, [
|
|
@@ -4177,10 +4177,10 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4177
4177
|
}
|
|
4178
4178
|
}), Pr = { key: 0 }, Fr = {
|
|
4179
4179
|
key: 1,
|
|
4180
|
-
class: "actionsAndFilters mb-6 flex flex-col lg:flex-row lg:items-start
|
|
4180
|
+
class: "actionsAndFilters mb-6 flex flex-col lg:flex-row lg:items-start w-full gap-4"
|
|
4181
4181
|
}, Or = {
|
|
4182
4182
|
key: 0,
|
|
4183
|
-
class: "w-full lg:w-
|
|
4183
|
+
class: "w-full lg:flex-1 lg:min-w-0 lg:max-w-full"
|
|
4184
4184
|
}, Ir = {
|
|
4185
4185
|
key: 1,
|
|
4186
4186
|
class: "w-full lg:w-auto lg:flex-shrink-0 flex flex-col sm:flex-row items-stretch sm:items-center gap-3 lg:gap-2"
|
|
@@ -4736,7 +4736,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4736
4736
|
onNoResultsOptionSelected: rl
|
|
4737
4737
|
}, null, 8, ["title", "message", "actions", "items", "select"])) : (l(), w(Lt, { key: 2 }));
|
|
4738
4738
|
}
|
|
4739
|
-
}), md = { class: "lg:hidden" }, fd = ["value"], hd = { class: "hidden lg:block" }, yd = { class: "border-b border-gray-200" }, bd = {
|
|
4739
|
+
}), md = { class: "lg:hidden" }, fd = ["value"], hd = { class: "hidden lg:block overflow-x-auto" }, yd = { class: "border-b border-gray-200" }, bd = {
|
|
4740
4740
|
class: "-mb-px flex space-x-8",
|
|
4741
4741
|
"aria-label": "Tabs"
|
|
4742
4742
|
}, vd = ["onClick", "aria-current"], xd = /* @__PURE__ */ T({
|
|
@@ -4780,7 +4780,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4780
4780
|
a.count ? (l(), s("span", {
|
|
4781
4781
|
key: 0,
|
|
4782
4782
|
class: x([
|
|
4783
|
-
a.current ? "bg-
|
|
4783
|
+
a.current ? "bg-lime-400 text-black" : "bg-black text-white",
|
|
4784
4784
|
"hidden ml-3 py-0.5 px-2.5 rounded-full text-xs font-medium md:inline-block"
|
|
4785
4785
|
])
|
|
4786
4786
|
}, c(a.count), 3)) : b("", !0)
|