@homlista-devs/ui 1.6.7 → 1.6.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.
- package/dist/design-system.cjs.js +4 -4
- package/dist/design-system.cjs.js.map +1 -1
- package/dist/design-system.es.js +98 -88
- package/dist/design-system.es.js.map +1 -1
- package/dist/index.css +27 -0
- package/dist/precompiled.css +27 -0
- package/dist/types/widgets/header/ui/header.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/design-system.es.js
CHANGED
|
@@ -159,8 +159,8 @@ function Lt(...e) {
|
|
|
159
159
|
}
|
|
160
160
|
// @__NO_SIDE_EFFECTS__
|
|
161
161
|
function $t(e) {
|
|
162
|
-
const t = /* @__PURE__ */
|
|
163
|
-
const { children: s, ...i } = a, l = w.Children.toArray(s), c = l.find(
|
|
162
|
+
const t = /* @__PURE__ */ _t(e), o = w.forwardRef((a, n) => {
|
|
163
|
+
const { children: s, ...i } = a, l = w.Children.toArray(s), c = l.find(Ft);
|
|
164
164
|
if (c) {
|
|
165
165
|
const m = c.props.children, u = l.map((d) => d === c ? w.Children.count(m) > 1 ? w.Children.only(null) : w.isValidElement(m) ? m.props.children : null : d);
|
|
166
166
|
return /* @__PURE__ */ r(t, { ...i, ref: n, children: w.isValidElement(m) ? w.cloneElement(m, void 0, u) : null });
|
|
@@ -171,7 +171,7 @@ function $t(e) {
|
|
|
171
171
|
}
|
|
172
172
|
var Ot = /* @__PURE__ */ $t("Slot");
|
|
173
173
|
// @__NO_SIDE_EFFECTS__
|
|
174
|
-
function
|
|
174
|
+
function _t(e) {
|
|
175
175
|
const t = w.forwardRef((o, a) => {
|
|
176
176
|
const { children: n, ...s } = o;
|
|
177
177
|
if (w.isValidElement(n)) {
|
|
@@ -182,9 +182,9 @@ function Vt(e) {
|
|
|
182
182
|
});
|
|
183
183
|
return t.displayName = `${e}.SlotClone`, t;
|
|
184
184
|
}
|
|
185
|
-
var
|
|
186
|
-
function
|
|
187
|
-
return w.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId ===
|
|
185
|
+
var Vt = Symbol("radix.slottable");
|
|
186
|
+
function Ft(e) {
|
|
187
|
+
return w.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === Vt;
|
|
188
188
|
}
|
|
189
189
|
function Dt(e, t) {
|
|
190
190
|
const o = { ...t };
|
|
@@ -478,9 +478,9 @@ const $ = (e) => {
|
|
|
478
478
|
position: [x, b]
|
|
479
479
|
}], de = () => ["no-repeat", {
|
|
480
480
|
repeat: ["", "x", "y", "space", "round"]
|
|
481
|
-
}],
|
|
481
|
+
}], F = () => ["auto", "cover", "contain", br, fr, {
|
|
482
482
|
size: [x, b]
|
|
483
|
-
}],
|
|
483
|
+
}], V = () => [Me, ue, Y], j = () => [
|
|
484
484
|
// Deprecated since Tailwind CSS v4.0.0
|
|
485
485
|
"",
|
|
486
486
|
"none",
|
|
@@ -1461,7 +1461,7 @@ const $ = (e) => {
|
|
|
1461
1461
|
* @see https://tailwindcss.com/docs/background-size
|
|
1462
1462
|
*/
|
|
1463
1463
|
"bg-size": [{
|
|
1464
|
-
bg:
|
|
1464
|
+
bg: F()
|
|
1465
1465
|
}],
|
|
1466
1466
|
/**
|
|
1467
1467
|
* Background Image
|
|
@@ -1488,21 +1488,21 @@ const $ = (e) => {
|
|
|
1488
1488
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1489
1489
|
*/
|
|
1490
1490
|
"gradient-from-pos": [{
|
|
1491
|
-
from:
|
|
1491
|
+
from: V()
|
|
1492
1492
|
}],
|
|
1493
1493
|
/**
|
|
1494
1494
|
* Gradient Color Stops Via Position
|
|
1495
1495
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1496
1496
|
*/
|
|
1497
1497
|
"gradient-via-pos": [{
|
|
1498
|
-
via:
|
|
1498
|
+
via: V()
|
|
1499
1499
|
}],
|
|
1500
1500
|
/**
|
|
1501
1501
|
* Gradient Color Stops To Position
|
|
1502
1502
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1503
1503
|
*/
|
|
1504
1504
|
"gradient-to-pos": [{
|
|
1505
|
-
to:
|
|
1505
|
+
to: V()
|
|
1506
1506
|
}],
|
|
1507
1507
|
/**
|
|
1508
1508
|
* Gradient Color Stops From
|
|
@@ -2138,7 +2138,7 @@ const $ = (e) => {
|
|
|
2138
2138
|
* @see https://tailwindcss.com/docs/mask-size
|
|
2139
2139
|
*/
|
|
2140
2140
|
"mask-size": [{
|
|
2141
|
-
mask:
|
|
2141
|
+
mask: F()
|
|
2142
2142
|
}],
|
|
2143
2143
|
/**
|
|
2144
2144
|
* Mask Type
|
|
@@ -3521,7 +3521,7 @@ const Lr = J(
|
|
|
3521
3521
|
}
|
|
3522
3522
|
);
|
|
3523
3523
|
ne.displayName = "Input";
|
|
3524
|
-
const
|
|
3524
|
+
const _r = (e) => {
|
|
3525
3525
|
switch (e) {
|
|
3526
3526
|
case "sm":
|
|
3527
3527
|
return "max-w-md";
|
|
@@ -3534,7 +3534,7 @@ const Vr = (e) => {
|
|
|
3534
3534
|
default:
|
|
3535
3535
|
return "max-w-2xl";
|
|
3536
3536
|
}
|
|
3537
|
-
},
|
|
3537
|
+
}, Vr = ({
|
|
3538
3538
|
isOpen: e,
|
|
3539
3539
|
onClose: t,
|
|
3540
3540
|
title: o,
|
|
@@ -3560,7 +3560,7 @@ const Vr = (e) => {
|
|
|
3560
3560
|
"fixed inset-0 bg-black/50 flex items-center justify-center z-50 p-4"
|
|
3561
3561
|
), u = f(
|
|
3562
3562
|
"bg-card rounded-lg shadow-xl w-full max-h-[90vh] overflow-hidden flex flex-col",
|
|
3563
|
-
|
|
3563
|
+
_r(n)
|
|
3564
3564
|
), d = f(
|
|
3565
3565
|
"p-6 border-b border-border flex items-center justify-between"
|
|
3566
3566
|
), h = f("p-6 overflow-y-auto flex-1"), M = f(
|
|
@@ -3600,11 +3600,11 @@ const Vr = (e) => {
|
|
|
3600
3600
|
)
|
|
3601
3601
|
}
|
|
3602
3602
|
);
|
|
3603
|
-
},
|
|
3603
|
+
}, Fr = ({
|
|
3604
3604
|
children: e,
|
|
3605
3605
|
actions: t,
|
|
3606
3606
|
...o
|
|
3607
|
-
}) => /* @__PURE__ */ p(
|
|
3607
|
+
}) => /* @__PURE__ */ p(Vr, { ...o, children: [
|
|
3608
3608
|
/* @__PURE__ */ r("div", { className: "p-6 overflow-y-auto flex-1", children: e }),
|
|
3609
3609
|
t && /* @__PURE__ */ r("div", { className: "p-6 border-t border-border flex justify-end gap-3", children: t })
|
|
3610
3610
|
] }), ta = ({
|
|
@@ -3616,7 +3616,7 @@ const Vr = (e) => {
|
|
|
3616
3616
|
confirmText: s = "Confirm",
|
|
3617
3617
|
cancelText: i = "Cancel"
|
|
3618
3618
|
}) => /* @__PURE__ */ r(
|
|
3619
|
-
|
|
3619
|
+
Fr,
|
|
3620
3620
|
{
|
|
3621
3621
|
isOpen: e,
|
|
3622
3622
|
onClose: t,
|
|
@@ -3943,7 +3943,7 @@ const bo = [
|
|
|
3943
3943
|
const yo = [
|
|
3944
3944
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
3945
3945
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
3946
|
-
], Ye = G("x", yo),
|
|
3946
|
+
], Ye = G("x", yo), _e = w.forwardRef(
|
|
3947
3947
|
({
|
|
3948
3948
|
className: e,
|
|
3949
3949
|
containerClassName: t,
|
|
@@ -4015,7 +4015,7 @@ const yo = [
|
|
|
4015
4015
|
] });
|
|
4016
4016
|
}
|
|
4017
4017
|
);
|
|
4018
|
-
|
|
4018
|
+
_e.displayName = "Select";
|
|
4019
4019
|
const vo = (e) => {
|
|
4020
4020
|
switch (e) {
|
|
4021
4021
|
case "sm":
|
|
@@ -4027,7 +4027,7 @@ const vo = (e) => {
|
|
|
4027
4027
|
default:
|
|
4028
4028
|
return "p-0";
|
|
4029
4029
|
}
|
|
4030
|
-
},
|
|
4030
|
+
}, Ve = ({
|
|
4031
4031
|
children: e,
|
|
4032
4032
|
header: t,
|
|
4033
4033
|
sidebar: o,
|
|
@@ -4046,13 +4046,13 @@ const vo = (e) => {
|
|
|
4046
4046
|
] }),
|
|
4047
4047
|
a && /* @__PURE__ */ r("footer", { className: "bg-card border-t border-border mt-auto", children: a })
|
|
4048
4048
|
] });
|
|
4049
|
-
}, ra = ({ children: e, header: t, sidebar: o }) => /* @__PURE__ */ r(
|
|
4049
|
+
}, ra = ({ children: e, header: t, sidebar: o }) => /* @__PURE__ */ r(Ve, { header: t, sidebar: o, padding: "lg", children: /* @__PURE__ */ r("div", { className: "max-w-screen-2xl", children: e }) }), oa = ({ children: e, title: t, subtitle: o }) => /* @__PURE__ */ r(Ve, { padding: "lg", children: /* @__PURE__ */ p("div", { className: "max-w-md mx-auto", children: [
|
|
4050
4050
|
/* @__PURE__ */ p("div", { className: "text-center mb-8", children: [
|
|
4051
4051
|
t && /* @__PURE__ */ r(R, { variant: "h2", className: "mb-2", children: t }),
|
|
4052
4052
|
o && /* @__PURE__ */ r(R, { variant: "body", color: "muted", children: o })
|
|
4053
4053
|
] }),
|
|
4054
4054
|
e
|
|
4055
|
-
] }) }), aa = ({ children: e, header: t, footer: o }) => /* @__PURE__ */ r(
|
|
4055
|
+
] }) }), aa = ({ children: e, header: t, footer: o }) => /* @__PURE__ */ r(Ve, { header: t, footer: o, padding: "none", children: e }), bt = w.forwardRef(({ message: e = "No entities found", icon: t, action: o, className: a }, n) => /* @__PURE__ */ p(
|
|
4056
4056
|
"div",
|
|
4057
4057
|
{
|
|
4058
4058
|
ref: n,
|
|
@@ -4553,20 +4553,30 @@ const No = we(
|
|
|
4553
4553
|
s
|
|
4554
4554
|
),
|
|
4555
4555
|
children: [
|
|
4556
|
-
g.logo && /* @__PURE__ */ r(
|
|
4557
|
-
"
|
|
4556
|
+
g.logo && /* @__PURE__ */ r(
|
|
4557
|
+
"div",
|
|
4558
4558
|
{
|
|
4559
4559
|
className: f(
|
|
4560
|
-
"
|
|
4561
|
-
//
|
|
4562
|
-
|
|
4563
|
-
// Variant-default text color (can be overridden)
|
|
4564
|
-
E ? "text-zinc-900" : "text-white",
|
|
4565
|
-
i
|
|
4560
|
+
"shrink-0 w-2/3 md:w-1/5 text-ellipsis overflow-hidden text-nowrap",
|
|
4561
|
+
// Keep modern logos legible even when clients upload white assets
|
|
4562
|
+
E && "[&_img]:brightness-0 [&_img]:saturate-0 [&_svg]:brightness-0 [&_svg]:saturate-0"
|
|
4566
4563
|
),
|
|
4567
|
-
children: g.logo
|
|
4564
|
+
children: typeof g.logo == "string" ? /* @__PURE__ */ r(
|
|
4565
|
+
"p",
|
|
4566
|
+
{
|
|
4567
|
+
className: f(
|
|
4568
|
+
"leading-normal",
|
|
4569
|
+
// Luxury: Tenor Sans serif mark, Modern/Minimal: bold sans mark
|
|
4570
|
+
P ? "font-heading text-xl font-normal uppercase tracking-[0.04em]" : "font-black tracking-wider text-xl",
|
|
4571
|
+
// Keep modern text logos strictly black for legibility
|
|
4572
|
+
E ? "text-black" : "text-white",
|
|
4573
|
+
i
|
|
4574
|
+
),
|
|
4575
|
+
children: g.logo
|
|
4576
|
+
}
|
|
4577
|
+
) : g.logo
|
|
4568
4578
|
}
|
|
4569
|
-
)
|
|
4579
|
+
),
|
|
4570
4580
|
g.navigationItems.length > 0 && /* @__PURE__ */ r(
|
|
4571
4581
|
"nav",
|
|
4572
4582
|
{
|
|
@@ -4917,7 +4927,7 @@ const Mt = [
|
|
|
4917
4927
|
),
|
|
4918
4928
|
/* @__PURE__ */ p("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: [
|
|
4919
4929
|
/* @__PURE__ */ r(
|
|
4920
|
-
|
|
4930
|
+
_e,
|
|
4921
4931
|
{
|
|
4922
4932
|
label: "Programa de préstamos",
|
|
4923
4933
|
value: M,
|
|
@@ -5064,13 +5074,13 @@ const Po = (e, t, o) => {
|
|
|
5064
5074
|
variant: s = "default",
|
|
5065
5075
|
badgeColors: i
|
|
5066
5076
|
}) => {
|
|
5067
|
-
const [l, c] = ee(0), [m, u] = ee(!1), [d, h] = ee(!1), M = (
|
|
5068
|
-
|
|
5069
|
-
const
|
|
5070
|
-
u(
|
|
5071
|
-
}, v = (
|
|
5072
|
-
|
|
5073
|
-
}, N = (
|
|
5077
|
+
const [l, c] = ee(0), [m, u] = ee(!1), [d, h] = ee(!1), M = (F) => {
|
|
5078
|
+
F.preventDefault(), F.stopPropagation();
|
|
5079
|
+
const V = !m;
|
|
5080
|
+
u(V), o?.(e.id, V);
|
|
5081
|
+
}, v = (F) => {
|
|
5082
|
+
F.preventDefault(), F.stopPropagation(), a?.(l, e.id);
|
|
5083
|
+
}, N = (F, V) => !F || !V ? "Price not available" : `$${F.toLocaleString()} ${V}`, k = s === "compact", g = s === "minimal", E = f(
|
|
5074
5084
|
"relative overflow-hidden bg-card transition-all duration-300 ease-out cursor-pointer",
|
|
5075
5085
|
k ? "rounded-xl hover:shadow-lg border px-4 shadow-md" : g ? "rounded-2xl w-[454px] flex flex-col gap-4" : "rounded-2xl hover:-translate-y-1 hover:shadow-xl shadow-md",
|
|
5076
5086
|
t
|
|
@@ -5139,23 +5149,23 @@ const Po = (e, t, o) => {
|
|
|
5139
5149
|
),
|
|
5140
5150
|
/* @__PURE__ */ r("div", { className: "absolute inset-0 bg-gradient-to-b from-transparent to-black/40 pointer-events-none rounded-2xl" })
|
|
5141
5151
|
] }),
|
|
5142
|
-
/* @__PURE__ */ r("div", { className: T, children: e.transactionTypes.map((
|
|
5143
|
-
const j = i?.[
|
|
5152
|
+
/* @__PURE__ */ r("div", { className: T, children: e.transactionTypes.map((F, V) => {
|
|
5153
|
+
const j = i?.[F.type];
|
|
5144
5154
|
return /* @__PURE__ */ r(
|
|
5145
5155
|
"span",
|
|
5146
5156
|
{
|
|
5147
5157
|
className: f(
|
|
5148
5158
|
L,
|
|
5149
5159
|
Po(
|
|
5150
|
-
|
|
5160
|
+
F,
|
|
5151
5161
|
j,
|
|
5152
5162
|
g
|
|
5153
5163
|
)
|
|
5154
5164
|
),
|
|
5155
5165
|
style: j ? { backgroundColor: j } : void 0,
|
|
5156
|
-
children:
|
|
5166
|
+
children: F.type
|
|
5157
5167
|
},
|
|
5158
|
-
|
|
5168
|
+
V
|
|
5159
5169
|
);
|
|
5160
5170
|
}) }),
|
|
5161
5171
|
n && /* @__PURE__ */ r(
|
|
@@ -5193,20 +5203,20 @@ const Po = (e, t, o) => {
|
|
|
5193
5203
|
)
|
|
5194
5204
|
}
|
|
5195
5205
|
),
|
|
5196
|
-
!k && !C && e.images.length > 1 && /* @__PURE__ */ r("div", { className: y, children: e.images.map((
|
|
5206
|
+
!k && !C && e.images.length > 1 && /* @__PURE__ */ r("div", { className: y, children: e.images.map((F, V) => /* @__PURE__ */ r(
|
|
5197
5207
|
"button",
|
|
5198
5208
|
{
|
|
5199
5209
|
className: f(
|
|
5200
5210
|
A,
|
|
5201
|
-
|
|
5211
|
+
V === l ? "bg-white" : "bg-white/50"
|
|
5202
5212
|
),
|
|
5203
5213
|
onClick: (j) => {
|
|
5204
|
-
j.preventDefault(), j.stopPropagation(), c(
|
|
5214
|
+
j.preventDefault(), j.stopPropagation(), c(V);
|
|
5205
5215
|
},
|
|
5206
|
-
"aria-label": `Go to image ${
|
|
5207
|
-
"aria-current":
|
|
5216
|
+
"aria-label": `Go to image ${V + 1}`,
|
|
5217
|
+
"aria-current": V === l
|
|
5208
5218
|
},
|
|
5209
|
-
|
|
5219
|
+
V
|
|
5210
5220
|
)) })
|
|
5211
5221
|
]
|
|
5212
5222
|
}
|
|
@@ -5382,7 +5392,7 @@ function Ro({
|
|
|
5382
5392
|
locationOptions: n
|
|
5383
5393
|
};
|
|
5384
5394
|
}
|
|
5385
|
-
const
|
|
5395
|
+
const Fe = ({
|
|
5386
5396
|
variant: e = "pill",
|
|
5387
5397
|
isSubmitting: t,
|
|
5388
5398
|
className: o
|
|
@@ -5403,7 +5413,7 @@ const _e = ({
|
|
|
5403
5413
|
children: /* @__PURE__ */ r(je, { className: "h-6 w-6" })
|
|
5404
5414
|
}
|
|
5405
5415
|
);
|
|
5406
|
-
},
|
|
5416
|
+
}, _ = ({
|
|
5407
5417
|
label: e,
|
|
5408
5418
|
options: t,
|
|
5409
5419
|
value: o,
|
|
@@ -5424,7 +5434,7 @@ const _e = ({
|
|
|
5424
5434
|
[a]
|
|
5425
5435
|
);
|
|
5426
5436
|
return /* @__PURE__ */ r("div", { className: f("flex min-w-0 flex-1 items-center", s), children: /* @__PURE__ */ r("div", { className: "flex-1 px-6 py-3.5", children: /* @__PURE__ */ r(
|
|
5427
|
-
|
|
5437
|
+
_e,
|
|
5428
5438
|
{
|
|
5429
5439
|
label: e,
|
|
5430
5440
|
options: i,
|
|
@@ -5448,7 +5458,7 @@ const _e = ({
|
|
|
5448
5458
|
}) => /* @__PURE__ */ r("div", { className: f("rounded-xl bg-white shadow-lg p-6", i), children: /* @__PURE__ */ p("form", { className: "space-y-6", onSubmit: n, children: [
|
|
5449
5459
|
/* @__PURE__ */ p("div", { className: "grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3", children: [
|
|
5450
5460
|
/* @__PURE__ */ r(
|
|
5451
|
-
|
|
5461
|
+
_,
|
|
5452
5462
|
{
|
|
5453
5463
|
label: "Property Type",
|
|
5454
5464
|
options: t.propertyTypeOptions,
|
|
@@ -5459,7 +5469,7 @@ const _e = ({
|
|
|
5459
5469
|
}
|
|
5460
5470
|
),
|
|
5461
5471
|
/* @__PURE__ */ r(
|
|
5462
|
-
|
|
5472
|
+
_,
|
|
5463
5473
|
{
|
|
5464
5474
|
label: "Transaction",
|
|
5465
5475
|
options: t.transactionTypeOptions,
|
|
@@ -5470,7 +5480,7 @@ const _e = ({
|
|
|
5470
5480
|
}
|
|
5471
5481
|
),
|
|
5472
5482
|
/* @__PURE__ */ r(
|
|
5473
|
-
|
|
5483
|
+
_,
|
|
5474
5484
|
{
|
|
5475
5485
|
label: "Location",
|
|
5476
5486
|
options: t.locationOptions,
|
|
@@ -5517,7 +5527,7 @@ const _e = ({
|
|
|
5517
5527
|
"aria-label": "Property search form",
|
|
5518
5528
|
children: /* @__PURE__ */ p("div", { className: "flex flex-col gap-3 rounded-2xl bg-white p-4 shadow-lg", children: [
|
|
5519
5529
|
/* @__PURE__ */ r(
|
|
5520
|
-
|
|
5530
|
+
_,
|
|
5521
5531
|
{
|
|
5522
5532
|
label: "Property Type",
|
|
5523
5533
|
options: t.propertyTypeOptions,
|
|
@@ -5527,7 +5537,7 @@ const _e = ({
|
|
|
5527
5537
|
}
|
|
5528
5538
|
),
|
|
5529
5539
|
/* @__PURE__ */ r(
|
|
5530
|
-
|
|
5540
|
+
_,
|
|
5531
5541
|
{
|
|
5532
5542
|
label: "Transaction",
|
|
5533
5543
|
options: t.transactionTypeOptions,
|
|
@@ -5537,7 +5547,7 @@ const _e = ({
|
|
|
5537
5547
|
}
|
|
5538
5548
|
),
|
|
5539
5549
|
/* @__PURE__ */ r(
|
|
5540
|
-
|
|
5550
|
+
_,
|
|
5541
5551
|
{
|
|
5542
5552
|
label: "Location",
|
|
5543
5553
|
options: t.locationOptions,
|
|
@@ -5546,7 +5556,7 @@ const _e = ({
|
|
|
5546
5556
|
onChange: o("location")
|
|
5547
5557
|
}
|
|
5548
5558
|
),
|
|
5549
|
-
/* @__PURE__ */ r(
|
|
5559
|
+
/* @__PURE__ */ r(Fe, { variant: "mobile", isSubmitting: a })
|
|
5550
5560
|
] })
|
|
5551
5561
|
}
|
|
5552
5562
|
), ie = ({ className: e }) => /* @__PURE__ */ r("div", { className: f("w-px self-stretch bg-gray-300 mx-6", e) }), Lo = ({
|
|
@@ -5565,7 +5575,7 @@ const _e = ({
|
|
|
5565
5575
|
"aria-label": "Property search form",
|
|
5566
5576
|
children: /* @__PURE__ */ p("div", { className: "flex items-stretch bg-white border border-gray-300 shadow-xl relative z-10 px-3", children: [
|
|
5567
5577
|
/* @__PURE__ */ r(
|
|
5568
|
-
|
|
5578
|
+
_,
|
|
5569
5579
|
{
|
|
5570
5580
|
label: "Tipo de propiedad",
|
|
5571
5581
|
options: t.propertyTypeOptions,
|
|
@@ -5575,7 +5585,7 @@ const _e = ({
|
|
|
5575
5585
|
),
|
|
5576
5586
|
/* @__PURE__ */ r(ie, {}),
|
|
5577
5587
|
/* @__PURE__ */ r(
|
|
5578
|
-
|
|
5588
|
+
_,
|
|
5579
5589
|
{
|
|
5580
5590
|
label: "Transacción",
|
|
5581
5591
|
options: t.transactionTypeOptions,
|
|
@@ -5585,7 +5595,7 @@ const _e = ({
|
|
|
5585
5595
|
),
|
|
5586
5596
|
/* @__PURE__ */ r(ie, {}),
|
|
5587
5597
|
/* @__PURE__ */ r(
|
|
5588
|
-
|
|
5598
|
+
_,
|
|
5589
5599
|
{
|
|
5590
5600
|
label: "Ciudad",
|
|
5591
5601
|
options: t.locationOptions,
|
|
@@ -5621,7 +5631,7 @@ const _e = ({
|
|
|
5621
5631
|
"aria-label": "Property search form",
|
|
5622
5632
|
children: /* @__PURE__ */ p("div", { className: "flex items-stretch rounded-full bg-white border border-gray-300 shadow-xl relative z-10 p-1.5", children: [
|
|
5623
5633
|
/* @__PURE__ */ r(
|
|
5624
|
-
|
|
5634
|
+
_,
|
|
5625
5635
|
{
|
|
5626
5636
|
label: "Property Type",
|
|
5627
5637
|
options: t.propertyTypeOptions,
|
|
@@ -5631,7 +5641,7 @@ const _e = ({
|
|
|
5631
5641
|
),
|
|
5632
5642
|
/* @__PURE__ */ r(ie, {}),
|
|
5633
5643
|
/* @__PURE__ */ r(
|
|
5634
|
-
|
|
5644
|
+
_,
|
|
5635
5645
|
{
|
|
5636
5646
|
label: "Transaction",
|
|
5637
5647
|
options: t.transactionTypeOptions,
|
|
@@ -5641,7 +5651,7 @@ const _e = ({
|
|
|
5641
5651
|
),
|
|
5642
5652
|
/* @__PURE__ */ r(ie, {}),
|
|
5643
5653
|
/* @__PURE__ */ r(
|
|
5644
|
-
|
|
5654
|
+
_,
|
|
5645
5655
|
{
|
|
5646
5656
|
label: "Location",
|
|
5647
5657
|
options: t.locationOptions,
|
|
@@ -5651,7 +5661,7 @@ const _e = ({
|
|
|
5651
5661
|
}
|
|
5652
5662
|
),
|
|
5653
5663
|
/* @__PURE__ */ r("div", { className: "flex items-center", children: /* @__PURE__ */ r(
|
|
5654
|
-
|
|
5664
|
+
Fe,
|
|
5655
5665
|
{
|
|
5656
5666
|
variant: "pill",
|
|
5657
5667
|
isSubmitting: a,
|
|
@@ -5674,7 +5684,7 @@ const _e = ({
|
|
|
5674
5684
|
"aria-label": "Property search form",
|
|
5675
5685
|
children: /* @__PURE__ */ p("div", { className: "grid grid-cols-1 gap-3 rounded-2xl bg-white p-4 shadow-lg", children: [
|
|
5676
5686
|
/* @__PURE__ */ r(
|
|
5677
|
-
|
|
5687
|
+
_,
|
|
5678
5688
|
{
|
|
5679
5689
|
label: "Property Type",
|
|
5680
5690
|
options: t.propertyTypeOptions,
|
|
@@ -5684,7 +5694,7 @@ const _e = ({
|
|
|
5684
5694
|
}
|
|
5685
5695
|
),
|
|
5686
5696
|
/* @__PURE__ */ r(
|
|
5687
|
-
|
|
5697
|
+
_,
|
|
5688
5698
|
{
|
|
5689
5699
|
label: "Transaction",
|
|
5690
5700
|
options: t.transactionTypeOptions,
|
|
@@ -5694,7 +5704,7 @@ const _e = ({
|
|
|
5694
5704
|
}
|
|
5695
5705
|
),
|
|
5696
5706
|
/* @__PURE__ */ r(
|
|
5697
|
-
|
|
5707
|
+
_,
|
|
5698
5708
|
{
|
|
5699
5709
|
label: "Location",
|
|
5700
5710
|
options: t.locationOptions,
|
|
@@ -5703,10 +5713,10 @@ const _e = ({
|
|
|
5703
5713
|
onChange: o("location")
|
|
5704
5714
|
}
|
|
5705
5715
|
),
|
|
5706
|
-
/* @__PURE__ */ r(
|
|
5716
|
+
/* @__PURE__ */ r(Fe, { variant: "mobile", isSubmitting: a })
|
|
5707
5717
|
] })
|
|
5708
5718
|
}
|
|
5709
|
-
),
|
|
5719
|
+
), _o = ({
|
|
5710
5720
|
formData: e,
|
|
5711
5721
|
options: t,
|
|
5712
5722
|
onFieldChange: o,
|
|
@@ -5722,7 +5732,7 @@ const _e = ({
|
|
|
5722
5732
|
"aria-label": "Property search form",
|
|
5723
5733
|
children: /* @__PURE__ */ p("div", { className: "flex items-stretch rounded-lg bg-white border border-gray-300 shadow-xl relative z-10 px-3", children: [
|
|
5724
5734
|
/* @__PURE__ */ r(
|
|
5725
|
-
|
|
5735
|
+
_,
|
|
5726
5736
|
{
|
|
5727
5737
|
label: "Tipo de propiedad",
|
|
5728
5738
|
options: t.propertyTypeOptions,
|
|
@@ -5733,7 +5743,7 @@ const _e = ({
|
|
|
5733
5743
|
),
|
|
5734
5744
|
/* @__PURE__ */ r(ie, {}),
|
|
5735
5745
|
/* @__PURE__ */ r(
|
|
5736
|
-
|
|
5746
|
+
_,
|
|
5737
5747
|
{
|
|
5738
5748
|
label: "Transacción",
|
|
5739
5749
|
options: t.transactionTypeOptions,
|
|
@@ -5743,7 +5753,7 @@ const _e = ({
|
|
|
5743
5753
|
),
|
|
5744
5754
|
/* @__PURE__ */ r(ie, {}),
|
|
5745
5755
|
/* @__PURE__ */ r(
|
|
5746
|
-
|
|
5756
|
+
_,
|
|
5747
5757
|
{
|
|
5748
5758
|
label: "Ciudad",
|
|
5749
5759
|
options: t.locationOptions,
|
|
@@ -5766,11 +5776,11 @@ const _e = ({
|
|
|
5766
5776
|
}
|
|
5767
5777
|
), et = {
|
|
5768
5778
|
minimal: $o,
|
|
5769
|
-
modern:
|
|
5779
|
+
modern: _o,
|
|
5770
5780
|
luxury: Lo,
|
|
5771
5781
|
compact: Ao,
|
|
5772
5782
|
card: jo
|
|
5773
|
-
},
|
|
5783
|
+
}, Vo = ({
|
|
5774
5784
|
onSubmit: e,
|
|
5775
5785
|
defaultValues: t,
|
|
5776
5786
|
className: o,
|
|
@@ -5845,7 +5855,7 @@ const _e = ({
|
|
|
5845
5855
|
)
|
|
5846
5856
|
] });
|
|
5847
5857
|
};
|
|
5848
|
-
|
|
5858
|
+
Vo.displayName = "SearchFeature";
|
|
5849
5859
|
const sa = ({ href: e, children: t }) => /* @__PURE__ */ r(
|
|
5850
5860
|
"a",
|
|
5851
5861
|
{
|
|
@@ -6127,7 +6137,7 @@ const sa = ({ href: e, children: t }) => /* @__PURE__ */ r(
|
|
|
6127
6137
|
if (!e)
|
|
6128
6138
|
throw new Error("useTheme must be used within a ThemeProvider");
|
|
6129
6139
|
return e;
|
|
6130
|
-
},
|
|
6140
|
+
}, Fo = {
|
|
6131
6141
|
name: "light",
|
|
6132
6142
|
colors: {
|
|
6133
6143
|
primary: "#007bff",
|
|
@@ -6392,7 +6402,7 @@ const sa = ({ href: e, children: t }) => /* @__PURE__ */ r(
|
|
|
6392
6402
|
xl: "none"
|
|
6393
6403
|
}
|
|
6394
6404
|
}, ze = {
|
|
6395
|
-
light:
|
|
6405
|
+
light: Fo,
|
|
6396
6406
|
dark: Do,
|
|
6397
6407
|
corporate: Bo,
|
|
6398
6408
|
minimal: Ho
|
|
@@ -6425,14 +6435,14 @@ export {
|
|
|
6425
6435
|
So as HeroBanner,
|
|
6426
6436
|
ne as Input,
|
|
6427
6437
|
aa as MarketingLayout,
|
|
6428
|
-
|
|
6429
|
-
|
|
6438
|
+
Vr as Modal,
|
|
6439
|
+
Fr as ModalWithActions,
|
|
6430
6440
|
zo as MortgageCalculator,
|
|
6431
|
-
|
|
6441
|
+
Ve as PageLayout,
|
|
6432
6442
|
na as PropertyCard,
|
|
6433
6443
|
Eo as PropertyGallery,
|
|
6434
|
-
|
|
6435
|
-
|
|
6444
|
+
Vo as SearchFeature,
|
|
6445
|
+
_e as Select,
|
|
6436
6446
|
sa as SkipLink,
|
|
6437
6447
|
R as Text,
|
|
6438
6448
|
va as ThemeProvider,
|