@opendoor/partner-sdk-client-react 1.0.1-beta.46.1 → 1.0.1
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 +187 -187
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10,17 +10,17 @@ function pA() {
|
|
|
10
10
|
if (cA) return Te;
|
|
11
11
|
cA = 1;
|
|
12
12
|
var e = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
13
|
-
function a(
|
|
14
|
-
if (
|
|
13
|
+
function a(s) {
|
|
14
|
+
if (s == null)
|
|
15
15
|
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
16
|
-
return Object(
|
|
16
|
+
return Object(s);
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function u() {
|
|
19
19
|
try {
|
|
20
20
|
if (!Object.assign)
|
|
21
21
|
return !1;
|
|
22
|
-
var
|
|
23
|
-
if (
|
|
22
|
+
var s = new String("abc");
|
|
23
|
+
if (s[5] = "de", Object.getOwnPropertyNames(s)[0] === "5")
|
|
24
24
|
return !1;
|
|
25
25
|
for (var f = {}, d = 0; d < 10; d++)
|
|
26
26
|
f["_" + String.fromCharCode(d)] = d;
|
|
@@ -37,8 +37,8 @@ function pA() {
|
|
|
37
37
|
return !1;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
return Te =
|
|
41
|
-
for (var d, P = a(
|
|
40
|
+
return Te = u() ? Object.assign : function(s, f) {
|
|
41
|
+
for (var d, P = a(s), c, o = 1; o < arguments.length; o++) {
|
|
42
42
|
d = Object(arguments[o]);
|
|
43
43
|
for (var v in d)
|
|
44
44
|
r.call(d, v) && (P[v] = d[v]);
|
|
@@ -68,11 +68,11 @@ function LA() {
|
|
|
68
68
|
var n = Symbol.for;
|
|
69
69
|
r = n("react.element"), ve.Fragment = n("react.fragment");
|
|
70
70
|
}
|
|
71
|
-
var a = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,
|
|
71
|
+
var a = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, u = Object.prototype.hasOwnProperty, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
72
72
|
function f(d, P, c) {
|
|
73
73
|
var o, v = {}, i = null, O = null;
|
|
74
74
|
c !== void 0 && (i = "" + c), P.key !== void 0 && (i = "" + P.key), P.ref !== void 0 && (O = P.ref);
|
|
75
|
-
for (o in P)
|
|
75
|
+
for (o in P) u.call(P, o) && !s.hasOwnProperty(o) && (v[o] = P[o]);
|
|
76
76
|
if (d && d.defaultProps) for (o in P = d.defaultProps, P) v[o] === void 0 && (v[o] = P[o]);
|
|
77
77
|
return { $$typeof: r, type: d, key: i, ref: O, props: v, _owner: a.current };
|
|
78
78
|
}
|
|
@@ -87,16 +87,16 @@ var Je = {};
|
|
|
87
87
|
* This source code is licensed under the MIT license found in the
|
|
88
88
|
* LICENSE file in the root directory of this source tree.
|
|
89
89
|
*/
|
|
90
|
-
var
|
|
90
|
+
var sA;
|
|
91
91
|
function EA() {
|
|
92
|
-
return
|
|
92
|
+
return sA || (sA = 1, function(e) {
|
|
93
93
|
process.env.NODE_ENV !== "production" && function() {
|
|
94
|
-
var r = kA, n = pA(), a = 60103,
|
|
94
|
+
var r = kA, n = pA(), a = 60103, u = 60106;
|
|
95
95
|
e.Fragment = 60107;
|
|
96
|
-
var
|
|
96
|
+
var s = 60108, f = 60114, d = 60109, P = 60110, c = 60112, o = 60113, v = 60120, i = 60115, O = 60116, R = 60121, B = 60122, I = 60117, G = 60129, K = 60131;
|
|
97
97
|
if (typeof Symbol == "function" && Symbol.for) {
|
|
98
98
|
var w = Symbol.for;
|
|
99
|
-
a = w("react.element"),
|
|
99
|
+
a = w("react.element"), u = w("react.portal"), e.Fragment = w("react.fragment"), s = w("react.strict_mode"), f = w("react.profiler"), d = w("react.provider"), P = w("react.context"), c = w("react.forward_ref"), o = w("react.suspense"), v = w("react.suspense_list"), i = w("react.memo"), O = w("react.lazy"), R = w("react.block"), B = w("react.server.block"), I = w("react.fundamental"), w("react.scope"), w("react.opaque.id"), G = w("react.debug_trace_mode"), w("react.offscreen"), K = w("react.legacy_hidden");
|
|
100
100
|
}
|
|
101
101
|
var q = typeof Symbol == "function" && Symbol.iterator, M = "@@iterator";
|
|
102
102
|
function Q(t) {
|
|
@@ -125,7 +125,7 @@ function EA() {
|
|
|
125
125
|
}
|
|
126
126
|
var Ae = !1;
|
|
127
127
|
function de(t) {
|
|
128
|
-
return !!(typeof t == "string" || typeof t == "function" || t === e.Fragment || t === f || t === G || t ===
|
|
128
|
+
return !!(typeof t == "string" || typeof t == "function" || t === e.Fragment || t === f || t === G || t === s || t === o || t === v || t === K || Ae || typeof t == "object" && t !== null && (t.$$typeof === O || t.$$typeof === i || t.$$typeof === d || t.$$typeof === P || t.$$typeof === c || t.$$typeof === I || t.$$typeof === R || t[0] === B));
|
|
129
129
|
}
|
|
130
130
|
function fe(t, j, H) {
|
|
131
131
|
var p = j.displayName || j.name || "";
|
|
@@ -144,11 +144,11 @@ function EA() {
|
|
|
144
144
|
switch (t) {
|
|
145
145
|
case e.Fragment:
|
|
146
146
|
return "Fragment";
|
|
147
|
-
case
|
|
147
|
+
case u:
|
|
148
148
|
return "Portal";
|
|
149
149
|
case f:
|
|
150
150
|
return "Profiler";
|
|
151
|
-
case
|
|
151
|
+
case s:
|
|
152
152
|
return "StrictMode";
|
|
153
153
|
case o:
|
|
154
154
|
return "Suspense";
|
|
@@ -332,7 +332,7 @@ function EA() {
|
|
|
332
332
|
var we = t ? t.displayName || t.name : "", nA = we ? ie(we) : "";
|
|
333
333
|
return typeof t == "function" && ye.set(t, nA), nA;
|
|
334
334
|
}
|
|
335
|
-
function
|
|
335
|
+
function ue(t, j, H) {
|
|
336
336
|
return Ge(t, !1);
|
|
337
337
|
}
|
|
338
338
|
function x(t) {
|
|
@@ -355,11 +355,11 @@ function EA() {
|
|
|
355
355
|
if (typeof t == "object")
|
|
356
356
|
switch (t.$$typeof) {
|
|
357
357
|
case c:
|
|
358
|
-
return
|
|
358
|
+
return ue(t.render);
|
|
359
359
|
case i:
|
|
360
360
|
return T(t.type, j, H);
|
|
361
361
|
case R:
|
|
362
|
-
return
|
|
362
|
+
return ue(t._render);
|
|
363
363
|
case O: {
|
|
364
364
|
var p = t, W = p._payload, D = p._init;
|
|
365
365
|
try {
|
|
@@ -371,7 +371,7 @@ function EA() {
|
|
|
371
371
|
return "";
|
|
372
372
|
}
|
|
373
373
|
var N = {}, Be = X.ReactDebugCurrentFrame;
|
|
374
|
-
function
|
|
374
|
+
function se(t) {
|
|
375
375
|
if (t) {
|
|
376
376
|
var j = t._owner, H = T(t.type, t._source, j ? j.type : null);
|
|
377
377
|
Be.setExtraStackFrame(H);
|
|
@@ -393,7 +393,7 @@ function EA() {
|
|
|
393
393
|
} catch (J) {
|
|
394
394
|
S = J;
|
|
395
395
|
}
|
|
396
|
-
S && !(S instanceof Error) && (
|
|
396
|
+
S && !(S instanceof Error) && (se(W), Z("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", p || "React class", H, g, typeof S), se(null)), S instanceof Error && !(S.message in N) && (N[S.message] = !0, se(W), Z("Failed %s type: %s", H, S.message), se(null));
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
}
|
|
@@ -647,7 +647,7 @@ var A = Le.exports;
|
|
|
647
647
|
const QA = {
|
|
648
648
|
production: "https://journey.apps.opendoor.com/_journey/api/v1/events",
|
|
649
649
|
staging: "https://journey.apps-staging.opendoor.com/_journey/api/v1/events"
|
|
650
|
-
}, CA = "partner-sdk", UA = "1.0", FA = 5e3, _A = 20, $A = 512, et = 5,
|
|
650
|
+
}, CA = "partner-sdk", UA = "1.0", FA = 5e3, _A = 20, $A = 512, et = 5, uA = 500, jA = "od_sdk_aid";
|
|
651
651
|
function At() {
|
|
652
652
|
try {
|
|
653
653
|
const e = localStorage.getItem(jA);
|
|
@@ -692,12 +692,12 @@ async function ct(e, r) {
|
|
|
692
692
|
if (a.status === 202)
|
|
693
693
|
return;
|
|
694
694
|
if (a.status >= 500 && n >= 1)
|
|
695
|
-
await new Promise((
|
|
695
|
+
await new Promise((u) => setTimeout(u, uA)), n--;
|
|
696
696
|
else
|
|
697
697
|
break;
|
|
698
698
|
} catch {
|
|
699
699
|
if (n >= 1)
|
|
700
|
-
await new Promise((a) => setTimeout(a,
|
|
700
|
+
await new Promise((a) => setTimeout(a, uA)), n--;
|
|
701
701
|
else
|
|
702
702
|
break;
|
|
703
703
|
}
|
|
@@ -750,7 +750,7 @@ class at {
|
|
|
750
750
|
this.buffer.push(JSON.stringify(n)), (this.buffer.length >= _A || nt(this.buffer)) && this.flush();
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
|
-
const
|
|
753
|
+
const st = {
|
|
754
754
|
trackPlatform() {
|
|
755
755
|
},
|
|
756
756
|
trackSell() {
|
|
@@ -770,14 +770,14 @@ const ut = {
|
|
|
770
770
|
return ee(() => () => {
|
|
771
771
|
n.destroy();
|
|
772
772
|
}, [n]), /* @__PURE__ */ A.jsx(yA.Provider, { value: e, children: /* @__PURE__ */ A.jsx(bA.Provider, { value: n, children: r }) });
|
|
773
|
-
},
|
|
773
|
+
}, ut = () => {
|
|
774
774
|
const e = Qe(yA);
|
|
775
775
|
if (!e)
|
|
776
776
|
throw new Error(
|
|
777
777
|
"useOpendoorClient must be used within an <OpendoorProvider>. Wrap your component tree with <OpendoorProvider client={client}>."
|
|
778
778
|
);
|
|
779
779
|
return e;
|
|
780
|
-
}, ae = () => Qe(bA) ??
|
|
780
|
+
}, ae = () => Qe(bA) ?? st, he = {
|
|
781
781
|
// Colors
|
|
782
782
|
colorPrimary: "#235ca3",
|
|
783
783
|
colorPrimaryHover: "#1a4a82",
|
|
@@ -858,9 +858,9 @@ function Pt(e) {
|
|
|
858
858
|
}
|
|
859
859
|
function Re(e) {
|
|
860
860
|
const r = Pt(e), n = {};
|
|
861
|
-
for (const [a,
|
|
862
|
-
const
|
|
863
|
-
n[`--od-${
|
|
861
|
+
for (const [a, u] of Object.entries(r)) {
|
|
862
|
+
const s = a.replace(/([A-Z])/g, "-$1").toLowerCase();
|
|
863
|
+
n[`--od-${s}`] = u;
|
|
864
864
|
}
|
|
865
865
|
return n;
|
|
866
866
|
}
|
|
@@ -963,8 +963,8 @@ function va({
|
|
|
963
963
|
enableAddressSuggestions: r = !0,
|
|
964
964
|
debounceMs: n = 300,
|
|
965
965
|
showAttribution: a = !1,
|
|
966
|
-
disabled:
|
|
967
|
-
placeholderText:
|
|
966
|
+
disabled: u = !1,
|
|
967
|
+
placeholderText: s = "Enter your home address",
|
|
968
968
|
buttonText: f = "Get cash offer",
|
|
969
969
|
showButton: d = !0,
|
|
970
970
|
buttonIcon: P,
|
|
@@ -978,7 +978,7 @@ function va({
|
|
|
978
978
|
onAddressSuggestionsComplete: I,
|
|
979
979
|
onError: G
|
|
980
980
|
}) {
|
|
981
|
-
const K =
|
|
981
|
+
const K = ut(), w = ae(), q = Re(v), [M, Q] = h(""), [X, Z] = h([]), [$, Ae] = h(!1), [de, fe] = h(!1), [y, k] = h(null), [z, E] = h(!1), [te, L] = h(!1), [V, re] = h({
|
|
982
982
|
street1: "",
|
|
983
983
|
street2: "",
|
|
984
984
|
city: "",
|
|
@@ -1003,10 +1003,10 @@ function va({
|
|
|
1003
1003
|
var T, N, Be;
|
|
1004
1004
|
(T = le.current) == null || T.call(le, M);
|
|
1005
1005
|
try {
|
|
1006
|
-
const
|
|
1007
|
-
Z(
|
|
1008
|
-
} catch (
|
|
1009
|
-
const De =
|
|
1006
|
+
const se = await K.getAddressSuggestions(M);
|
|
1007
|
+
Z(se.addresses), Ae(!0), (N = pe.current) == null || N.call(pe, se.addresses);
|
|
1008
|
+
} catch (se) {
|
|
1009
|
+
const De = se instanceof Error ? se : new Error("Failed to fetch address suggestions");
|
|
1010
1010
|
k(De.message), Z([]), Ae(!0), (Be = He.current) == null || Be.call(He, De);
|
|
1011
1011
|
} finally {
|
|
1012
1012
|
fe(!1);
|
|
@@ -1087,7 +1087,7 @@ function va({
|
|
|
1087
1087
|
} finally {
|
|
1088
1088
|
fe(!1);
|
|
1089
1089
|
}
|
|
1090
|
-
},
|
|
1090
|
+
}, ue = !!y;
|
|
1091
1091
|
return /* @__PURE__ */ A.jsxs("div", { className: m.container, style: q, children: [
|
|
1092
1092
|
te ? /* @__PURE__ */ A.jsxs("div", { className: m.manualForm, children: [
|
|
1093
1093
|
/* @__PURE__ */ A.jsxs("div", { className: m.manualFormField, children: [
|
|
@@ -1100,7 +1100,7 @@ function va({
|
|
|
1100
1100
|
className: m.manualFormInput,
|
|
1101
1101
|
value: V.street1,
|
|
1102
1102
|
onChange: (x) => xe("street1", x.target.value),
|
|
1103
|
-
disabled:
|
|
1103
|
+
disabled: u,
|
|
1104
1104
|
placeholder: "123 Main St"
|
|
1105
1105
|
}
|
|
1106
1106
|
)
|
|
@@ -1115,7 +1115,7 @@ function va({
|
|
|
1115
1115
|
className: m.manualFormInput,
|
|
1116
1116
|
value: V.street2,
|
|
1117
1117
|
onChange: (x) => xe("street2", x.target.value),
|
|
1118
|
-
disabled:
|
|
1118
|
+
disabled: u,
|
|
1119
1119
|
placeholder: "Apt 4B"
|
|
1120
1120
|
}
|
|
1121
1121
|
)
|
|
@@ -1130,7 +1130,7 @@ function va({
|
|
|
1130
1130
|
className: m.manualFormInput,
|
|
1131
1131
|
value: V.city,
|
|
1132
1132
|
onChange: (x) => xe("city", x.target.value),
|
|
1133
|
-
disabled:
|
|
1133
|
+
disabled: u,
|
|
1134
1134
|
placeholder: "Austin"
|
|
1135
1135
|
}
|
|
1136
1136
|
)
|
|
@@ -1146,7 +1146,7 @@ function va({
|
|
|
1146
1146
|
className: m.manualFormInput,
|
|
1147
1147
|
value: V.state,
|
|
1148
1148
|
onChange: (x) => xe("state", x.target.value),
|
|
1149
|
-
disabled:
|
|
1149
|
+
disabled: u,
|
|
1150
1150
|
placeholder: "TX",
|
|
1151
1151
|
maxLength: 2
|
|
1152
1152
|
}
|
|
@@ -1162,7 +1162,7 @@ function va({
|
|
|
1162
1162
|
className: m.manualFormInput,
|
|
1163
1163
|
value: V.postalCode,
|
|
1164
1164
|
onChange: (x) => xe("postalCode", x.target.value),
|
|
1165
|
-
disabled:
|
|
1165
|
+
disabled: u,
|
|
1166
1166
|
placeholder: "78701",
|
|
1167
1167
|
maxLength: 5
|
|
1168
1168
|
}
|
|
@@ -1176,7 +1176,7 @@ function va({
|
|
|
1176
1176
|
type: "button",
|
|
1177
1177
|
className: m.submitButton,
|
|
1178
1178
|
onClick: Ge,
|
|
1179
|
-
disabled:
|
|
1179
|
+
disabled: u,
|
|
1180
1180
|
children: [
|
|
1181
1181
|
/* @__PURE__ */ A.jsx("span", { children: f }),
|
|
1182
1182
|
P || /* @__PURE__ */ A.jsx(fA, {})
|
|
@@ -1187,7 +1187,7 @@ function va({
|
|
|
1187
1187
|
/* @__PURE__ */ A.jsxs(
|
|
1188
1188
|
"div",
|
|
1189
1189
|
{
|
|
1190
|
-
className: `${m.inputWrapper} ${
|
|
1190
|
+
className: `${m.inputWrapper} ${ue ? m.errorBorder : ""}`,
|
|
1191
1191
|
children: [
|
|
1192
1192
|
/* @__PURE__ */ A.jsx(
|
|
1193
1193
|
"input",
|
|
@@ -1197,9 +1197,9 @@ function va({
|
|
|
1197
1197
|
value: M,
|
|
1198
1198
|
onChange: me,
|
|
1199
1199
|
onFocus: Ve,
|
|
1200
|
-
placeholder:
|
|
1200
|
+
placeholder: s,
|
|
1201
1201
|
className: m.input,
|
|
1202
|
-
disabled:
|
|
1202
|
+
disabled: u,
|
|
1203
1203
|
"aria-label": "Address input",
|
|
1204
1204
|
"aria-autocomplete": "list",
|
|
1205
1205
|
"aria-controls": "address-suggestions",
|
|
@@ -1212,7 +1212,7 @@ function va({
|
|
|
1212
1212
|
{
|
|
1213
1213
|
className: m.button,
|
|
1214
1214
|
type: "button",
|
|
1215
|
-
disabled:
|
|
1215
|
+
disabled: u,
|
|
1216
1216
|
"aria-label": f,
|
|
1217
1217
|
children: de ? /* @__PURE__ */ A.jsxs(A.Fragment, { children: [
|
|
1218
1218
|
/* @__PURE__ */ A.jsx("span", { children: f }),
|
|
@@ -1258,15 +1258,15 @@ function va({
|
|
|
1258
1258
|
]
|
|
1259
1259
|
}
|
|
1260
1260
|
),
|
|
1261
|
-
($ ||
|
|
1261
|
+
($ || ue) && /* @__PURE__ */ A.jsx(
|
|
1262
1262
|
"div",
|
|
1263
1263
|
{
|
|
1264
1264
|
ref: ze,
|
|
1265
|
-
className: `${m.suggestions} ${
|
|
1265
|
+
className: `${m.suggestions} ${ue ? m.errorState : ""}`,
|
|
1266
1266
|
id: "address-suggestions",
|
|
1267
|
-
role:
|
|
1268
|
-
"aria-live":
|
|
1269
|
-
children:
|
|
1267
|
+
role: ue && !$ ? "alert" : "listbox",
|
|
1268
|
+
"aria-live": ue && !$ ? "polite" : void 0,
|
|
1269
|
+
children: ue ? /* @__PURE__ */ A.jsxs("div", { className: m.error, children: [
|
|
1270
1270
|
/* @__PURE__ */ A.jsx("div", { className: m.errorIcon, children: /* @__PURE__ */ A.jsx(Rt, {}) }),
|
|
1271
1271
|
/* @__PURE__ */ A.jsx("div", { children: y })
|
|
1272
1272
|
] }) : X.length > 0 ? X.map((x, T) => /* @__PURE__ */ A.jsx(
|
|
@@ -1367,10 +1367,10 @@ function OA(e, r) {
|
|
|
1367
1367
|
for (const a of e.sections) {
|
|
1368
1368
|
if (a.showWhen && !oe(a.showWhen, r))
|
|
1369
1369
|
continue;
|
|
1370
|
-
const
|
|
1371
|
-
(
|
|
1370
|
+
const u = a.questions.filter(
|
|
1371
|
+
(s) => !s.showWhen || oe(s.showWhen, r)
|
|
1372
1372
|
);
|
|
1373
|
-
(
|
|
1373
|
+
(u.length > 0 || a.icon) && n.push({ ...a, questions: u });
|
|
1374
1374
|
}
|
|
1375
1375
|
return { ...e, sections: n };
|
|
1376
1376
|
}
|
|
@@ -1390,10 +1390,10 @@ function Jt(e, r) {
|
|
|
1390
1390
|
function dA(e, r) {
|
|
1391
1391
|
const n = /* @__PURE__ */ new Set();
|
|
1392
1392
|
for (const a of e)
|
|
1393
|
-
for (const
|
|
1394
|
-
const
|
|
1395
|
-
for (const f of
|
|
1396
|
-
if (
|
|
1393
|
+
for (const u of a.sections) {
|
|
1394
|
+
const s = u.showWhen && !oe(u.showWhen, r);
|
|
1395
|
+
for (const f of u.questions) {
|
|
1396
|
+
if (s) {
|
|
1397
1397
|
n.add(f.key);
|
|
1398
1398
|
continue;
|
|
1399
1399
|
}
|
|
@@ -1405,16 +1405,16 @@ function dA(e, r) {
|
|
|
1405
1405
|
function ht(e, r) {
|
|
1406
1406
|
for (const n of e)
|
|
1407
1407
|
for (const a of n.sections)
|
|
1408
|
-
for (const
|
|
1409
|
-
if (
|
|
1408
|
+
for (const u of a.questions)
|
|
1409
|
+
if (u.key === r) return u;
|
|
1410
1410
|
}
|
|
1411
1411
|
const Nt = ({
|
|
1412
1412
|
pages: e,
|
|
1413
1413
|
initialAnswers: r,
|
|
1414
1414
|
onSubmit: n,
|
|
1415
1415
|
onPageChange: a,
|
|
1416
|
-
onAnswerChange:
|
|
1417
|
-
onReady:
|
|
1416
|
+
onAnswerChange: u,
|
|
1417
|
+
onReady: s,
|
|
1418
1418
|
onError: f,
|
|
1419
1419
|
children: d
|
|
1420
1420
|
}) => {
|
|
@@ -1424,10 +1424,10 @@ const Nt = ({
|
|
|
1424
1424
|
R.current = n;
|
|
1425
1425
|
const B = U(a);
|
|
1426
1426
|
B.current = a;
|
|
1427
|
-
const I = U(
|
|
1428
|
-
I.current =
|
|
1429
|
-
const G = U(
|
|
1430
|
-
G.current =
|
|
1427
|
+
const I = U(u);
|
|
1428
|
+
I.current = u;
|
|
1429
|
+
const G = U(s);
|
|
1430
|
+
G.current = s;
|
|
1431
1431
|
const K = U(f);
|
|
1432
1432
|
K.current = f, ee(() => {
|
|
1433
1433
|
var y;
|
|
@@ -1550,7 +1550,7 @@ const Nt = ({
|
|
|
1550
1550
|
]
|
|
1551
1551
|
);
|
|
1552
1552
|
return /* @__PURE__ */ A.jsx(vA.Provider, { value: fe, children: d });
|
|
1553
|
-
}, Yt = "
|
|
1553
|
+
}, Yt = "_layoutContainer_1g5ms_8", Kt = "_sidebarContainer_1g5ms_18", Lt = "_mainContent_1g5ms_23", Et = "_reviewCardContainer_1g5ms_28", Qt = "_pageContainer_1g5ms_57", Ct = "_pageTitle_1g5ms_62", Ut = "_pageSubtitle_1g5ms_71", Ft = "_section_1g5ms_79", _t = "_sectionHeader_1g5ms_88", $t = "_sectionIcon_1g5ms_95", er = "_sectionTitle_1g5ms_101", Ar = "_subsectionTitle_1g5ms_109", tr = "_sectionGroup_1g5ms_117", rr = "_sectionSub_1g5ms_121", nr = "_sectionFields_1g5ms_131", cr = "_legalText_1g5ms_137", ar = "_navigationContainer_1g5ms_152", sr = "_buttonPrimary_1g5ms_158", ur = "_buttonSecondary_1g5ms_178", jr = "_arrowIcon_1g5ms_200", Pr = "_sidebar_1g5ms_18", fr = "_stepList_1g5ms_217", or = "_stepItem_1g5ms_226", dr = "_stepButton_1g5ms_230", Hr = "_stepActive_1g5ms_252", lr = "_stepCompleted_1g5ms_259", ir = "_stepIndicator_1g5ms_268", xr = "_sidebarAttribution_1g5ms_278", kr = "_reviewCard_1g5ms_28", pr = "_reviewMapArea_1g5ms_306", yr = "_reviewMapImage_1g5ms_315", br = "_reviewMapDynamic_1g5ms_322", wr = "_reviewMapLoaded_1g5ms_330", vr = "_reviewBody_1g5ms_338", Or = "_reviewAddressSection_1g5ms_342", Sr = "_reviewAddressText_1g5ms_349", zr = "_reviewAddressStreet_1g5ms_355", gr = "_reviewAddressCityState_1g5ms_362", mr = "_reviewEditLink_1g5ms_368", Vr = "_reviewStatsGrid_1g5ms_379", Br = "_reviewStatsGridWithDivider_1g5ms_385", Xr = "_reviewStatItem_1g5ms_391", Gr = "_reviewStatIcon_1g5ms_400", Dr = "_reviewSection_1g5ms_406", Rr = "_reviewSectionHeader_1g5ms_410", qr = "_reviewSectionTitle_1g5ms_417", Wr = "_reviewCheckList_1g5ms_424", Mr = "_reviewCheckItem_1g5ms_433", Ir = "_reviewCheckIcon_1g5ms_443", Zr = "_reviewMoreLink_1g5ms_451", l = {
|
|
1554
1554
|
layoutContainer: Yt,
|
|
1555
1555
|
sidebarContainer: Kt,
|
|
1556
1556
|
mainContent: Lt,
|
|
@@ -1568,8 +1568,8 @@ const Nt = ({
|
|
|
1568
1568
|
sectionFields: nr,
|
|
1569
1569
|
legalText: cr,
|
|
1570
1570
|
navigationContainer: ar,
|
|
1571
|
-
buttonPrimary:
|
|
1572
|
-
buttonSecondary:
|
|
1571
|
+
buttonPrimary: sr,
|
|
1572
|
+
buttonSecondary: ur,
|
|
1573
1573
|
arrowIcon: jr,
|
|
1574
1574
|
sidebar: Pr,
|
|
1575
1575
|
stepList: fr,
|
|
@@ -1626,7 +1626,7 @@ const Nt = ({
|
|
|
1626
1626
|
), Jr = ({
|
|
1627
1627
|
showAttribution: e = !0
|
|
1628
1628
|
}) => {
|
|
1629
|
-
const { stepperSteps: r, goToPage: n } = _(), a = ae(),
|
|
1629
|
+
const { stepperSteps: r, goToPage: n } = _(), a = ae(), u = [
|
|
1630
1630
|
...r,
|
|
1631
1631
|
{
|
|
1632
1632
|
label: "Your offer",
|
|
@@ -1636,29 +1636,29 @@ const Nt = ({
|
|
|
1636
1636
|
}
|
|
1637
1637
|
];
|
|
1638
1638
|
return /* @__PURE__ */ A.jsxs("nav", { className: l.sidebar, "aria-label": "Qualification progress", children: [
|
|
1639
|
-
/* @__PURE__ */ A.jsx("ul", { className: l.stepList, children:
|
|
1639
|
+
/* @__PURE__ */ A.jsx("ul", { className: l.stepList, children: u.map((s) => /* @__PURE__ */ A.jsx("li", { className: l.stepItem, children: /* @__PURE__ */ A.jsxs(
|
|
1640
1640
|
"button",
|
|
1641
1641
|
{
|
|
1642
1642
|
type: "button",
|
|
1643
|
-
className: `${l.stepButton} ${
|
|
1643
|
+
className: `${l.stepButton} ${s.active ? l.stepActive : ""} ${s.completed ? l.stepCompleted : ""}`.trim(),
|
|
1644
1644
|
onClick: () => {
|
|
1645
|
-
|
|
1645
|
+
s.completed && (a.trackPlatform({
|
|
1646
1646
|
linkClickEvent: {
|
|
1647
|
-
targetName: `partner-sdk-sidebar-${
|
|
1647
|
+
targetName: `partner-sdk-sidebar-${s.label.toLowerCase().replace(/\s+/g, "-")}`
|
|
1648
1648
|
}
|
|
1649
|
-
}), n(
|
|
1649
|
+
}), n(s.position - 1));
|
|
1650
1650
|
},
|
|
1651
|
-
disabled: !
|
|
1652
|
-
"aria-current":
|
|
1651
|
+
disabled: !s.completed && !s.active,
|
|
1652
|
+
"aria-current": s.active ? "step" : void 0,
|
|
1653
1653
|
children: [
|
|
1654
|
-
/* @__PURE__ */ A.jsx("span", { children:
|
|
1655
|
-
|
|
1654
|
+
/* @__PURE__ */ A.jsx("span", { children: s.label }),
|
|
1655
|
+
s.completed && /* @__PURE__ */ A.jsx("span", { className: l.stepIndicator, children: /* @__PURE__ */ A.jsx(Tr, {}) })
|
|
1656
1656
|
]
|
|
1657
1657
|
}
|
|
1658
|
-
) },
|
|
1658
|
+
) }, s.position)) }),
|
|
1659
1659
|
e && /* @__PURE__ */ A.jsx("div", { className: l.sidebarAttribution, children: /* @__PURE__ */ A.jsx(wA, {}) })
|
|
1660
1660
|
] });
|
|
1661
|
-
}, hr = "_fieldWrapper_cfpjd_2", Nr = "_fieldLabel_cfpjd_8", Yr = "_fieldDescription_cfpjd_20", Kr = "_fieldError_cfpjd_27", Lr = "_inputWrapper_cfpjd_35", Er = "_dropdown_cfpjd_42", Qr = "_input_cfpjd_35", Cr = "_inputSuffix_cfpjd_96", Ur = "_currencyPrefix_cfpjd_106", Fr = "_currencyInput_cfpjd_116", _r = "_checkboxGroup_cfpjd_135", $r = "_checkboxOption_cfpjd_141", en = "_checkboxOptionSelected_cfpjd_157", An = "_checkboxInput_cfpjd_162", tn = "_checkboxLabelGroup_cfpjd_195", rn = "_checkboxLabel_cfpjd_195", nn = "_checkboxDescription_cfpjd_208", cn = "_toggleWrapper_cfpjd_215", an = "_toggleBare_cfpjd_221",
|
|
1661
|
+
}, hr = "_fieldWrapper_cfpjd_2", Nr = "_fieldLabel_cfpjd_8", Yr = "_fieldDescription_cfpjd_20", Kr = "_fieldError_cfpjd_27", Lr = "_inputWrapper_cfpjd_35", Er = "_dropdown_cfpjd_42", Qr = "_input_cfpjd_35", Cr = "_inputSuffix_cfpjd_96", Ur = "_currencyPrefix_cfpjd_106", Fr = "_currencyInput_cfpjd_116", _r = "_checkboxGroup_cfpjd_135", $r = "_checkboxOption_cfpjd_141", en = "_checkboxOptionSelected_cfpjd_157", An = "_checkboxInput_cfpjd_162", tn = "_checkboxLabelGroup_cfpjd_195", rn = "_checkboxLabel_cfpjd_195", nn = "_checkboxDescription_cfpjd_208", cn = "_toggleWrapper_cfpjd_215", an = "_toggleBare_cfpjd_221", sn = "_toggleCheckbox_cfpjd_229", un = "_toggleLabelGroup_cfpjd_261", jn = "_toggleBareLabel_cfpjd_267", Pn = "_toggleBareDescription_cfpjd_273", fn = "_radioGroup_cfpjd_280", on = "_radioGroupInline_cfpjd_287", dn = "_radioButtonPill_cfpjd_292", Hn = "_radioButtonPillSelected_cfpjd_312", ln = "_radioOption_cfpjd_318", xn = "_radioOptionSelected_cfpjd_334", kn = "_radioInput_cfpjd_339", pn = "_radioLabel_cfpjd_346", yn = "_cardGroup_cfpjd_354", bn = "_card_cfpjd_354", wn = "_cardGroupWithImages_cfpjd_379", vn = "_cardWithImage_cfpjd_385", On = "_cardImage_cfpjd_403", Sn = "_cardSelected_cfpjd_410", zn = "_cardLabel_cfpjd_417", gn = "_cardDescription_cfpjd_425", b = {
|
|
1662
1662
|
fieldWrapper: hr,
|
|
1663
1663
|
fieldLabel: Nr,
|
|
1664
1664
|
fieldDescription: Yr,
|
|
@@ -1678,8 +1678,8 @@ const Nt = ({
|
|
|
1678
1678
|
checkboxDescription: nn,
|
|
1679
1679
|
toggleWrapper: cn,
|
|
1680
1680
|
toggleBare: an,
|
|
1681
|
-
toggleCheckbox:
|
|
1682
|
-
toggleLabelGroup:
|
|
1681
|
+
toggleCheckbox: sn,
|
|
1682
|
+
toggleLabelGroup: un,
|
|
1683
1683
|
toggleBareLabel: jn,
|
|
1684
1684
|
toggleBareDescription: Pn,
|
|
1685
1685
|
radioGroup: fn,
|
|
@@ -1710,8 +1710,8 @@ const Nt = ({
|
|
|
1710
1710
|
a && /* @__PURE__ */ A.jsx("p", { className: b.fieldError, children: a })
|
|
1711
1711
|
] });
|
|
1712
1712
|
}, mn = ({ question: e }) => {
|
|
1713
|
-
var
|
|
1714
|
-
const { getAnswer: r, setAnswer: n } = _(), a = r(e.key) ?? "",
|
|
1713
|
+
var s;
|
|
1714
|
+
const { getAnswer: r, setAnswer: n } = _(), a = r(e.key) ?? "", u = (f) => {
|
|
1715
1715
|
const d = f.target.value;
|
|
1716
1716
|
e.type === "number" ? n(e.key, d === "" ? void 0 : Number(d)) : n(e.key, d === "" ? void 0 : d);
|
|
1717
1717
|
};
|
|
@@ -1720,16 +1720,16 @@ const Nt = ({
|
|
|
1720
1720
|
{
|
|
1721
1721
|
className: b.dropdown,
|
|
1722
1722
|
value: String(a),
|
|
1723
|
-
onChange:
|
|
1723
|
+
onChange: u,
|
|
1724
1724
|
children: [
|
|
1725
1725
|
/* @__PURE__ */ A.jsx("option", { value: "", children: e.placeholder || "Select..." }),
|
|
1726
|
-
(
|
|
1726
|
+
(s = e.options) == null ? void 0 : s.map((f) => /* @__PURE__ */ A.jsx("option", { value: String(f.value), children: f.label }, String(f.value)))
|
|
1727
1727
|
]
|
|
1728
1728
|
}
|
|
1729
1729
|
) });
|
|
1730
1730
|
}, Vn = ({ question: e }) => {
|
|
1731
|
-
const { getAnswer: r, setAnswer: n } = _(), a = r(e.key),
|
|
1732
|
-
const f =
|
|
1731
|
+
const { getAnswer: r, setAnswer: n } = _(), a = r(e.key), u = (s) => {
|
|
1732
|
+
const f = s.target.value;
|
|
1733
1733
|
e.type === "number" ? n(e.key, f === "" ? void 0 : Number(f)) : n(e.key, f);
|
|
1734
1734
|
};
|
|
1735
1735
|
return /* @__PURE__ */ A.jsx(ke, { question: e, children: /* @__PURE__ */ A.jsxs("div", { className: b.inputWrapper, children: [
|
|
@@ -1739,7 +1739,7 @@ const Nt = ({
|
|
|
1739
1739
|
className: b.input,
|
|
1740
1740
|
type: e.type === "number" ? "number" : "text",
|
|
1741
1741
|
value: a === void 0 ? "" : String(a),
|
|
1742
|
-
onChange:
|
|
1742
|
+
onChange: u,
|
|
1743
1743
|
placeholder: e.placeholder,
|
|
1744
1744
|
min: e.min,
|
|
1745
1745
|
max: e.max
|
|
@@ -1762,16 +1762,16 @@ function Xn(e, r) {
|
|
|
1762
1762
|
return a > 0 ? `${n + a * 0.5}` : `${n}`;
|
|
1763
1763
|
}
|
|
1764
1764
|
const Gn = ({ question: e }) => {
|
|
1765
|
-
const { getAnswer: r, setAnswer: n } = _(), a = r(e.key), [
|
|
1765
|
+
const { getAnswer: r, setAnswer: n } = _(), a = r(e.key), [u, s] = h(
|
|
1766
1766
|
HA(a)
|
|
1767
1767
|
), f = ce(
|
|
1768
1768
|
(P) => {
|
|
1769
1769
|
const c = P.target.value, o = Bn(c);
|
|
1770
|
-
|
|
1770
|
+
s(c.replace(/[^0-9,]/g, "")), n(e.key, o);
|
|
1771
1771
|
},
|
|
1772
1772
|
[e.key, n]
|
|
1773
1773
|
), d = ce(() => {
|
|
1774
|
-
|
|
1774
|
+
s(HA(a));
|
|
1775
1775
|
}, [a]);
|
|
1776
1776
|
return /* @__PURE__ */ A.jsx(ke, { question: e, children: /* @__PURE__ */ A.jsxs("div", { className: b.inputWrapper, children: [
|
|
1777
1777
|
/* @__PURE__ */ A.jsx("span", { className: b.currencyPrefix, children: "$" }),
|
|
@@ -1781,7 +1781,7 @@ const Gn = ({ question: e }) => {
|
|
|
1781
1781
|
className: b.currencyInput,
|
|
1782
1782
|
type: "text",
|
|
1783
1783
|
inputMode: "numeric",
|
|
1784
|
-
value:
|
|
1784
|
+
value: u,
|
|
1785
1785
|
onChange: f,
|
|
1786
1786
|
onBlur: d,
|
|
1787
1787
|
placeholder: e.placeholder || "0"
|
|
@@ -1790,7 +1790,7 @@ const Gn = ({ question: e }) => {
|
|
|
1790
1790
|
] }) });
|
|
1791
1791
|
}, Dn = ({ question: e }) => {
|
|
1792
1792
|
var d, P;
|
|
1793
|
-
const { getAnswer: r, setAnswer: n } = _(), a = ae(),
|
|
1793
|
+
const { getAnswer: r, setAnswer: n } = _(), a = ae(), u = r(e.key) ?? [], s = new Set(
|
|
1794
1794
|
(d = e.options) == null ? void 0 : d.filter((c) => c.exclusive).map((c) => String(c.value))
|
|
1795
1795
|
), f = (c) => {
|
|
1796
1796
|
const o = String(c);
|
|
@@ -1799,22 +1799,22 @@ const Gn = ({ question: e }) => {
|
|
|
1799
1799
|
targetName: `partner-sdk-${e.key}`,
|
|
1800
1800
|
optionName: o
|
|
1801
1801
|
}
|
|
1802
|
-
}),
|
|
1802
|
+
}), u.includes(o)) {
|
|
1803
1803
|
n(
|
|
1804
1804
|
e.key,
|
|
1805
|
-
|
|
1805
|
+
u.filter((O) => O !== o)
|
|
1806
1806
|
);
|
|
1807
1807
|
return;
|
|
1808
1808
|
}
|
|
1809
|
-
if (
|
|
1809
|
+
if (s.has(o)) {
|
|
1810
1810
|
n(e.key, [o]);
|
|
1811
1811
|
return;
|
|
1812
1812
|
}
|
|
1813
|
-
const i = [...
|
|
1813
|
+
const i = [...u.filter((O) => !s.has(O)), o];
|
|
1814
1814
|
n(e.key, i);
|
|
1815
1815
|
};
|
|
1816
1816
|
return /* @__PURE__ */ A.jsx(ke, { question: e, children: /* @__PURE__ */ A.jsx("div", { className: b.checkboxGroup, children: (P = e.options) == null ? void 0 : P.map((c) => {
|
|
1817
|
-
const o =
|
|
1817
|
+
const o = u.includes(String(c.value));
|
|
1818
1818
|
return /* @__PURE__ */ A.jsxs(
|
|
1819
1819
|
"label",
|
|
1820
1820
|
{
|
|
@@ -1840,7 +1840,7 @@ const Gn = ({ question: e }) => {
|
|
|
1840
1840
|
}) }) });
|
|
1841
1841
|
}, Rn = ({ question: e }) => {
|
|
1842
1842
|
var d, P;
|
|
1843
|
-
const { getAnswer: r, setAnswer: n } = _(), a = ae(),
|
|
1843
|
+
const { getAnswer: r, setAnswer: n } = _(), a = ae(), u = r(e.key), s = (c) => {
|
|
1844
1844
|
a.trackPlatform({
|
|
1845
1845
|
radioClickEvent: {
|
|
1846
1846
|
targetName: `partner-sdk-${e.key}`,
|
|
@@ -1849,13 +1849,13 @@ const Gn = ({ question: e }) => {
|
|
|
1849
1849
|
}), e.type === "number" ? n(e.key, Number(c)) : n(e.key, String(c));
|
|
1850
1850
|
}, f = ((d = e.options) == null ? void 0 : d.length) === 2;
|
|
1851
1851
|
return /* @__PURE__ */ A.jsx(ke, { question: e, children: /* @__PURE__ */ A.jsx("div", { className: f ? b.radioGroupInline : b.radioGroup, children: (P = e.options) == null ? void 0 : P.map((c) => {
|
|
1852
|
-
const o = String(
|
|
1852
|
+
const o = String(u) === String(c.value);
|
|
1853
1853
|
return f ? /* @__PURE__ */ A.jsx(
|
|
1854
1854
|
"button",
|
|
1855
1855
|
{
|
|
1856
1856
|
type: "button",
|
|
1857
1857
|
className: `${b.radioButtonPill} ${o ? b.radioButtonPillSelected : ""}`.trim(),
|
|
1858
|
-
onClick: () =>
|
|
1858
|
+
onClick: () => s(c.value),
|
|
1859
1859
|
children: c.label
|
|
1860
1860
|
},
|
|
1861
1861
|
String(c.value)
|
|
@@ -1871,7 +1871,7 @@ const Gn = ({ question: e }) => {
|
|
|
1871
1871
|
className: b.radioInput,
|
|
1872
1872
|
name: e.key,
|
|
1873
1873
|
checked: o,
|
|
1874
|
-
onChange: () =>
|
|
1874
|
+
onChange: () => s(c.value)
|
|
1875
1875
|
}
|
|
1876
1876
|
),
|
|
1877
1877
|
/* @__PURE__ */ A.jsx("span", { className: b.radioLabel, children: c.label })
|
|
@@ -1882,7 +1882,7 @@ const Gn = ({ question: e }) => {
|
|
|
1882
1882
|
}) }) });
|
|
1883
1883
|
}, qn = ({ question: e }) => {
|
|
1884
1884
|
var d, P;
|
|
1885
|
-
const { getAnswer: r, setAnswer: n } = _(), a = ae(),
|
|
1885
|
+
const { getAnswer: r, setAnswer: n } = _(), a = ae(), u = r(e.key), s = (c) => {
|
|
1886
1886
|
a.trackPlatform({
|
|
1887
1887
|
buttonClickEvent: { targetName: `partner-sdk-${e.key}` }
|
|
1888
1888
|
}), e.type === "number" ? n(e.key, Number(c)) : n(e.key, String(c));
|
|
@@ -1892,13 +1892,13 @@ const Gn = ({ question: e }) => {
|
|
|
1892
1892
|
{
|
|
1893
1893
|
className: f ? b.cardGroupWithImages : b.cardGroup,
|
|
1894
1894
|
children: (P = e.options) == null ? void 0 : P.map((c) => {
|
|
1895
|
-
const o = String(
|
|
1895
|
+
const o = String(u) === String(c.value);
|
|
1896
1896
|
return /* @__PURE__ */ A.jsxs(
|
|
1897
1897
|
"button",
|
|
1898
1898
|
{
|
|
1899
1899
|
type: "button",
|
|
1900
1900
|
className: `${f ? b.cardWithImage : b.card} ${o ? b.cardSelected : ""}`.trim(),
|
|
1901
|
-
onClick: () =>
|
|
1901
|
+
onClick: () => s(c.value),
|
|
1902
1902
|
children: [
|
|
1903
1903
|
c.image && /* @__PURE__ */ A.jsx(
|
|
1904
1904
|
"img",
|
|
@@ -1918,7 +1918,7 @@ const Gn = ({ question: e }) => {
|
|
|
1918
1918
|
}
|
|
1919
1919
|
) });
|
|
1920
1920
|
}, Wn = ({ question: e }) => {
|
|
1921
|
-
const { getAnswer: r, setAnswer: n, validationErrors: a } = _(),
|
|
1921
|
+
const { getAnswer: r, setAnswer: n, validationErrors: a } = _(), u = ae(), s = r(e.key) === !0, f = a[e.key];
|
|
1922
1922
|
return /* @__PURE__ */ A.jsxs("div", { className: b.toggleWrapper, children: [
|
|
1923
1923
|
/* @__PURE__ */ A.jsxs("label", { className: b.toggleBare, children: [
|
|
1924
1924
|
/* @__PURE__ */ A.jsx(
|
|
@@ -1926,14 +1926,14 @@ const Gn = ({ question: e }) => {
|
|
|
1926
1926
|
{
|
|
1927
1927
|
type: "checkbox",
|
|
1928
1928
|
className: b.toggleCheckbox,
|
|
1929
|
-
checked:
|
|
1929
|
+
checked: s,
|
|
1930
1930
|
onChange: () => {
|
|
1931
|
-
|
|
1931
|
+
u.trackPlatform({
|
|
1932
1932
|
checkboxClickEvent: {
|
|
1933
1933
|
targetName: `partner-sdk-${e.key}`,
|
|
1934
|
-
optionName: String(!
|
|
1934
|
+
optionName: String(!s)
|
|
1935
1935
|
}
|
|
1936
|
-
}), n(e.key, !
|
|
1936
|
+
}), n(e.key, !s);
|
|
1937
1937
|
}
|
|
1938
1938
|
}
|
|
1939
1939
|
),
|
|
@@ -1952,17 +1952,17 @@ function Ye(e) {
|
|
|
1952
1952
|
return e.replace(/\D/g, "").slice(0, 10);
|
|
1953
1953
|
}
|
|
1954
1954
|
const Mn = ({ question: e }) => {
|
|
1955
|
-
const { getAnswer: r, setAnswer: n } = _(), a = r(e.key) ?? "", [
|
|
1955
|
+
const { getAnswer: r, setAnswer: n } = _(), a = r(e.key) ?? "", [u, s] = h(
|
|
1956
1956
|
() => Ne(Ye(a))
|
|
1957
1957
|
), f = ce(
|
|
1958
1958
|
(P) => {
|
|
1959
1959
|
const c = Ye(P.target.value);
|
|
1960
|
-
|
|
1960
|
+
s(Ne(c)), n(e.key, c);
|
|
1961
1961
|
},
|
|
1962
1962
|
[e.key, n]
|
|
1963
1963
|
), d = ce(() => {
|
|
1964
1964
|
const P = Ye(a);
|
|
1965
|
-
|
|
1965
|
+
s(Ne(P));
|
|
1966
1966
|
}, [a]);
|
|
1967
1967
|
return /* @__PURE__ */ A.jsx(ke, { question: e, children: /* @__PURE__ */ A.jsx(
|
|
1968
1968
|
"input",
|
|
@@ -1970,7 +1970,7 @@ const Mn = ({ question: e }) => {
|
|
|
1970
1970
|
className: b.input,
|
|
1971
1971
|
type: "tel",
|
|
1972
1972
|
inputMode: "numeric",
|
|
1973
|
-
value:
|
|
1973
|
+
value: u,
|
|
1974
1974
|
onChange: f,
|
|
1975
1975
|
onBlur: d,
|
|
1976
1976
|
placeholder: e.placeholder || "(000) 000-0000"
|
|
@@ -1981,41 +1981,41 @@ const Mn = ({ question: e }) => {
|
|
|
1981
1981
|
ee(() => {
|
|
1982
1982
|
r(e.key) === void 0 && (e.defaultValue !== void 0 ? n(e.key, e.defaultValue) : e.style === "toggle" && e.required && n(e.key, !1));
|
|
1983
1983
|
}, []);
|
|
1984
|
-
const
|
|
1984
|
+
const u = ce(() => {
|
|
1985
1985
|
lA.has(e.style) && a.trackPlatform({
|
|
1986
1986
|
inputViewEvent: { targetName: `partner-sdk-${e.key}` }
|
|
1987
1987
|
});
|
|
1988
1988
|
}, [e.style, e.key]);
|
|
1989
|
-
let
|
|
1989
|
+
let s;
|
|
1990
1990
|
switch (e.style) {
|
|
1991
1991
|
case "dropdown":
|
|
1992
|
-
|
|
1992
|
+
s = /* @__PURE__ */ A.jsx(mn, { question: e });
|
|
1993
1993
|
break;
|
|
1994
1994
|
case "input":
|
|
1995
|
-
|
|
1995
|
+
s = /* @__PURE__ */ A.jsx(Vn, { question: e });
|
|
1996
1996
|
break;
|
|
1997
1997
|
case "currency":
|
|
1998
|
-
|
|
1998
|
+
s = /* @__PURE__ */ A.jsx(Gn, { question: e });
|
|
1999
1999
|
break;
|
|
2000
2000
|
case "checkbox":
|
|
2001
|
-
|
|
2001
|
+
s = /* @__PURE__ */ A.jsx(Dn, { question: e });
|
|
2002
2002
|
break;
|
|
2003
2003
|
case "radio":
|
|
2004
|
-
|
|
2004
|
+
s = /* @__PURE__ */ A.jsx(Rn, { question: e });
|
|
2005
2005
|
break;
|
|
2006
2006
|
case "card-select":
|
|
2007
|
-
|
|
2007
|
+
s = /* @__PURE__ */ A.jsx(qn, { question: e });
|
|
2008
2008
|
break;
|
|
2009
2009
|
case "phone":
|
|
2010
|
-
|
|
2010
|
+
s = /* @__PURE__ */ A.jsx(Mn, { question: e });
|
|
2011
2011
|
break;
|
|
2012
2012
|
case "toggle":
|
|
2013
|
-
|
|
2013
|
+
s = /* @__PURE__ */ A.jsx(Wn, { question: e });
|
|
2014
2014
|
break;
|
|
2015
2015
|
default:
|
|
2016
2016
|
return null;
|
|
2017
2017
|
}
|
|
2018
|
-
return lA.has(e.style) ? /* @__PURE__ */ A.jsx("div", { onFocus:
|
|
2018
|
+
return lA.has(e.style) ? /* @__PURE__ */ A.jsx("div", { onFocus: u, children: s }) : /* @__PURE__ */ A.jsx(A.Fragment, { children: s });
|
|
2019
2019
|
}, Zn = () => /* @__PURE__ */ A.jsx(
|
|
2020
2020
|
"svg",
|
|
2021
2021
|
{
|
|
@@ -2037,21 +2037,21 @@ const Mn = ({ question: e }) => {
|
|
|
2037
2037
|
}
|
|
2038
2038
|
), Tn = () => {
|
|
2039
2039
|
var o;
|
|
2040
|
-
const { pages: e, currentPageIndex: r, goToNext: n, goToPrev: a } = _(),
|
|
2041
|
-
|
|
2040
|
+
const { pages: e, currentPageIndex: r, goToNext: n, goToPrev: a } = _(), u = ae(), s = r === 0, f = r === e.length - 1, d = (o = e[r]) == null ? void 0 : o.id, P = () => {
|
|
2041
|
+
u.trackPlatform({
|
|
2042
2042
|
buttonClickEvent: {
|
|
2043
2043
|
targetName: f ? "partner-sdk-submit" : `partner-sdk-continue-${d}`
|
|
2044
2044
|
}
|
|
2045
2045
|
}), n();
|
|
2046
2046
|
}, c = () => {
|
|
2047
|
-
|
|
2047
|
+
u.trackPlatform({
|
|
2048
2048
|
buttonClickEvent: {
|
|
2049
2049
|
targetName: `partner-sdk-back-${d}`
|
|
2050
2050
|
}
|
|
2051
2051
|
}), a();
|
|
2052
2052
|
};
|
|
2053
2053
|
return /* @__PURE__ */ A.jsxs("div", { className: l.navigationContainer, children: [
|
|
2054
|
-
!
|
|
2054
|
+
!s && /* @__PURE__ */ A.jsx(
|
|
2055
2055
|
"button",
|
|
2056
2056
|
{
|
|
2057
2057
|
type: "button",
|
|
@@ -2074,7 +2074,7 @@ const Mn = ({ question: e }) => {
|
|
|
2074
2074
|
)
|
|
2075
2075
|
] });
|
|
2076
2076
|
}, Jn = () => {
|
|
2077
|
-
const { pages: e, currentPageIndex: r, getAnswer: n } = _(), a = ae(),
|
|
2077
|
+
const { pages: e, currentPageIndex: r, getAnswer: n } = _(), a = ae(), u = e[r], s = U(null), f = U(!0);
|
|
2078
2078
|
ee(() => {
|
|
2079
2079
|
a.trackPlatform({ pageViewEvent: {} });
|
|
2080
2080
|
}, [r]), ee(() => {
|
|
@@ -2082,7 +2082,7 @@ const Mn = ({ question: e }) => {
|
|
|
2082
2082
|
f.current = !1;
|
|
2083
2083
|
return;
|
|
2084
2084
|
}
|
|
2085
|
-
const P =
|
|
2085
|
+
const P = s.current;
|
|
2086
2086
|
if (!P) return;
|
|
2087
2087
|
let c = P.parentElement;
|
|
2088
2088
|
for (; c; ) {
|
|
@@ -2095,12 +2095,12 @@ const Mn = ({ question: e }) => {
|
|
|
2095
2095
|
P.scrollTop = 0;
|
|
2096
2096
|
}, [r]);
|
|
2097
2097
|
const d = Oe(
|
|
2098
|
-
() =>
|
|
2099
|
-
[
|
|
2098
|
+
() => u ? OA(u, n) : null,
|
|
2099
|
+
[u, n]
|
|
2100
2100
|
);
|
|
2101
|
-
return !
|
|
2102
|
-
/* @__PURE__ */ A.jsx("h2", { className: l.pageTitle, children:
|
|
2103
|
-
|
|
2101
|
+
return !u || !d ? null : /* @__PURE__ */ A.jsxs("div", { ref: s, className: l.pageContainer, children: [
|
|
2102
|
+
/* @__PURE__ */ A.jsx("h2", { className: l.pageTitle, children: u.title }),
|
|
2103
|
+
u.subtitle && /* @__PURE__ */ A.jsx("p", { className: l.pageSubtitle, children: u.subtitle }),
|
|
2104
2104
|
d.sections.map((P) => {
|
|
2105
2105
|
const c = !!P.icon;
|
|
2106
2106
|
return /* @__PURE__ */ A.jsxs(
|
|
@@ -2124,7 +2124,7 @@ const Mn = ({ question: e }) => {
|
|
|
2124
2124
|
P.id
|
|
2125
2125
|
);
|
|
2126
2126
|
}),
|
|
2127
|
-
|
|
2127
|
+
u.id === "contact-info" && /* @__PURE__ */ A.jsxs("p", { className: l.legalText, children: [
|
|
2128
2128
|
"By submitting your details, you consent to receive a no-obligation offer from",
|
|
2129
2129
|
" ",
|
|
2130
2130
|
/* @__PURE__ */ A.jsx(
|
|
@@ -2168,7 +2168,7 @@ function Un(e, r, n) {
|
|
|
2168
2168
|
return e.startsWith("http://") || e.startsWith("https://") ? `url-${encodeURIComponent(e)}(${r},${n})` : `${e}(${r},${n})`;
|
|
2169
2169
|
}
|
|
2170
2170
|
function SA(e, r) {
|
|
2171
|
-
const n = (r == null ? void 0 : r.mapboxAccessToken) ?? Kn, a = (r == null ? void 0 : r.mapPinMarker) ?? Ln,
|
|
2171
|
+
const n = (r == null ? void 0 : r.mapboxAccessToken) ?? Kn, a = (r == null ? void 0 : r.mapPinMarker) ?? Ln, u = (r == null ? void 0 : r.width) ?? En, s = (r == null ? void 0 : r.height) ?? Qn, f = (r == null ? void 0 : r.zoom) ?? Cn, [d, P] = h(void 0), [c, o] = h("loading");
|
|
2172
2172
|
return ee(() => {
|
|
2173
2173
|
o("loading");
|
|
2174
2174
|
const v = [
|
|
@@ -2191,7 +2191,7 @@ function SA(e, r) {
|
|
|
2191
2191
|
i || o("error");
|
|
2192
2192
|
return;
|
|
2193
2193
|
}
|
|
2194
|
-
const [q, M] = w, Q = Un(a, q, M), X = `${Yn}/${Q}/${q},${M},${f}/${
|
|
2194
|
+
const [q, M] = w, Q = Un(a, q, M), X = `${Yn}/${Q}/${q},${M},${f}/${u}x${s}@2x?access_token=${n}&attribution=false&logo=false`;
|
|
2195
2195
|
i || P(X);
|
|
2196
2196
|
} catch {
|
|
2197
2197
|
i || o("error");
|
|
@@ -2207,8 +2207,8 @@ function SA(e, r) {
|
|
|
2207
2207
|
e.postalCode,
|
|
2208
2208
|
n,
|
|
2209
2209
|
a,
|
|
2210
|
-
s,
|
|
2211
2210
|
u,
|
|
2211
|
+
s,
|
|
2212
2212
|
f
|
|
2213
2213
|
]), { url: d, status: c };
|
|
2214
2214
|
}
|
|
@@ -2295,10 +2295,10 @@ const Fn = () => /* @__PURE__ */ A.jsxs(
|
|
|
2295
2295
|
}
|
|
2296
2296
|
), iA = 4;
|
|
2297
2297
|
function tc(e, r) {
|
|
2298
|
-
var a,
|
|
2298
|
+
var a, u;
|
|
2299
2299
|
const n = [];
|
|
2300
|
-
for (const
|
|
2301
|
-
for (const f of
|
|
2300
|
+
for (const s of e.sections)
|
|
2301
|
+
for (const f of s.questions) {
|
|
2302
2302
|
const d = r(f.key);
|
|
2303
2303
|
if (!(d === void 0 || d === "" || d === !1)) {
|
|
2304
2304
|
if (f.style === "toggle" && d === !0)
|
|
@@ -2310,7 +2310,7 @@ function tc(e, r) {
|
|
|
2310
2310
|
c && n.push(c.shortLabel || c.label);
|
|
2311
2311
|
}
|
|
2312
2312
|
else if (f.style === "card-select" || f.style === "radio" || f.style === "dropdown") {
|
|
2313
|
-
const P = (
|
|
2313
|
+
const P = (u = f.options) == null ? void 0 : u.find(
|
|
2314
2314
|
(c) => String(c.value) === String(d)
|
|
2315
2315
|
);
|
|
2316
2316
|
if (P) {
|
|
@@ -2327,9 +2327,9 @@ const rc = ({
|
|
|
2327
2327
|
mapImageUrl: r,
|
|
2328
2328
|
mapboxAccessToken: n,
|
|
2329
2329
|
mapPinMarker: a,
|
|
2330
|
-
onEditAddress:
|
|
2330
|
+
onEditAddress: u
|
|
2331
2331
|
}) => {
|
|
2332
|
-
const { url:
|
|
2332
|
+
const { url: s } = SA(e, {
|
|
2333
2333
|
mapboxAccessToken: n,
|
|
2334
2334
|
mapPinMarker: a
|
|
2335
2335
|
}), [f, d] = h(!1), { pages: P, currentPageIndex: c, getAnswer: o, goToPage: v } = _(), i = ae(), O = o("home.bedrooms"), R = o("home.bathrooms.full"), B = o("home.bathrooms.half"), I = Xn(R, B), G = o("home.above_grade_sq_ft"), K = o("home.year_built"), w = Oe(() => {
|
|
@@ -2348,10 +2348,10 @@ const rc = ({
|
|
|
2348
2348
|
return q;
|
|
2349
2349
|
}, [P, c, o]);
|
|
2350
2350
|
return /* @__PURE__ */ A.jsxs("div", { className: l.reviewCard, children: [
|
|
2351
|
-
/* @__PURE__ */ A.jsx("div", { className: l.reviewMapArea, children: r ? /* @__PURE__ */ A.jsx("img", { src: r, alt: "Map", className: l.reviewMapImage }) :
|
|
2351
|
+
/* @__PURE__ */ A.jsx("div", { className: l.reviewMapArea, children: r ? /* @__PURE__ */ A.jsx("img", { src: r, alt: "Map", className: l.reviewMapImage }) : s ? /* @__PURE__ */ A.jsx(
|
|
2352
2352
|
"img",
|
|
2353
2353
|
{
|
|
2354
|
-
src:
|
|
2354
|
+
src: s,
|
|
2355
2355
|
alt: "Map",
|
|
2356
2356
|
className: `${l.reviewMapImage} ${l.reviewMapDynamic} ${f ? l.reviewMapLoaded : ""}`.trim(),
|
|
2357
2357
|
onLoad: () => d(!0)
|
|
@@ -2379,7 +2379,7 @@ const rc = ({
|
|
|
2379
2379
|
e.postalCode
|
|
2380
2380
|
] })
|
|
2381
2381
|
] }),
|
|
2382
|
-
|
|
2382
|
+
u && /* @__PURE__ */ A.jsx(
|
|
2383
2383
|
"button",
|
|
2384
2384
|
{
|
|
2385
2385
|
type: "button",
|
|
@@ -2387,7 +2387,7 @@ const rc = ({
|
|
|
2387
2387
|
onClick: () => {
|
|
2388
2388
|
i.trackPlatform({
|
|
2389
2389
|
linkClickEvent: { targetName: "partner-sdk-edit-address" }
|
|
2390
|
-
}),
|
|
2390
|
+
}), u();
|
|
2391
2391
|
},
|
|
2392
2392
|
children: "Edit"
|
|
2393
2393
|
}
|
|
@@ -2435,7 +2435,7 @@ function nc({
|
|
|
2435
2435
|
labels: r,
|
|
2436
2436
|
onEdit: n
|
|
2437
2437
|
}) {
|
|
2438
|
-
const [a,
|
|
2438
|
+
const [a, u] = h(!1), s = a ? r : r.slice(0, iA), f = r.length - iA;
|
|
2439
2439
|
return /* @__PURE__ */ A.jsxs("div", { className: l.reviewSection, children: [
|
|
2440
2440
|
/* @__PURE__ */ A.jsxs("div", { className: l.reviewSectionHeader, children: [
|
|
2441
2441
|
/* @__PURE__ */ A.jsx("span", { className: l.reviewSectionTitle, children: e }),
|
|
@@ -2449,7 +2449,7 @@ function nc({
|
|
|
2449
2449
|
}
|
|
2450
2450
|
)
|
|
2451
2451
|
] }),
|
|
2452
|
-
/* @__PURE__ */ A.jsx("ul", { className: l.reviewCheckList, children:
|
|
2452
|
+
/* @__PURE__ */ A.jsx("ul", { className: l.reviewCheckList, children: s.map((d, P) => /* @__PURE__ */ A.jsxs("li", { className: l.reviewCheckItem, children: [
|
|
2453
2453
|
/* @__PURE__ */ A.jsx("span", { className: l.reviewCheckIcon, children: /* @__PURE__ */ A.jsx(Ac, {}) }),
|
|
2454
2454
|
d
|
|
2455
2455
|
] }, P)) }),
|
|
@@ -2458,7 +2458,7 @@ function nc({
|
|
|
2458
2458
|
{
|
|
2459
2459
|
type: "button",
|
|
2460
2460
|
className: l.reviewMoreLink,
|
|
2461
|
-
onClick: () =>
|
|
2461
|
+
onClick: () => u(!0),
|
|
2462
2462
|
children: [
|
|
2463
2463
|
"& ",
|
|
2464
2464
|
f,
|
|
@@ -2473,10 +2473,10 @@ const cc = ({
|
|
|
2473
2473
|
mapImageUrl: r,
|
|
2474
2474
|
mapboxAccessToken: n,
|
|
2475
2475
|
mapPinMarker: a,
|
|
2476
|
-
showAttribution:
|
|
2477
|
-
onEditAddress:
|
|
2476
|
+
showAttribution: u = !0,
|
|
2477
|
+
onEditAddress: s
|
|
2478
2478
|
}) => /* @__PURE__ */ A.jsxs("div", { className: l.layoutContainer, children: [
|
|
2479
|
-
/* @__PURE__ */ A.jsx("div", { className: l.sidebarContainer, children: /* @__PURE__ */ A.jsx(Jr, { showAttribution:
|
|
2479
|
+
/* @__PURE__ */ A.jsx("div", { className: l.sidebarContainer, children: /* @__PURE__ */ A.jsx(Jr, { showAttribution: u }) }),
|
|
2480
2480
|
/* @__PURE__ */ A.jsx("div", { className: l.mainContent, children: /* @__PURE__ */ A.jsx(Jn, {}) }),
|
|
2481
2481
|
/* @__PURE__ */ A.jsx("div", { className: l.reviewCardContainer, children: /* @__PURE__ */ A.jsx(
|
|
2482
2482
|
rc,
|
|
@@ -2485,16 +2485,16 @@ const cc = ({
|
|
|
2485
2485
|
mapImageUrl: r,
|
|
2486
2486
|
mapboxAccessToken: n,
|
|
2487
2487
|
mapPinMarker: a,
|
|
2488
|
-
onEditAddress:
|
|
2488
|
+
onEditAddress: s
|
|
2489
2489
|
}
|
|
2490
2490
|
) })
|
|
2491
2491
|
] }), ac = Array.from({ length: 10 }, (e, r) => ({
|
|
2492
2492
|
label: String(r + 1),
|
|
2493
2493
|
value: r + 1
|
|
2494
|
-
})),
|
|
2494
|
+
})), sc = Array.from({ length: 10 }, (e, r) => ({
|
|
2495
2495
|
label: String(r + 1),
|
|
2496
2496
|
value: r + 1
|
|
2497
|
-
})),
|
|
2497
|
+
})), uc = Array.from({ length: 10 }, (e, r) => ({
|
|
2498
2498
|
label: String(r),
|
|
2499
2499
|
value: r
|
|
2500
2500
|
})), xA = (/* @__PURE__ */ new Date()).getFullYear(), jc = Array.from(
|
|
@@ -2539,7 +2539,7 @@ const cc = ({
|
|
|
2539
2539
|
question: "Bathrooms",
|
|
2540
2540
|
description: "Includes shower or tub",
|
|
2541
2541
|
required: !0,
|
|
2542
|
-
options:
|
|
2542
|
+
options: sc
|
|
2543
2543
|
},
|
|
2544
2544
|
{
|
|
2545
2545
|
key: "home.bathrooms.half",
|
|
@@ -2548,7 +2548,7 @@ const cc = ({
|
|
|
2548
2548
|
question: "Partial bathrooms",
|
|
2549
2549
|
description: "No shower or tub",
|
|
2550
2550
|
required: !0,
|
|
2551
|
-
options:
|
|
2551
|
+
options: uc
|
|
2552
2552
|
},
|
|
2553
2553
|
{
|
|
2554
2554
|
key: "home.above_grade_sq_ft",
|
|
@@ -2648,8 +2648,8 @@ var dc = {
|
|
|
2648
2648
|
* See the LICENSE file in the root directory of this source tree.
|
|
2649
2649
|
*/
|
|
2650
2650
|
const Xe = (e, r, n, a) => {
|
|
2651
|
-
const
|
|
2652
|
-
({ color:
|
|
2651
|
+
const u = KA(
|
|
2652
|
+
({ color: s = "currentColor", size: f = 24, stroke: d = 2, title: P, className: c, children: o, ...v }, i) => Ze(
|
|
2653
2653
|
"svg",
|
|
2654
2654
|
{
|
|
2655
2655
|
ref: i,
|
|
@@ -2658,7 +2658,7 @@ const Xe = (e, r, n, a) => {
|
|
|
2658
2658
|
height: f,
|
|
2659
2659
|
className: ["tabler-icon", `tabler-icon-${r}`, c].join(" "),
|
|
2660
2660
|
strokeWidth: d,
|
|
2661
|
-
stroke:
|
|
2661
|
+
stroke: s,
|
|
2662
2662
|
...v
|
|
2663
2663
|
},
|
|
2664
2664
|
[
|
|
@@ -2668,7 +2668,7 @@ const Xe = (e, r, n, a) => {
|
|
|
2668
2668
|
]
|
|
2669
2669
|
)
|
|
2670
2670
|
);
|
|
2671
|
-
return
|
|
2671
|
+
return u.displayName = `${n}`, u;
|
|
2672
2672
|
};
|
|
2673
2673
|
/**
|
|
2674
2674
|
* @license @tabler/icons-react v3.36.1 - MIT
|
|
@@ -3938,8 +3938,8 @@ function Oa({
|
|
|
3938
3938
|
address: r,
|
|
3939
3939
|
salesAssociateName: n,
|
|
3940
3940
|
salesAssociateEmail: a,
|
|
3941
|
-
initialAnswers:
|
|
3942
|
-
appearance:
|
|
3941
|
+
initialAnswers: u,
|
|
3942
|
+
appearance: s,
|
|
3943
3943
|
showAttribution: f = !0,
|
|
3944
3944
|
mapImageUrl: d,
|
|
3945
3945
|
mapboxAccessToken: P,
|
|
@@ -3951,7 +3951,7 @@ function Oa({
|
|
|
3951
3951
|
onError: R,
|
|
3952
3952
|
onEditAddress: B
|
|
3953
3953
|
}) {
|
|
3954
|
-
const G = Re(
|
|
3954
|
+
const G = Re(s ?? { theme: "minimal" }), K = Oe(
|
|
3955
3955
|
() => [
|
|
3956
3956
|
oc,
|
|
3957
3957
|
gc,
|
|
@@ -3965,7 +3965,7 @@ function Oa({
|
|
|
3965
3965
|
Nt,
|
|
3966
3966
|
{
|
|
3967
3967
|
pages: K,
|
|
3968
|
-
initialAnswers:
|
|
3968
|
+
initialAnswers: u,
|
|
3969
3969
|
onReady: o,
|
|
3970
3970
|
onPageChange: v,
|
|
3971
3971
|
onAnswerChange: i,
|
|
@@ -3985,13 +3985,13 @@ function Oa({
|
|
|
3985
3985
|
}
|
|
3986
3986
|
) });
|
|
3987
3987
|
}
|
|
3988
|
-
const ra = "_container_rg8mk_3", na = "_title_rg8mk_7", ca = "_addressCard_rg8mk_16", aa = "_addressText_rg8mk_26",
|
|
3988
|
+
const ra = "_container_rg8mk_3", na = "_title_rg8mk_7", ca = "_addressCard_rg8mk_16", aa = "_addressText_rg8mk_26", sa = "_editLink_rg8mk_34", ua = "_fieldGroup_rg8mk_47", ja = "_fieldLabel_rg8mk_51", Pa = "_input_rg8mk_60", fa = "_checkboxRow_rg8mk_84", oa = "_checkbox_rg8mk_84", da = "_checkboxLabel_rg8mk_101", Ha = "_error_rg8mk_108", la = "_actions_rg8mk_115", ia = "_confirmButton_rg8mk_120", F = {
|
|
3989
3989
|
container: ra,
|
|
3990
3990
|
title: na,
|
|
3991
3991
|
addressCard: ca,
|
|
3992
3992
|
addressText: aa,
|
|
3993
|
-
editLink:
|
|
3994
|
-
fieldGroup:
|
|
3993
|
+
editLink: sa,
|
|
3994
|
+
fieldGroup: ua,
|
|
3995
3995
|
fieldLabel: ja,
|
|
3996
3996
|
input: Pa,
|
|
3997
3997
|
checkboxRow: fa,
|
|
@@ -4010,16 +4010,16 @@ function Sa({
|
|
|
4010
4010
|
onConfirm: n,
|
|
4011
4011
|
onEdit: a
|
|
4012
4012
|
}) {
|
|
4013
|
-
const
|
|
4013
|
+
const u = ae(), f = Re(r), [d, P] = h(""), [c, o] = h(!1), [v, i] = h(null), O = () => {
|
|
4014
4014
|
if (!c && !d.trim()) {
|
|
4015
4015
|
i("Please enter a unit number or select 'No unit number'");
|
|
4016
4016
|
return;
|
|
4017
4017
|
}
|
|
4018
|
-
i(null),
|
|
4018
|
+
i(null), u.trackPlatform({
|
|
4019
4019
|
buttonClickEvent: { targetName: "partner-sdk-confirm-unit" }
|
|
4020
4020
|
}), n(c ? { ...e } : { ...e, street2: d.trim() });
|
|
4021
4021
|
}, R = () => {
|
|
4022
|
-
|
|
4022
|
+
u.trackPlatform({
|
|
4023
4023
|
checkboxClickEvent: {
|
|
4024
4024
|
targetName: "partner-sdk-no-unit",
|
|
4025
4025
|
optionName: String(!c)
|
|
@@ -4028,7 +4028,7 @@ function Sa({
|
|
|
4028
4028
|
}, B = (G) => {
|
|
4029
4029
|
P(G.target.value), v && i(null);
|
|
4030
4030
|
}, I = () => {
|
|
4031
|
-
|
|
4031
|
+
u.trackPlatform({
|
|
4032
4032
|
inputViewEvent: { targetName: "partner-sdk-unit-input" }
|
|
4033
4033
|
});
|
|
4034
4034
|
};
|
|
@@ -4088,8 +4088,8 @@ function za({
|
|
|
4088
4088
|
appearance: r,
|
|
4089
4089
|
mapboxAccessToken: n,
|
|
4090
4090
|
mapPinMarker: a,
|
|
4091
|
-
width:
|
|
4092
|
-
height:
|
|
4091
|
+
width: u,
|
|
4092
|
+
height: s,
|
|
4093
4093
|
zoom: f,
|
|
4094
4094
|
borderRadius: d,
|
|
4095
4095
|
onLoad: P,
|
|
@@ -4098,8 +4098,8 @@ function za({
|
|
|
4098
4098
|
const o = Re(r), { url: v, status: i } = SA(e, {
|
|
4099
4099
|
mapboxAccessToken: n,
|
|
4100
4100
|
mapPinMarker: a,
|
|
4101
|
-
width:
|
|
4102
|
-
height:
|
|
4101
|
+
width: u,
|
|
4102
|
+
height: s,
|
|
4103
4103
|
zoom: f
|
|
4104
4104
|
}), [O, R] = h(!1), B = U(P);
|
|
4105
4105
|
B.current = P;
|
|
@@ -4133,5 +4133,5 @@ export {
|
|
|
4133
4133
|
Oa as QualificationQuestions,
|
|
4134
4134
|
jt as THEMES,
|
|
4135
4135
|
Pt as resolveAppearance,
|
|
4136
|
-
|
|
4136
|
+
ut as useOpendoorClient
|
|
4137
4137
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._attribution_11y4r_7{display:flex;align-items:center;justify-content:center;gap:4px;padding:var(--od-spacing-tight) var(--od-spacing);margin-top:var(--od-spacing-tight)}._text_11y4r_16{font-family:var(--od-font-family);font-size:var(--od-font-size-attribution);color:var(--od-color-text-tertiary);letter-spacing:-.336px;line-height:1.12}._attribution_11y4r_7 svg{color:var(--od-color-text-tertiary);flex-shrink:0}._container_tu90h_8{width:100%;max-width:800px;container-type:inline-size}._inputSection_tu90h_16{position:relative}._inputWrapper_tu90h_22{position:relative;display:flex;align-items:center;justify-content:space-between;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius);padding:9px 9px 9px var(--od-spacing-wide);transition:border-color .2s ease,box-shadow .2s ease;min-height:var(--od-input-min-height)}._inputWrapper_tu90h_22:focus-within{box-shadow:var(--od-shadow-focus)}._input_tu90h_16{flex:1;border:none;outline:none;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:400;color:var(--od-color-text);background:transparent;padding-right:var(--od-spacing);letter-spacing:-.432px;line-height:1.45}._input_tu90h_16::placeholder{color:var(--od-color-text-secondary)}._inputIcon_tu90h_63{display:flex;align-items:center;justify-content:center;color:var(--od-color-text-secondary);pointer-events:none;flex-shrink:0;padding:0 var(--od-spacing)}._inputIcon_tu90h_63 svg{width:24px;height:24px}._button_tu90h_80{background:var(--od-color-primary);border:none;padding:18px var(--od-button-padding-x);border-radius:var(--od-border-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;color:var(--od-color-primary-text);font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);transition:all .2s ease;flex-shrink:0;height:var(--od-button-height);white-space:nowrap}._button_tu90h_80:hover:not(:disabled){background:var(--od-color-primary-hover);transform:translateY(-1px)}._button_tu90h_80:active:not(:disabled){transform:translateY(0)}._button_tu90h_80:disabled{opacity:.6;cursor:not-allowed}._button_tu90h_80 svg{width:20px;height:20px}._spinner_tu90h_121{animation:_spin_tu90h_121 1s linear infinite}@keyframes _spin_tu90h_121{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._suggestions_tu90h_136{position:absolute;top:calc(100% + var(--od-spacing-tight));left:0;right:0;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);box-shadow:var(--od-shadow-dropdown);max-height:400px;overflow-y:auto;z-index:1000}._suggestions_tu90h_136._errorState_tu90h_150{border-color:var(--od-color-error);border-radius:var(--od-border-radius)}._suggestion_tu90h_136{padding:var(--od-spacing) var(--od-spacing-wide);cursor:pointer;border-bottom:1px solid var(--od-color-divider);font-family:var(--od-font-family);font-size:var(--od-font-size);color:var(--od-color-text);transition:background-color .15s ease}._suggestion_tu90h_136:last-child{border-bottom:none}._suggestion_tu90h_136:hover,._suggestion_tu90h_136:focus{background-color:var(--od-color-suggestion-hover);outline:none}._suggestion_tu90h_136:first-child{border-top-left-radius:var(--od-border-radius-inner);border-top-right-radius:var(--od-border-radius-inner)}._suggestion_tu90h_136:last-child{border-bottom-left-radius:var(--od-border-radius-inner);border-bottom-right-radius:var(--od-border-radius-inner)}._error_tu90h_150{padding:var(--od-spacing) var(--od-spacing-wide);background:transparent;color:var(--od-color-error);font-size:var(--od-font-size-small);font-family:var(--od-font-family);display:flex;align-items:flex-start;gap:var(--od-spacing-tight);border-radius:var(--od-border-radius)}._errorIcon_tu90h_199{display:flex;align-items:center;justify-content:center;color:var(--od-color-error);flex-shrink:0;margin-top:2px}._errorIcon_tu90h_199 svg{width:20px;height:20px}._errorBorder_tu90h_213{border-color:var(--od-color-error)!important}._errorBorder_tu90h_213:focus-within{box-shadow:0 0 0 3px var(--od-color-error-focus-ring)!important}._manualLink_tu90h_223{display:block;width:100%;padding:var(--od-spacing) var(--od-spacing-wide);background:none;border:none;color:var(--od-color-primary);font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:400;text-align:left;text-decoration:none;cursor:pointer;transition:all .15s ease}._manualLink_tu90h_223:hover{background-color:var(--od-color-suggestion-hover)}._manualForm_tu90h_245{animation:_slideIn_tu90h_1 .3s ease-out}@keyframes _slideIn_tu90h_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._manualFormField_tu90h_260{margin-bottom:var(--od-spacing-wide)}._manualFormLabel_tu90h_264{display:block;margin-bottom:var(--od-spacing-tight);font-family:var(--od-font-family);font-size:var(--od-font-size-small);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._manualFormInput_tu90h_273{width:100%;padding:14px 20px;border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);font-family:var(--od-font-family);font-size:var(--od-font-size);color:var(--od-color-text);transition:border-color .2s ease;box-sizing:border-box}._manualFormInput_tu90h_273:focus{outline:none;border-color:var(--od-color-border-focus)}._manualFormInput_tu90h_273::placeholder{color:var(--od-color-text-secondary)}._formRow_tu90h_294{display:grid;grid-template-columns:1fr 1fr;gap:var(--od-spacing)}._submitButton_tu90h_302{width:100%;background:var(--od-color-primary);border:none;padding:18px 32px;border-radius:var(--od-border-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;color:var(--od-color-primary-text);font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);transition:all .2s ease;margin-top:var(--od-spacing-wide)}._submitButton_tu90h_302:hover:not(:disabled){background:var(--od-color-primary-hover);transform:translateY(-1px)}._submitButton_tu90h_302:active:not(:disabled){transform:translateY(0)}._submitButton_tu90h_302:disabled{opacity:.6;cursor:not-allowed}._submitButton_tu90h_302 svg{width:20px;height:20px}@media (max-width: 767px){._container_tu90h_8{max-width:100%}._inputWrapper_tu90h_22{padding:8px 8px 8px 20px;min-height:64px}._button_tu90h_80{padding:14px 32px;height:48px}._formRow_tu90h_294{grid-template-columns:1fr}}@container (max-width: 420px){._inputWrapper_tu90h_22{padding:8px 16px}._button_tu90h_80{display:none}}._layoutContainer_2umj2_8{container-type:inline-size;display:flex;gap:24px;align-items:flex-start;width:100%;padding:48px;box-sizing:border-box}._sidebarContainer_2umj2_18{flex-shrink:0}._mainContent_2umj2_22{flex:1;min-width:0}._reviewCardContainer_2umj2_27{flex-shrink:0}@container (max-width: 1023px){._reviewCardContainer_2umj2_27{display:none}}@container (max-width: 1023px){._layoutContainer_2umj2_8{padding:32px}}@container (max-width: 767px){._layoutContainer_2umj2_8{flex-direction:column;padding:20px}._sidebarContainer_2umj2_18{display:none}}._pageContainer_2umj2_55{max-width:640px;padding:16px 0}._pageTitle_2umj2_60{font-family:var(--od-font-family);font-size:28px;font-weight:600;color:var(--od-color-text);margin:0 0 8px;line-height:1.2}._pageSubtitle_2umj2_69{font-family:var(--od-font-family);font-size:var(--od-font-size);color:var(--od-color-text-secondary);margin:0 0 32px;line-height:1.5}._section_2umj2_77{margin-bottom:32px}._section_2umj2_77+._section_2umj2_77{padding-top:32px;border-top:var(--od-border-width) solid var(--od-color-divider)}._sectionHeader_2umj2_86{display:flex;align-items:center;gap:10px;margin-bottom:24px}._sectionIcon_2umj2_93{display:flex;align-items:center;color:var(--od-color-text-secondary)}._sectionTitle_2umj2_99{font-family:var(--od-font-family);font-size:18px;font-weight:700;color:var(--od-color-text);margin:0}._subsectionTitle_2umj2_107{font-family:var(--od-font-family);font-size:15px;font-weight:700;color:var(--od-color-text);margin:0}._sectionGroup_2umj2_115{margin-bottom:8px}._sectionGroup_2umj2_115+._sectionSub_2umj2_119{border-top:none;padding-top:0}._sectionSub_2umj2_119+._sectionSub_2umj2_119{border-top:none;padding-top:16px}._sectionFields_2umj2_129{display:flex;flex-direction:column;gap:24px}._legalText_2umj2_135{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-normal);color:var(--od-color-text);line-height:1.6;margin:24px 0 0}._legalText_2umj2_135 a{color:var(--od-color-primary);text-decoration:underline}._navigationContainer_2umj2_150{display:flex;gap:12px;margin-top:32px}._buttonPrimary_2umj2_156{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);border-radius:var(--od-border-radius);cursor:pointer;transition:background-color .2s ease;border:none;background:var(--od-color-primary);color:var(--od-color-primary-text)}._buttonPrimary_2umj2_156:hover{background:var(--od-color-primary-hover)}._buttonSecondary_2umj2_176{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);border-radius:var(--od-border-radius);cursor:pointer;transition:all .2s ease;background:transparent;color:var(--od-color-text);border:var(--od-border-width) solid var(--od-color-border)}._buttonSecondary_2umj2_176:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._arrowIcon_2umj2_198{display:flex;align-items:center}._sidebar_2umj2_18{display:flex;flex-direction:column;justify-content:space-between;min-height:400px;width:200px;flex-shrink:0;position:sticky;top:24px}._stepList_2umj2_215{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}._stepItem_2umj2_224{list-style:none}._stepButton_2umj2_228{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;width:100%;background:none;border:none;border-radius:var(--od-border-radius-inner);cursor:pointer;font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary);transition:background-color .15s ease;text-align:left}._stepButton_2umj2_228:disabled{cursor:default;opacity:.5}._stepActive_2umj2_250{background:var(--od-color-suggestion-hover);color:var(--od-color-text);font-weight:var(--od-font-weight-medium);opacity:1}._stepCompleted_2umj2_257{color:var(--od-color-text);opacity:1}._stepCompleted_2umj2_257:hover{background:var(--od-color-suggestion-hover)}._stepIndicator_2umj2_266{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--od-color-primary)}._sidebarAttribution_2umj2_276{margin-top:auto;padding-top:24px;border-top:var(--od-border-width) solid var(--od-color-divider)}._sidebarAttribution_2umj2_276>div{justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 0;margin-top:0}._reviewCard_2umj2_27{width:320px;position:sticky;top:24px;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);overflow:hidden}._reviewMapArea_2umj2_304{width:100%;height:160px;background:var(--od-color-suggestion-hover);overflow:hidden;border-radius:var(--od-border-radius-inner) var(--od-border-radius-inner) 0 0;position:relative}._reviewMapImage_2umj2_313{width:100%;height:100%;object-fit:cover}._reviewMapDynamic_2umj2_320{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out}._reviewMapLoaded_2umj2_328{opacity:1}._reviewMapPlaceholder_2umj2_332{color:var(--od-color-text-secondary)}._reviewBody_2umj2_336{padding:16px}._reviewAddressSection_2umj2_340{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}._reviewAddressText_2umj2_347{display:flex;flex-direction:column;gap:2px}._reviewAddressStreet_2umj2_353{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._reviewAddressCityState_2umj2_360{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary)}._reviewEditLink_2umj2_366{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-primary);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}._reviewStatsGrid_2umj2_377{display:flex;flex-wrap:wrap;gap:8px 16px}._reviewStatsGridWithDivider_2umj2_383{margin-bottom:16px;padding-bottom:16px;border-bottom:var(--od-border-width) solid var(--od-color-divider)}._reviewStatItem_2umj2_389{display:flex;align-items:center;gap:4px;font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary)}._reviewStatIcon_2umj2_398{display:flex;align-items:center;color:var(--od-color-text-secondary)}._reviewSection_2umj2_404{margin-top:12px}._reviewSectionHeader_2umj2_408{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._reviewSectionTitle_2umj2_415{font-family:var(--od-font-family);font-size:var(--od-font-size-small);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._reviewCheckList_2umj2_422{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}._reviewCheckItem_2umj2_431{display:flex;align-items:flex-start;gap:6px;font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary);line-height:1.4}._reviewCheckIcon_2umj2_441{display:flex;align-items:center;flex-shrink:0;margin-top:2px;color:var(--od-color-primary)}._reviewMoreLink_2umj2_449{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-primary);background:none;border:none;cursor:pointer;padding:4px 0;margin-top:4px}._fieldWrapper_cfpjd_2{display:flex;flex-direction:column;gap:6px}._fieldLabel_cfpjd_8{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._required_cfpjd_15{color:var(--od-color-error);margin-left:2px}._fieldDescription_cfpjd_20{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary);margin:0}._fieldError_cfpjd_27{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-error);margin:0}._inputWrapper_cfpjd_35{position:relative;display:flex;align-items:center}._dropdown_cfpjd_42{width:100%;padding:12px 40px 12px 16px;font-family:var(--od-font-family);font-size:var(--od-font-size);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);background:var(--od-color-background);color:var(--od-color-text);transition:border-color .2s ease;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;-webkit-appearance:none;-moz-appearance:none;appearance:none}._dropdown_cfpjd_42:focus{outline:none;border-color:var(--od-color-border-focus);box-shadow:var(--od-shadow-focus)}._input_cfpjd_35{width:100%;padding:12px 16px;font-family:var(--od-font-family);font-size:var(--od-font-size);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);background:var(--od-color-background);color:var(--od-color-text);transition:border-color .2s ease}._input_cfpjd_35:focus{outline:none;border-color:var(--od-color-border-focus);box-shadow:var(--od-shadow-focus)}._input_cfpjd_35[type=number]::-webkit-inner-spin-button,._input_cfpjd_35[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_cfpjd_35[type=number]{-moz-appearance:textfield}._inputSuffix_cfpjd_96{position:absolute;right:16px;color:var(--od-color-text-secondary);pointer-events:none;font-family:var(--od-font-family);font-size:var(--od-font-size)}._currencyPrefix_cfpjd_106{position:absolute;left:16px;color:var(--od-color-text-secondary);pointer-events:none;font-family:var(--od-font-family);font-size:var(--od-font-size);z-index:1}._currencyInput_cfpjd_116{width:100%;padding:12px 16px 12px 32px;font-family:var(--od-font-family);font-size:var(--od-font-size);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);background:var(--od-color-background);color:var(--od-color-text);transition:border-color .2s ease}._currencyInput_cfpjd_116:focus{outline:none;border-color:var(--od-color-border-focus);box-shadow:var(--od-shadow-focus)}._checkboxGroup_cfpjd_135{display:flex;flex-direction:column;gap:10px}._checkboxOption_cfpjd_141{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease}._checkboxOption_cfpjd_141:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._checkboxOptionSelected_cfpjd_157{border-color:var(--od-color-primary);background:var(--od-color-suggestion-hover)}._checkboxInput_cfpjd_162{margin-top:2px;width:18px;height:18px;flex-shrink:0;accent-color:var(--od-color-primary);border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--od-color-border);background:var(--od-color-background);cursor:pointer;position:relative}._checkboxInput_cfpjd_162:checked{background:var(--od-color-primary);border-color:var(--od-color-primary)}._checkboxInput_cfpjd_162:checked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._checkboxLabelGroup_cfpjd_195{display:flex;flex-direction:column;gap:2px}._checkboxLabel_cfpjd_195{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-normal);color:var(--od-color-text)}._checkboxDescription_cfpjd_208{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary)}._toggleWrapper_cfpjd_215{display:flex;flex-direction:column;gap:2px}._toggleBare_cfpjd_221{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:4px 0}._toggleCheckbox_cfpjd_229{width:22px;height:22px;flex-shrink:0;accent-color:var(--od-color-primary);border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--od-color-border);background:var(--od-color-background);cursor:pointer;position:relative}._toggleCheckbox_cfpjd_229:checked{background:var(--od-color-primary);border-color:var(--od-color-primary)}._toggleCheckbox_cfpjd_229:checked:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._toggleLabelGroup_cfpjd_261{display:flex;flex-direction:column;gap:2px}._toggleBareLabel_cfpjd_267{font-family:var(--od-font-family);font-size:var(--od-font-size);color:var(--od-color-text)}._toggleBareDescription_cfpjd_273{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary)}._radioGroup_cfpjd_280{display:flex;flex-direction:column;gap:10px}._radioGroupInline_cfpjd_287{display:flex;gap:12px}._radioButtonPill_cfpjd_292{flex:1;padding:14px 24px;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text);background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease;text-align:center}._radioButtonPill_cfpjd_292:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._radioButtonPillSelected_cfpjd_312{border-color:var(--od-color-primary);border-width:2px;font-weight:600}._radioOption_cfpjd_318{display:flex;align-items:center;gap:10px;padding:12px 16px;border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease}._radioOption_cfpjd_318:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._radioOptionSelected_cfpjd_334{border-color:var(--od-color-primary);background:var(--od-color-suggestion-hover)}._radioInput_cfpjd_339{width:18px;height:18px;flex-shrink:0;accent-color:var(--od-color-primary)}._radioLabel_cfpjd_346{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._cardGroup_cfpjd_354{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}._card_cfpjd_354{display:flex;flex-direction:column;gap:8px;padding:20px;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease;text-align:left}._card_cfpjd_354:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._cardGroupWithImages_cfpjd_379{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}._cardWithImage_cfpjd_385{display:flex;flex-direction:column;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease;text-align:left;overflow:hidden;padding:0}._cardWithImage_cfpjd_385:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._cardImage_cfpjd_403{width:100%;height:120px;object-fit:cover;display:block}._cardSelected_cfpjd_410{border-color:var(--od-color-primary);border-width:2px;background:var(--od-color-suggestion-hover);box-shadow:0 0 0 1px var(--od-color-primary)}._cardLabel_cfpjd_417{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:600;color:var(--od-color-text);padding:12px 12px 0}._cardDescription_cfpjd_425{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary);padding:0 12px 12px}._card_cfpjd_354 ._cardLabel_cfpjd_417,._card_cfpjd_354 ._cardDescription_cfpjd_425{padding:0}._container_rg8mk_3{max-width:480px}._title_rg8mk_7{font-family:var(--od-font-family);font-size:28px;font-weight:600;color:var(--od-color-text);margin:0 0 24px;line-height:1.2}._addressCard_rg8mk_16{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--od-color-suggestion-hover);border-radius:var(--od-border-radius-inner);margin-bottom:24px}._addressText_rg8mk_26{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text);line-height:1.4}._editLink_rg8mk_34{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-primary);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;flex-shrink:0;margin-left:16px}._fieldGroup_rg8mk_47{margin-bottom:16px}._fieldLabel_rg8mk_51{display:block;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text);margin-bottom:8px}._input_rg8mk_60{width:100%;padding:12px 16px;font-family:var(--od-font-family);font-size:var(--od-font-size);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);background:var(--od-color-background);color:var(--od-color-text);transition:border-color .2s ease;box-sizing:border-box}._input_rg8mk_60:focus{outline:none;border-color:var(--od-color-border-focus);box-shadow:var(--od-shadow-focus)}._input_rg8mk_60:disabled{opacity:.5;cursor:not-allowed}._checkboxRow_rg8mk_84{display:flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:16px}._checkbox_rg8mk_84{width:20px;height:20px;flex-shrink:0;accent-color:var(--od-color-primary);border-radius:4px;cursor:pointer}._checkboxLabel_rg8mk_101{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-normal);color:var(--od-color-text)}._error_rg8mk_108{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-error);margin:0 0 16px}._actions_rg8mk_115{display:flex;justify-content:flex-end}._confirmButton_rg8mk_120{padding:14px 32px;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);border-radius:var(--od-border-radius);cursor:pointer;transition:background-color .2s ease;border:none;background:var(--od-color-primary);color:var(--od-color-primary-text)}._confirmButton_rg8mk_120:hover{background:var(--od-color-primary-hover)}._container_1vap7_3{position:relative;width:100%;overflow:hidden;border-radius:var(--od-border-radius-inner);background:var(--od-color-suggestion-hover);aspect-ratio:2 / 1}._mapImage_1vap7_13{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .3s ease-in-out}._mapImageLoaded_1vap7_22{opacity:1}
|
|
1
|
+
._attribution_11y4r_7{display:flex;align-items:center;justify-content:center;gap:4px;padding:var(--od-spacing-tight) var(--od-spacing);margin-top:var(--od-spacing-tight)}._text_11y4r_16{font-family:var(--od-font-family);font-size:var(--od-font-size-attribution);color:var(--od-color-text-tertiary);letter-spacing:-.336px;line-height:1.12}._attribution_11y4r_7 svg{color:var(--od-color-text-tertiary);flex-shrink:0}._container_tu90h_8{width:100%;max-width:800px;container-type:inline-size}._inputSection_tu90h_16{position:relative}._inputWrapper_tu90h_22{position:relative;display:flex;align-items:center;justify-content:space-between;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius);padding:9px 9px 9px var(--od-spacing-wide);transition:border-color .2s ease,box-shadow .2s ease;min-height:var(--od-input-min-height)}._inputWrapper_tu90h_22:focus-within{box-shadow:var(--od-shadow-focus)}._input_tu90h_16{flex:1;border:none;outline:none;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:400;color:var(--od-color-text);background:transparent;padding-right:var(--od-spacing);letter-spacing:-.432px;line-height:1.45}._input_tu90h_16::placeholder{color:var(--od-color-text-secondary)}._inputIcon_tu90h_63{display:flex;align-items:center;justify-content:center;color:var(--od-color-text-secondary);pointer-events:none;flex-shrink:0;padding:0 var(--od-spacing)}._inputIcon_tu90h_63 svg{width:24px;height:24px}._button_tu90h_80{background:var(--od-color-primary);border:none;padding:18px var(--od-button-padding-x);border-radius:var(--od-border-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;color:var(--od-color-primary-text);font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);transition:all .2s ease;flex-shrink:0;height:var(--od-button-height);white-space:nowrap}._button_tu90h_80:hover:not(:disabled){background:var(--od-color-primary-hover);transform:translateY(-1px)}._button_tu90h_80:active:not(:disabled){transform:translateY(0)}._button_tu90h_80:disabled{opacity:.6;cursor:not-allowed}._button_tu90h_80 svg{width:20px;height:20px}._spinner_tu90h_121{animation:_spin_tu90h_121 1s linear infinite}@keyframes _spin_tu90h_121{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._suggestions_tu90h_136{position:absolute;top:calc(100% + var(--od-spacing-tight));left:0;right:0;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);box-shadow:var(--od-shadow-dropdown);max-height:400px;overflow-y:auto;z-index:1000}._suggestions_tu90h_136._errorState_tu90h_150{border-color:var(--od-color-error);border-radius:var(--od-border-radius)}._suggestion_tu90h_136{padding:var(--od-spacing) var(--od-spacing-wide);cursor:pointer;border-bottom:1px solid var(--od-color-divider);font-family:var(--od-font-family);font-size:var(--od-font-size);color:var(--od-color-text);transition:background-color .15s ease}._suggestion_tu90h_136:last-child{border-bottom:none}._suggestion_tu90h_136:hover,._suggestion_tu90h_136:focus{background-color:var(--od-color-suggestion-hover);outline:none}._suggestion_tu90h_136:first-child{border-top-left-radius:var(--od-border-radius-inner);border-top-right-radius:var(--od-border-radius-inner)}._suggestion_tu90h_136:last-child{border-bottom-left-radius:var(--od-border-radius-inner);border-bottom-right-radius:var(--od-border-radius-inner)}._error_tu90h_150{padding:var(--od-spacing) var(--od-spacing-wide);background:transparent;color:var(--od-color-error);font-size:var(--od-font-size-small);font-family:var(--od-font-family);display:flex;align-items:flex-start;gap:var(--od-spacing-tight);border-radius:var(--od-border-radius)}._errorIcon_tu90h_199{display:flex;align-items:center;justify-content:center;color:var(--od-color-error);flex-shrink:0;margin-top:2px}._errorIcon_tu90h_199 svg{width:20px;height:20px}._errorBorder_tu90h_213{border-color:var(--od-color-error)!important}._errorBorder_tu90h_213:focus-within{box-shadow:0 0 0 3px var(--od-color-error-focus-ring)!important}._manualLink_tu90h_223{display:block;width:100%;padding:var(--od-spacing) var(--od-spacing-wide);background:none;border:none;color:var(--od-color-primary);font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:400;text-align:left;text-decoration:none;cursor:pointer;transition:all .15s ease}._manualLink_tu90h_223:hover{background-color:var(--od-color-suggestion-hover)}._manualForm_tu90h_245{animation:_slideIn_tu90h_1 .3s ease-out}@keyframes _slideIn_tu90h_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._manualFormField_tu90h_260{margin-bottom:var(--od-spacing-wide)}._manualFormLabel_tu90h_264{display:block;margin-bottom:var(--od-spacing-tight);font-family:var(--od-font-family);font-size:var(--od-font-size-small);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._manualFormInput_tu90h_273{width:100%;padding:14px 20px;border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);font-family:var(--od-font-family);font-size:var(--od-font-size);color:var(--od-color-text);transition:border-color .2s ease;box-sizing:border-box}._manualFormInput_tu90h_273:focus{outline:none;border-color:var(--od-color-border-focus)}._manualFormInput_tu90h_273::placeholder{color:var(--od-color-text-secondary)}._formRow_tu90h_294{display:grid;grid-template-columns:1fr 1fr;gap:var(--od-spacing)}._submitButton_tu90h_302{width:100%;background:var(--od-color-primary);border:none;padding:18px 32px;border-radius:var(--od-border-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;color:var(--od-color-primary-text);font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);transition:all .2s ease;margin-top:var(--od-spacing-wide)}._submitButton_tu90h_302:hover:not(:disabled){background:var(--od-color-primary-hover);transform:translateY(-1px)}._submitButton_tu90h_302:active:not(:disabled){transform:translateY(0)}._submitButton_tu90h_302:disabled{opacity:.6;cursor:not-allowed}._submitButton_tu90h_302 svg{width:20px;height:20px}@media (max-width: 767px){._container_tu90h_8{max-width:100%}._inputWrapper_tu90h_22{padding:8px 8px 8px 20px;min-height:64px}._button_tu90h_80{padding:14px 32px;height:48px}._formRow_tu90h_294{grid-template-columns:1fr}}@container (max-width: 420px){._inputWrapper_tu90h_22{padding:8px 16px}._button_tu90h_80{display:none}}._layoutContainer_1g5ms_8{container-type:inline-size;display:flex;gap:24px;align-items:flex-start;width:100%;padding:48px;box-sizing:border-box}._sidebarContainer_1g5ms_18{flex-shrink:0;align-self:stretch}._mainContent_1g5ms_23{flex:1;min-width:0}._reviewCardContainer_1g5ms_28{flex-shrink:0;align-self:stretch}@container (max-width: 1023px){._reviewCardContainer_1g5ms_28{display:none}}@container (max-width: 1023px){._layoutContainer_1g5ms_8{padding:32px}}@container (max-width: 767px){._layoutContainer_1g5ms_8{flex-direction:column;padding:20px}._sidebarContainer_1g5ms_18{display:none}}._pageContainer_1g5ms_57{max-width:640px;padding:16px 0}._pageTitle_1g5ms_62{font-family:var(--od-font-family);font-size:28px;font-weight:600;color:var(--od-color-text);margin:0 0 8px;line-height:1.2}._pageSubtitle_1g5ms_71{font-family:var(--od-font-family);font-size:var(--od-font-size);color:var(--od-color-text-secondary);margin:0 0 32px;line-height:1.5}._section_1g5ms_79{margin-bottom:32px}._section_1g5ms_79+._section_1g5ms_79{padding-top:32px;border-top:var(--od-border-width) solid var(--od-color-divider)}._sectionHeader_1g5ms_88{display:flex;align-items:center;gap:10px;margin-bottom:24px}._sectionIcon_1g5ms_95{display:flex;align-items:center;color:var(--od-color-text-secondary)}._sectionTitle_1g5ms_101{font-family:var(--od-font-family);font-size:18px;font-weight:700;color:var(--od-color-text);margin:0}._subsectionTitle_1g5ms_109{font-family:var(--od-font-family);font-size:15px;font-weight:700;color:var(--od-color-text);margin:0}._sectionGroup_1g5ms_117{margin-bottom:8px}._sectionGroup_1g5ms_117+._sectionSub_1g5ms_121{border-top:none;padding-top:0}._sectionSub_1g5ms_121+._sectionSub_1g5ms_121{border-top:none;padding-top:16px}._sectionFields_1g5ms_131{display:flex;flex-direction:column;gap:24px}._legalText_1g5ms_137{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-normal);color:var(--od-color-text);line-height:1.6;margin:24px 0 0}._legalText_1g5ms_137 a{color:var(--od-color-primary);text-decoration:underline}._navigationContainer_1g5ms_152{display:flex;gap:12px;margin-top:32px}._buttonPrimary_1g5ms_158{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);border-radius:var(--od-border-radius);cursor:pointer;transition:background-color .2s ease;border:none;background:var(--od-color-primary);color:var(--od-color-primary-text)}._buttonPrimary_1g5ms_158:hover{background:var(--od-color-primary-hover)}._buttonSecondary_1g5ms_178{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);border-radius:var(--od-border-radius);cursor:pointer;transition:all .2s ease;background:transparent;color:var(--od-color-text);border:var(--od-border-width) solid var(--od-color-border)}._buttonSecondary_1g5ms_178:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._arrowIcon_1g5ms_200{display:flex;align-items:center}._sidebar_1g5ms_18{display:flex;flex-direction:column;justify-content:space-between;min-height:400px;width:200px;flex-shrink:0;position:sticky;top:24px}._stepList_1g5ms_217{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}._stepItem_1g5ms_226{list-style:none}._stepButton_1g5ms_230{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;width:100%;background:none;border:none;border-radius:var(--od-border-radius-inner);cursor:pointer;font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary);transition:background-color .15s ease;text-align:left}._stepButton_1g5ms_230:disabled{cursor:default;opacity:.5}._stepActive_1g5ms_252{background:var(--od-color-suggestion-hover);color:var(--od-color-text);font-weight:var(--od-font-weight-medium);opacity:1}._stepCompleted_1g5ms_259{color:var(--od-color-text);opacity:1}._stepCompleted_1g5ms_259:hover{background:var(--od-color-suggestion-hover)}._stepIndicator_1g5ms_268{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--od-color-primary)}._sidebarAttribution_1g5ms_278{margin-top:auto;padding-top:24px;border-top:var(--od-border-width) solid var(--od-color-divider)}._sidebarAttribution_1g5ms_278>div{justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 0;margin-top:0}._reviewCard_1g5ms_28{width:320px;position:sticky;top:24px;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);overflow:hidden}._reviewMapArea_1g5ms_306{width:100%;height:160px;background:var(--od-color-suggestion-hover);overflow:hidden;border-radius:var(--od-border-radius-inner) var(--od-border-radius-inner) 0 0;position:relative}._reviewMapImage_1g5ms_315{width:100%;height:100%;object-fit:cover}._reviewMapDynamic_1g5ms_322{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out}._reviewMapLoaded_1g5ms_330{opacity:1}._reviewMapPlaceholder_1g5ms_334{color:var(--od-color-text-secondary)}._reviewBody_1g5ms_338{padding:16px}._reviewAddressSection_1g5ms_342{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}._reviewAddressText_1g5ms_349{display:flex;flex-direction:column;gap:2px}._reviewAddressStreet_1g5ms_355{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._reviewAddressCityState_1g5ms_362{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary)}._reviewEditLink_1g5ms_368{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-primary);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}._reviewStatsGrid_1g5ms_379{display:flex;flex-wrap:wrap;gap:8px 16px}._reviewStatsGridWithDivider_1g5ms_385{margin-bottom:16px;padding-bottom:16px;border-bottom:var(--od-border-width) solid var(--od-color-divider)}._reviewStatItem_1g5ms_391{display:flex;align-items:center;gap:4px;font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary)}._reviewStatIcon_1g5ms_400{display:flex;align-items:center;color:var(--od-color-text-secondary)}._reviewSection_1g5ms_406{margin-top:12px}._reviewSectionHeader_1g5ms_410{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._reviewSectionTitle_1g5ms_417{font-family:var(--od-font-family);font-size:var(--od-font-size-small);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._reviewCheckList_1g5ms_424{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}._reviewCheckItem_1g5ms_433{display:flex;align-items:flex-start;gap:6px;font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary);line-height:1.4}._reviewCheckIcon_1g5ms_443{display:flex;align-items:center;flex-shrink:0;margin-top:2px;color:var(--od-color-primary)}._reviewMoreLink_1g5ms_451{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-primary);background:none;border:none;cursor:pointer;padding:4px 0;margin-top:4px}._fieldWrapper_cfpjd_2{display:flex;flex-direction:column;gap:6px}._fieldLabel_cfpjd_8{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._required_cfpjd_15{color:var(--od-color-error);margin-left:2px}._fieldDescription_cfpjd_20{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary);margin:0}._fieldError_cfpjd_27{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-error);margin:0}._inputWrapper_cfpjd_35{position:relative;display:flex;align-items:center}._dropdown_cfpjd_42{width:100%;padding:12px 40px 12px 16px;font-family:var(--od-font-family);font-size:var(--od-font-size);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);background:var(--od-color-background);color:var(--od-color-text);transition:border-color .2s ease;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;-webkit-appearance:none;-moz-appearance:none;appearance:none}._dropdown_cfpjd_42:focus{outline:none;border-color:var(--od-color-border-focus);box-shadow:var(--od-shadow-focus)}._input_cfpjd_35{width:100%;padding:12px 16px;font-family:var(--od-font-family);font-size:var(--od-font-size);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);background:var(--od-color-background);color:var(--od-color-text);transition:border-color .2s ease}._input_cfpjd_35:focus{outline:none;border-color:var(--od-color-border-focus);box-shadow:var(--od-shadow-focus)}._input_cfpjd_35[type=number]::-webkit-inner-spin-button,._input_cfpjd_35[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_cfpjd_35[type=number]{-moz-appearance:textfield}._inputSuffix_cfpjd_96{position:absolute;right:16px;color:var(--od-color-text-secondary);pointer-events:none;font-family:var(--od-font-family);font-size:var(--od-font-size)}._currencyPrefix_cfpjd_106{position:absolute;left:16px;color:var(--od-color-text-secondary);pointer-events:none;font-family:var(--od-font-family);font-size:var(--od-font-size);z-index:1}._currencyInput_cfpjd_116{width:100%;padding:12px 16px 12px 32px;font-family:var(--od-font-family);font-size:var(--od-font-size);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);background:var(--od-color-background);color:var(--od-color-text);transition:border-color .2s ease}._currencyInput_cfpjd_116:focus{outline:none;border-color:var(--od-color-border-focus);box-shadow:var(--od-shadow-focus)}._checkboxGroup_cfpjd_135{display:flex;flex-direction:column;gap:10px}._checkboxOption_cfpjd_141{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease}._checkboxOption_cfpjd_141:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._checkboxOptionSelected_cfpjd_157{border-color:var(--od-color-primary);background:var(--od-color-suggestion-hover)}._checkboxInput_cfpjd_162{margin-top:2px;width:18px;height:18px;flex-shrink:0;accent-color:var(--od-color-primary);border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--od-color-border);background:var(--od-color-background);cursor:pointer;position:relative}._checkboxInput_cfpjd_162:checked{background:var(--od-color-primary);border-color:var(--od-color-primary)}._checkboxInput_cfpjd_162:checked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._checkboxLabelGroup_cfpjd_195{display:flex;flex-direction:column;gap:2px}._checkboxLabel_cfpjd_195{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-normal);color:var(--od-color-text)}._checkboxDescription_cfpjd_208{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary)}._toggleWrapper_cfpjd_215{display:flex;flex-direction:column;gap:2px}._toggleBare_cfpjd_221{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:4px 0}._toggleCheckbox_cfpjd_229{width:22px;height:22px;flex-shrink:0;accent-color:var(--od-color-primary);border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--od-color-border);background:var(--od-color-background);cursor:pointer;position:relative}._toggleCheckbox_cfpjd_229:checked{background:var(--od-color-primary);border-color:var(--od-color-primary)}._toggleCheckbox_cfpjd_229:checked:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._toggleLabelGroup_cfpjd_261{display:flex;flex-direction:column;gap:2px}._toggleBareLabel_cfpjd_267{font-family:var(--od-font-family);font-size:var(--od-font-size);color:var(--od-color-text)}._toggleBareDescription_cfpjd_273{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary)}._radioGroup_cfpjd_280{display:flex;flex-direction:column;gap:10px}._radioGroupInline_cfpjd_287{display:flex;gap:12px}._radioButtonPill_cfpjd_292{flex:1;padding:14px 24px;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text);background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease;text-align:center}._radioButtonPill_cfpjd_292:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._radioButtonPillSelected_cfpjd_312{border-color:var(--od-color-primary);border-width:2px;font-weight:600}._radioOption_cfpjd_318{display:flex;align-items:center;gap:10px;padding:12px 16px;border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease}._radioOption_cfpjd_318:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._radioOptionSelected_cfpjd_334{border-color:var(--od-color-primary);background:var(--od-color-suggestion-hover)}._radioInput_cfpjd_339{width:18px;height:18px;flex-shrink:0;accent-color:var(--od-color-primary)}._radioLabel_cfpjd_346{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text)}._cardGroup_cfpjd_354{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}._card_cfpjd_354{display:flex;flex-direction:column;gap:8px;padding:20px;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease;text-align:left}._card_cfpjd_354:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._cardGroupWithImages_cfpjd_379{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}._cardWithImage_cfpjd_385{display:flex;flex-direction:column;background:var(--od-color-background);border:var(--od-border-width) solid var(--od-color-divider);border-radius:var(--od-border-radius-inner);cursor:pointer;transition:all .2s ease;text-align:left;overflow:hidden;padding:0}._cardWithImage_cfpjd_385:hover{border-color:var(--od-color-border-focus);background:var(--od-color-suggestion-hover)}._cardImage_cfpjd_403{width:100%;height:120px;object-fit:cover;display:block}._cardSelected_cfpjd_410{border-color:var(--od-color-primary);border-width:2px;background:var(--od-color-suggestion-hover);box-shadow:0 0 0 1px var(--od-color-primary)}._cardLabel_cfpjd_417{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:600;color:var(--od-color-text);padding:12px 12px 0}._cardDescription_cfpjd_425{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-text-secondary);padding:0 12px 12px}._card_cfpjd_354 ._cardLabel_cfpjd_417,._card_cfpjd_354 ._cardDescription_cfpjd_425{padding:0}._container_rg8mk_3{max-width:480px}._title_rg8mk_7{font-family:var(--od-font-family);font-size:28px;font-weight:600;color:var(--od-color-text);margin:0 0 24px;line-height:1.2}._addressCard_rg8mk_16{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--od-color-suggestion-hover);border-radius:var(--od-border-radius-inner);margin-bottom:24px}._addressText_rg8mk_26{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text);line-height:1.4}._editLink_rg8mk_34{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-primary);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;flex-shrink:0;margin-left:16px}._fieldGroup_rg8mk_47{margin-bottom:16px}._fieldLabel_rg8mk_51{display:block;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);color:var(--od-color-text);margin-bottom:8px}._input_rg8mk_60{width:100%;padding:12px 16px;font-family:var(--od-font-family);font-size:var(--od-font-size);border:var(--od-border-width) solid var(--od-color-border);border-radius:var(--od-border-radius-inner);background:var(--od-color-background);color:var(--od-color-text);transition:border-color .2s ease;box-sizing:border-box}._input_rg8mk_60:focus{outline:none;border-color:var(--od-color-border-focus);box-shadow:var(--od-shadow-focus)}._input_rg8mk_60:disabled{opacity:.5;cursor:not-allowed}._checkboxRow_rg8mk_84{display:flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:16px}._checkbox_rg8mk_84{width:20px;height:20px;flex-shrink:0;accent-color:var(--od-color-primary);border-radius:4px;cursor:pointer}._checkboxLabel_rg8mk_101{font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-normal);color:var(--od-color-text)}._error_rg8mk_108{font-family:var(--od-font-family);font-size:var(--od-font-size-small);color:var(--od-color-error);margin:0 0 16px}._actions_rg8mk_115{display:flex;justify-content:flex-end}._confirmButton_rg8mk_120{padding:14px 32px;font-family:var(--od-font-family);font-size:var(--od-font-size);font-weight:var(--od-font-weight-medium);border-radius:var(--od-border-radius);cursor:pointer;transition:background-color .2s ease;border:none;background:var(--od-color-primary);color:var(--od-color-primary-text)}._confirmButton_rg8mk_120:hover{background:var(--od-color-primary-hover)}._container_1vap7_3{position:relative;width:100%;overflow:hidden;border-radius:var(--od-border-radius-inner);background:var(--od-color-suggestion-hover);aspect-ratio:2 / 1}._mapImage_1vap7_13{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .3s ease-in-out}._mapImageLoaded_1vap7_22{opacity:1}
|