@srimandir/astro-consultation 1.2.6 → 1.2.9
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/astro-consultation.js +575 -559
- package/dist/astro-consultation.js.map +1 -1
- package/dist/astro-consultation.umd.cjs +1 -1
- package/dist/astro-consultation.umd.cjs.map +1 -1
- package/dist/components/ConsultationSlotSheet/ConsultationSlotSheet.d.ts +17 -7
- package/dist/components/UnscheduledAstrologerList/AstrologerPickerRow.d.ts +13 -0
- package/dist/components/UnscheduledAstrologerList/UnscheduledAstrologerList.d.ts +2 -14
- package/dist/components/UnscheduledAstrologerList/types.d.ts +14 -0
- package/dist/style.css +1 -1
- package/package.json +4 -4
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t, Fragment as z } from "react/jsx-runtime";
|
|
2
|
-
import { useEffect as
|
|
3
|
-
import { BottomSheet as
|
|
4
|
-
import { ConsultationSlotSelector as
|
|
5
|
-
const
|
|
2
|
+
import { useEffect as t1 } from "react";
|
|
3
|
+
import { BottomSheet as a1 } from "@srimandir/common";
|
|
4
|
+
import { ConsultationSlotSelector as o1 } from "@srimandir/astrology-common";
|
|
5
|
+
const n1 = (a) => {
|
|
6
6
|
switch (a?.toUpperCase()) {
|
|
7
7
|
case "INR":
|
|
8
8
|
return "₹";
|
|
@@ -11,9 +11,9 @@ const o1 = (a) => {
|
|
|
11
11
|
default:
|
|
12
12
|
return "$";
|
|
13
13
|
}
|
|
14
|
-
},
|
|
14
|
+
}, l1 = ({
|
|
15
15
|
size: a = 14,
|
|
16
|
-
className:
|
|
16
|
+
className: l
|
|
17
17
|
}) => /* @__PURE__ */ e(
|
|
18
18
|
"svg",
|
|
19
19
|
{
|
|
@@ -23,7 +23,7 @@ const o1 = (a) => {
|
|
|
23
23
|
fill: "none",
|
|
24
24
|
"aria-hidden": "true",
|
|
25
25
|
focusable: "false",
|
|
26
|
-
className:
|
|
26
|
+
className: l,
|
|
27
27
|
children: /* @__PURE__ */ e(
|
|
28
28
|
"path",
|
|
29
29
|
{
|
|
@@ -35,101 +35,101 @@ const o1 = (a) => {
|
|
|
35
35
|
}
|
|
36
36
|
)
|
|
37
37
|
}
|
|
38
|
-
),
|
|
39
|
-
plate:
|
|
40
|
-
ribbon:
|
|
41
|
-
card:
|
|
42
|
-
topSection:
|
|
43
|
-
photoWrap:
|
|
44
|
-
photo:
|
|
45
|
-
photoFallback:
|
|
46
|
-
ratingBadge:
|
|
47
|
-
ratingStar:
|
|
48
|
-
details:
|
|
49
|
-
identity:
|
|
50
|
-
name:
|
|
51
|
-
experience:
|
|
52
|
-
languages:
|
|
53
|
-
tagsRow:
|
|
54
|
-
tag:
|
|
55
|
-
divider:
|
|
56
|
-
bottomSection:
|
|
57
|
-
priceArea:
|
|
58
|
-
discountRow:
|
|
59
|
-
mrp:
|
|
60
|
-
discount:
|
|
61
|
-
price:
|
|
62
|
-
actionArea:
|
|
63
|
-
ctaBtn:
|
|
64
|
-
}, U = (...a) => a.filter(Boolean).join(" "),
|
|
38
|
+
), i1 = "_plate_1xb7t_9", s1 = "_ribbon_1xb7t_17", c1 = "_card_1xb7t_30", r1 = "_topSection_1xb7t_45", d1 = "_photoWrap_1xb7t_56", C1 = "_photo_1xb7t_56", h1 = "_photoFallback_1xb7t_73", _1 = "_ratingBadge_1xb7t_87", p1 = "_ratingStar_1xb7t_105", u1 = "_details_1xb7t_110", m1 = "_identity_1xb7t_118", g1 = "_name_1xb7t_125", L1 = "_experience_1xb7t_134", v1 = "_languages_1xb7t_142", b1 = "_tagsRow_1xb7t_153", f1 = "_tag_1xb7t_153", k1 = "_divider_1xb7t_174", N1 = "_bottomSection_1xb7t_183", x1 = "_priceArea_1xb7t_190", w1 = "_discountRow_1xb7t_197", S1 = "_mrp_1xb7t_203", B1 = "_discount_1xb7t_197", R1 = "_price_1xb7t_190", y1 = "_actionArea_1xb7t_227", $1 = "_ctaBtn_1xb7t_231", s = {
|
|
39
|
+
plate: i1,
|
|
40
|
+
ribbon: s1,
|
|
41
|
+
card: c1,
|
|
42
|
+
topSection: r1,
|
|
43
|
+
photoWrap: d1,
|
|
44
|
+
photo: C1,
|
|
45
|
+
photoFallback: h1,
|
|
46
|
+
ratingBadge: _1,
|
|
47
|
+
ratingStar: p1,
|
|
48
|
+
details: u1,
|
|
49
|
+
identity: m1,
|
|
50
|
+
name: g1,
|
|
51
|
+
experience: L1,
|
|
52
|
+
languages: v1,
|
|
53
|
+
tagsRow: b1,
|
|
54
|
+
tag: f1,
|
|
55
|
+
divider: k1,
|
|
56
|
+
bottomSection: N1,
|
|
57
|
+
priceArea: x1,
|
|
58
|
+
discountRow: w1,
|
|
59
|
+
mrp: S1,
|
|
60
|
+
discount: B1,
|
|
61
|
+
price: R1,
|
|
62
|
+
actionArea: y1,
|
|
63
|
+
ctaBtn: $1
|
|
64
|
+
}, U = (...a) => a.filter(Boolean).join(" "), M1 = (a) => a.toFixed(1), T7 = ({
|
|
65
65
|
astrologer: a,
|
|
66
|
-
pricing:
|
|
67
|
-
currencySymbol:
|
|
68
|
-
onSelectSlot:
|
|
69
|
-
disabled:
|
|
70
|
-
ctaLabel:
|
|
71
|
-
t:
|
|
72
|
-
className:
|
|
73
|
-
innerRef:
|
|
66
|
+
pricing: l,
|
|
67
|
+
currencySymbol: m,
|
|
68
|
+
onSelectSlot: g,
|
|
69
|
+
disabled: i = !1,
|
|
70
|
+
ctaLabel: h,
|
|
71
|
+
t: n,
|
|
72
|
+
className: p = "",
|
|
73
|
+
innerRef: d
|
|
74
74
|
}) => {
|
|
75
75
|
const {
|
|
76
|
-
name:
|
|
77
|
-
photoUrl:
|
|
78
|
-
languages:
|
|
79
|
-
specialties:
|
|
80
|
-
experienceYears:
|
|
81
|
-
rating:
|
|
82
|
-
isPreviouslyConsulted:
|
|
83
|
-
} = a,
|
|
84
|
-
/* @__PURE__ */ t("div", { className:
|
|
85
|
-
/* @__PURE__ */ t("div", { className:
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
/* @__PURE__ */ e(
|
|
76
|
+
name: L,
|
|
77
|
+
photoUrl: v,
|
|
78
|
+
languages: u,
|
|
79
|
+
specialties: w,
|
|
80
|
+
experienceYears: k,
|
|
81
|
+
rating: f,
|
|
82
|
+
isPreviouslyConsulted: _ = !1
|
|
83
|
+
} = a, S = m ?? n1(l?.currencyCode), M = typeof f == "number" && f > 0, q = typeof k == "number" && k > 0, B = u?.length ? u.join(", ") : "", y = w?.filter(Boolean) ?? [], $ = /* @__PURE__ */ t(z, { children: [
|
|
84
|
+
/* @__PURE__ */ t("div", { className: s.topSection, children: [
|
|
85
|
+
/* @__PURE__ */ t("div", { className: s.photoWrap, children: [
|
|
86
|
+
v ? /* @__PURE__ */ e("img", { className: s.photo, src: v, alt: L, loading: "lazy" }) : /* @__PURE__ */ e("div", { className: s.photoFallback, "aria-hidden": "true", children: L?.trim().charAt(0).toUpperCase() || "?" }),
|
|
87
|
+
M && /* @__PURE__ */ t("span", { className: s.ratingBadge, children: [
|
|
88
|
+
M1(f),
|
|
89
|
+
/* @__PURE__ */ e(l1, { className: s.ratingStar })
|
|
90
90
|
] })
|
|
91
91
|
] }),
|
|
92
|
-
/* @__PURE__ */ t("div", { className:
|
|
93
|
-
/* @__PURE__ */ t("div", { className:
|
|
94
|
-
/* @__PURE__ */ e("p", { className:
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
/* @__PURE__ */ t("div", { className: s.details, children: [
|
|
93
|
+
/* @__PURE__ */ t("div", { className: s.identity, children: [
|
|
94
|
+
/* @__PURE__ */ e("p", { className: s.name, children: L }),
|
|
95
|
+
q && /* @__PURE__ */ e("p", { className: s.experience, children: n?.("consultationYearsOfExperience", { count: k }) ?? `${k}+ years of experience` }),
|
|
96
|
+
B && /* @__PURE__ */ e("p", { className: s.languages, children: B })
|
|
97
97
|
] }),
|
|
98
|
-
|
|
98
|
+
y.length > 0 && /* @__PURE__ */ e("div", { className: s.tagsRow, children: y.map((R) => /* @__PURE__ */ e("span", { className: s.tag, children: R }, R)) })
|
|
99
99
|
] })
|
|
100
100
|
] }),
|
|
101
|
-
/* @__PURE__ */ e("hr", { className:
|
|
102
|
-
/* @__PURE__ */ t("div", { className:
|
|
103
|
-
|
|
104
|
-
(
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
101
|
+
/* @__PURE__ */ e("hr", { className: s.divider }),
|
|
102
|
+
/* @__PURE__ */ t("div", { className: s.bottomSection, children: [
|
|
103
|
+
l && /* @__PURE__ */ t("div", { className: s.priceArea, children: [
|
|
104
|
+
(l.mrp != null || l.discountPercent != null) && /* @__PURE__ */ t("div", { className: s.discountRow, children: [
|
|
105
|
+
l.mrp != null && /* @__PURE__ */ t("span", { className: s.mrp, children: [
|
|
106
|
+
S,
|
|
107
|
+
l.mrp
|
|
108
108
|
] }),
|
|
109
|
-
|
|
109
|
+
l.discountPercent != null && /* @__PURE__ */ e("span", { className: s.discount, children: n?.("consultationPercentOff", { percent: l.discountPercent }) ?? `${l.discountPercent}% Off` })
|
|
110
110
|
] }),
|
|
111
|
-
/* @__PURE__ */ t("span", { className:
|
|
112
|
-
|
|
113
|
-
|
|
111
|
+
/* @__PURE__ */ t("span", { className: s.price, children: [
|
|
112
|
+
S,
|
|
113
|
+
l.price
|
|
114
114
|
] })
|
|
115
115
|
] }),
|
|
116
|
-
/* @__PURE__ */ e("div", { className:
|
|
116
|
+
/* @__PURE__ */ e("div", { className: s.actionArea, children: /* @__PURE__ */ e(
|
|
117
117
|
"button",
|
|
118
118
|
{
|
|
119
119
|
type: "button",
|
|
120
|
-
className:
|
|
121
|
-
disabled:
|
|
122
|
-
onClick: () =>
|
|
123
|
-
children:
|
|
120
|
+
className: s.ctaBtn,
|
|
121
|
+
disabled: i,
|
|
122
|
+
onClick: () => g?.(a),
|
|
123
|
+
children: h ?? n?.("consultationSelectSlot") ?? "Select Slot"
|
|
124
124
|
}
|
|
125
125
|
) })
|
|
126
126
|
] })
|
|
127
127
|
] });
|
|
128
|
-
return
|
|
129
|
-
/* @__PURE__ */ e("div", { className:
|
|
130
|
-
/* @__PURE__ */ e("div", { className:
|
|
131
|
-
] }) : /* @__PURE__ */ e("div", { ref:
|
|
132
|
-
},
|
|
128
|
+
return _ ? /* @__PURE__ */ t("div", { ref: d, className: U(s.plate, p), children: [
|
|
129
|
+
/* @__PURE__ */ e("div", { className: s.card, children: $ }),
|
|
130
|
+
/* @__PURE__ */ e("div", { className: s.ribbon, children: n?.("consultationPreviouslyConsulted") ?? "Previously Consulted" })
|
|
131
|
+
] }) : /* @__PURE__ */ e("div", { ref: d, className: U(s.card, p), children: $ });
|
|
132
|
+
}, q1 = () => /* @__PURE__ */ t("svg", { width: "19.208", height: "19.208", viewBox: "0 0 19.208 19.208", fill: "none", "aria-hidden": "true", children: [
|
|
133
133
|
/* @__PURE__ */ e("path", { d: "M6.28262 12.9254L4.12172 15.0863", stroke: "#D93640", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
134
134
|
/* @__PURE__ */ e("path", { d: "M4.12172 12.9254L6.28262 15.0863", stroke: "#D93640", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
135
135
|
/* @__PURE__ */ e("circle", { cx: "5.20217", cy: "14.0058", r: "3.6015", stroke: "#D93640", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
@@ -154,24 +154,30 @@ const o1 = (a) => {
|
|
|
154
154
|
}
|
|
155
155
|
),
|
|
156
156
|
/* @__PURE__ */ e("path", { d: "M13.5184 9.1166H10.0042V4.802", stroke: "#D93640", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
157
|
-
] }),
|
|
158
|
-
root:
|
|
159
|
-
badge:
|
|
160
|
-
message:
|
|
161
|
-
},
|
|
157
|
+
] }), I1 = "_root_snrbj_6", T1 = "_badge_snrbj_15", Z1 = "_message_snrbj_26", j = {
|
|
158
|
+
root: I1,
|
|
159
|
+
badge: T1,
|
|
160
|
+
message: Z1
|
|
161
|
+
}, F1 = (...a) => a.filter(Boolean).join(" "), j1 = ({
|
|
162
162
|
message: a,
|
|
163
|
-
t:
|
|
164
|
-
className:
|
|
165
|
-
}) => /* @__PURE__ */ t("div", { className:
|
|
166
|
-
/* @__PURE__ */ e("span", { className: j.badge, children: /* @__PURE__ */ e(
|
|
167
|
-
/* @__PURE__ */ e("p", { className: j.message, children: a ??
|
|
168
|
-
] }),
|
|
163
|
+
t: l,
|
|
164
|
+
className: m = ""
|
|
165
|
+
}) => /* @__PURE__ */ t("div", { className: F1(j.root, m), role: "alert", children: [
|
|
166
|
+
/* @__PURE__ */ e("span", { className: j.badge, children: /* @__PURE__ */ e(q1, {}) }),
|
|
167
|
+
/* @__PURE__ */ e("p", { className: j.message, children: a ?? l?.("consultationSlotUnavailable") ?? "यह समय स्लॉट अब उपलब्ध नहीं है, कृपया कोई अन्य स्लॉट चुनें" })
|
|
168
|
+
] }), A1 = () => /* @__PURE__ */ e("svg", { width: "16", height: "16", viewBox: "0 0 13 13", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
169
|
+
"path",
|
|
170
|
+
{
|
|
171
|
+
d: "M6.5 0C10.0901 0 13 2.90986 13 6.5C13 10.0901 10.0901 13 6.5 13C2.90986 13 0 10.0901 0 6.5C0 2.90986 2.90986 0 6.5 0ZM10.21 4.1709C10.0284 3.96331 9.71281 3.94187 9.50488 4.12305L5.25 7.83594L3.49609 6.30469C3.28809 6.12318 2.97163 6.14562 2.79004 6.35352C2.60887 6.56152 2.63011 6.87711 2.83789 7.05859L4.92188 8.87695C5.11019 9.04088 5.39091 9.0411 5.5791 8.87695L10.1621 4.87695C10.3699 4.6954 10.3913 4.37889 10.21 4.1709Z",
|
|
172
|
+
fill: "#159169"
|
|
173
|
+
}
|
|
174
|
+
) }), D1 = () => /* @__PURE__ */ e("svg", { width: "12", height: "12", viewBox: "0 0 9.38 8.94", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
169
175
|
"path",
|
|
170
176
|
{
|
|
171
177
|
d: "M9.28094 3.71918L7.22537 5.72294L7.7108 8.55302C7.73192 8.67677 7.6811 8.80184 7.57946 8.87576C7.52204 8.91767 7.45373 8.93879 7.38542 8.93879C7.33295 8.93879 7.28015 8.92625 7.23197 8.90084L4.69031 7.56467L2.14898 8.90051C2.0381 8.95925 1.90313 8.94968 1.80149 8.87543C1.69985 8.80151 1.64903 8.67644 1.67015 8.55269L2.15558 5.72261L0.0996759 3.71918C0.00991586 3.6314 -0.0227541 3.50006 0.0161859 3.38093C0.0551259 3.2618 0.158416 3.17435 0.282826 3.1562L3.1238 2.7437L4.3943 0.169042C4.50551 -0.0563475 4.87511 -0.0563475 4.98632 0.169042L6.25682 2.7437L9.09779 3.1562C9.2222 3.17435 9.32549 3.26147 9.36443 3.38093C9.40337 3.50039 9.3707 3.63107 9.28094 3.71918Z",
|
|
172
178
|
fill: "#FFC627"
|
|
173
179
|
}
|
|
174
|
-
) }),
|
|
180
|
+
) }), P1 = () => /* @__PURE__ */ t("svg", { width: "24", height: "24", viewBox: "0 0 23.9 23.9", fill: "none", "aria-hidden": "true", children: [
|
|
175
181
|
/* @__PURE__ */ e("circle", { cx: "11.6667", cy: "11.6667", r: "5.83333", fill: "white" }),
|
|
176
182
|
/* @__PURE__ */ e(
|
|
177
183
|
"path",
|
|
@@ -180,166 +186,268 @@ const o1 = (a) => {
|
|
|
180
186
|
fill: "#1A6EE5"
|
|
181
187
|
}
|
|
182
188
|
)
|
|
183
|
-
] }),
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
189
|
+
] }), V1 = () => /* @__PURE__ */ e("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
190
|
+
"path",
|
|
191
|
+
{
|
|
192
|
+
d: "M3.75 9H14.25M14.25 9L9.75 4.5M14.25 9L9.75 13.5",
|
|
193
|
+
stroke: "currentColor",
|
|
194
|
+
strokeWidth: "1.5",
|
|
195
|
+
strokeLinecap: "round",
|
|
196
|
+
strokeLinejoin: "round"
|
|
197
|
+
}
|
|
198
|
+
) }), W1 = "_root_97nv9_5", E1 = "_card_97nv9_17", H1 = "_header_97nv9_32", U1 = "_title_97nv9_40", Y1 = "_includedTag_97nv9_49", z1 = "_includedIcon_97nv9_58", O1 = "_includedText_97nv9_65", G1 = "_scrollRow_97nv9_74", J1 = "_astrologerCard_97nv9_89", K1 = "_astrologerCardSelected_97nv9_105", Q1 = "_ribbon_97nv9_113", X1 = "_avatar_97nv9_133", e5 = "_avatarInner_97nv9_133", t5 = "_avatarFill_97nv9_152", a5 = "_photo_97nv9_158", o5 = "_photoFallback_97nv9_166", n5 = "_verifiedBadge_97nv9_177", l5 = "_meta_97nv9_183", i5 = "_name_97nv9_191", s5 = "_subRow_97nv9_202", c5 = "_rating_97nv9_208", r5 = "_dot_97nv9_218", d5 = "_experience_97nv9_226", C5 = "_languages_97nv9_233", h5 = "_footer_97nv9_242", _5 = "_ctaBtn_97nv9_250", c = {
|
|
199
|
+
root: W1,
|
|
200
|
+
card: E1,
|
|
201
|
+
header: H1,
|
|
202
|
+
title: U1,
|
|
203
|
+
includedTag: Y1,
|
|
204
|
+
includedIcon: z1,
|
|
205
|
+
includedText: O1,
|
|
206
|
+
scrollRow: G1,
|
|
207
|
+
astrologerCard: J1,
|
|
208
|
+
astrologerCardSelected: K1,
|
|
209
|
+
ribbon: Q1,
|
|
210
|
+
avatar: X1,
|
|
211
|
+
avatarInner: e5,
|
|
212
|
+
avatarFill: t5,
|
|
213
|
+
photo: a5,
|
|
214
|
+
photoFallback: o5,
|
|
215
|
+
verifiedBadge: n5,
|
|
216
|
+
meta: l5,
|
|
217
|
+
name: i5,
|
|
218
|
+
subRow: s5,
|
|
219
|
+
rating: c5,
|
|
220
|
+
dot: r5,
|
|
221
|
+
experience: d5,
|
|
222
|
+
languages: C5,
|
|
223
|
+
footer: h5,
|
|
224
|
+
ctaBtn: _5
|
|
225
|
+
}, Y = (...a) => a.filter(Boolean).join(" "), O = ({
|
|
226
|
+
astrologers: a,
|
|
227
|
+
selectedAstrologerId: l,
|
|
228
|
+
onSelectAstrologer: m,
|
|
229
|
+
ariaLabel: g,
|
|
230
|
+
className: i,
|
|
231
|
+
t: h
|
|
232
|
+
}) => /* @__PURE__ */ e(
|
|
233
|
+
"div",
|
|
234
|
+
{
|
|
235
|
+
className: Y(c.scrollRow, i),
|
|
236
|
+
role: "radiogroup",
|
|
237
|
+
"aria-label": g ?? h?.("consultationScheduleCallTitle") ?? "Schedule your astrology call",
|
|
238
|
+
children: a.map((n) => {
|
|
239
|
+
const p = n.id === l, d = n.languages?.length ? n.languages.join(", ") : "", L = typeof n.rating == "number" && n.rating > 0, v = typeof n.experienceYears == "number";
|
|
240
|
+
return /* @__PURE__ */ t(
|
|
241
|
+
"button",
|
|
242
|
+
{
|
|
243
|
+
type: "button",
|
|
244
|
+
role: "radio",
|
|
245
|
+
"aria-checked": p,
|
|
246
|
+
className: Y(c.astrologerCard, p && c.astrologerCardSelected),
|
|
247
|
+
onClick: () => m?.(n),
|
|
248
|
+
children: [
|
|
249
|
+
n.isRecommended && /* @__PURE__ */ e("span", { className: c.ribbon, children: h?.("consultationRecommended") ?? "Recommended" }),
|
|
250
|
+
/* @__PURE__ */ t("span", { className: c.avatar, children: [
|
|
251
|
+
/* @__PURE__ */ t("span", { className: c.avatarInner, children: [
|
|
252
|
+
/* @__PURE__ */ e("span", { className: c.avatarFill }),
|
|
253
|
+
n.photoUrl ? /* @__PURE__ */ e("img", { className: c.photo, src: n.photoUrl, alt: n.name }) : /* @__PURE__ */ e("span", { className: c.photoFallback, "aria-hidden": "true", children: n.name?.trim().charAt(0).toUpperCase() || "?" })
|
|
254
|
+
] }),
|
|
255
|
+
/* @__PURE__ */ e("span", { className: c.verifiedBadge, children: /* @__PURE__ */ e(P1, {}) })
|
|
256
|
+
] }),
|
|
257
|
+
/* @__PURE__ */ t("span", { className: c.meta, children: [
|
|
258
|
+
/* @__PURE__ */ e("p", { className: c.name, children: n.name }),
|
|
259
|
+
(L || v) && /* @__PURE__ */ t("span", { className: c.subRow, children: [
|
|
260
|
+
L && /* @__PURE__ */ t("span", { className: c.rating, children: [
|
|
261
|
+
n.rating.toFixed(1),
|
|
262
|
+
/* @__PURE__ */ e(D1, {})
|
|
263
|
+
] }),
|
|
264
|
+
L && v && /* @__PURE__ */ e("span", { className: c.dot }),
|
|
265
|
+
v && /* @__PURE__ */ e("span", { className: c.experience, children: h?.("consultationYearsExperience", { count: n.experienceYears }) ?? `${n.experienceYears} years of experience` })
|
|
266
|
+
] }),
|
|
267
|
+
d && /* @__PURE__ */ e("p", { className: c.languages, children: d })
|
|
268
|
+
] })
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
n.id
|
|
272
|
+
);
|
|
273
|
+
})
|
|
274
|
+
}
|
|
275
|
+
), p5 = () => /* @__PURE__ */ e("svg", { width: "12", height: "12", viewBox: "0 0 9.38 8.94", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
276
|
+
"path",
|
|
277
|
+
{
|
|
278
|
+
d: "M9.28094 3.71918L7.22537 5.72294L7.7108 8.55302C7.73192 8.67677 7.6811 8.80184 7.57946 8.87576C7.52204 8.91767 7.45373 8.93879 7.38542 8.93879C7.33295 8.93879 7.28015 8.92625 7.23197 8.90084L4.69031 7.56467L2.14898 8.90051C2.0381 8.95925 1.90313 8.94968 1.80149 8.87543C1.69985 8.80151 1.64903 8.67644 1.67015 8.55269L2.15558 5.72261L0.0996759 3.71918C0.00991586 3.6314 -0.0227541 3.50006 0.0161859 3.38093C0.0551259 3.2618 0.158416 3.17435 0.282826 3.1562L3.1238 2.7437L4.3943 0.169042C4.50551 -0.0563475 4.87511 -0.0563475 4.98632 0.169042L6.25682 2.7437L9.09779 3.1562C9.2222 3.17435 9.32549 3.26147 9.36443 3.38093C9.40337 3.50039 9.3707 3.63107 9.28094 3.71918Z",
|
|
279
|
+
fill: "#FFC627"
|
|
280
|
+
}
|
|
281
|
+
) }), u5 = () => /* @__PURE__ */ t("svg", { width: "24", height: "24", viewBox: "0 0 23.9 23.9", fill: "none", "aria-hidden": "true", children: [
|
|
282
|
+
/* @__PURE__ */ e("circle", { cx: "11.6667", cy: "11.6667", r: "5.83333", fill: "white" }),
|
|
283
|
+
/* @__PURE__ */ e(
|
|
284
|
+
"path",
|
|
285
|
+
{
|
|
286
|
+
d: "M21.1605 13.933C21.4969 13.7095 21.7815 13.4167 21.9953 13.0741C22.2091 12.7315 22.3471 12.3472 22.4 11.9468C22.3471 11.5465 22.2091 11.1621 21.9953 10.8196C21.7815 10.477 21.4969 10.1841 21.1605 9.9607C20.8921 9.73966 20.6602 9.47759 20.4736 9.18417C20.4343 8.81253 20.4699 8.43679 20.5781 8.0791C20.7089 7.70675 20.7605 7.31122 20.7296 6.91779C20.6988 6.52437 20.5861 6.14171 20.3989 5.7943C20.1225 5.50969 19.79 5.2857 19.4223 5.13659C19.0547 4.98747 18.66 4.9165 18.2635 4.92817C17.905 4.91214 17.5517 4.83644 17.2181 4.70417C16.9832 4.43149 16.8009 4.11755 16.6805 3.7783C16.5688 3.3924 16.3767 3.03453 16.1167 2.72824C15.8568 2.42195 15.5349 2.17418 15.1723 2.00123C14.7891 1.93273 14.3959 1.94517 14.0178 2.03776C13.6397 2.13035 13.2852 2.30103 12.9771 2.53883C12.6647 2.75141 12.3152 2.90338 11.9467 2.98683C11.5782 2.90338 11.2286 2.75141 10.9163 2.53883C10.6085 2.30026 10.2541 2.12911 9.87586 2.03649C9.49767 1.94387 9.10421 1.93186 8.72107 2.00123C8.35846 2.17418 8.03659 2.42195 7.77662 2.72824C7.51666 3.03453 7.32451 3.3924 7.2128 3.7783C7.09247 4.11755 6.91018 4.43149 6.6752 4.70417C6.34164 4.83644 5.98834 4.91214 5.62987 4.92817C5.23331 4.9165 4.83866 4.98747 4.47102 5.13659C4.10338 5.2857 3.77079 5.50969 3.4944 5.7943C3.30721 6.14171 3.19458 6.52437 3.16372 6.91779C3.13287 7.31122 3.18446 7.70675 3.3152 8.0791C3.42345 8.43679 3.459 8.81253 3.41973 9.18417C3.2331 9.47759 3.00126 9.73966 2.7328 9.9607C2.39644 10.1841 2.11181 10.477 1.89802 10.8196C1.68424 11.1621 1.54625 11.5465 1.49333 11.9468C1.54625 12.3472 1.68424 12.7315 1.89802 13.0741C2.11181 13.4167 2.39644 13.7095 2.7328 13.933C3.00126 14.154 3.2331 14.4161 3.41973 14.7095C3.459 15.0811 3.42345 15.4569 3.3152 15.8146C3.18446 16.1869 3.13287 16.5824 3.16372 16.9759C3.19458 17.3693 3.30721 17.752 3.4944 18.0994C3.77079 18.384 4.10338 18.608 4.47102 18.7571C4.83866 18.9062 5.23331 18.9772 5.62987 18.9655C5.98834 18.9815 6.34164 19.0572 6.6752 19.1895C6.91018 19.4622 7.09247 19.7761 7.2128 20.1154C7.32451 20.5013 7.51666 20.8591 7.77662 21.1654C8.03659 21.4717 8.35846 21.7195 8.72107 21.8924C9.10423 21.9609 9.49749 21.9485 9.87555 21.8559C10.2536 21.7633 10.6081 21.5926 10.9163 21.3548C11.2286 21.1423 11.5782 20.9903 11.9467 20.9068C12.3152 20.9903 12.6647 21.1423 12.9771 21.3548C13.4867 21.6934 14.0709 21.9035 14.6795 21.9671C14.8469 21.9716 15.0137 21.9463 15.1723 21.8924C15.5349 21.7195 15.8568 21.4717 16.1167 21.1654C16.3767 20.8591 16.5688 20.5013 16.6805 20.1154C16.8009 19.7761 16.9832 19.4622 17.2181 19.1895C17.5517 19.0572 17.905 18.9815 18.2635 18.9655C18.66 18.9772 19.0547 18.9062 19.4223 18.7571C19.79 18.608 20.1225 18.384 20.3989 18.0994C20.5861 17.752 20.6988 17.3693 20.7296 16.9759C20.7605 16.5824 20.7089 16.1869 20.5781 15.8146C20.4699 15.4569 20.4343 15.0811 20.4736 14.7095C20.6602 14.4161 20.8921 14.154 21.1605 13.933ZM15.456 10.4834L11.4837 14.4706C11.3399 14.6049 11.1504 14.6797 10.9536 14.6797C10.7568 14.6797 10.5673 14.6049 10.4235 14.4706L8.43734 12.4695C8.30102 12.3304 8.22511 12.1431 8.22609 11.9484C8.22707 11.7536 8.30488 11.5671 8.44259 11.4294C8.5803 11.2917 8.7668 11.2139 8.96155 11.2129C9.1563 11.2119 9.34357 11.2879 9.48267 11.4242L10.9461 12.8876L14.4107 9.4231C14.5504 9.28668 14.738 9.21031 14.9333 9.21031C15.1287 9.21031 15.3162 9.28668 15.456 9.4231C15.5269 9.492 15.5832 9.57442 15.6217 9.66548C15.6602 9.75653 15.68 9.85438 15.68 9.95323C15.68 10.0521 15.6602 10.1499 15.6217 10.241C15.5832 10.332 15.5269 10.4145 15.456 10.4834Z",
|
|
287
|
+
fill: "#1A6EE5"
|
|
288
|
+
}
|
|
289
|
+
)
|
|
290
|
+
] }), m5 = "_iconBadge_mbenq_15", g5 = "_header_mbenq_52", L5 = "_headerNoIcon_mbenq_59", v5 = "_title_mbenq_63", b5 = "_headerDivider_mbenq_71", f5 = "_bodyInner_mbenq_80", k5 = "_astrologerRow_mbenq_85", N5 = "_avatar_mbenq_93", x5 = "_avatarInner_mbenq_93", w5 = "_avatarFill_mbenq_112", S5 = "_photo_mbenq_118", B5 = "_photoFallback_mbenq_126", R5 = "_verifiedBadge_mbenq_137", y5 = "_astrologerMeta_mbenq_143", $5 = "_astrologerName_mbenq_151", M5 = "_astrologerSubRow_mbenq_162", q5 = "_rating_mbenq_168", I5 = "_metaDot_mbenq_178", T5 = "_experience_mbenq_186", Z5 = "_languages_mbenq_193", F5 = "_phoneSection_mbenq_202", j5 = "_footerInner_mbenq_207", A5 = "_ctaBtn_mbenq_212", D5 = "_errorNotice_mbenq_235", P5 = "_inlineRoot_mbenq_240", r = {
|
|
291
|
+
iconBadge: m5,
|
|
292
|
+
header: g5,
|
|
293
|
+
headerNoIcon: L5,
|
|
294
|
+
title: v5,
|
|
295
|
+
headerDivider: b5,
|
|
296
|
+
bodyInner: f5,
|
|
297
|
+
astrologerRow: k5,
|
|
298
|
+
avatar: N5,
|
|
299
|
+
avatarInner: x5,
|
|
300
|
+
avatarFill: w5,
|
|
301
|
+
photo: S5,
|
|
302
|
+
photoFallback: B5,
|
|
303
|
+
verifiedBadge: R5,
|
|
304
|
+
astrologerMeta: y5,
|
|
305
|
+
astrologerName: $5,
|
|
306
|
+
astrologerSubRow: M5,
|
|
307
|
+
rating: q5,
|
|
308
|
+
metaDot: I5,
|
|
309
|
+
experience: T5,
|
|
310
|
+
languages: Z5,
|
|
311
|
+
phoneSection: F5,
|
|
312
|
+
footerInner: j5,
|
|
313
|
+
ctaBtn: A5,
|
|
314
|
+
errorNotice: D5,
|
|
315
|
+
inlineRoot: P5
|
|
316
|
+
}, Z7 = ({
|
|
210
317
|
isOpen: a = !0,
|
|
211
|
-
onClose:
|
|
318
|
+
onClose: l = () => {
|
|
212
319
|
},
|
|
320
|
+
showCloseButton: m = !0,
|
|
213
321
|
inline: g = !1,
|
|
214
|
-
hideHeader:
|
|
215
|
-
days:
|
|
216
|
-
loading:
|
|
322
|
+
hideHeader: i = !1,
|
|
323
|
+
days: h,
|
|
324
|
+
loading: n = !1,
|
|
217
325
|
error: p = !1,
|
|
218
|
-
onRetry:
|
|
219
|
-
selectedDate:
|
|
220
|
-
onDateSelect:
|
|
221
|
-
selectedPeriod:
|
|
222
|
-
onPeriodSelect:
|
|
223
|
-
selectedSlotStart:
|
|
224
|
-
onSlotSelect:
|
|
225
|
-
astrologer:
|
|
226
|
-
astrologers:
|
|
227
|
-
selectedAstrologerId:
|
|
326
|
+
onRetry: d,
|
|
327
|
+
selectedDate: L,
|
|
328
|
+
onDateSelect: v,
|
|
329
|
+
selectedPeriod: u,
|
|
330
|
+
onPeriodSelect: w,
|
|
331
|
+
selectedSlotStart: k,
|
|
332
|
+
onSlotSelect: f,
|
|
333
|
+
astrologer: _,
|
|
334
|
+
astrologers: S,
|
|
335
|
+
selectedAstrologerId: M,
|
|
228
336
|
onAstrologerSelect: q,
|
|
229
|
-
phoneNumberSection:
|
|
337
|
+
phoneNumberSection: B,
|
|
230
338
|
title: y,
|
|
231
339
|
heading: $,
|
|
232
|
-
iconUrl:
|
|
233
|
-
icon:
|
|
234
|
-
ctaLabel:
|
|
235
|
-
onCtaClick:
|
|
236
|
-
ctaDisabled:
|
|
340
|
+
iconUrl: R,
|
|
341
|
+
icon: J,
|
|
342
|
+
ctaLabel: K,
|
|
343
|
+
onCtaClick: Q,
|
|
344
|
+
ctaDisabled: X = !1,
|
|
237
345
|
isProcessing: A = !1,
|
|
238
346
|
errorMessage: D,
|
|
239
|
-
isGlobal:
|
|
240
|
-
t:
|
|
347
|
+
isGlobal: e1 = !0,
|
|
348
|
+
t: N,
|
|
241
349
|
className: P = ""
|
|
242
350
|
}) => {
|
|
243
|
-
const I =
|
|
244
|
-
I && /* @__PURE__ */ e("div", { className:
|
|
351
|
+
const I = J ?? (R ? /* @__PURE__ */ e("img", { src: R, alt: "" }) : null), V = y ?? N?.("consultationSheetTitle") ?? "Schedule your call", T = _?.languages?.length ? _.languages.join(", ") : "", Z = typeof _?.rating == "number" && _.rating > 0, F = typeof _?.experienceYears == "number", W = !i && /* @__PURE__ */ t(z, { children: [
|
|
352
|
+
I && /* @__PURE__ */ e("div", { className: r.iconBadge, children: I }),
|
|
245
353
|
/* @__PURE__ */ e(
|
|
246
354
|
"div",
|
|
247
355
|
{
|
|
248
|
-
className: [
|
|
249
|
-
children: /* @__PURE__ */ e("p", { className:
|
|
356
|
+
className: [r.header, !I && r.headerNoIcon].filter(Boolean).join(" "),
|
|
357
|
+
children: /* @__PURE__ */ e("p", { className: r.title, children: V })
|
|
250
358
|
}
|
|
251
359
|
),
|
|
252
|
-
/* @__PURE__ */ e("hr", { className:
|
|
253
|
-
] }), E = /* @__PURE__ */ t("div", { className:
|
|
360
|
+
/* @__PURE__ */ e("hr", { className: r.headerDivider })
|
|
361
|
+
] }), E = /* @__PURE__ */ t("div", { className: r.footerInner, children: [
|
|
254
362
|
/* @__PURE__ */ e(
|
|
255
363
|
"button",
|
|
256
364
|
{
|
|
257
365
|
type: "button",
|
|
258
|
-
className:
|
|
259
|
-
disabled:
|
|
260
|
-
onClick:
|
|
261
|
-
children: A ?
|
|
366
|
+
className: r.ctaBtn,
|
|
367
|
+
disabled: X || A,
|
|
368
|
+
onClick: Q,
|
|
369
|
+
children: A ? N?.("consultationScheduling") ?? "Scheduling…" : K ?? N?.("consultationScheduleCall") ?? "Schedule call"
|
|
262
370
|
}
|
|
263
371
|
),
|
|
264
372
|
D && /* @__PURE__ */ e(
|
|
265
|
-
|
|
373
|
+
j1,
|
|
266
374
|
{
|
|
267
375
|
message: D,
|
|
268
|
-
t:
|
|
269
|
-
className:
|
|
376
|
+
t: N,
|
|
377
|
+
className: r.errorNotice
|
|
270
378
|
}
|
|
271
379
|
)
|
|
272
|
-
] }), H = /* @__PURE__ */ t("div", { className:
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
380
|
+
] }), H = /* @__PURE__ */ t("div", { className: r.bodyInner, children: [
|
|
381
|
+
S?.length ? /* @__PURE__ */ e(
|
|
382
|
+
O,
|
|
383
|
+
{
|
|
384
|
+
astrologers: S,
|
|
385
|
+
selectedAstrologerId: M,
|
|
386
|
+
onSelectAstrologer: q,
|
|
387
|
+
t: N
|
|
388
|
+
}
|
|
389
|
+
) : _ && /* @__PURE__ */ t("div", { className: r.astrologerRow, children: [
|
|
390
|
+
/* @__PURE__ */ t("div", { className: r.avatar, children: [
|
|
391
|
+
/* @__PURE__ */ t("div", { className: r.avatarInner, children: [
|
|
392
|
+
/* @__PURE__ */ e("div", { className: r.avatarFill }),
|
|
393
|
+
_.photoUrl ? /* @__PURE__ */ e(
|
|
278
394
|
"img",
|
|
279
395
|
{
|
|
280
|
-
className:
|
|
281
|
-
src:
|
|
282
|
-
alt:
|
|
396
|
+
className: r.photo,
|
|
397
|
+
src: _.photoUrl,
|
|
398
|
+
alt: _.name
|
|
283
399
|
}
|
|
284
|
-
) : /* @__PURE__ */ e("div", { className:
|
|
400
|
+
) : /* @__PURE__ */ e("div", { className: r.photoFallback, "aria-hidden": "true", children: _.name?.trim().charAt(0).toUpperCase() || "?" })
|
|
285
401
|
] }),
|
|
286
|
-
/* @__PURE__ */ e("span", { className:
|
|
402
|
+
/* @__PURE__ */ e("span", { className: r.verifiedBadge, children: /* @__PURE__ */ e(u5, {}) })
|
|
287
403
|
] }),
|
|
288
|
-
/* @__PURE__ */ t("div", { className:
|
|
289
|
-
/* @__PURE__ */ e("p", { className:
|
|
290
|
-
(Z || F || T) && /* @__PURE__ */ t("div", { className:
|
|
291
|
-
Z && /* @__PURE__ */ t("span", { className:
|
|
292
|
-
|
|
293
|
-
/* @__PURE__ */ e(
|
|
404
|
+
/* @__PURE__ */ t("div", { className: r.astrologerMeta, children: [
|
|
405
|
+
/* @__PURE__ */ e("p", { className: r.astrologerName, children: _.name }),
|
|
406
|
+
(Z || F || T) && /* @__PURE__ */ t("div", { className: r.astrologerSubRow, children: [
|
|
407
|
+
Z && /* @__PURE__ */ t("span", { className: r.rating, children: [
|
|
408
|
+
_.rating.toFixed(1),
|
|
409
|
+
/* @__PURE__ */ e(p5, {})
|
|
294
410
|
] }),
|
|
295
|
-
Z && F && /* @__PURE__ */ e("span", { className:
|
|
296
|
-
F && /* @__PURE__ */ e("span", { className:
|
|
411
|
+
Z && F && /* @__PURE__ */ e("span", { className: r.metaDot }),
|
|
412
|
+
F && /* @__PURE__ */ e("span", { className: r.experience, children: N?.("consultationYearsExperience", { count: _.experienceYears }) ?? `${_.experienceYears} years of experience` })
|
|
297
413
|
] }),
|
|
298
|
-
T && /* @__PURE__ */ e("p", { className:
|
|
414
|
+
T && /* @__PURE__ */ e("p", { className: r.languages, children: T })
|
|
299
415
|
] })
|
|
300
416
|
] }),
|
|
301
|
-
|
|
417
|
+
B && /* @__PURE__ */ e("div", { className: r.phoneSection, children: B }),
|
|
302
418
|
/* @__PURE__ */ e(
|
|
303
|
-
|
|
419
|
+
o1,
|
|
304
420
|
{
|
|
305
|
-
days:
|
|
306
|
-
loading:
|
|
421
|
+
days: h,
|
|
422
|
+
loading: n,
|
|
307
423
|
error: p,
|
|
308
|
-
onRetry:
|
|
309
|
-
selectedDate:
|
|
310
|
-
onDateSelect:
|
|
311
|
-
selectedPeriod:
|
|
312
|
-
onPeriodSelect:
|
|
313
|
-
selectedSlotStart:
|
|
314
|
-
onSlotSelect:
|
|
315
|
-
heading: $ ??
|
|
316
|
-
showAstrologyProfilesSection:
|
|
317
|
-
astrologyProfilesSection: k ? /* @__PURE__ */ e(
|
|
318
|
-
a1,
|
|
319
|
-
{
|
|
320
|
-
astrologers: k,
|
|
321
|
-
selectedAstrologerId: B,
|
|
322
|
-
onAstrologerSelect: q,
|
|
323
|
-
t: x
|
|
324
|
-
}
|
|
325
|
-
) : void 0,
|
|
424
|
+
onRetry: d,
|
|
425
|
+
selectedDate: L,
|
|
426
|
+
onDateSelect: v,
|
|
427
|
+
selectedPeriod: u,
|
|
428
|
+
onPeriodSelect: w,
|
|
429
|
+
selectedSlotStart: k,
|
|
430
|
+
onSlotSelect: f,
|
|
431
|
+
heading: $ ?? N?.("consultationSelectTimeSlot") ?? "Select a time slot.",
|
|
432
|
+
showAstrologyProfilesSection: !1,
|
|
326
433
|
hideLanguageSelector: !0,
|
|
327
434
|
showPhoneNumberSection: !1,
|
|
328
435
|
reportReadyNote: null,
|
|
329
|
-
isGlobal:
|
|
330
|
-
t:
|
|
436
|
+
isGlobal: e1,
|
|
437
|
+
t: N
|
|
331
438
|
}
|
|
332
439
|
)
|
|
333
440
|
] });
|
|
334
|
-
return g ? /* @__PURE__ */ t("div", { className: [
|
|
441
|
+
return g ? /* @__PURE__ */ t("div", { className: [r.inlineRoot, P].filter(Boolean).join(" "), children: [
|
|
335
442
|
W,
|
|
336
443
|
H,
|
|
337
444
|
E
|
|
338
445
|
] }) : /* @__PURE__ */ e(
|
|
339
|
-
|
|
446
|
+
a1,
|
|
340
447
|
{
|
|
341
448
|
isOpen: a,
|
|
342
|
-
onClose:
|
|
449
|
+
onClose: l,
|
|
450
|
+
showCloseButton: m,
|
|
343
451
|
ariaLabel: V,
|
|
344
452
|
className: P,
|
|
345
453
|
header: W,
|
|
@@ -347,7 +455,7 @@ const o1 = (a) => {
|
|
|
347
455
|
children: H
|
|
348
456
|
}
|
|
349
457
|
);
|
|
350
|
-
},
|
|
458
|
+
}, V5 = () => /* @__PURE__ */ e("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
351
459
|
"path",
|
|
352
460
|
{
|
|
353
461
|
d: "M12.5 15.833 6.667 10 12.5 4.167",
|
|
@@ -356,7 +464,7 @@ const o1 = (a) => {
|
|
|
356
464
|
strokeLinecap: "round",
|
|
357
465
|
strokeLinejoin: "round"
|
|
358
466
|
}
|
|
359
|
-
) }),
|
|
467
|
+
) }), W5 = () => /* @__PURE__ */ e("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
360
468
|
"path",
|
|
361
469
|
{
|
|
362
470
|
d: "M8 1.333l1.966 3.983 4.395.64-3.18 3.1.75 4.377L8 11.37l-3.931 2.064.75-4.378-3.18-3.1 4.395-.639L8 1.333z",
|
|
@@ -365,7 +473,7 @@ const o1 = (a) => {
|
|
|
365
473
|
strokeWidth: "1",
|
|
366
474
|
strokeLinejoin: "round"
|
|
367
475
|
}
|
|
368
|
-
) }),
|
|
476
|
+
) }), E5 = () => /* @__PURE__ */ t("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: [
|
|
369
477
|
/* @__PURE__ */ e(
|
|
370
478
|
"path",
|
|
371
479
|
{
|
|
@@ -393,7 +501,7 @@ const o1 = (a) => {
|
|
|
393
501
|
strokeLinecap: "round"
|
|
394
502
|
}
|
|
395
503
|
)
|
|
396
|
-
] }),
|
|
504
|
+
] }), H5 = () => /* @__PURE__ */ e("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
397
505
|
"path",
|
|
398
506
|
{
|
|
399
507
|
d: "M16.5 12.69v2.25a1.5 1.5 0 0 1-1.635 1.5 14.85 14.85 0 0 1-6.472-2.303 14.63 14.63 0 0 1-4.5-4.5A14.85 14.85 0 0 1 1.59 3.135 1.5 1.5 0 0 1 3.083 1.5h2.25a1.5 1.5 0 0 1 1.5 1.29c.095.72.271 1.427.525 2.107a1.5 1.5 0 0 1-.337 1.583l-.953.952a12 12 0 0 0 4.5 4.5l.953-.952a1.5 1.5 0 0 1 1.582-.338c.68.254 1.387.43 2.108.525a1.5 1.5 0 0 1 1.29 1.523Z",
|
|
@@ -402,177 +510,177 @@ const o1 = (a) => {
|
|
|
402
510
|
strokeLinecap: "round",
|
|
403
511
|
strokeLinejoin: "round"
|
|
404
512
|
}
|
|
405
|
-
) }),
|
|
406
|
-
root:
|
|
407
|
-
header:
|
|
408
|
-
backBtn:
|
|
409
|
-
headerTitle:
|
|
410
|
-
helpBtn:
|
|
411
|
-
hero:
|
|
412
|
-
tick:
|
|
413
|
-
heroTitle:
|
|
414
|
-
statRow:
|
|
415
|
-
stat:
|
|
416
|
-
statLabel:
|
|
417
|
-
statValue:
|
|
418
|
-
statDivider:
|
|
419
|
-
body:
|
|
420
|
-
section:
|
|
421
|
-
bookedHeading:
|
|
422
|
-
bookedTitle:
|
|
423
|
-
bookedSubtitle:
|
|
424
|
-
astrologerCard:
|
|
425
|
-
astrologerRow:
|
|
426
|
-
photo:
|
|
427
|
-
photoFallback:
|
|
428
|
-
astrologerMeta:
|
|
429
|
-
astrologerName:
|
|
430
|
-
astrologerSubRow:
|
|
431
|
-
languages:
|
|
432
|
-
metaDivider:
|
|
433
|
-
rating:
|
|
434
|
-
slotPill:
|
|
435
|
-
slotPillText:
|
|
436
|
-
failedCard:
|
|
437
|
-
failedTitle:
|
|
438
|
-
failedSubtitle:
|
|
439
|
-
ctaBtn:
|
|
440
|
-
footnote:
|
|
441
|
-
skeleton:
|
|
442
|
-
skeletonLine:
|
|
443
|
-
skeletonCta:
|
|
444
|
-
},
|
|
513
|
+
) }), U5 = "_root_io71q_3", Y5 = "_header_io71q_14", z5 = "_backBtn_io71q_21", O5 = "_headerTitle_io71q_34", G5 = "_helpBtn_io71q_41", J5 = "_hero_io71q_58", K5 = "_tick_io71q_70", Q5 = "_heroTitle_io71q_84", X5 = "_statRow_io71q_95", e2 = "_stat_io71q_95", t2 = "_statLabel_io71q_118", a2 = "_statValue_io71q_126", o2 = "_statDivider_io71q_137", n2 = "_body_io71q_145", l2 = "_section_io71q_149", i2 = "_bookedHeading_io71q_157", s2 = "_bookedTitle_io71q_165", c2 = "_bookedSubtitle_io71q_173", r2 = "_astrologerCard_io71q_180", d2 = "_astrologerRow_io71q_193", C2 = "_photo_io71q_199", h2 = "_photoFallback_io71q_208", _2 = "_astrologerMeta_io71q_222", p2 = "_astrologerName_io71q_230", u2 = "_astrologerSubRow_io71q_239", m2 = "_languages_io71q_245", g2 = "_metaDivider_io71q_251", L2 = "_rating_io71q_257", v2 = "_slotPill_io71q_267", b2 = "_slotPillText_io71q_280", f2 = "_failedCard_io71q_289", k2 = "_failedTitle_io71q_302", N2 = "_failedSubtitle_io71q_310", x2 = "_ctaBtn_io71q_318", w2 = "_footnote_io71q_345", S2 = "_skeleton_io71q_356", B2 = "_skeletonLine_io71q_363", R2 = "_skeletonCta_io71q_373", o = {
|
|
514
|
+
root: U5,
|
|
515
|
+
header: Y5,
|
|
516
|
+
backBtn: z5,
|
|
517
|
+
headerTitle: O5,
|
|
518
|
+
helpBtn: G5,
|
|
519
|
+
hero: J5,
|
|
520
|
+
tick: K5,
|
|
521
|
+
heroTitle: Q5,
|
|
522
|
+
statRow: X5,
|
|
523
|
+
stat: e2,
|
|
524
|
+
statLabel: t2,
|
|
525
|
+
statValue: a2,
|
|
526
|
+
statDivider: o2,
|
|
527
|
+
body: n2,
|
|
528
|
+
section: l2,
|
|
529
|
+
bookedHeading: i2,
|
|
530
|
+
bookedTitle: s2,
|
|
531
|
+
bookedSubtitle: c2,
|
|
532
|
+
astrologerCard: r2,
|
|
533
|
+
astrologerRow: d2,
|
|
534
|
+
photo: C2,
|
|
535
|
+
photoFallback: h2,
|
|
536
|
+
astrologerMeta: _2,
|
|
537
|
+
astrologerName: p2,
|
|
538
|
+
astrologerSubRow: u2,
|
|
539
|
+
languages: m2,
|
|
540
|
+
metaDivider: g2,
|
|
541
|
+
rating: L2,
|
|
542
|
+
slotPill: v2,
|
|
543
|
+
slotPillText: b2,
|
|
544
|
+
failedCard: f2,
|
|
545
|
+
failedTitle: k2,
|
|
546
|
+
failedSubtitle: N2,
|
|
547
|
+
ctaBtn: x2,
|
|
548
|
+
footnote: w2,
|
|
549
|
+
skeleton: S2,
|
|
550
|
+
skeletonLine: B2,
|
|
551
|
+
skeletonCta: R2
|
|
552
|
+
}, y2 = (...a) => a.filter(Boolean).join(" "), F7 = ({
|
|
445
553
|
status: a,
|
|
446
|
-
amount:
|
|
447
|
-
currencySymbol:
|
|
448
|
-
bookingId:
|
|
449
|
-
astrologer:
|
|
450
|
-
slotLabel:
|
|
451
|
-
isLoading:
|
|
452
|
-
onBack:
|
|
453
|
-
onHelp:
|
|
454
|
-
onJoinCall:
|
|
455
|
-
onBookSlotAgain:
|
|
456
|
-
t:
|
|
457
|
-
className:
|
|
554
|
+
amount: l,
|
|
555
|
+
currencySymbol: m = "₹",
|
|
556
|
+
bookingId: g,
|
|
557
|
+
astrologer: i,
|
|
558
|
+
slotLabel: h,
|
|
559
|
+
isLoading: n = !1,
|
|
560
|
+
onBack: p,
|
|
561
|
+
onHelp: d,
|
|
562
|
+
onJoinCall: L,
|
|
563
|
+
onBookSlotAgain: v,
|
|
564
|
+
t: u,
|
|
565
|
+
className: w = ""
|
|
458
566
|
}) => {
|
|
459
|
-
const
|
|
460
|
-
return /* @__PURE__ */ t("div", { className:
|
|
567
|
+
const k = a === "booked", f = i.languages?.length ? i.languages.join(", ") : "", _ = typeof i.rating == "number" && i.rating > 0;
|
|
568
|
+
return /* @__PURE__ */ t("div", { className: y2(o.root, w), "data-testid": "payment-result", children: [
|
|
461
569
|
/* @__PURE__ */ t("div", { className: o.header, children: [
|
|
462
|
-
|
|
570
|
+
p && /* @__PURE__ */ e(
|
|
463
571
|
"button",
|
|
464
572
|
{
|
|
465
573
|
type: "button",
|
|
466
574
|
className: o.backBtn,
|
|
467
|
-
onClick:
|
|
468
|
-
"aria-label":
|
|
469
|
-
children: /* @__PURE__ */ e(
|
|
575
|
+
onClick: p,
|
|
576
|
+
"aria-label": u?.("back") ?? "Back",
|
|
577
|
+
children: /* @__PURE__ */ e(V5, {})
|
|
470
578
|
}
|
|
471
579
|
),
|
|
472
|
-
/* @__PURE__ */ e("span", { className: o.headerTitle, children:
|
|
473
|
-
|
|
580
|
+
/* @__PURE__ */ e("span", { className: o.headerTitle, children: u?.("bookingConfirmationTitle") ?? "Booking Confirmation" }),
|
|
581
|
+
d && /* @__PURE__ */ e("button", { type: "button", className: o.helpBtn, onClick: d, children: u?.("help") ?? "Help" })
|
|
474
582
|
] }),
|
|
475
583
|
/* @__PURE__ */ t("div", { className: o.hero, children: [
|
|
476
584
|
/* @__PURE__ */ e("div", { className: o.tick, "aria-hidden": "true", children: "✓" }),
|
|
477
|
-
/* @__PURE__ */ e("p", { className: o.heroTitle, children:
|
|
585
|
+
/* @__PURE__ */ e("p", { className: o.heroTitle, children: u?.("paymentSuccessful") ?? "Payment Successful 🎉" }),
|
|
478
586
|
/* @__PURE__ */ t("div", { className: o.statRow, children: [
|
|
479
587
|
/* @__PURE__ */ t("div", { className: o.stat, children: [
|
|
480
|
-
/* @__PURE__ */ e("span", { className: o.statLabel, children:
|
|
588
|
+
/* @__PURE__ */ e("span", { className: o.statLabel, children: u?.("paid") ?? "Paid" }),
|
|
481
589
|
/* @__PURE__ */ t("span", { className: o.statValue, children: [
|
|
482
|
-
|
|
483
|
-
|
|
590
|
+
m,
|
|
591
|
+
l
|
|
484
592
|
] })
|
|
485
593
|
] }),
|
|
486
594
|
/* @__PURE__ */ e("div", { className: o.statDivider }),
|
|
487
595
|
/* @__PURE__ */ t("div", { className: o.stat, children: [
|
|
488
|
-
/* @__PURE__ */ e("span", { className: o.statLabel, children:
|
|
489
|
-
/* @__PURE__ */ e("span", { className: o.statValue, children:
|
|
596
|
+
/* @__PURE__ */ e("span", { className: o.statLabel, children: u?.("booking") ?? "Booking" }),
|
|
597
|
+
/* @__PURE__ */ e("span", { className: o.statValue, children: g || "-" })
|
|
490
598
|
] })
|
|
491
599
|
] })
|
|
492
600
|
] }),
|
|
493
601
|
/* @__PURE__ */ t("div", { className: o.body, children: [
|
|
494
|
-
|
|
602
|
+
n && /* @__PURE__ */ t("div", { className: o.skeleton, "aria-busy": "true", "aria-live": "polite", children: [
|
|
495
603
|
/* @__PURE__ */ e("div", { className: o.skeletonLine, style: { width: "60%" } }),
|
|
496
604
|
/* @__PURE__ */ e("div", { className: o.skeletonLine, style: { width: "85%" } }),
|
|
497
605
|
/* @__PURE__ */ e("div", { className: o.skeletonCta })
|
|
498
606
|
] }),
|
|
499
|
-
!
|
|
607
|
+
!n && k && /* @__PURE__ */ t("div", { className: o.section, children: [
|
|
500
608
|
/* @__PURE__ */ t("div", { className: o.bookedHeading, children: [
|
|
501
|
-
/* @__PURE__ */ e("p", { className: o.bookedTitle, children:
|
|
502
|
-
/* @__PURE__ */ e("p", { className: o.bookedSubtitle, children:
|
|
609
|
+
/* @__PURE__ */ e("p", { className: o.bookedTitle, children: u?.("consultationSlotBookedTitle") ?? "Consultation Slot Booked!" }),
|
|
610
|
+
/* @__PURE__ */ e("p", { className: o.bookedSubtitle, children: u?.("consultationSlotBookedSubtitle") ?? "Your 30 minutes call with our Certified Vedic Astrologer is booked" })
|
|
503
611
|
] }),
|
|
504
612
|
/* @__PURE__ */ t("div", { className: o.astrologerCard, children: [
|
|
505
613
|
/* @__PURE__ */ t("div", { className: o.astrologerRow, children: [
|
|
506
|
-
|
|
614
|
+
i.photoUrl ? /* @__PURE__ */ e(
|
|
507
615
|
"img",
|
|
508
616
|
{
|
|
509
617
|
className: o.photo,
|
|
510
|
-
src:
|
|
511
|
-
alt:
|
|
618
|
+
src: i.photoUrl,
|
|
619
|
+
alt: i.name
|
|
512
620
|
}
|
|
513
|
-
) : /* @__PURE__ */ e("div", { className: o.photoFallback, "aria-hidden": "true", children:
|
|
621
|
+
) : /* @__PURE__ */ e("div", { className: o.photoFallback, "aria-hidden": "true", children: i.name?.trim().charAt(0).toUpperCase() || "?" }),
|
|
514
622
|
/* @__PURE__ */ t("div", { className: o.astrologerMeta, children: [
|
|
515
|
-
/* @__PURE__ */ e("p", { className: o.astrologerName, children:
|
|
516
|
-
(
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
/* @__PURE__ */ e(
|
|
623
|
+
/* @__PURE__ */ e("p", { className: o.astrologerName, children: i.name }),
|
|
624
|
+
(f || _) && /* @__PURE__ */ t("div", { className: o.astrologerSubRow, children: [
|
|
625
|
+
f && /* @__PURE__ */ e("span", { className: o.languages, children: f }),
|
|
626
|
+
f && _ && /* @__PURE__ */ e("span", { className: o.metaDivider }),
|
|
627
|
+
_ && /* @__PURE__ */ t("span", { className: o.rating, children: [
|
|
628
|
+
i.rating.toFixed(1),
|
|
629
|
+
/* @__PURE__ */ e(W5, {})
|
|
522
630
|
] })
|
|
523
631
|
] })
|
|
524
632
|
] })
|
|
525
633
|
] }),
|
|
526
|
-
|
|
527
|
-
/* @__PURE__ */ e(
|
|
528
|
-
/* @__PURE__ */ e("span", { className: o.slotPillText, children:
|
|
634
|
+
h && /* @__PURE__ */ t("div", { className: o.slotPill, children: [
|
|
635
|
+
/* @__PURE__ */ e(E5, {}),
|
|
636
|
+
/* @__PURE__ */ e("span", { className: o.slotPillText, children: h })
|
|
529
637
|
] })
|
|
530
638
|
] }),
|
|
531
|
-
|
|
639
|
+
L && /* @__PURE__ */ t(
|
|
532
640
|
"button",
|
|
533
641
|
{
|
|
534
642
|
type: "button",
|
|
535
643
|
className: o.ctaBtn,
|
|
536
|
-
onClick:
|
|
644
|
+
onClick: L,
|
|
537
645
|
children: [
|
|
538
|
-
/* @__PURE__ */ e(
|
|
539
|
-
|
|
646
|
+
/* @__PURE__ */ e(H5, {}),
|
|
647
|
+
u?.("joinCall") ?? "Join Call"
|
|
540
648
|
]
|
|
541
649
|
}
|
|
542
650
|
),
|
|
543
|
-
/* @__PURE__ */ e("p", { className: o.footnote, children:
|
|
651
|
+
/* @__PURE__ */ e("p", { className: o.footnote, children: u?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
|
|
544
652
|
] }),
|
|
545
|
-
!
|
|
653
|
+
!n && !k && /* @__PURE__ */ t("div", { className: o.section, children: [
|
|
546
654
|
/* @__PURE__ */ t("div", { className: o.failedCard, children: [
|
|
547
|
-
/* @__PURE__ */ e("p", { className: o.failedTitle, children:
|
|
548
|
-
/* @__PURE__ */ e("p", { className: o.failedSubtitle, children:
|
|
655
|
+
/* @__PURE__ */ e("p", { className: o.failedTitle, children: u?.("consultationSlotFailedTitle") ?? "Consultation Slot Failed!" }),
|
|
656
|
+
/* @__PURE__ */ e("p", { className: o.failedSubtitle, children: u?.("consultationSlotFailedSubtitle") ?? "We ran into some problem while booking your slot. Please schedule your slot again" })
|
|
549
657
|
] }),
|
|
550
|
-
|
|
658
|
+
v && /* @__PURE__ */ e(
|
|
551
659
|
"button",
|
|
552
660
|
{
|
|
553
661
|
type: "button",
|
|
554
662
|
className: o.ctaBtn,
|
|
555
|
-
onClick:
|
|
556
|
-
children:
|
|
663
|
+
onClick: v,
|
|
664
|
+
children: u?.("consultationBookSlotAgain") ?? "Book slot again →"
|
|
557
665
|
}
|
|
558
666
|
),
|
|
559
|
-
/* @__PURE__ */ e("p", { className: o.footnote, children:
|
|
667
|
+
/* @__PURE__ */ e("p", { className: o.footnote, children: u?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
|
|
560
668
|
] })
|
|
561
669
|
] })
|
|
562
670
|
] });
|
|
563
|
-
},
|
|
671
|
+
}, $2 = () => /* @__PURE__ */ e("svg", { width: "24", height: "24", viewBox: "0 0 20.5 20.5", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
564
672
|
"path",
|
|
565
673
|
{
|
|
566
674
|
d: "M15.25 10C18.1495 10 20.5 12.3505 20.5 15.25C20.5 18.1495 18.1495 20.5 15.25 20.5C12.3505 20.5 10 18.1495 10 15.25C10 12.3505 12.3505 10 15.25 10ZM14.25 0C14.6642 0 15 0.335786 15 0.75V1.5H15.75C17.8211 1.5 19.5 3.17893 19.5 5.25V7.75C19.5 8.16421 19.1642 8.5 18.75 8.5C18.3358 8.5 18 8.16421 18 7.75V5.25C18 4.00736 16.9926 3 15.75 3H15V3.75C15 4.16421 14.6642 4.5 14.25 4.5C13.8358 4.5 13.5 4.16421 13.5 3.75V3H6V3.75C6 4.16421 5.66421 4.5 5.25 4.5C4.83579 4.5 4.5 4.16421 4.5 3.75V3H3.75C2.50736 3 1.5 4.00736 1.5 5.25V15.75C1.5 16.9926 2.50736 18 3.75 18H7.75C8.16421 18 8.5 18.3358 8.5 18.75C8.5 19.1642 8.16421 19.5 7.75 19.5H3.75C1.67893 19.5 0 17.8211 0 15.75V5.25C0 3.17893 1.67893 1.5 3.75 1.5H4.5V0.75C4.5 0.335786 4.83579 0 5.25 0C5.66421 0 6 0.335786 6 0.75V1.5H13.5V0.75C13.5 0.335786 13.8358 0 14.25 0ZM15.25 11.5C13.1789 11.5 11.5 13.1789 11.5 15.25C11.5 17.3211 13.1789 19 15.25 19C17.3211 19 19 17.3211 19 15.25C19 13.1789 17.3211 11.5 15.25 11.5ZM15.1436 12.9834C15.5575 12.9837 15.8936 13.3193 15.8936 13.7334V15.0654L16.916 15.6895C17.2693 15.9052 17.3815 16.3672 17.166 16.7207C16.9504 17.0742 16.4883 17.1861 16.1348 16.9707L14.7529 16.127C14.5299 15.9908 14.3937 15.7485 14.3936 15.4873V13.7334C14.3936 13.3192 14.7293 12.9834 15.1436 12.9834ZM5.75 12C6.16421 12 6.5 12.3358 6.5 12.75C6.5 13.1642 6.16421 13.5 5.75 13.5H4.75C4.33579 13.5 4 13.1642 4 12.75C4 12.3358 4.33579 12 4.75 12H5.75ZM8.75 8C9.16421 8 9.5 8.33579 9.5 8.75C9.5 9.16421 9.16421 9.5 8.75 9.5H4.75C4.33579 9.5 4 9.16421 4 8.75C4 8.33579 4.33579 8 4.75 8H8.75Z",
|
|
567
675
|
fill: "currentColor"
|
|
568
676
|
}
|
|
569
|
-
) }),
|
|
677
|
+
) }), M2 = () => /* @__PURE__ */ e("svg", { width: "12", height: "12", viewBox: "0 0 9.38 8.94", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
570
678
|
"path",
|
|
571
679
|
{
|
|
572
680
|
d: "M9.28094 3.71918L7.22537 5.72294L7.7108 8.55302C7.73192 8.67677 7.6811 8.80184 7.57946 8.87576C7.52204 8.91767 7.45373 8.93879 7.38542 8.93879C7.33295 8.93879 7.28015 8.92625 7.23197 8.90084L4.69031 7.56467L2.14898 8.90051C2.0381 8.95925 1.90313 8.94968 1.80149 8.87543C1.69985 8.80151 1.64903 8.67644 1.67015 8.55269L2.15558 5.72261L0.0996759 3.71918C0.00991586 3.6314 -0.0227541 3.50006 0.0161859 3.38093C0.0551259 3.2618 0.158416 3.17435 0.282826 3.1562L3.1238 2.7437L4.3943 0.169042C4.50551 -0.0563475 4.87511 -0.0563475 4.98632 0.169042L6.25682 2.7437L9.09779 3.1562C9.2222 3.17435 9.32549 3.26147 9.36443 3.38093C9.40337 3.50039 9.3707 3.63107 9.28094 3.71918Z",
|
|
573
681
|
fill: "#FFC627"
|
|
574
682
|
}
|
|
575
|
-
) }),
|
|
683
|
+
) }), q2 = () => /* @__PURE__ */ t("svg", { width: "24", height: "24", viewBox: "0 0 23.9 23.9", fill: "none", "aria-hidden": "true", children: [
|
|
576
684
|
/* @__PURE__ */ e("circle", { cx: "11.6667", cy: "11.6667", r: "5.83333", fill: "white" }),
|
|
577
685
|
/* @__PURE__ */ e(
|
|
578
686
|
"path",
|
|
@@ -581,77 +689,77 @@ const o1 = (a) => {
|
|
|
581
689
|
fill: "#1A6EE5"
|
|
582
690
|
}
|
|
583
691
|
)
|
|
584
|
-
] }),
|
|
585
|
-
card:
|
|
586
|
-
scheduleSection:
|
|
587
|
-
sectionLabel:
|
|
588
|
-
timeRow:
|
|
589
|
-
timeIcon:
|
|
590
|
-
timeText:
|
|
591
|
-
dateLabel:
|
|
592
|
-
timeRangeLabel:
|
|
593
|
-
astrologerSection:
|
|
594
|
-
astrologerRow:
|
|
595
|
-
avatar:
|
|
596
|
-
avatarInner:
|
|
597
|
-
avatarFill:
|
|
598
|
-
photo:
|
|
599
|
-
photoFallback:
|
|
600
|
-
verifiedBadge:
|
|
601
|
-
astrologerMeta:
|
|
602
|
-
astrologerName:
|
|
603
|
-
astrologerSubRow:
|
|
604
|
-
rating:
|
|
605
|
-
metaDot:
|
|
606
|
-
experience:
|
|
607
|
-
languages:
|
|
608
|
-
},
|
|
692
|
+
] }), I2 = "_card_k2n64_3", T2 = "_scheduleSection_k2n64_13", Z2 = "_sectionLabel_k2n64_21", F2 = "_timeRow_k2n64_30", j2 = "_timeIcon_k2n64_36", A2 = "_timeText_k2n64_43", D2 = "_dateLabel_k2n64_51", P2 = "_timeRangeLabel_k2n64_60", V2 = "_astrologerSection_k2n64_69", W2 = "_astrologerRow_k2n64_76", E2 = "_avatar_k2n64_84", H2 = "_avatarInner_k2n64_84", U2 = "_avatarFill_k2n64_103", Y2 = "_photo_k2n64_109", z2 = "_photoFallback_k2n64_117", O2 = "_verifiedBadge_k2n64_128", G2 = "_astrologerMeta_k2n64_134", J2 = "_astrologerName_k2n64_142", K2 = "_astrologerSubRow_k2n64_153", Q2 = "_rating_k2n64_159", X2 = "_metaDot_k2n64_169", e7 = "_experience_k2n64_177", t7 = "_languages_k2n64_184", C = {
|
|
693
|
+
card: I2,
|
|
694
|
+
scheduleSection: T2,
|
|
695
|
+
sectionLabel: Z2,
|
|
696
|
+
timeRow: F2,
|
|
697
|
+
timeIcon: j2,
|
|
698
|
+
timeText: A2,
|
|
699
|
+
dateLabel: D2,
|
|
700
|
+
timeRangeLabel: P2,
|
|
701
|
+
astrologerSection: V2,
|
|
702
|
+
astrologerRow: W2,
|
|
703
|
+
avatar: E2,
|
|
704
|
+
avatarInner: H2,
|
|
705
|
+
avatarFill: U2,
|
|
706
|
+
photo: Y2,
|
|
707
|
+
photoFallback: z2,
|
|
708
|
+
verifiedBadge: O2,
|
|
709
|
+
astrologerMeta: G2,
|
|
710
|
+
astrologerName: J2,
|
|
711
|
+
astrologerSubRow: K2,
|
|
712
|
+
rating: Q2,
|
|
713
|
+
metaDot: X2,
|
|
714
|
+
experience: e7,
|
|
715
|
+
languages: t7
|
|
716
|
+
}, a7 = (...a) => a.filter(Boolean).join(" "), G = ({
|
|
609
717
|
astrologer: a,
|
|
610
|
-
dateLabel:
|
|
611
|
-
timeRangeLabel:
|
|
612
|
-
astrologerFooter:
|
|
613
|
-
t:
|
|
614
|
-
className:
|
|
718
|
+
dateLabel: l,
|
|
719
|
+
timeRangeLabel: m,
|
|
720
|
+
astrologerFooter: g,
|
|
721
|
+
t: i,
|
|
722
|
+
className: h = ""
|
|
615
723
|
}) => {
|
|
616
|
-
const
|
|
617
|
-
return /* @__PURE__ */ t("div", { className:
|
|
724
|
+
const n = a.languages?.length ? a.languages.join(", ") : "", p = typeof a.rating == "number" && a.rating > 0, d = typeof a.experienceYears == "number";
|
|
725
|
+
return /* @__PURE__ */ t("div", { className: a7(C.card, h), children: [
|
|
618
726
|
/* @__PURE__ */ t("div", { className: C.scheduleSection, children: [
|
|
619
|
-
/* @__PURE__ */ e("p", { className: C.sectionLabel, children:
|
|
727
|
+
/* @__PURE__ */ e("p", { className: C.sectionLabel, children: i?.("consultationCallTimeLabel") ?? "Call time" }),
|
|
620
728
|
/* @__PURE__ */ t("div", { className: C.timeRow, children: [
|
|
621
|
-
/* @__PURE__ */ e("span", { className: C.timeIcon, children: /* @__PURE__ */ e(
|
|
729
|
+
/* @__PURE__ */ e("span", { className: C.timeIcon, children: /* @__PURE__ */ e($2, {}) }),
|
|
622
730
|
/* @__PURE__ */ t("div", { className: C.timeText, children: [
|
|
623
|
-
/* @__PURE__ */ e("p", { className: C.dateLabel, children:
|
|
624
|
-
/* @__PURE__ */ e("p", { className: C.timeRangeLabel, children:
|
|
731
|
+
/* @__PURE__ */ e("p", { className: C.dateLabel, children: l }),
|
|
732
|
+
/* @__PURE__ */ e("p", { className: C.timeRangeLabel, children: m })
|
|
625
733
|
] })
|
|
626
734
|
] })
|
|
627
735
|
] }),
|
|
628
736
|
/* @__PURE__ */ t("div", { className: C.astrologerSection, children: [
|
|
629
|
-
/* @__PURE__ */ e("p", { className: C.sectionLabel, children:
|
|
737
|
+
/* @__PURE__ */ e("p", { className: C.sectionLabel, children: i?.("consultationAstrologerLabel") ?? "Astrologer" }),
|
|
630
738
|
/* @__PURE__ */ t("div", { className: C.astrologerRow, children: [
|
|
631
739
|
/* @__PURE__ */ t("div", { className: C.avatar, children: [
|
|
632
740
|
/* @__PURE__ */ t("div", { className: C.avatarInner, children: [
|
|
633
741
|
/* @__PURE__ */ e("div", { className: C.avatarFill }),
|
|
634
742
|
a.photoUrl ? /* @__PURE__ */ e("img", { className: C.photo, src: a.photoUrl, alt: a.name }) : /* @__PURE__ */ e("div", { className: C.photoFallback, "aria-hidden": "true", children: a.name?.trim().charAt(0).toUpperCase() || "?" })
|
|
635
743
|
] }),
|
|
636
|
-
/* @__PURE__ */ e("span", { className: C.verifiedBadge, children: /* @__PURE__ */ e(
|
|
744
|
+
/* @__PURE__ */ e("span", { className: C.verifiedBadge, children: /* @__PURE__ */ e(q2, {}) })
|
|
637
745
|
] }),
|
|
638
746
|
/* @__PURE__ */ t("div", { className: C.astrologerMeta, children: [
|
|
639
747
|
/* @__PURE__ */ e("p", { className: C.astrologerName, children: a.name }),
|
|
640
|
-
(
|
|
641
|
-
|
|
748
|
+
(p || d || n) && /* @__PURE__ */ t("div", { className: C.astrologerSubRow, children: [
|
|
749
|
+
p && /* @__PURE__ */ t("span", { className: C.rating, children: [
|
|
642
750
|
a.rating.toFixed(1),
|
|
643
|
-
/* @__PURE__ */ e(
|
|
751
|
+
/* @__PURE__ */ e(M2, {})
|
|
644
752
|
] }),
|
|
645
|
-
|
|
646
|
-
|
|
753
|
+
p && d && /* @__PURE__ */ e("span", { className: C.metaDot }),
|
|
754
|
+
d && /* @__PURE__ */ e("span", { className: C.experience, children: i?.("consultationYearsExperience", { count: a.experienceYears }) ?? `${a.experienceYears} years of experience` })
|
|
647
755
|
] }),
|
|
648
|
-
|
|
756
|
+
n && /* @__PURE__ */ e("p", { className: C.languages, children: n })
|
|
649
757
|
] })
|
|
650
758
|
] }),
|
|
651
|
-
|
|
759
|
+
g
|
|
652
760
|
] })
|
|
653
761
|
] });
|
|
654
|
-
},
|
|
762
|
+
}, o7 = () => /* @__PURE__ */ t("svg", { width: "204", height: "80.4", viewBox: "0 0 204 80.4", fill: "none", "aria-hidden": "true", children: [
|
|
655
763
|
/* @__PURE__ */ t("g", { clipPath: "url(#success-hero-clip-1)", children: [
|
|
656
764
|
/* @__PURE__ */ e(
|
|
657
765
|
"path",
|
|
@@ -771,7 +879,7 @@ const o1 = (a) => {
|
|
|
771
879
|
/* @__PURE__ */ e("clipPath", { id: "success-hero-clip-1", children: /* @__PURE__ */ e("rect", { width: "38.4", height: "38.4", fill: "white", transform: "matrix(1 0 0 -1 132 38.4)" }) }),
|
|
772
880
|
/* @__PURE__ */ e("clipPath", { id: "success-hero-clip-2", children: /* @__PURE__ */ e("rect", { width: "48", height: "48", fill: "white", transform: "translate(74.3086 18.4561)" }) })
|
|
773
881
|
] })
|
|
774
|
-
] }),
|
|
882
|
+
] }), n7 = () => /* @__PURE__ */ e("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
775
883
|
"path",
|
|
776
884
|
{
|
|
777
885
|
d: "M12.4921 10.7417C12.7109 10.5229 12.8338 10.2261 12.8338 9.91671V2.91667C12.8338 2.60725 12.7109 2.3105 12.4921 2.09171C12.2733 1.87292 11.9765 1.75 11.667 1.75H2.33296C2.02352 1.75 1.72675 1.87292 1.50794 2.09171C1.28913 2.3105 1.1662 2.60725 1.1662 2.91667V12.4169C1.16621 12.4988 1.19051 12.5789 1.23602 12.647C1.28154 12.7151 1.34622 12.7681 1.4219 12.7995C1.49758 12.8308 1.58085 12.839 1.66119 12.823C1.74153 12.8071 1.81533 12.7676 1.87326 12.7097L3.15786 11.4252C3.37662 11.2064 3.67334 11.0834 3.98276 11.0834H11.667C11.9765 11.0834 12.2733 10.9605 12.4921 10.7417Z",
|
|
@@ -779,63 +887,63 @@ const o1 = (a) => {
|
|
|
779
887
|
strokeWidth: "2",
|
|
780
888
|
strokeLinecap: "round"
|
|
781
889
|
}
|
|
782
|
-
) }),
|
|
783
|
-
backdrop:
|
|
784
|
-
root:
|
|
785
|
-
header:
|
|
786
|
-
title:
|
|
787
|
-
footer:
|
|
788
|
-
footerIcon:
|
|
789
|
-
footerText:
|
|
790
|
-
},
|
|
890
|
+
) }), l7 = "_backdrop_gppaz_2", i7 = "_root_gppaz_32", s7 = "_header_gppaz_48", c7 = "_title_gppaz_56", r7 = "_footer_gppaz_68", d7 = "_footerIcon_gppaz_75", C7 = "_footerText_gppaz_82", x = {
|
|
891
|
+
backdrop: l7,
|
|
892
|
+
root: i7,
|
|
893
|
+
header: s7,
|
|
894
|
+
title: c7,
|
|
895
|
+
footer: r7,
|
|
896
|
+
footerIcon: d7,
|
|
897
|
+
footerText: C7
|
|
898
|
+
}, h7 = (...a) => a.filter(Boolean).join(" "), j7 = ({
|
|
791
899
|
isOpen: a,
|
|
792
|
-
onClose:
|
|
793
|
-
astrologer:
|
|
794
|
-
dateLabel:
|
|
795
|
-
timeRangeLabel:
|
|
796
|
-
t:
|
|
797
|
-
className:
|
|
900
|
+
onClose: l,
|
|
901
|
+
astrologer: m,
|
|
902
|
+
dateLabel: g,
|
|
903
|
+
timeRangeLabel: i,
|
|
904
|
+
t: h,
|
|
905
|
+
className: n = ""
|
|
798
906
|
}) => {
|
|
799
|
-
if (
|
|
907
|
+
if (t1(() => {
|
|
800
908
|
if (!a) return;
|
|
801
|
-
const
|
|
802
|
-
|
|
909
|
+
const d = (L) => {
|
|
910
|
+
L.key === "Escape" && l();
|
|
803
911
|
};
|
|
804
|
-
return document.addEventListener("keydown",
|
|
805
|
-
document.removeEventListener("keydown",
|
|
912
|
+
return document.addEventListener("keydown", d), document.body.style.overflow = "hidden", () => {
|
|
913
|
+
document.removeEventListener("keydown", d), document.body.style.overflow = "";
|
|
806
914
|
};
|
|
807
|
-
}, [a,
|
|
808
|
-
const
|
|
915
|
+
}, [a, l]), !a) return null;
|
|
916
|
+
const p = h?.("consultationCallBookedTitle") ?? "Your call has been booked with our Vedic astrologer";
|
|
809
917
|
return /* @__PURE__ */ e(
|
|
810
918
|
"div",
|
|
811
919
|
{
|
|
812
|
-
className:
|
|
813
|
-
onClick:
|
|
920
|
+
className: x.backdrop,
|
|
921
|
+
onClick: l,
|
|
814
922
|
role: "dialog",
|
|
815
923
|
"aria-modal": "true",
|
|
816
|
-
"aria-label":
|
|
817
|
-
children: /* @__PURE__ */ t("div", { className:
|
|
818
|
-
/* @__PURE__ */ t("div", { className:
|
|
819
|
-
/* @__PURE__ */ e(
|
|
820
|
-
/* @__PURE__ */ e("p", { className:
|
|
924
|
+
"aria-label": p,
|
|
925
|
+
children: /* @__PURE__ */ t("div", { className: h7(x.root, n), onClick: (d) => d.stopPropagation(), children: [
|
|
926
|
+
/* @__PURE__ */ t("div", { className: x.header, children: [
|
|
927
|
+
/* @__PURE__ */ e(o7, {}),
|
|
928
|
+
/* @__PURE__ */ e("p", { className: x.title, children: p })
|
|
821
929
|
] }),
|
|
822
930
|
/* @__PURE__ */ e(
|
|
823
|
-
|
|
931
|
+
G,
|
|
824
932
|
{
|
|
825
|
-
astrologer:
|
|
826
|
-
dateLabel:
|
|
827
|
-
timeRangeLabel:
|
|
828
|
-
t:
|
|
933
|
+
astrologer: m,
|
|
934
|
+
dateLabel: g,
|
|
935
|
+
timeRangeLabel: i,
|
|
936
|
+
t: h
|
|
829
937
|
}
|
|
830
938
|
),
|
|
831
|
-
/* @__PURE__ */ t("div", { className:
|
|
832
|
-
/* @__PURE__ */ e("span", { className:
|
|
833
|
-
/* @__PURE__ */ e("p", { className:
|
|
939
|
+
/* @__PURE__ */ t("div", { className: x.footer, children: [
|
|
940
|
+
/* @__PURE__ */ e("span", { className: x.footerIcon, children: /* @__PURE__ */ e(n7, {}) }),
|
|
941
|
+
/* @__PURE__ */ e("p", { className: x.footerText, children: h?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
|
|
834
942
|
] })
|
|
835
943
|
] })
|
|
836
944
|
}
|
|
837
945
|
);
|
|
838
|
-
},
|
|
946
|
+
}, _7 = () => /* @__PURE__ */ t("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", "aria-hidden": "true", children: [
|
|
839
947
|
/* @__PURE__ */ e("circle", { cx: "7", cy: "7", r: "7", fill: "#159169" }),
|
|
840
948
|
/* @__PURE__ */ e(
|
|
841
949
|
"path",
|
|
@@ -844,7 +952,7 @@ const o1 = (a) => {
|
|
|
844
952
|
fill: "white"
|
|
845
953
|
}
|
|
846
954
|
)
|
|
847
|
-
] }),
|
|
955
|
+
] }), p7 = () => /* @__PURE__ */ t("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: [
|
|
848
956
|
/* @__PURE__ */ e(
|
|
849
957
|
"path",
|
|
850
958
|
{
|
|
@@ -857,7 +965,7 @@ const o1 = (a) => {
|
|
|
857
965
|
}
|
|
858
966
|
),
|
|
859
967
|
/* @__PURE__ */ e("path", { d: "M7 14H9", stroke: "#22272B", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
860
|
-
] }),
|
|
968
|
+
] }), u7 = () => /* @__PURE__ */ e("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
861
969
|
"path",
|
|
862
970
|
{
|
|
863
971
|
d: "M16.5 12.69v2.25a1.5 1.5 0 0 1-1.635 1.5 14.85 14.85 0 0 1-6.472-2.303 14.63 14.63 0 0 1-4.5-4.5A14.85 14.85 0 0 1 1.59 3.135 1.5 1.5 0 0 1 3.083 1.5h2.25a1.5 1.5 0 0 1 1.5 1.29c.095.72.271 1.427.525 2.107a1.5 1.5 0 0 1-.337 1.583l-.953.952a12 12 0 0 0 4.5 4.5l.953-.952a1.5 1.5 0 0 1 1.582-.338c.68.254 1.387.43 2.108.525a1.5 1.5 0 0 1 1.29 1.523Z",
|
|
@@ -866,7 +974,7 @@ const o1 = (a) => {
|
|
|
866
974
|
strokeLinecap: "round",
|
|
867
975
|
strokeLinejoin: "round"
|
|
868
976
|
}
|
|
869
|
-
) }),
|
|
977
|
+
) }), m7 = () => /* @__PURE__ */ t("svg", { width: "127", height: "127", viewBox: "0 0 127.081 126.889", fill: "none", "aria-hidden": "true", children: [
|
|
870
978
|
/* @__PURE__ */ t("g", { opacity: "0.3", fill: "url(#consultation-booked-blob-gradient)", children: [
|
|
871
979
|
/* @__PURE__ */ e("path", { d: "M27.9017 31.3222C27.8477 30.5847 28.7507 30.1841 29.2628 30.7169L31.8908 33.4565L33.1089 33.3431C44.3357 21.2677 61.5935 15.9144 78.2613 20.35C79.3566 17.0877 83.8696 16.8772 85.2729 19.9975C85.699 20.945 85.7001 21.9772 85.3592 22.88C101.737 30.2663 111.706 46.1047 112.239 63.0172L113.545 64.379L117.701 63.9922C118.038 63.9611 118.357 64.1466 118.496 64.4555L118.497 64.4583C118.636 64.7693 118.56 65.1339 118.31 65.3635L115.236 68.1875L115.525 72.2286C115.579 72.9661 114.676 73.3667 114.164 72.8339L111.868 70.4411C110.533 80.5327 105.861 90.033 98.4809 97.2479C100.101 100.753 96.0512 104.171 92.8726 101.898C81.1457 110.151 66.642 112.279 53.3534 108.26L53.5323 110.768C53.5863 111.505 52.6834 111.906 52.1712 111.373L49.518 108.608L45.5891 108.974C44.8341 109.047 44.4232 108.113 44.98 107.602L46.9497 105.792C38.5359 101.804 31.3005 95.2504 26.5429 86.6274C24.5351 87.6758 22.2198 86.744 21.3637 84.8403C20.5076 82.9367 21.3466 80.5863 23.4634 79.7798C18.4786 65.7354 20.8035 50.5844 28.7288 38.8609L25.9032 39.1242C25.1482 39.1973 24.7373 38.2636 25.2941 37.7529L28.1715 35.107L27.9017 31.3222ZM35.7822 33.0938C36.1187 33.0612 36.4385 33.2481 36.5774 33.5571L36.5787 33.5599C36.7169 33.8709 36.6417 34.2355 36.3913 34.4651L33.5139 37.1109L33.7837 40.8957C33.8376 41.6333 32.9347 42.0339 32.4225 41.5011L30.3305 39.3204C28.4215 42.0739 26.8429 45.0323 25.6049 48.1262L40.6029 53.8074L52.1774 55.5957C52.4595 55.1313 52.7514 54.6998 53.0576 54.2907L49.1548 48.9426C48.6095 48.2029 49.5662 47.2861 50.2851 47.8542L55.2947 51.8108C55.7536 51.3924 56.2391 51.001 56.7475 50.6418L54.318 39.2619L47.729 24.6106C43.0905 26.7969 39.0007 29.6912 35.5393 33.1165L35.7822 33.0938ZM50.5916 64.6266L48.8103 64.8256L50.6723 65.1229C51.0314 65.1802 51.3045 65.4746 51.3368 65.8349C51.5575 68.3138 52.2009 68.7824 51.5057 69.2936L44.4868 74.4482L53.0005 72.6174C53.3253 72.5477 53.6588 72.6877 53.837 72.9689C54.1738 73.5009 54.5497 74.0069 54.9556 74.4757C55.1974 74.7587 55.2138 75.1686 54.9918 75.4669L53.5145 77.4508L55.4362 75.9573C55.7358 75.7259 56.1577 75.738 56.4424 75.9865C58.5425 77.8169 59.4014 77.6518 59.2672 78.5358L57.9689 87.1388L62.6326 79.8887C63.1131 79.1399 63.5415 79.8087 66.2748 79.8807C67.0908 79.9 67.0751 80.8577 67.1521 81.0262L67.1664 80.6093C67.1798 80.1996 67.5029 79.8677 67.9116 79.8451C70.4109 79.7001 70.8815 79.0197 71.4 79.7213L76.4704 86.5966L74.6947 78.3109C74.4979 77.396 75.4398 77.5261 77.3717 75.6551C77.6327 75.402 78.0319 75.3582 78.3411 75.5516L80.0235 76.5996L78.7436 75.2095C78.4765 74.9174 78.4634 74.4789 78.7128 74.1717C79.2515 73.5122 79.6806 72.8935 80.0644 72.229C80.227 71.9456 80.5469 71.7915 80.8703 71.8412L89.1653 73.1125L82.1446 68.5781C81.8653 68.3984 81.7287 68.0663 81.8009 67.7421C82.0218 66.7455 82.1426 65.794 82.1606 64.9158C82.1675 64.5276 82.4543 64.2036 82.8381 64.148L84.7599 63.8672L82.7755 63.6148C82.4022 63.5673 82.1135 63.2629 82.0852 62.8906C81.8993 60.519 81.2337 60.0365 81.9335 59.5191L88.6228 54.6027L80.5105 56.353C80.1878 56.4218 79.8562 56.2843 79.6772 56.0069C78.7074 54.4978 78.0277 54.0193 77.8832 53.698C77.579 53.0215 78.2627 52.6523 79.0814 51.3273L77.577 52.5551C77.2819 52.7964 76.8575 52.7939 76.5657 52.5486C74.5794 50.8787 73.7253 51.0637 73.8655 50.1706L75.128 41.8991L70.5788 48.957C70.1123 49.6857 69.6522 49.0654 67.0189 49.0178C66.6024 49.0101 66.2634 48.6843 66.2424 48.268L66.1747 46.9992L65.8545 48.4577C65.7821 48.7888 65.5067 49.0382 65.1687 49.0748C64.1845 49.185 63.3095 49.3495 62.4941 49.5788C62.1768 49.669 61.8368 49.5522 61.6414 49.2856L56.6184 42.4517L58.407 50.8301C58.4749 51.1489 58.3403 51.4775 58.0677 51.6577C57.2871 52.1699 56.5593 52.7635 55.9031 53.4182C55.6186 53.7021 55.1675 53.7286 54.8524 53.4785L53.8477 52.6854L54.69 53.8399C54.9043 54.137 54.8916 54.5294 54.6642 54.8081C53.1778 56.6309 53.3073 57.3738 52.465 57.2422L43.9282 55.9235L51.2299 60.6641C51.4997 60.8379 51.6346 61.1605 51.5767 61.4749C51.4327 62.2333 51.3363 63.0654 51.2952 63.8793C51.2758 64.268 50.9776 64.5836 50.5916 64.6266ZM57.3453 91.036L52.7309 103.167L55.5569 102.905C56.3164 102.835 56.7205 103.768 56.166 104.276L53.5608 106.67C63.2295 109.657 73.9477 109.354 83.9189 105.082L77.3281 90.4272L70.4371 81.0839C69.869 81.2104 69.2967 81.305 68.7257 81.3667L68.5384 86.9921C68.5104 87.906 67.1941 88.0513 66.9762 87.1485L65.6217 81.4363C64.9587 81.3952 64.3063 81.3172 63.672 81.2005L57.3453 91.036ZM93.0177 73.7145L108.061 79.4245C109.153 76.3838 109.924 73.2265 110.333 70.0049L107.203 70.2959C106.866 70.3271 106.547 70.1416 106.408 69.8326L106.406 69.8298C106.268 69.5188 106.343 69.1543 106.594 68.9246L109.667 66.1009L109.378 62.0582C109.354 61.7248 109.542 61.413 109.847 61.2777C110.092 61.1687 110.357 61.2247 110.577 61.3641C110.24 56.5845 109.099 51.7881 107.113 47.1521L92.4791 53.7335L83.3023 60.4792C83.4321 61.028 83.5314 61.5787 83.599 62.1233L90.712 63.0273C91.6186 63.1445 91.636 64.4663 90.7265 64.5965L83.713 65.6203C83.6697 66.2385 83.5851 66.8821 83.4597 67.5423L93.0177 73.7145ZM82.295 25.2753L77.2324 38.6127L75.5138 49.872C76.0593 50.1949 76.5807 50.5472 77.0714 50.9236L82.5826 46.4216C83.2931 45.8388 84.2571 46.744 83.7302 47.4914L79.6189 53.3109C80.0164 53.7648 80.375 54.2209 80.7026 54.6909L91.8282 52.2894L106.464 45.7074C101.786 35.7767 93.8386 28.3748 84.4811 24.2175C83.8228 24.8728 83.1441 25.1699 82.295 25.2753ZM49.1735 23.9606L55.7635 38.614L62.5985 47.9138C63.1769 47.7724 63.7818 47.6598 64.4272 47.5714L65.8781 40.9503C66.073 40.0565 67.3921 40.1581 67.4425 41.0779L67.7855 47.4638C68.3649 47.5 68.9494 47.5645 69.5326 47.6584L75.7897 37.95L80.6592 25.1213C79.3141 24.6806 78.2579 23.5463 78.0911 21.9389C68.8054 19.4133 58.6505 19.8983 49.1735 23.9606ZM97.5061 95.9799C101.883 91.6636 105.258 86.5096 107.499 80.9053L92.563 75.2358L81.1552 73.4872C80.9143 73.8719 80.6523 74.251 80.3646 74.6314L85.142 79.8236C85.7663 80.5038 84.9157 81.5168 84.1404 81.0322L78.0166 77.2155C77.5158 77.6613 76.9665 78.0881 76.356 78.5051L78.7718 89.7754L85.3636 104.433C87.647 103.357 89.7968 102.11 91.804 100.71C89.7093 97.0444 94.289 93.2482 97.5061 95.9799ZM47.8521 104.466L47.613 101.109C47.559 100.372 48.462 99.9712 48.9741 100.504L51.1762 102.8L55.8649 90.4731L57.6229 78.8207C57.0046 78.4322 56.4361 78.0298 55.9039 77.6008L49.8829 82.2795C49.1556 82.8434 48.2174 81.9112 48.762 81.1807L53.3505 75.0194C53.1616 74.7804 52.9793 74.5334 52.8049 74.2794L41.2824 76.7577L28.4974 82.5073C28.7305 83.6036 28.4461 84.725 27.7807 85.5894C32.4121 94.1246 39.5464 100.585 47.8521 104.466ZM27.8512 81.0611L40.6325 75.3131L50.1411 68.3299C50.0035 67.7354 49.8991 67.1599 49.8255 66.5909L42.7867 65.4652C42.392 65.4002 42.1084 65.0562 42.1196 64.6645C42.1296 64.2682 42.4305 63.9395 42.8241 63.8965L49.758 63.1256C49.799 62.6475 49.8561 62.169 49.9283 61.7073L40.0403 55.2879L25.0425 49.6071C21.6586 59.0204 21.4458 69.5777 25.0613 79.5425C26.1538 79.6185 27.1862 80.1532 27.8512 81.0611Z" }),
|
|
872
980
|
/* @__PURE__ */ e("path", { d: "M88.2625 2.20076L91.0447 1.94178C91.8042 1.87155 92.2083 2.80453 91.6538 3.31309L89.596 5.20359L89.789 7.90689C89.843 8.64444 88.94 9.04504 88.4279 8.51223L86.5516 6.55578L83.7694 6.81476C83.0099 6.88499 82.6058 5.95201 83.1603 5.44346L85.2181 3.55295L85.0251 0.849646C84.9711 0.1121 85.8741 -0.288496 86.3862 0.244309L88.2625 2.20076Z" }),
|
|
@@ -911,193 +1019,101 @@ const o1 = (a) => {
|
|
|
911
1019
|
]
|
|
912
1020
|
}
|
|
913
1021
|
) })
|
|
914
|
-
] }),
|
|
915
|
-
root:
|
|
916
|
-
blob:
|
|
917
|
-
header:
|
|
918
|
-
headerIcon:
|
|
919
|
-
headerText:
|
|
920
|
-
cardWrap:
|
|
921
|
-
card:
|
|
922
|
-
ctaBtn:
|
|
923
|
-
reminder:
|
|
924
|
-
reminderIcon:
|
|
925
|
-
reminderText:
|
|
926
|
-
},
|
|
1022
|
+
] }), g7 = "_root_1jqpk_2", L7 = "_blob_1jqpk_16", v7 = "_header_1jqpk_28", b7 = "_headerIcon_1jqpk_39", f7 = "_headerText_1jqpk_45", k7 = "_cardWrap_1jqpk_56", N7 = "_card_1jqpk_56", x7 = "_ctaBtn_1jqpk_70", w7 = "_reminder_1jqpk_97", S7 = "_reminderIcon_1jqpk_108", B7 = "_reminderText_1jqpk_114", b = {
|
|
1023
|
+
root: g7,
|
|
1024
|
+
blob: L7,
|
|
1025
|
+
header: v7,
|
|
1026
|
+
headerIcon: b7,
|
|
1027
|
+
headerText: f7,
|
|
1028
|
+
cardWrap: k7,
|
|
1029
|
+
card: N7,
|
|
1030
|
+
ctaBtn: x7,
|
|
1031
|
+
reminder: w7,
|
|
1032
|
+
reminderIcon: S7,
|
|
1033
|
+
reminderText: B7
|
|
1034
|
+
}, R7 = (...a) => a.filter(Boolean).join(" "), A7 = ({
|
|
927
1035
|
astrologer: a,
|
|
928
|
-
dateLabel:
|
|
929
|
-
timeRangeLabel:
|
|
930
|
-
onJoinCall:
|
|
931
|
-
reminderMinutesBefore:
|
|
932
|
-
t:
|
|
933
|
-
className:
|
|
934
|
-
}) => /* @__PURE__ */ t("div", { className:
|
|
935
|
-
/* @__PURE__ */ e("span", { className:
|
|
936
|
-
/* @__PURE__ */ t("div", { className:
|
|
937
|
-
/* @__PURE__ */ e("span", { className:
|
|
938
|
-
/* @__PURE__ */ e("p", { className:
|
|
1036
|
+
dateLabel: l,
|
|
1037
|
+
timeRangeLabel: m,
|
|
1038
|
+
onJoinCall: g,
|
|
1039
|
+
reminderMinutesBefore: i = 15,
|
|
1040
|
+
t: h,
|
|
1041
|
+
className: n = ""
|
|
1042
|
+
}) => /* @__PURE__ */ t("div", { className: R7(b.root, n), children: [
|
|
1043
|
+
/* @__PURE__ */ e("span", { className: b.blob, "aria-hidden": "true", children: /* @__PURE__ */ e(m7, {}) }),
|
|
1044
|
+
/* @__PURE__ */ t("div", { className: b.header, children: [
|
|
1045
|
+
/* @__PURE__ */ e("span", { className: b.headerIcon, children: /* @__PURE__ */ e(_7, {}) }),
|
|
1046
|
+
/* @__PURE__ */ e("p", { className: b.headerText, children: h?.("consultationCallDetailsHeading") ?? "Your astrology call details:" })
|
|
939
1047
|
] }),
|
|
940
|
-
/* @__PURE__ */ e("div", { className:
|
|
941
|
-
|
|
1048
|
+
/* @__PURE__ */ e("div", { className: b.cardWrap, children: /* @__PURE__ */ e(
|
|
1049
|
+
G,
|
|
942
1050
|
{
|
|
943
|
-
className:
|
|
1051
|
+
className: b.card,
|
|
944
1052
|
astrologer: a,
|
|
945
|
-
dateLabel:
|
|
946
|
-
timeRangeLabel:
|
|
947
|
-
t:
|
|
948
|
-
astrologerFooter:
|
|
949
|
-
/* @__PURE__ */ e(
|
|
950
|
-
|
|
1053
|
+
dateLabel: l,
|
|
1054
|
+
timeRangeLabel: m,
|
|
1055
|
+
t: h,
|
|
1056
|
+
astrologerFooter: g && /* @__PURE__ */ t("button", { type: "button", className: b.ctaBtn, onClick: g, children: [
|
|
1057
|
+
/* @__PURE__ */ e(u7, {}),
|
|
1058
|
+
h?.("consultationJoinCall") ?? "Join Call"
|
|
951
1059
|
] })
|
|
952
1060
|
}
|
|
953
1061
|
) }),
|
|
954
|
-
/* @__PURE__ */ t("div", { className:
|
|
955
|
-
/* @__PURE__ */ e("span", { className:
|
|
956
|
-
/* @__PURE__ */ e("p", { className:
|
|
1062
|
+
/* @__PURE__ */ t("div", { className: b.reminder, children: [
|
|
1063
|
+
/* @__PURE__ */ e("span", { className: b.reminderIcon, children: /* @__PURE__ */ e(p7, {}) }),
|
|
1064
|
+
/* @__PURE__ */ e("p", { className: b.reminderText, children: h?.("consultationCallReminderNote", { minutes: i }) ?? `You will receive a notification ${i} minutes before the call` })
|
|
957
1065
|
] })
|
|
958
|
-
] }),
|
|
959
|
-
"path",
|
|
960
|
-
{
|
|
961
|
-
d: "M6.5 0C10.0901 0 13 2.90986 13 6.5C13 10.0901 10.0901 13 6.5 13C2.90986 13 0 10.0901 0 6.5C0 2.90986 2.90986 0 6.5 0ZM10.21 4.1709C10.0284 3.96331 9.71281 3.94187 9.50488 4.12305L5.25 7.83594L3.49609 6.30469C3.28809 6.12318 2.97163 6.14562 2.79004 6.35352C2.60887 6.56152 2.63011 6.87711 2.83789 7.05859L4.92188 8.87695C5.11019 9.04088 5.39091 9.0411 5.5791 8.87695L10.1621 4.87695C10.3699 4.6954 10.3913 4.37889 10.21 4.1709Z",
|
|
962
|
-
fill: "#159169"
|
|
963
|
-
}
|
|
964
|
-
) }), X2 = () => /* @__PURE__ */ e("svg", { width: "12", height: "12", viewBox: "0 0 9.38 8.94", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
965
|
-
"path",
|
|
966
|
-
{
|
|
967
|
-
d: "M9.28094 3.71918L7.22537 5.72294L7.7108 8.55302C7.73192 8.67677 7.6811 8.80184 7.57946 8.87576C7.52204 8.91767 7.45373 8.93879 7.38542 8.93879C7.33295 8.93879 7.28015 8.92625 7.23197 8.90084L4.69031 7.56467L2.14898 8.90051C2.0381 8.95925 1.90313 8.94968 1.80149 8.87543C1.69985 8.80151 1.64903 8.67644 1.67015 8.55269L2.15558 5.72261L0.0996759 3.71918C0.00991586 3.6314 -0.0227541 3.50006 0.0161859 3.38093C0.0551259 3.2618 0.158416 3.17435 0.282826 3.1562L3.1238 2.7437L4.3943 0.169042C4.50551 -0.0563475 4.87511 -0.0563475 4.98632 0.169042L6.25682 2.7437L9.09779 3.1562C9.2222 3.17435 9.32549 3.26147 9.36443 3.38093C9.40337 3.50039 9.3707 3.63107 9.28094 3.71918Z",
|
|
968
|
-
fill: "#FFC627"
|
|
969
|
-
}
|
|
970
|
-
) }), e7 = () => /* @__PURE__ */ t("svg", { width: "24", height: "24", viewBox: "0 0 23.9 23.9", fill: "none", "aria-hidden": "true", children: [
|
|
971
|
-
/* @__PURE__ */ e("circle", { cx: "11.6667", cy: "11.6667", r: "5.83333", fill: "white" }),
|
|
972
|
-
/* @__PURE__ */ e(
|
|
973
|
-
"path",
|
|
974
|
-
{
|
|
975
|
-
d: "M21.1605 13.933C21.4969 13.7095 21.7815 13.4167 21.9953 13.0741C22.2091 12.7315 22.3471 12.3472 22.4 11.9468C22.3471 11.5465 22.2091 11.1621 21.9953 10.8196C21.7815 10.477 21.4969 10.1841 21.1605 9.9607C20.8921 9.73966 20.6602 9.47759 20.4736 9.18417C20.4343 8.81253 20.4699 8.43679 20.5781 8.0791C20.7089 7.70675 20.7605 7.31122 20.7296 6.91779C20.6988 6.52437 20.5861 6.14171 20.3989 5.7943C20.1225 5.50969 19.79 5.2857 19.4223 5.13659C19.0547 4.98747 18.66 4.9165 18.2635 4.92817C17.905 4.91214 17.5517 4.83644 17.2181 4.70417C16.9832 4.43149 16.8009 4.11755 16.6805 3.7783C16.5688 3.3924 16.3767 3.03453 16.1167 2.72824C15.8568 2.42195 15.5349 2.17418 15.1723 2.00123C14.7891 1.93273 14.3959 1.94517 14.0178 2.03776C13.6397 2.13035 13.2852 2.30103 12.9771 2.53883C12.6647 2.75141 12.3152 2.90338 11.9467 2.98683C11.5782 2.90338 11.2286 2.75141 10.9163 2.53883C10.6085 2.30026 10.2541 2.12911 9.87586 2.03649C9.49767 1.94387 9.10421 1.93186 8.72107 2.00123C8.35846 2.17418 8.03659 2.42195 7.77662 2.72824C7.51666 3.03453 7.32451 3.3924 7.2128 3.7783C7.09247 4.11755 6.91018 4.43149 6.6752 4.70417C6.34164 4.83644 5.98834 4.91214 5.62987 4.92817C5.23331 4.9165 4.83866 4.98747 4.47102 5.13659C4.10338 5.2857 3.77079 5.50969 3.4944 5.7943C3.30721 6.14171 3.19458 6.52437 3.16372 6.91779C3.13287 7.31122 3.18446 7.70675 3.3152 8.0791C3.42345 8.43679 3.459 8.81253 3.41973 9.18417C3.2331 9.47759 3.00126 9.73966 2.7328 9.9607C2.39644 10.1841 2.11181 10.477 1.89802 10.8196C1.68424 11.1621 1.54625 11.5465 1.49333 11.9468C1.54625 12.3472 1.68424 12.7315 1.89802 13.0741C2.11181 13.4167 2.39644 13.7095 2.7328 13.933C3.00126 14.154 3.2331 14.4161 3.41973 14.7095C3.459 15.0811 3.42345 15.4569 3.3152 15.8146C3.18446 16.1869 3.13287 16.5824 3.16372 16.9759C3.19458 17.3693 3.30721 17.752 3.4944 18.0994C3.77079 18.384 4.10338 18.608 4.47102 18.7571C4.83866 18.9062 5.23331 18.9772 5.62987 18.9655C5.98834 18.9815 6.34164 19.0572 6.6752 19.1895C6.91018 19.4622 7.09247 19.7761 7.2128 20.1154C7.32451 20.5013 7.51666 20.8591 7.77662 21.1654C8.03659 21.4717 8.35846 21.7195 8.72107 21.8924C9.10423 21.9609 9.49749 21.9485 9.87555 21.8559C10.2536 21.7633 10.6081 21.5926 10.9163 21.3548C11.2286 21.1423 11.5782 20.9903 11.9467 20.9068C12.3152 20.9903 12.6647 21.1423 12.9771 21.3548C13.4867 21.6934 14.0709 21.9035 14.6795 21.9671C14.8469 21.9716 15.0137 21.9463 15.1723 21.8924C15.5349 21.7195 15.8568 21.4717 16.1167 21.1654C16.3767 20.8591 16.5688 20.5013 16.6805 20.1154C16.8009 19.7761 16.9832 19.4622 17.2181 19.1895C17.5517 19.0572 17.905 18.9815 18.2635 18.9655C18.66 18.9772 19.0547 18.9062 19.4223 18.7571C19.79 18.608 20.1225 18.384 20.3989 18.0994C20.5861 17.752 20.6988 17.3693 20.7296 16.9759C20.7605 16.5824 20.7089 16.1869 20.5781 15.8146C20.4699 15.4569 20.4343 15.0811 20.4736 14.7095C20.6602 14.4161 20.8921 14.154 21.1605 13.933ZM15.456 10.4834L11.4837 14.4706C11.3399 14.6049 11.1504 14.6797 10.9536 14.6797C10.7568 14.6797 10.5673 14.6049 10.4235 14.4706L8.43734 12.4695C8.30102 12.3304 8.22511 12.1431 8.22609 11.9484C8.22707 11.7536 8.30488 11.5671 8.44259 11.4294C8.5803 11.2917 8.7668 11.2139 8.96155 11.2129C9.1563 11.2119 9.34357 11.2879 9.48267 11.4242L10.9461 12.8876L14.4107 9.4231C14.5504 9.28668 14.738 9.21031 14.9333 9.21031C15.1287 9.21031 15.3162 9.28668 15.456 9.4231C15.5269 9.492 15.5832 9.57442 15.6217 9.66548C15.6602 9.75653 15.68 9.85438 15.68 9.95323C15.68 10.0521 15.6602 10.1499 15.6217 10.241C15.5832 10.332 15.5269 10.4145 15.456 10.4834Z",
|
|
976
|
-
fill: "#1A6EE5"
|
|
977
|
-
}
|
|
978
|
-
)
|
|
979
|
-
] }), t7 = () => /* @__PURE__ */ e("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
|
|
980
|
-
"path",
|
|
981
|
-
{
|
|
982
|
-
d: "M3.75 9H14.25M14.25 9L9.75 4.5M14.25 9L9.75 13.5",
|
|
983
|
-
stroke: "currentColor",
|
|
984
|
-
strokeWidth: "1.5",
|
|
985
|
-
strokeLinecap: "round",
|
|
986
|
-
strokeLinejoin: "round"
|
|
987
|
-
}
|
|
988
|
-
) }), a7 = "_root_97nv9_5", o7 = "_card_97nv9_17", n7 = "_header_97nv9_32", l7 = "_title_97nv9_40", i7 = "_includedTag_97nv9_49", s7 = "_includedIcon_97nv9_58", c7 = "_includedText_97nv9_65", r7 = "_scrollRow_97nv9_74", d7 = "_astrologerCard_97nv9_89", C7 = "_astrologerCardSelected_97nv9_105", h7 = "_ribbon_97nv9_113", _7 = "_avatar_97nv9_133", p7 = "_avatarInner_97nv9_133", u7 = "_avatarFill_97nv9_152", m7 = "_photo_97nv9_158", g7 = "_photoFallback_97nv9_166", L7 = "_verifiedBadge_97nv9_177", v7 = "_meta_97nv9_183", b7 = "_name_97nv9_191", f7 = "_subRow_97nv9_202", k7 = "_rating_97nv9_208", N7 = "_dot_97nv9_218", x7 = "_experience_97nv9_226", w7 = "_languages_97nv9_233", S7 = "_footer_97nv9_242", B7 = "_ctaBtn_97nv9_250", s = {
|
|
989
|
-
root: a7,
|
|
990
|
-
card: o7,
|
|
991
|
-
header: n7,
|
|
992
|
-
title: l7,
|
|
993
|
-
includedTag: i7,
|
|
994
|
-
includedIcon: s7,
|
|
995
|
-
includedText: c7,
|
|
996
|
-
scrollRow: r7,
|
|
997
|
-
astrologerCard: d7,
|
|
998
|
-
astrologerCardSelected: C7,
|
|
999
|
-
ribbon: h7,
|
|
1000
|
-
avatar: _7,
|
|
1001
|
-
avatarInner: p7,
|
|
1002
|
-
avatarFill: u7,
|
|
1003
|
-
photo: m7,
|
|
1004
|
-
photoFallback: g7,
|
|
1005
|
-
verifiedBadge: L7,
|
|
1006
|
-
meta: v7,
|
|
1007
|
-
name: b7,
|
|
1008
|
-
subRow: f7,
|
|
1009
|
-
rating: k7,
|
|
1010
|
-
dot: N7,
|
|
1011
|
-
experience: x7,
|
|
1012
|
-
languages: w7,
|
|
1013
|
-
footer: S7,
|
|
1014
|
-
ctaBtn: B7
|
|
1015
|
-
}, Y = (...a) => a.filter(Boolean).join(" "), j7 = ({
|
|
1066
|
+
] }), y7 = (...a) => a.filter(Boolean).join(" "), D7 = ({
|
|
1016
1067
|
astrologers: a,
|
|
1017
|
-
selectedAstrologerId:
|
|
1018
|
-
onSelectAstrologer:
|
|
1019
|
-
onScheduleCall:
|
|
1020
|
-
ctaDisabled:
|
|
1021
|
-
ctaLabel:
|
|
1022
|
-
hideHeader:
|
|
1023
|
-
hideFooter:
|
|
1024
|
-
t:
|
|
1025
|
-
className:
|
|
1026
|
-
}) => /* @__PURE__ */ e("div", { className:
|
|
1027
|
-
!
|
|
1028
|
-
/* @__PURE__ */ e("p", { className:
|
|
1029
|
-
/* @__PURE__ */ t("span", { className:
|
|
1030
|
-
/* @__PURE__ */ e("span", { className:
|
|
1031
|
-
/* @__PURE__ */ e("span", { className:
|
|
1068
|
+
selectedAstrologerId: l,
|
|
1069
|
+
onSelectAstrologer: m,
|
|
1070
|
+
onScheduleCall: g,
|
|
1071
|
+
ctaDisabled: i = !1,
|
|
1072
|
+
ctaLabel: h,
|
|
1073
|
+
hideHeader: n = !1,
|
|
1074
|
+
hideFooter: p = !1,
|
|
1075
|
+
t: d,
|
|
1076
|
+
className: L = ""
|
|
1077
|
+
}) => /* @__PURE__ */ e("div", { className: y7(c.root, L), children: /* @__PURE__ */ t("div", { className: c.card, children: [
|
|
1078
|
+
!n && /* @__PURE__ */ t("div", { className: c.header, children: [
|
|
1079
|
+
/* @__PURE__ */ e("p", { className: c.title, children: d?.("consultationScheduleCallTitle") ?? "Schedule your astrology call" }),
|
|
1080
|
+
/* @__PURE__ */ t("span", { className: c.includedTag, children: [
|
|
1081
|
+
/* @__PURE__ */ e("span", { className: c.includedIcon, children: /* @__PURE__ */ e(A1, {}) }),
|
|
1082
|
+
/* @__PURE__ */ e("span", { className: c.includedText, children: d?.("consultationIncludedInPackage") ?? "Included in your package" })
|
|
1032
1083
|
] })
|
|
1033
1084
|
] }),
|
|
1034
1085
|
/* @__PURE__ */ e(
|
|
1035
|
-
|
|
1086
|
+
O,
|
|
1036
1087
|
{
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
const _ = r.id === n, N = r.languages?.length ? r.languages.join(", ") : "", v = typeof r.rating == "number" && r.rating > 0, l = typeof r.experienceYears == "number";
|
|
1042
|
-
return /* @__PURE__ */ t(
|
|
1043
|
-
"button",
|
|
1044
|
-
{
|
|
1045
|
-
type: "button",
|
|
1046
|
-
role: "radio",
|
|
1047
|
-
"aria-checked": _,
|
|
1048
|
-
className: Y(s.astrologerCard, _ && s.astrologerCardSelected),
|
|
1049
|
-
onClick: () => g?.(r),
|
|
1050
|
-
children: [
|
|
1051
|
-
r.isRecommended && /* @__PURE__ */ e("span", { className: s.ribbon, children: h?.("consultationRecommended") ?? "Recommended" }),
|
|
1052
|
-
/* @__PURE__ */ t("span", { className: s.avatar, children: [
|
|
1053
|
-
/* @__PURE__ */ t("span", { className: s.avatarInner, children: [
|
|
1054
|
-
/* @__PURE__ */ e("span", { className: s.avatarFill }),
|
|
1055
|
-
r.photoUrl ? /* @__PURE__ */ e("img", { className: s.photo, src: r.photoUrl, alt: r.name }) : /* @__PURE__ */ e("span", { className: s.photoFallback, "aria-hidden": "true", children: r.name?.trim().charAt(0).toUpperCase() || "?" })
|
|
1056
|
-
] }),
|
|
1057
|
-
/* @__PURE__ */ e("span", { className: s.verifiedBadge, children: /* @__PURE__ */ e(e7, {}) })
|
|
1058
|
-
] }),
|
|
1059
|
-
/* @__PURE__ */ t("span", { className: s.meta, children: [
|
|
1060
|
-
/* @__PURE__ */ e("p", { className: s.name, children: r.name }),
|
|
1061
|
-
(v || l) && /* @__PURE__ */ t("span", { className: s.subRow, children: [
|
|
1062
|
-
v && /* @__PURE__ */ t("span", { className: s.rating, children: [
|
|
1063
|
-
r.rating.toFixed(1),
|
|
1064
|
-
/* @__PURE__ */ e(X2, {})
|
|
1065
|
-
] }),
|
|
1066
|
-
v && l && /* @__PURE__ */ e("span", { className: s.dot }),
|
|
1067
|
-
l && /* @__PURE__ */ e("span", { className: s.experience, children: h?.("consultationYearsExperience", { count: r.experienceYears }) ?? `${r.experienceYears} years of experience` })
|
|
1068
|
-
] }),
|
|
1069
|
-
N && /* @__PURE__ */ e("p", { className: s.languages, children: N })
|
|
1070
|
-
] })
|
|
1071
|
-
]
|
|
1072
|
-
},
|
|
1073
|
-
r.id
|
|
1074
|
-
);
|
|
1075
|
-
})
|
|
1088
|
+
astrologers: a,
|
|
1089
|
+
selectedAstrologerId: l,
|
|
1090
|
+
onSelectAstrologer: m,
|
|
1091
|
+
t: d
|
|
1076
1092
|
}
|
|
1077
1093
|
),
|
|
1078
|
-
!
|
|
1094
|
+
!p && /* @__PURE__ */ e("div", { className: c.footer, children: /* @__PURE__ */ t(
|
|
1079
1095
|
"button",
|
|
1080
1096
|
{
|
|
1081
1097
|
type: "button",
|
|
1082
|
-
className:
|
|
1083
|
-
disabled:
|
|
1084
|
-
onClick:
|
|
1098
|
+
className: c.ctaBtn,
|
|
1099
|
+
disabled: i,
|
|
1100
|
+
onClick: g,
|
|
1085
1101
|
children: [
|
|
1086
|
-
|
|
1087
|
-
/* @__PURE__ */ e(
|
|
1102
|
+
h ?? d?.("consultationScheduleCall") ?? "Schedule your call",
|
|
1103
|
+
/* @__PURE__ */ e(V1, {})
|
|
1088
1104
|
]
|
|
1089
1105
|
}
|
|
1090
1106
|
) })
|
|
1091
1107
|
] }) });
|
|
1092
1108
|
export {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1109
|
+
j7 as AstroConsultationSuccessModal,
|
|
1110
|
+
T7 as AstrologerCard,
|
|
1111
|
+
A7 as ConsultationBookedSection,
|
|
1112
|
+
G as ConsultationDetailsCard,
|
|
1113
|
+
Z7 as ConsultationSlotSheet,
|
|
1114
|
+
F7 as PaymentResult,
|
|
1115
|
+
j1 as SlotUnavailableNotice,
|
|
1116
|
+
D7 as UnscheduledAstrologerList,
|
|
1117
|
+
n1 as getAstrologerPriceSymbol
|
|
1102
1118
|
};
|
|
1103
1119
|
//# sourceMappingURL=astro-consultation.js.map
|