react-feedback-surveys 1.5.3 → 1.5.4
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/README.md +12 -9
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -7
- package/dist/index.js +221 -205
- package/package.json +28 -28
package/dist/index.js
CHANGED
|
@@ -2,19 +2,27 @@ import { jsx as a, jsxs as E, Fragment as W } from "react/jsx-runtime";
|
|
|
2
2
|
import * as e from "react";
|
|
3
3
|
import { useId as J, useState as U, useCallback as b, useMemo as ee } from "react";
|
|
4
4
|
function i(...t) {
|
|
5
|
-
const
|
|
6
|
-
s && (typeof s == "string" ?
|
|
7
|
-
|
|
5
|
+
const l = [], r = (s) => {
|
|
6
|
+
s && (typeof s == "string" ? l.push(s) : Array.isArray(s) ? s.forEach(r) : typeof s == "object" && Object.entries(s).forEach(([o, n]) => {
|
|
7
|
+
n && l.push(o);
|
|
8
8
|
}));
|
|
9
9
|
};
|
|
10
|
-
return t.forEach(
|
|
10
|
+
return t.forEach(r), l.join(" ");
|
|
11
11
|
}
|
|
12
|
-
const te = "
|
|
12
|
+
const te = "_base_d3jtv_1", ae = {
|
|
13
13
|
base: te
|
|
14
14
|
}, re = ({
|
|
15
15
|
className: t,
|
|
16
|
-
children:
|
|
17
|
-
|
|
16
|
+
children: l,
|
|
17
|
+
...r
|
|
18
|
+
}) => /* @__PURE__ */ a(
|
|
19
|
+
"div",
|
|
20
|
+
{
|
|
21
|
+
className: i(ae.base, t),
|
|
22
|
+
...r,
|
|
23
|
+
children: l
|
|
24
|
+
}
|
|
25
|
+
), ne = "_base_m9otl_1", le = "_animated_m9otl_19", se = "_fadeForward_m9otl_1", ie = "_topLeft_m9otl_34", oe = "_topRight_m9otl_45", ce = "_bottomRight_m9otl_56", pe = "_bottomLeft_m9otl_67", fe = "_close_m9otl_78", N = {
|
|
18
26
|
base: ne,
|
|
19
27
|
animated: le,
|
|
20
28
|
fadeForward: se,
|
|
@@ -23,26 +31,34 @@ const te = "_base_ro34p_1", ae = {
|
|
|
23
31
|
bottomRight: ce,
|
|
24
32
|
bottomLeft: pe,
|
|
25
33
|
close: fe
|
|
26
|
-
},
|
|
34
|
+
}, R1 = ({
|
|
27
35
|
animated: t = !0,
|
|
28
|
-
className:
|
|
29
|
-
classNames:
|
|
36
|
+
className: l,
|
|
37
|
+
classNames: r,
|
|
30
38
|
children: s,
|
|
31
39
|
placement: o = "bottomRight",
|
|
32
|
-
onClose:
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
{
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
onClose: n,
|
|
41
|
+
...p
|
|
42
|
+
}) => /* @__PURE__ */ a(
|
|
43
|
+
"div",
|
|
44
|
+
{
|
|
45
|
+
className: i(N.base, { [N.animated]: t }, N[o], l, r?.base),
|
|
46
|
+
...p,
|
|
47
|
+
children: /* @__PURE__ */ E(re, { className: r?.content, children: [
|
|
48
|
+
s,
|
|
49
|
+
/* @__PURE__ */ a(
|
|
50
|
+
"button",
|
|
51
|
+
{
|
|
52
|
+
"aria-label": "Close survey",
|
|
53
|
+
className: i(N.close, r?.close),
|
|
54
|
+
title: "Close survey",
|
|
55
|
+
type: "button",
|
|
56
|
+
onClick: n
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] })
|
|
60
|
+
}
|
|
61
|
+
), de = "_choices_1ul7q_1", _e = "_choice_1ul7q_1", me = "_label_1ul7q_12", Ee = "_sr_1ul7q_21", ue = "_checkbox_1ul7q_33", be = "_check_1ul7q_33", ye = "_input_1ul7q_70", he = "_textarea_1ul7q_75", Ce = "_invalid_1ul7q_96", ge = "_submit_1ul7q_101", g = {
|
|
46
62
|
choices: de,
|
|
47
63
|
choice: _e,
|
|
48
64
|
label: me,
|
|
@@ -55,11 +71,11 @@ const te = "_base_ro34p_1", ae = {
|
|
|
55
71
|
submit: ge
|
|
56
72
|
}, xe = ({
|
|
57
73
|
buttonLabel: t = "Submit",
|
|
58
|
-
responseType:
|
|
59
|
-
choiceOptions:
|
|
74
|
+
responseType: l,
|
|
75
|
+
choiceOptions: r,
|
|
60
76
|
onSubmit: s
|
|
61
77
|
}) => {
|
|
62
|
-
const o = J(), [
|
|
78
|
+
const o = J(), [n, p] = U(""), [d, f] = U([]), [m, c] = U(!1), h = b((C) => {
|
|
63
79
|
C.stopPropagation();
|
|
64
80
|
}, []), u = b((C) => {
|
|
65
81
|
p(C.currentTarget.value), m && c(!1);
|
|
@@ -68,23 +84,23 @@ const te = "_base_ro34p_1", ae = {
|
|
|
68
84
|
f((V) => Z ? [...V, k] : V.filter((L) => L !== k));
|
|
69
85
|
}, []), _ = b((C) => {
|
|
70
86
|
C.preventDefault();
|
|
71
|
-
const k =
|
|
72
|
-
if (
|
|
87
|
+
const k = n.trim();
|
|
88
|
+
if (l === "choices") {
|
|
73
89
|
s?.([...d, k].filter(Boolean));
|
|
74
90
|
return;
|
|
75
91
|
}
|
|
76
|
-
if (
|
|
92
|
+
if (l === "text" && !k) {
|
|
77
93
|
c(!0);
|
|
78
94
|
return;
|
|
79
95
|
}
|
|
80
|
-
s?.(
|
|
96
|
+
s?.(n.trim());
|
|
81
97
|
}, [
|
|
82
|
-
r,
|
|
83
98
|
n,
|
|
99
|
+
l,
|
|
84
100
|
d,
|
|
85
101
|
s
|
|
86
102
|
]);
|
|
87
|
-
if (!
|
|
103
|
+
if (!l)
|
|
88
104
|
return null;
|
|
89
105
|
const y = `${o}-feedback-textarea`, w = `${o}-feedback-input`, K = `${o}-feedback-choices`;
|
|
90
106
|
return /* @__PURE__ */ E(
|
|
@@ -95,12 +111,12 @@ const te = "_base_ro34p_1", ae = {
|
|
|
95
111
|
noValidate: !0,
|
|
96
112
|
onSubmit: _,
|
|
97
113
|
children: [
|
|
98
|
-
|
|
114
|
+
l === "choices" && /* @__PURE__ */ a(
|
|
99
115
|
"div",
|
|
100
116
|
{
|
|
101
117
|
className: g.choices,
|
|
102
118
|
id: K,
|
|
103
|
-
children:
|
|
119
|
+
children: r?.map((C) => /* @__PURE__ */ a(
|
|
104
120
|
"div",
|
|
105
121
|
{
|
|
106
122
|
className: g.choice,
|
|
@@ -126,7 +142,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
126
142
|
))
|
|
127
143
|
}
|
|
128
144
|
),
|
|
129
|
-
|
|
145
|
+
l === "choices" && /* @__PURE__ */ E(W, { children: [
|
|
130
146
|
/* @__PURE__ */ a(
|
|
131
147
|
"label",
|
|
132
148
|
{
|
|
@@ -145,12 +161,12 @@ const te = "_base_ro34p_1", ae = {
|
|
|
145
161
|
maxLength: 1e3,
|
|
146
162
|
name: "feedback",
|
|
147
163
|
placeholder: "Other",
|
|
148
|
-
value:
|
|
164
|
+
value: n,
|
|
149
165
|
onChange: u
|
|
150
166
|
}
|
|
151
167
|
)
|
|
152
168
|
] }),
|
|
153
|
-
|
|
169
|
+
l === "text" && /* @__PURE__ */ E(W, { children: [
|
|
154
170
|
/* @__PURE__ */ a(
|
|
155
171
|
"label",
|
|
156
172
|
{
|
|
@@ -170,7 +186,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
170
186
|
maxLength: 1e3,
|
|
171
187
|
name: "feedback",
|
|
172
188
|
rows: 4,
|
|
173
|
-
value:
|
|
189
|
+
value: n,
|
|
174
190
|
onChange: u,
|
|
175
191
|
onKeyDown: h
|
|
176
192
|
}
|
|
@@ -198,17 +214,17 @@ const te = "_base_ro34p_1", ae = {
|
|
|
198
214
|
width: 84,
|
|
199
215
|
height: 84
|
|
200
216
|
}
|
|
201
|
-
) }), Ge = "
|
|
217
|
+
) }), Ge = "_base_no1ta_1", ve = "_head_no1ta_27", we = "_title_no1ta_34", G = {
|
|
202
218
|
base: Ge,
|
|
203
219
|
head: ve,
|
|
204
220
|
title: we
|
|
205
221
|
}, H = ({
|
|
206
222
|
children: t,
|
|
207
|
-
className:
|
|
208
|
-
classNames:
|
|
223
|
+
className: l,
|
|
224
|
+
classNames: r,
|
|
209
225
|
dir: s,
|
|
210
226
|
question: o,
|
|
211
|
-
textQuestion:
|
|
227
|
+
textQuestion: n,
|
|
212
228
|
textButtonLabel: p,
|
|
213
229
|
responseType: d,
|
|
214
230
|
choiceOptions: f,
|
|
@@ -222,22 +238,22 @@ const te = "_base_ro34p_1", ae = {
|
|
|
222
238
|
{
|
|
223
239
|
className: i(
|
|
224
240
|
G.base,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
241
|
+
l,
|
|
242
|
+
r?.base,
|
|
243
|
+
r?.[c]
|
|
228
244
|
),
|
|
229
245
|
dir: s,
|
|
230
246
|
children: [
|
|
231
|
-
/* @__PURE__ */ a("div", { className: i(G.head,
|
|
247
|
+
/* @__PURE__ */ a("div", { className: i(G.head, r?.head), children: /* @__PURE__ */ E(
|
|
232
248
|
"div",
|
|
233
249
|
{
|
|
234
250
|
"aria-level": 2,
|
|
235
251
|
id: u,
|
|
236
|
-
className: i(G.title,
|
|
252
|
+
className: i(G.title, r?.title),
|
|
237
253
|
role: "heading",
|
|
238
254
|
children: [
|
|
239
255
|
c === "rating" && o,
|
|
240
|
-
c === "feedback" &&
|
|
256
|
+
c === "feedback" && n,
|
|
241
257
|
c === "success" && m
|
|
242
258
|
]
|
|
243
259
|
}
|
|
@@ -247,7 +263,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
247
263
|
{
|
|
248
264
|
"aria-label": "Rating selection",
|
|
249
265
|
"aria-labelledby": u,
|
|
250
|
-
className: i(G.body,
|
|
266
|
+
className: i(G.body, r?.body),
|
|
251
267
|
role: "region",
|
|
252
268
|
children: t
|
|
253
269
|
}
|
|
@@ -257,7 +273,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
257
273
|
{
|
|
258
274
|
"aria-label": "Feedback form",
|
|
259
275
|
"aria-labelledby": u,
|
|
260
|
-
className: i(G.body,
|
|
276
|
+
className: i(G.body, r?.body),
|
|
261
277
|
role: "region",
|
|
262
278
|
children: /* @__PURE__ */ a(
|
|
263
279
|
xe,
|
|
@@ -277,7 +293,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
277
293
|
"aria-live": "polite",
|
|
278
294
|
"aria-label": m,
|
|
279
295
|
"aria-labelledby": u,
|
|
280
|
-
className: i(G.body,
|
|
296
|
+
className: i(G.body, r?.body),
|
|
281
297
|
tabIndex: -1,
|
|
282
298
|
role: "status",
|
|
283
299
|
children: /* @__PURE__ */ a(Me, {})
|
|
@@ -288,17 +304,17 @@ const te = "_base_ro34p_1", ae = {
|
|
|
288
304
|
);
|
|
289
305
|
}, P = ({
|
|
290
306
|
responseType: t,
|
|
291
|
-
onScoreSubmit:
|
|
292
|
-
onFeedbackSubmit:
|
|
307
|
+
onScoreSubmit: l,
|
|
308
|
+
onFeedbackSubmit: r
|
|
293
309
|
}) => {
|
|
294
|
-
const [s, o] = U(), [
|
|
310
|
+
const [s, o] = U(), [n, p] = U(null), [d, f] = U(!1), [m, c] = U(!1), h = ee(() => d ? "success" : typeof s == "number" ? "feedback" : "rating", [
|
|
295
311
|
s,
|
|
296
312
|
d
|
|
297
313
|
]), u = b(async (_) => {
|
|
298
|
-
if (o(_), p(null),
|
|
314
|
+
if (o(_), p(null), l) {
|
|
299
315
|
c(!0);
|
|
300
316
|
try {
|
|
301
|
-
await
|
|
317
|
+
await l({ value: _ }), f(!t);
|
|
302
318
|
} catch (y) {
|
|
303
319
|
p(y instanceof Error ? y : new Error("Failed to submit"));
|
|
304
320
|
} finally {
|
|
@@ -308,17 +324,17 @@ const te = "_base_ro34p_1", ae = {
|
|
|
308
324
|
f(!t);
|
|
309
325
|
}, [
|
|
310
326
|
t,
|
|
311
|
-
|
|
327
|
+
l
|
|
312
328
|
]), x = b(async (_) => {
|
|
313
329
|
if (!_?.length)
|
|
314
330
|
return;
|
|
315
331
|
p(null);
|
|
316
332
|
const y = Array.isArray(_) ? _.join(`;
|
|
317
333
|
`) : _;
|
|
318
|
-
if (
|
|
334
|
+
if (r) {
|
|
319
335
|
c(!0);
|
|
320
336
|
try {
|
|
321
|
-
await
|
|
337
|
+
await r({ value: s, text: y }), f(!0);
|
|
322
338
|
} catch (w) {
|
|
323
339
|
p(w instanceof Error ? w : new Error("Failed to submit"));
|
|
324
340
|
} finally {
|
|
@@ -328,10 +344,10 @@ const te = "_base_ro34p_1", ae = {
|
|
|
328
344
|
f(!0);
|
|
329
345
|
}, [
|
|
330
346
|
s,
|
|
331
|
-
|
|
347
|
+
r
|
|
332
348
|
]);
|
|
333
349
|
return {
|
|
334
|
-
error:
|
|
350
|
+
error: n,
|
|
335
351
|
value: s,
|
|
336
352
|
screen: h,
|
|
337
353
|
isLoading: m,
|
|
@@ -339,7 +355,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
339
355
|
onScoreChange: u,
|
|
340
356
|
onFeedbackChange: x
|
|
341
357
|
};
|
|
342
|
-
}, ke = "
|
|
358
|
+
}, ke = "_base_1e603_1", $e = "_label_1e603_6", Te = "_between_1e603_14", qe = "_center_1e603_28", Ne = "_text_1e603_40", v = {
|
|
343
359
|
base: ke,
|
|
344
360
|
label: $e,
|
|
345
361
|
between: Te,
|
|
@@ -347,27 +363,27 @@ const te = "_base_ro34p_1", ae = {
|
|
|
347
363
|
text: Ne
|
|
348
364
|
}, M = ({
|
|
349
365
|
className: t,
|
|
350
|
-
classNames:
|
|
351
|
-
minLabel:
|
|
366
|
+
classNames: l,
|
|
367
|
+
minLabel: r,
|
|
352
368
|
maxLabel: s,
|
|
353
369
|
placement: o = "between"
|
|
354
|
-
}) => /* @__PURE__ */ E("div", { className: i(v.base, v[o],
|
|
355
|
-
/* @__PURE__ */ a("div", { className: i(v.label,
|
|
356
|
-
/* @__PURE__ */ a("div", { className: i(v.label,
|
|
357
|
-
] }), Q = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_5688_13)", d: "M20 38c9.942 0 18-8.058 18-18 0-9.94-8.058-18-18-18-9.94 0-18 8.06-18 18 0 9.942 8.06 18 18 18" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_5688_13)", d: "M20 38c9.942 0 18-8.058 18-18 0-9.94-8.058-18-18-18-9.94 0-18 8.06-18 18 0 9.942 8.06 18 18 18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_5688_13)", d: "M16.93 13.666c.191-.697-.45-1.339-1.744-1.687-1.102-.292-3.679-.338-5.918 1.361-.416.315 0 .652.372.484 1.26-.597 4.297-.979 6.379-.169.832.326.91.011.91.011" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_5688_13)", d: "M14.117 20.968c.957 0 1.732-1.174 1.732-2.622s-.775-2.62-1.732-2.62-1.732 1.173-1.732 2.62.775 2.622 1.732 2.622" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_5688_13)", d: "M14.117 16.602c.742 0 1.395.653 1.732 1.61-.022-1.418-.787-2.555-1.732-2.555s-1.71 1.137-1.732 2.554c.337-.956.99-1.609 1.732-1.609" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M12.45 30.845a.46.46 0 0 0 .384-.112c1.833-1.62 4.668-2.498 6.794-2.498h.743c2.127 0 4.962.878 6.795 2.498.101.09.248.134.383.112.146-.022.224-.18.146-.304-1.564-2.565-4.466-4.151-7.605-4.151h-.18c-3.15 0-6.042 1.586-7.606 4.151-.09.125-.01.282.147.304" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_5688_13)", d: "M12.452 30.845a.46.46 0 0 0 .383-.112c1.833-1.62 4.668-2.498 6.794-2.498h.743c2.126 0 4.961.877 6.795 2.498.101.09.248.134.382.112.147-.022.226-.18.147-.304-.012-.023-.034-.045-.046-.079-.145.079-.303.158-.472-.01-1.744-1.846-4.32-2.948-7.088-2.948h-.202c-2.779 0-5.377 1.113-7.121 2.992-.157.169-.304.09-.45 0-.012.023-.022.034-.034.057-.067.112.012.27.17.292" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_5688_13)", d: "M23.072 13.666c-.191-.697.45-1.339 1.744-1.687 1.103-.292 3.679-.338 5.918 1.361.416.315 0 .652-.372.484-1.26-.597-4.297-.979-6.379-.169-.832.326-.91.011-.91.011" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_5688_13)", d: "M25.873 20.968c.957 0 1.732-1.174 1.732-2.622s-.775-2.62-1.732-2.62-1.732 1.173-1.732 2.62.775 2.622 1.732 2.622" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_5688_13)", d: "M25.873 16.602c.742 0 1.395.653 1.732 1.61-.022-1.418-.787-2.555-1.732-2.555s-1.71 1.137-1.732 2.554c.337-.956.99-1.609 1.732-1.609" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_5688_13", x1: 12.647, x2: 13.424, y1: 14.976, y2: 12.074, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_5688_13", x1: 14.12, x2: 14.12, y1: 15.657, y2: 18.213, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_5688_13", x1: 19.997, x2: 19.997, y1: 26.57, y2: 29.09, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_5688_13", x1: 27.323, x2: 26.545, y1: 15.046, y2: 12.144, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_5688_13", x1: 25.873, x2: 25.873, y1: 15.657, y2: 18.213, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.454 12.705)scale(21.7148)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.454 12.705)scale(17.084)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(73.854 -5.448 18.256)scale(2.54329 1.64547)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(73.854 .428 26.075)scale(2.54329 1.64547)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), X = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16891)", d: "M16.04 10.67c0-.72-.78-1.17-2.13-1.17-1.13 0-3.64.63-5.36 2.85-.32.4.17.63.48.37a9.7 9.7 0 0 1 6.12-1.81c.89.09.89-.24.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16891)", d: "M14.12 19.42c.95 0 1.73-1.18 1.73-2.63 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.63 1.74 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16891)", d: "M14.12 15.06c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96 1-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16891)", d: "M23.96 10.67c0-.72.78-1.17 2.13-1.17 1.13 0 3.64.63 5.36 2.85.32.4-.17.63-.48.37a9.7 9.7 0 0 0-6.12-1.81c-.9.09-.89-.24-.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33a9.3 9.3 0 0 0 8.02 4.63h.2a9.3 9.3 0 0 0 8.02-4.63.25.25 0 0 0-.18-.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_radial_15759_16891)", d: "M25.87 19.42c.96 0 1.73-1.18 1.73-2.63 0-1.44-.77-2.62-1.73-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.63 1.73 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16891)", d: "M25.87 15.06c-.74 0-1.4.65-1.73 1.61.02-1.42.79-2.55 1.73-2.55.95 0 1.71 1.13 1.73 2.55-.33-.96-.99-1.6-1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16891)", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33l.05.08c.16-.09.33-.18.5.01a10 10 0 0 0 7.47 3.3h.2a10 10 0 0 0 7.5-3.34c.17-.2.33-.1.48 0l.03-.06c.07-.12 0-.3-.17-.32" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16891", x1: 12.24, x2: 12.24, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16891", x1: 14.12, x2: 14.12, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16891", x1: 27.75, x2: 27.75, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16891", x1: 25.87, x2: 25.87, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16891", x1: 20, x2: 20, y1: 26.54, y2: 29.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 16.87)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint6_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 1.45 25.3)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), ze = "_list_lrkzm_1", Fe = "_icon_lrkzm_7", Ae = "_button_lrkzm_12", $ = {
|
|
370
|
+
}) => /* @__PURE__ */ E("div", { className: i(v.base, v[o], l?.base, t), children: [
|
|
371
|
+
/* @__PURE__ */ a("div", { className: i(v.label, l?.label), children: /* @__PURE__ */ a("span", { className: v.text, children: r }) }),
|
|
372
|
+
/* @__PURE__ */ a("div", { className: i(v.label, l?.label), children: /* @__PURE__ */ a("span", { className: v.text, children: s }) })
|
|
373
|
+
] }), Q = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_5688_13)", d: "M20 38c9.942 0 18-8.058 18-18 0-9.94-8.058-18-18-18-9.94 0-18 8.06-18 18 0 9.942 8.06 18 18 18" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_5688_13)", d: "M20 38c9.942 0 18-8.058 18-18 0-9.94-8.058-18-18-18-9.94 0-18 8.06-18 18 0 9.942 8.06 18 18 18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_5688_13)", d: "M16.93 13.666c.191-.697-.45-1.339-1.744-1.687-1.102-.292-3.679-.338-5.918 1.361-.416.315 0 .652.372.484 1.26-.597 4.297-.979 6.379-.169.832.326.91.011.91.011" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_5688_13)", d: "M14.117 20.968c.957 0 1.732-1.174 1.732-2.622s-.775-2.62-1.732-2.62-1.732 1.173-1.732 2.62.775 2.622 1.732 2.622" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_5688_13)", d: "M14.117 16.602c.742 0 1.395.653 1.732 1.61-.022-1.418-.787-2.555-1.732-2.555s-1.71 1.137-1.732 2.554c.337-.956.99-1.609 1.732-1.609" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M12.45 30.845a.46.46 0 0 0 .384-.112c1.833-1.62 4.668-2.498 6.794-2.498h.743c2.127 0 4.962.878 6.795 2.498.101.09.248.134.383.112.146-.022.224-.18.146-.304-1.564-2.565-4.466-4.151-7.605-4.151h-.18c-3.15 0-6.042 1.586-7.606 4.151-.09.125-.01.282.147.304" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_5688_13)", d: "M12.452 30.845a.46.46 0 0 0 .383-.112c1.833-1.62 4.668-2.498 6.794-2.498h.743c2.126 0 4.961.877 6.795 2.498.101.09.248.134.382.112.147-.022.226-.18.147-.304-.012-.023-.034-.045-.046-.079-.145.079-.303.158-.472-.01-1.744-1.846-4.32-2.948-7.088-2.948h-.202c-2.779 0-5.377 1.113-7.121 2.992-.157.169-.304.09-.45 0-.012.023-.022.034-.034.057-.067.112.012.27.17.292" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_5688_13)", d: "M23.072 13.666c-.191-.697.45-1.339 1.744-1.687 1.103-.292 3.679-.338 5.918 1.361.416.315 0 .652-.372.484-1.26-.597-4.297-.979-6.379-.169-.832.326-.91.011-.91.011" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_5688_13)", d: "M25.873 20.968c.957 0 1.732-1.174 1.732-2.622s-.775-2.62-1.732-2.62-1.732 1.173-1.732 2.62.775 2.622 1.732 2.622" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_5688_13)", d: "M25.873 16.602c.742 0 1.395.653 1.732 1.61-.022-1.418-.787-2.555-1.732-2.555s-1.71 1.137-1.732 2.554c.337-.956.99-1.609 1.732-1.609" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_5688_13", x1: 12.647, x2: 13.424, y1: 14.976, y2: 12.074, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_5688_13", x1: 14.12, x2: 14.12, y1: 15.657, y2: 18.213, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_5688_13", x1: 19.997, x2: 19.997, y1: 26.57, y2: 29.09, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_5688_13", x1: 27.323, x2: 26.545, y1: 15.046, y2: 12.144, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_5688_13", x1: 25.873, x2: 25.873, y1: 15.657, y2: 18.213, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.454 12.705)scale(21.7148)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.454 12.705)scale(17.084)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(73.854 -5.448 18.256)scale(2.54329 1.64547)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(73.854 .428 26.075)scale(2.54329 1.64547)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), X = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16891)", d: "M16.04 10.67c0-.72-.78-1.17-2.13-1.17-1.13 0-3.64.63-5.36 2.85-.32.4.17.63.48.37a9.7 9.7 0 0 1 6.12-1.81c.89.09.89-.24.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16891)", d: "M14.12 19.42c.95 0 1.73-1.18 1.73-2.63 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.63 1.74 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16891)", d: "M14.12 15.06c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96 1-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16891)", d: "M23.96 10.67c0-.72.78-1.17 2.13-1.17 1.13 0 3.64.63 5.36 2.85.32.4-.17.63-.48.37a9.7 9.7 0 0 0-6.12-1.81c-.9.09-.89-.24-.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33a9.3 9.3 0 0 0 8.02 4.63h.2a9.3 9.3 0 0 0 8.02-4.63.25.25 0 0 0-.18-.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_radial_15759_16891)", d: "M25.87 19.42c.96 0 1.73-1.18 1.73-2.63 0-1.44-.77-2.62-1.73-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.63 1.73 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16891)", d: "M25.87 15.06c-.74 0-1.4.65-1.73 1.61.02-1.42.79-2.55 1.73-2.55.95 0 1.71 1.13 1.73 2.55-.33-.96-.99-1.6-1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16891)", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33l.05.08c.16-.09.33-.18.5.01a10 10 0 0 0 7.47 3.3h.2a10 10 0 0 0 7.5-3.34c.17-.2.33-.1.48 0l.03-.06c.07-.12 0-.3-.17-.32" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16891", x1: 12.24, x2: 12.24, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16891", x1: 14.12, x2: 14.12, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16891", x1: 27.75, x2: 27.75, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16891", x1: 25.87, x2: 25.87, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16891", x1: 20, x2: 20, y1: 26.54, y2: 29.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 16.87)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint6_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 1.45 25.3)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), ze = "_list_grany_1", Fe = "_icon_grany_7", je = "_button_grany_12", $ = {
|
|
358
374
|
list: ze,
|
|
359
375
|
icon: Fe,
|
|
360
|
-
button:
|
|
361
|
-
},
|
|
376
|
+
button: je
|
|
377
|
+
}, Ae = ({
|
|
362
378
|
classNames: t,
|
|
363
|
-
minLabel:
|
|
364
|
-
maxLabel:
|
|
379
|
+
minLabel: l,
|
|
380
|
+
maxLabel: r,
|
|
365
381
|
onChange: s
|
|
366
382
|
}) => {
|
|
367
383
|
const o = [
|
|
368
|
-
[Q, 0,
|
|
369
|
-
[X, 1,
|
|
370
|
-
],
|
|
384
|
+
[Q, 0, l ?? "Dissatisfied"],
|
|
385
|
+
[X, 1, r ?? "Satisfied"]
|
|
386
|
+
], n = b((p) => {
|
|
371
387
|
s(Number(p.currentTarget.value));
|
|
372
388
|
}, [s]);
|
|
373
389
|
return /* @__PURE__ */ E("div", { className: i($.base, t?.base), children: [
|
|
@@ -378,7 +394,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
378
394
|
className: i($.button, t?.button),
|
|
379
395
|
type: "button",
|
|
380
396
|
value: d,
|
|
381
|
-
onClick:
|
|
397
|
+
onClick: n,
|
|
382
398
|
children: /* @__PURE__ */ a(
|
|
383
399
|
p,
|
|
384
400
|
{
|
|
@@ -391,30 +407,30 @@ const te = "_base_ro34p_1", ae = {
|
|
|
391
407
|
},
|
|
392
408
|
d
|
|
393
409
|
)) }),
|
|
394
|
-
!!
|
|
410
|
+
!!l && !!r && /* @__PURE__ */ a(
|
|
395
411
|
M,
|
|
396
412
|
{
|
|
397
413
|
className: i($.labels, t?.labels),
|
|
398
|
-
minLabel:
|
|
399
|
-
maxLabel:
|
|
414
|
+
minLabel: l,
|
|
415
|
+
maxLabel: r,
|
|
400
416
|
placement: "center"
|
|
401
417
|
}
|
|
402
418
|
)
|
|
403
419
|
] });
|
|
404
|
-
}, Re = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16997)", d: "M20.1 36c1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s3.48-1.71 5.7-1.52c2.77.24 1.83-15.21-.13-14.94-1.4.19-4.56.57-5.07.57-.5 0-3.98-2.7-7.02-2.73-4.94-.05-7.66.83-7.66.83l-1.45 3.28-.48 10 2.3 4.82s3.1-.5 4 .9c.88 1.38-.7 3.1-.7 7.08 0 4 2.91 4.88 3.54 4.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16997)", d: "m12.72 5.07.18.68c.56.06 1.28-.2 2.25-.19 4.67.04 9.13 1.38 11.05 2.9 1.25.99 1.8 2.31 2.69 1.93 1.09-.47 4.2-1.2 5.33.25-.32-2.47-.89-4.37-1.58-4.27-1.4.19-4.56.57-5.07.57-.5 0-3.88-2.62-7.02-2.73-4.07-.13-7.68.57-7.68.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16997)", d: "M30.79 20.33c-1.84-.5-3 .34-3.94 1.48-.94 1.13-1.74 2.13-4.09 3.65s-2.04 5.7-1.85 7.1c.2 1.39.07 3.44-.8 3.44 1.23 0 1.7-1 1.6-2.91-.06-1.27-.48-4.8 1.3-6.59 1.67-1.67 2.16-1.52 4.06-3.67s3.48-1.71 5.7-1.52c0-.48-.15-.47-1.98-.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16997)", d: "M17.26 24.03c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87q.26 0 .45-.05c-2.58-.17-4.14-3.42-3.25-6.78.73-2.73 1.09-4.91-.1-6.2-.76-.83-2.27-.68-3.93.18 0 0 3.1-.51 3.99.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16997)", d: "M17.08 22.61c1.52-.5 5.36-1.7 8.26-4.33 7.37-6.69-5.2-7.52-7.8-13.24-.5-1.09-3.4 5.73-3.4 5.73l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16997)", d: "M16.86 22.03c1.52-.5 7.72-4.48 7.72-6.45 0-5.66-4.3-2.87-6.62-9.55-.32-.93-1.45-1.7-1.45-1.7-.95.76-2.37 6.44-2.37 6.44l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16997)", d: "M13.35 4.66 10.45 8 9.8 21.88l7.28.73c1.67-.9 1.87-2.13 1.25-4.1-.27-.84.8-1.07.86-3.5.05-1.67-1.05-1.68-1.05-2.18s.55-.45.73-1.9c.26-2.07-1.47-2.1-1.47-2.55s.96-.7.9-2.39c-.07-2.14 3.9-1.7 6.58.24 1.1.8 2.06.88 2.81.7h-.12c-.5 0-3.9-2.72-7.02-2.72-3.65 0-6.17.22-7.2.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16997)", d: "M12.68 21.7c2.25 0 3.49-2.2 2.63-3.89-.85-1.69 1.58-3.92 1.33-5.02s-.7-3.88-1.04-4.34c-.35-.47.57-1.51.57-1.51l-2.85-.35-2.66 1.17.1 8.05-.29 5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16997)", d: "M27.07 22.83c1.23-1.4 2.33-1.7 3.56-1.7-.36-.56-.6-1.19-.58-1.8.07-1.6-.28-3.57-.55-1.52-.2 1.57-1.27 3.5-2.54 5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16997)", d: "M10.98 23.2c2.66.11 7.43.26 7.54-2.52.08-2.02-1.35-2.69-3.57-2.77l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42-.04 3.05 4.1 3.04 4.1 3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16997)", d: "M15.35 13.14c.71.02 2.83-.51 3.03-1.85.15-1.06-.39-2.43-2.23-2.75-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95a2.4 2.4 0 0 0 2.4 2.47c1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16997)", d: "M16.1 8.45c.8 0 1.8-.72 1.8-1.9 0-1.19-.31-2.07-2.04-2.4a15 15 0 0 0-5.56.28C9.5 4.7 9.2 5.45 9.2 6.71s.78 1.48 1.63 1.48c.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16997)", d: "M11.2 22.65c2.33.08 6.5.22 6.58-1.98.06-1.6-1.19-2.13-3.12-2.2s-7.02-.17-7.04 1.76c-.02 2.4 3.59 2.42 3.59 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16997)", d: "M15.14 12.58c.62.01 2.35-.13 2.52-1.42.11-.87-.34-1.98-1.94-2.25-2.03-.34-5.41-.52-6.68-.07-.56.2-1.05.75-1.08 1.6-.02.83.76 1.87 2.2 1.91s2.22-.1 3.04 0c1 .11 1.44.21 1.94.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16997)", d: "M15.75 8.01c.7 0 1.56-.57 1.56-1.53 0-.95-.27-1.66-1.77-1.93a14 14 0 0 0-4.8.23c-.7.21-.97.82-.97 1.84 0 1.01.68 1.19 1.42 1.19s1.64-.13 2.15-.1c1.43.07 1.71.3 2.4.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16997)", d: "M16.17 20.67c-.05 1.51-1.26 2.24-2.8 2.57 2.45-.05 5.07-.5 5.15-2.56.08-2.02-1.35-2.69-3.57-2.77q-.36 0-.69-.03c1.25.37 1.97 1.19 1.91 2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16997)", d: "M15.97 22.97c1.41-.31 2.5-.98 2.55-2.3.06-1.67-.91-2.41-2.52-2.66 3.26 1.3 2.09 4.5-.03 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16997)", d: "M22.18 7.88c.25-.91 2.01-1.21 3.93-.67s3.27 1.7 3.02 2.6-2.02 1.21-3.94.67c-1.91-.53-3.27-1.7-3.01-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16997)", d: "M9 20.26c.01-1.17 1.57-1.72 3.27-1.82 1.4-.09 2.94.9 2.9 2.04s-.24 2.14-3.14 2.04c-1.7-.05-3.05-1.12-3.04-2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16997)", d: "M8.68 10.02c.01-1.61 1.79-1.3 3.49-1.42 2.16-.14 3.6.53 3.6 1.67s-.83 1.97-3.72 1.97c-1.71 0-3.38-.15-3.37-2.22" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16997)", d: "M10.24 5.95c.01-1.37 1.62-1.56 3.15-1.56s3.18.8 3.18 1.78c0 .97-.73 1.68-3.32 1.68-1.52 0-3.02-.13-3-1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16997)", d: "M16.4 10.96c-.25 1.84-1.66 1.73-3.27 1.92 1.86.14 2.64.16 2.64.16q.26.03.57 0c.6-.14 1.29-.41 1.7-.93a2 2 0 0 0 .34-.82c.13-1.06-.39-2.43-2.23-2.75l-.85-.13-.47-.06-.13-.01c1.01.48 1.87 1.27 1.7 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16997)", d: "m15.95 13.05.39-.01c.6-.14 1.3-.42 1.7-.94q.2-.29.32-.7 0-.05.02-.11c.18-1.05-.34-2.28-1.94-2.69 2.74 1.52 1.57 4.45-.5 4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16997)", d: "M14.35 8.17c.81.12 1.14.28 1.74.28.8 0 1.8-.71 1.8-1.9q.02-.65-.17-1.16a2 2 0 0 0-.6-.76q-.44-.32-1.26-.48a9 9 0 0 0-1.23-.13c.85.49 2.28.75 1.98 2.4-.33 1.82-1.42 1.57-2.26 1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16997)", d: "M16.13 8.45c.8-.02 1.77-.73 1.77-1.9 0-1.09-.26-1.92-1.64-2.3 2.15 1.38 1.46 3.7-.13 4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16997)", d: "M6.89 20.17q0 .4.08.75c-.21-.95.64-1.9 2.88-2.36 1.5-.3 5.44-.68 8.18.4-.59-.71-1.68-1-3.08-1.05l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16997)", d: "M7.24 10.48c0 1.02.77 2.35 2.4 2.4 1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13.43.02 1.5-.11 2.22-.56a10 10 0 0 0-4-.59c-4.46.29-5.73-.25-6.33-1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16997)", d: "M16.3 17.75c.96.02 2.46-.54 2.5-2.51s-1.68-2.44-2.44-2.46c-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62.56 2.58 2.53 2.62c5.7.12 7.84-.01 7.84-.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16997)", d: "M15.8 17.18c.82.01 2.13-.41 2.16-1.93s-1.47-1.9-2.13-1.9c-.66-.02-2.97-.16-5.81-.22-2.85-.06-3.23 1.3-3.24 2.01s.08 2 1.8 2.03c4.95.1 7.22 0 7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16997)", d: "M16.77 15.43c-.1 2.02-1.51 2.03-3.1 2.38a58 58 0 0 0 2.64-.06c.95.02 2.45-.54 2.5-2.51.03-1.97-1.7-2.44-2.45-2.46-.27 0-.8-.03-1.5-.06 1.05.43 1.98 1.22 1.9 2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16997)", d: "M7.6 15.22c-.06-1.61 1.73-1.92 3.44-2 1.7-.08 3.6.78 3.65 1.92s-.73 2-3.62 2.15c-1.7.08-3.38 0-3.46-2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16997)", d: "M16.49 17.75a2.37 2.37 0 0 0 2.31-2.51c.04-1.87-1.51-2.4-2.32-2.45 3.12 1.26 2.1 4.77 0 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16997)", d: "M5.94 15.33c.41-2.91 8.12-2.38 12.29-1.75-.57-.6-1.4-.79-1.87-.8-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16997)", d: "M9.8 8.84c1.5-.07 5.45-.56 8.33.99-.33-.6-.95-1.1-1.98-1.29-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95.1-.9.95-1.5 2.56-1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16997)", d: "M9.3 5.6c.98-.75 2.67-1.18 5.1-.77 1.52.25 2.55.34 3.23.36-.27-.5-.8-.85-1.77-1.04a15 15 0 0 0-5.56.28q-.78.25-1 1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16997)", d: "M17.58 7.62c-1.81.65-2.7-.32-4.63-.32-2 0-2.97.8-3.68.04.22.7.87.85 1.55.85.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38.53 0 1.13-.3 1.49-.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16997)", d: "M32.64 6.37c-1.4.19-4.56.57-5.07.57 4.6 3.28 2.55 10.26.86 13.79q-.35.74-.47 1.25c1.53-1.17 2.94-.83 4.8-.67 2.78.24 1.84-15.21-.12-14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16997)", d: "M27.57 6.93c.4.34.87.9 1.3 1.45 0 0 2.3-1.18 4.77-.62-.28-.9-.62-1.45-1-1.4-1.4.2-4.56.57-5.07.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_radial_15759_16997)", d: "M18.63 30.2c.9-.2 1.63 1.04 2.04 2.5.34 1.19-.12 2.7-1 2.87-.89.17-1.7.18-2.2-2.34-.28-1.48.28-2.85 1.16-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_linear_15759_16997)", d: "M13.27 23.15s3.1-.51 3.99.88c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87 1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s-11.78-.6-13.8.32" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.13 8.45c.5 0 1-.23 1.35-.6.36-.38.52-.92.5-1.43s-.1-1.03-.42-1.45a2.2 2.2 0 0 0-1.3-.73c.46.17.92.4 1.2.8s.35.9.35 1.39c.03.48-.11.96-.43 1.33-.3.37-.75.63-1.25.69M16.92 12.86q.53-.14.95-.5c.29-.24.46-.58.56-.93q.1-.49.03-.98-.1-.49-.4-.9a2.6 2.6 0 0 0-1.62-.95c.6.2 1.16.53 1.5 1.04.36.5.46 1.15.34 1.75-.09.33-.22.66-.48.9q-.38.36-.88.57" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.49 17.75c.59 0 1.2-.21 1.64-.63.46-.42.7-1.03.74-1.63s-.05-1.25-.42-1.74a2.4 2.4 0 0 0-1.53-.9c.57.17 1.1.5 1.42.97.33.48.42 1.08.36 1.65a2.4 2.4 0 0 1-.66 1.56c-.4.4-.97.65-1.55.72M15.97 22.97c.64-.11 1.29-.3 1.82-.72.55-.4.85-1.1.81-1.77a2.3 2.3 0 0 0-.76-1.8c-.52-.44-1.2-.6-1.84-.67.64.13 1.28.34 1.76.77.48.42.69 1.07.68 1.7.04.64-.23 1.27-.73 1.67-.5.41-1.12.65-1.74.82M18.13 9.83q-.31-.57-.86-.94a3 3 0 0 0-1.2-.42q-1.27-.22-2.53-.33-1.27-.08-2.55-.05c-.84.03-1.7.07-2.5.37.4-.13.82-.17 1.24-.2q.63-.07 1.27-.06 1.26 0 2.53.1 1.26.09 2.52.28c.81.11 1.64.5 2.08 1.25" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M18.23 13.58c-.3-.34-.72-.59-1.16-.72-.44-.15-.91-.13-1.36-.16l-2.73-.13-2.73-.08a6 6 0 0 0-2.7.34c.87-.3 1.8-.29 2.7-.23l2.73.13 2.73.08c.45.02.9 0 1.34.12q.67.17 1.18.65M8.47 17.76a90 90 0 0 0 7.84.06c.67 0 1.36-.25 1.83-.74q.37-.37.52-.86.14-.48.14-.98a2.6 2.6 0 0 1-.72 1.78c-.46.46-1.13.68-1.77.67l-1.96.03-1.96.03h-1.96z" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16997", x1: 13.17, x2: 22.69, y1: 20.37, y2: 19.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16997", x1: 22.77, x2: 23.43, y1: 15.41, y2: 8.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16997", x1: 24.66, x2: 17.49, y1: 26.01, y2: 15.76, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16997", x1: 29.85, x2: 11.48, y1: 30.1, y2: 28.72, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16997", x1: 30.2, x2: 6.08, y1: 13.77, y2: 13.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16997", x1: 34.09, x2: -13.56, y1: 13.73, y2: 12.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16997", x1: 26.52, x2: 18.64, y1: 7.5, y2: 11.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16997", x1: 17.49, x2: 10.92, y1: 13.57, y2: 14.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16997", x1: 29.16, x2: 27.73, y1: 28.08, y2: 4.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 20.5, y2: 20.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16997", x1: 7.34, x2: 16.67, y1: 10.64, y2: 10.64, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16997", x1: 17.92, x2: 13.06, y1: 20.45, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 10.57, y2: 10.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16997", x1: 15.47, x2: 18.11, y1: 20.56, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16997", x1: 15.94, x2: 18.98, y1: 20.49, y2: 20.49, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16997", x1: 15.15, x2: 18.98, y1: 10.69, y2: 10.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16997", x1: 15.97, x2: 18.03, y1: 10.83, y2: 10.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16997", x1: 15.29, x2: 19.77, y1: 6.2, y2: 7.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16997", x1: 15.75, x2: 17.65, y1: 6.34, y2: 6.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16997", x1: 12.74, x2: 11.53, y1: 21.08, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16997", x1: 11.82, x2: 13.13, y1: 9.57, y2: 14.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 15.16, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16997", x1: 17.04, x2: 9.89, y1: 15.42, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16997", x1: 14.25, x2: 19.59, y1: 15.26, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16997", x1: 16.73, x2: 18.42, y1: 15.27, y2: 15.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16997", x1: 12.29, x2: 11.28, y1: 15.78, y2: 9.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16997", x1: 13, x2: 10.4, y1: 10.8, y2: 5.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16997", x1: 13.51, x2: 13.13, y1: 5.85, y2: 2.29, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16997", x1: 13.42, x2: 13.42, y1: 6.39, y2: 8.97, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16997", x1: 31.12, x2: 34.45, y1: 15.85, y2: 25.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16997", x1: 30.55, x2: 30.74, y1: 9.69, y2: 2.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint39_linear_15759_16997", x1: 20.38, x2: 17.94, y1: 21.74, y2: 43.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.57 -1 .46 -1.66 26 9.47)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(182 6.22 10.13)scale(3.17 2.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.4 0 0 -1.84 12.23 10.25)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.12 0 0 -1.95 13.41 6.12)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(177 5.4 7.76)scale(3.49 2.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint38_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(259 23.1 8.58)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), je = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16949)", d: "M19.9 4c-1.24 0-1.71 1-1.62 2.91.07 1.27.5 4.8-1.3 6.59-1.66 1.67-2.15 1.52-4.05 3.67s-3.48 1.71-5.7 1.52c-2.77-.24-1.83 15.21.13 14.94 1.4-.19 4.56-.57 5.07-.57.5 0 3.98 2.7 7.02 2.73 4.94.05 7.66-.83 7.66-.83l1.45-3.28.48-10.01-2.3-4.82s-3.1.51-4-.88c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16949)", d: "m27.29 34.93-.2-.68c-.55-.06-1.26.2-2.24.19-4.67-.04-9.13-1.38-11.05-2.9-1.25-1-1.8-2.31-2.69-1.93-1.09.47-4.2 1.2-5.33-.25.32 2.47.89 4.37 1.58 4.27 1.4-.19 4.56-.57 5.07-.57.5 0 3.88 2.62 7.02 2.73 4.07.13 7.68-.57 7.68-.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16949)", d: "M9.21 19.67c1.84.5 3-.34 3.94-1.48.94-1.13 1.74-2.13 4.09-3.65s2.04-5.7 1.85-7.1c-.2-1.39-.07-3.44.8-3.44-1.23 0-1.7 1-1.6 2.91.06 1.27.48 4.8-1.3 6.59-1.67 1.67-2.16 1.52-4.06 3.67s-3.48 1.71-5.7 1.52c0 .48.15.47 1.98.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16949)", d: "M22.74 15.97c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4q-.26 0-.45.05c2.58.17 4.14 3.42 3.25 6.78-.73 2.73-1.09 4.91.1 6.2.76.83 2.27.68 3.93-.18 0 0-3.1.51-3.99-.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16949)", d: "M22.92 17.39c-1.52.5-5.36 1.7-8.26 4.33-7.37 6.68 5.2 7.52 7.8 13.24.5 1.09 3.4-5.73 3.4-5.73l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16949)", d: "M23.14 17.97c-1.52.5-7.72 4.48-7.72 6.45 0 5.66 4.3 2.87 6.62 9.55.32.93 1.46 1.7 1.46 1.7.94-.76 2.36-6.44 2.36-6.44l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16949)", d: "m26.65 35.34 2.9-3.33.65-13.89-7.28-.73c-1.67.9-1.87 2.13-1.25 4.1.27.83-.8 1.07-.86 3.5-.05 1.67 1.05 1.68 1.05 2.18s-.55.45-.73 1.9c-.26 2.07 1.47 2.1 1.47 2.55s-.96.7-.9 2.39c.07 2.13-3.9 1.7-6.58-.24-1.1-.8-2.06-.88-2.81-.7h.12c.5 0 3.9 2.72 7.02 2.72 3.65 0 6.17-.22 7.2-.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16949)", d: "M27.32 18.3c-2.25 0-3.48 2.2-2.63 3.89s-1.58 3.92-1.33 5.02.7 3.88 1.04 4.34-.57 1.5-.57 1.5l2.85.36 2.66-1.18-.1-8.04.29-5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16949)", d: "M12.93 17.17c-1.23 1.4-2.33 1.7-3.56 1.7.36.56.6 1.19.58 1.8-.07 1.6.28 3.57.55 1.52.2-1.57 1.27-3.5 2.54-5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16949)", d: "M29.02 16.8c-2.66-.11-7.43-.26-7.54 2.52-.08 2.02 1.35 2.69 3.57 2.77l4.24.16c.91.04 3.8.02 3.82-2.42.04-3.05-4.1-3.04-4.1-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16949)", d: "M24.65 26.86c-.71-.02-2.83.5-3.03 1.85-.15 1.06.39 2.43 2.23 2.75 2.33.4 6.21.62 7.67.08.64-.25 1.2-.93 1.24-1.95a2.4 2.4 0 0 0-2.4-2.47c-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16949)", d: "M23.9 31.55c-.8 0-1.8.72-1.8 1.9 0 1.19.31 2.07 2.04 2.4 1.74.33 4.51.05 5.56-.28.81-.26 1.11-1.02 1.11-2.28s-.78-1.48-1.63-1.48c-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16949)", d: "M28.8 17.35c-2.33-.09-6.5-.22-6.58 1.98-.06 1.6 1.19 2.13 3.12 2.2s7.02.17 7.04-1.76c.02-2.4-3.59-2.42-3.59-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16949)", d: "M24.86 27.42c-.62-.01-2.35.13-2.52 1.42-.11.87.34 1.98 1.94 2.25 2.03.34 5.41.52 6.68.07.56-.2 1.05-.75 1.08-1.6.02-.83-.76-1.87-2.2-1.91s-2.22.1-3.04 0c-1-.11-1.44-.21-1.94-.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16949)", d: "M24.25 31.99c-.7 0-1.56.57-1.56 1.53 0 .95.27 1.66 1.77 1.93 1.5.26 3.9.04 4.8-.23.7-.21.97-.82.97-1.84 0-1.01-.68-1.19-1.42-1.19s-1.64.13-2.15.1c-1.43-.07-1.71-.3-2.4-.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16949)", d: "M23.83 19.33c.05-1.51 1.26-2.24 2.8-2.58-2.45.06-5.07.52-5.15 2.57-.08 2.02 1.35 2.69 3.57 2.77q.36 0 .69.03c-1.24-.37-1.97-1.19-1.91-2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16949)", d: "M24.04 17.03c-1.42.3-2.51.98-2.56 2.3-.06 1.67.92 2.41 2.52 2.66-3.25-1.3-2.09-4.5.04-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16949)", d: "M20.26 32.98c-.38.86-2.16.92-3.99.12s-3-2.14-2.63-3 2.16-.91 3.99-.12c1.83.8 3 2.14 2.63 3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16949)", d: "M31 19.74c-.01 1.17-1.57 1.72-3.27 1.82-1.4.09-2.94-.9-2.9-2.04s.24-2.15 3.14-2.04c1.7.05 3.06 1.12 3.04 2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16949)", d: "M31.32 29.98c-.01 1.61-1.79 1.3-3.49 1.42-2.16.14-3.6-.53-3.6-1.67s.83-1.97 3.73-1.98c1.7 0 3.37.16 3.36 2.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16949)", d: "M29.76 34.05c-.01 1.37-1.62 1.56-3.15 1.56s-3.18-.8-3.18-1.78c0-.97.73-1.68 3.32-1.68 1.53 0 3.02.13 3 1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16949)", d: "M23.6 29.04c.25-1.84 1.66-1.73 3.27-1.92-1.86-.14-2.64-.16-2.64-.16a3 3 0 0 0-.57 0c-.6.14-1.29.41-1.7.93a2 2 0 0 0-.34.82c-.13 1.06.39 2.43 2.23 2.75l.85.13.47.06.13.01c-1.01-.48-1.87-1.27-1.7-2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16949)", d: "m24.05 26.95-.39.01c-.6.14-1.3.42-1.7.94q-.2.29-.32.7 0 .05-.02.11c-.18 1.05.34 2.28 1.94 2.69-2.74-1.52-1.57-4.45.5-4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16949)", d: "M25.65 31.83c-.8-.12-1.14-.28-1.74-.28-.8 0-1.8.71-1.8 1.9q-.01.65.17 1.16.2.42.6.76.44.32 1.26.48.57.1 1.23.13c-.84-.49-2.28-.75-1.98-2.4.33-1.82 1.42-1.57 2.26-1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16949)", d: "M23.87 31.55c-.8.02-1.77.73-1.77 1.9 0 1.09.26 1.92 1.64 2.3-2.15-1.38-1.46-3.7.13-4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16949)", d: "M33.11 19.83q0-.4-.08-.75c.21.95-.63 1.9-2.88 2.36-1.49.3-5.44.68-8.18-.4.6.71 1.68 1 3.08 1.05l4.24.16c.91.04 3.8.02 3.82-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16949)", d: "M32.76 29.52c0-1.02-.77-2.35-2.4-2.4-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13-.43-.02-1.5.11-2.21.56.8.29 2.13.7 3.99.59 4.46-.29 5.73.25 6.33 1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16949)", d: "M23.7 22.25c-.96-.02-2.46.54-2.5 2.51s1.68 2.44 2.44 2.46c.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62-.56-2.58-2.53-2.62c-5.7-.12-7.84.01-7.84.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16949)", d: "M24.2 22.82c-.82-.01-2.13.41-2.16 1.93-.03 1.53 1.47 1.9 2.13 1.9.66.02 2.97.16 5.81.22 2.85.06 3.23-1.3 3.24-2.01s-.08-2-1.8-2.03c-4.95-.1-7.22 0-7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16949)", d: "M23.23 24.57c.1-2.02 1.51-2.03 3.1-2.38-1.86.01-2.64.06-2.64.06-.95-.02-2.45.54-2.5 2.51-.03 1.97 1.7 2.44 2.45 2.46q.44 0 1.5.06c-1.05-.43-1.98-1.22-1.9-2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16949)", d: "M32.4 24.78c.06 1.61-1.73 1.92-3.43 2s-3.6-.78-3.66-1.92c-.05-1.14.73-2 3.62-2.15 1.7-.08 3.38 0 3.46 2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16949)", d: "M23.52 22.25c-.95.05-2.29.66-2.32 2.51-.04 1.87 1.52 2.4 2.32 2.45-3.12-1.26-2.1-4.77 0-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16949)", d: "M34.06 24.67c-.41 2.91-8.12 2.38-12.29 1.75.57.6 1.4.79 1.87.8.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16949)", d: "M30.2 31.16c-1.5.07-5.45.56-8.33-.99.33.6.95 1.1 1.98 1.29 2.33.4 6.21.62 7.66.08.65-.25 1.22-.92 1.25-1.95-.1.9-.95 1.5-2.56 1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16949)", d: "M30.7 34.4c-.98.74-2.67 1.18-5.1.77-1.52-.25-2.55-.34-3.23-.36.27.5.8.85 1.77 1.04 1.74.33 4.51.05 5.56-.28q.79-.26 1-1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16949)", d: "M22.42 32.38c1.81-.65 2.7.32 4.63.32 2 0 2.97-.8 3.68-.04-.22-.7-.87-.85-1.55-.85-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38-.52 0-1.13.3-1.49.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16949)", d: "M7.37 33.63c1.39-.19 4.55-.57 5.06-.57-4.6-3.28-2.55-10.26-.86-13.8q.36-.73.47-1.24c-1.53 1.17-2.94.83-4.8.67-2.78-.24-1.84 15.21.13 14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16949)", d: "M10.26 30.46c-.48-.63-.06.73.32 1.71.32.84-2.16.34-4.05.55.24.61.53.96.84.91 1.39-.19 4.55-.57 5.06-.57-.72-.6-1.7-1.96-2.17-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_linear_15759_16949)", d: "M12.43 33.07c-.4-.34-.87-.9-1.3-1.45 0 0-2.3 1.18-4.77.62.28.9.62 1.45 1 1.4a95 95 0 0 1 5.07-.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_radial_15759_16949)", d: "M21.16 9.94c-.9.2-1.64-1.05-2.05-2.5-.34-1.19.12-2.7 1-2.88.9-.17 1.71-.17 2.2 2.35.29 1.48-.27 2.84-1.15 3.03" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M23.87 31.55c-.5.06-.94.32-1.25.69s-.46.85-.43 1.33c0 .5.08.99.35 1.38.28.4.74.64 1.2.8-.48-.1-.98-.3-1.3-.72s-.4-.96-.42-1.45c-.02-.51.14-1.05.5-1.43.35-.37.85-.6 1.35-.6M23.08 27.14q-.5.21-.88.57a2 2 0 0 0-.48.9c-.12.6-.02 1.25.33 1.75s.91.84 1.51 1.04a2.6 2.6 0 0 1-1.62-.96q-.3-.4-.4-.9-.08-.48.03-.96.14-.56.56-.94.42-.35.95-.5M23.52 22.25a2.6 2.6 0 0 0-1.56.72c-.4.41-.63.98-.66 1.56-.06.57.03 1.17.36 1.65.32.47.85.8 1.42.96-.58-.1-1.16-.4-1.53-.89a2.5 2.5 0 0 1-.42-1.74c.05-.6.29-1.21.74-1.63a2.5 2.5 0 0 1 1.65-.63M24.04 17.03c-.63.17-1.26.4-1.75.82-.5.4-.77 1.03-.73 1.67 0 .63.2 1.28.69 1.7.47.43 1.11.64 1.75.77a3.4 3.4 0 0 1-1.84-.67 2.3 2.3 0 0 1-.76-1.8 2.1 2.1 0 0 1 .81-1.77c.54-.41 1.19-.6 1.83-.72" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M21.87 30.17a2.8 2.8 0 0 0 2.09 1.25q1.25.2 2.51.27 1.28.12 2.54.11.63 0 1.26-.05c.42-.04.84-.08 1.25-.21-.8.3-1.67.34-2.51.37q-1.28.03-2.55-.05-1.26-.11-2.52-.33-.65-.1-1.2-.43a2.3 2.3 0 0 1-.87-.93M21.77 26.42q.5.48 1.18.64c.43.13.89.1 1.34.13l2.73.08 2.73.13c.9.06 1.83.07 2.7-.23-.85.36-1.8.39-2.7.34l-2.73-.08-2.73-.13c-.45-.03-.92-.01-1.36-.16a2.6 2.6 0 0 1-1.16-.72M31.53 22.24q-.98.01-1.96.01H27.6l-1.96.03q-.97-.01-1.95.04c-.65-.02-1.32.2-1.78.66-.47.46-.7 1.12-.72 1.78q0-.5.14-.98.16-.49.52-.86a2.6 2.6 0 0 1 1.83-.73q1.95-.1 3.92-.06 1.95.01 3.92.1" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16949", x1: 26.83, x2: 17.31, y1: 19.63, y2: 20.01, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16949", x1: 16.56, x2: 16.37, y1: 32.83, y2: 27.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16949", x1: 15.34, x2: 22.51, y1: 13.98, y2: 24.24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16949", x1: 10.15, x2: 28.52, y1: 9.9, y2: 11.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16949", x1: 9.8, x2: 33.92, y1: 26.23, y2: 26.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16949", x1: 5.91, x2: 53.56, y1: 26.27, y2: 27.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16949", x1: 13.48, x2: 21.36, y1: 32.5, y2: 28.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16949", x1: 22.51, x2: 29.08, y1: 26.43, y2: 25.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16949", x1: 10.84, x2: 12.27, y1: 11.92, y2: 35.53, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 19.5, y2: 19.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16949", x1: 32.66, x2: 23.33, y1: 29.36, y2: 29.36, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16949", x1: 22.08, x2: 26.94, y1: 19.55, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 29.42, y2: 29.42, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16949", x1: 24.53, x2: 21.89, y1: 19.44, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16949", x1: 24.06, x2: 21.02, y1: 19.51, y2: 19.51, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16949", x1: 24.85, x2: 21.02, y1: 29.31, y2: 29.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16949", x1: 24.03, x2: 21.97, y1: 29.17, y2: 29.17, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16949", x1: 24.71, x2: 20.23, y1: 33.8, y2: 32.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16949", x1: 24.25, x2: 22.35, y1: 33.66, y2: 33.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16949", x1: 27.26, x2: 28.47, y1: 18.92, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16949", x1: 28.18, x2: 26.87, y1: 30.43, y2: 25.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 24.83, y2: 24.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16949", x1: 22.96, x2: 30.11, y1: 24.57, y2: 24.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16949", x1: 25.75, x2: 20.41, y1: 24.74, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16949", x1: 23.27, x2: 21.58, y1: 24.73, y2: 24.73, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16949", x1: 27.71, x2: 28.72, y1: 24.22, y2: 30.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16949", x1: 27, x2: 29.6, y1: 29.2, y2: 34.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16949", x1: 26.49, x2: 26.87, y1: 34.15, y2: 37.71, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16949", x1: 26.58, x2: 26.58, y1: 33.61, y2: 31.03, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16949", x1: 9.18, x2: 1.11, y1: 26.49, y2: 38.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16949", x1: 8.65, x2: 9.98, y1: 29.19, y2: 35.13, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint38_linear_15759_16949", x1: 9.45, x2: 9.26, y1: 30.3, y2: 37.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(24 -65.8 55.54)scale(3.7 1.72)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.17 .11 -.07 2.08 27.92 19.53)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.4 0 0 1.84 27.77 29.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.12 0 0 1.95 26.6 33.88)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.49 -.17 .1 2.29 28.85 24.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint39_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(79 5.98 16.17)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), Be = "_list_1exln_1", De = "_icon_1exln_7", He = "_button_1exln_12", T = {
|
|
420
|
+
}, Ie = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16997)", d: "M20.1 36c1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s3.48-1.71 5.7-1.52c2.77.24 1.83-15.21-.13-14.94-1.4.19-4.56.57-5.07.57-.5 0-3.98-2.7-7.02-2.73-4.94-.05-7.66.83-7.66.83l-1.45 3.28-.48 10 2.3 4.82s3.1-.5 4 .9c.88 1.38-.7 3.1-.7 7.08 0 4 2.91 4.88 3.54 4.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16997)", d: "m12.72 5.07.18.68c.56.06 1.28-.2 2.25-.19 4.67.04 9.13 1.38 11.05 2.9 1.25.99 1.8 2.31 2.69 1.93 1.09-.47 4.2-1.2 5.33.25-.32-2.47-.89-4.37-1.58-4.27-1.4.19-4.56.57-5.07.57-.5 0-3.88-2.62-7.02-2.73-4.07-.13-7.68.57-7.68.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16997)", d: "M30.79 20.33c-1.84-.5-3 .34-3.94 1.48-.94 1.13-1.74 2.13-4.09 3.65s-2.04 5.7-1.85 7.1c.2 1.39.07 3.44-.8 3.44 1.23 0 1.7-1 1.6-2.91-.06-1.27-.48-4.8 1.3-6.59 1.67-1.67 2.16-1.52 4.06-3.67s3.48-1.71 5.7-1.52c0-.48-.15-.47-1.98-.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16997)", d: "M17.26 24.03c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87q.26 0 .45-.05c-2.58-.17-4.14-3.42-3.25-6.78.73-2.73 1.09-4.91-.1-6.2-.76-.83-2.27-.68-3.93.18 0 0 3.1-.51 3.99.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16997)", d: "M17.08 22.61c1.52-.5 5.36-1.7 8.26-4.33 7.37-6.69-5.2-7.52-7.8-13.24-.5-1.09-3.4 5.73-3.4 5.73l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16997)", d: "M16.86 22.03c1.52-.5 7.72-4.48 7.72-6.45 0-5.66-4.3-2.87-6.62-9.55-.32-.93-1.45-1.7-1.45-1.7-.95.76-2.37 6.44-2.37 6.44l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16997)", d: "M13.35 4.66 10.45 8 9.8 21.88l7.28.73c1.67-.9 1.87-2.13 1.25-4.1-.27-.84.8-1.07.86-3.5.05-1.67-1.05-1.68-1.05-2.18s.55-.45.73-1.9c.26-2.07-1.47-2.1-1.47-2.55s.96-.7.9-2.39c-.07-2.14 3.9-1.7 6.58.24 1.1.8 2.06.88 2.81.7h-.12c-.5 0-3.9-2.72-7.02-2.72-3.65 0-6.17.22-7.2.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16997)", d: "M12.68 21.7c2.25 0 3.49-2.2 2.63-3.89-.85-1.69 1.58-3.92 1.33-5.02s-.7-3.88-1.04-4.34c-.35-.47.57-1.51.57-1.51l-2.85-.35-2.66 1.17.1 8.05-.29 5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16997)", d: "M27.07 22.83c1.23-1.4 2.33-1.7 3.56-1.7-.36-.56-.6-1.19-.58-1.8.07-1.6-.28-3.57-.55-1.52-.2 1.57-1.27 3.5-2.54 5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16997)", d: "M10.98 23.2c2.66.11 7.43.26 7.54-2.52.08-2.02-1.35-2.69-3.57-2.77l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42-.04 3.05 4.1 3.04 4.1 3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16997)", d: "M15.35 13.14c.71.02 2.83-.51 3.03-1.85.15-1.06-.39-2.43-2.23-2.75-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95a2.4 2.4 0 0 0 2.4 2.47c1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16997)", d: "M16.1 8.45c.8 0 1.8-.72 1.8-1.9 0-1.19-.31-2.07-2.04-2.4a15 15 0 0 0-5.56.28C9.5 4.7 9.2 5.45 9.2 6.71s.78 1.48 1.63 1.48c.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16997)", d: "M11.2 22.65c2.33.08 6.5.22 6.58-1.98.06-1.6-1.19-2.13-3.12-2.2s-7.02-.17-7.04 1.76c-.02 2.4 3.59 2.42 3.59 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16997)", d: "M15.14 12.58c.62.01 2.35-.13 2.52-1.42.11-.87-.34-1.98-1.94-2.25-2.03-.34-5.41-.52-6.68-.07-.56.2-1.05.75-1.08 1.6-.02.83.76 1.87 2.2 1.91s2.22-.1 3.04 0c1 .11 1.44.21 1.94.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16997)", d: "M15.75 8.01c.7 0 1.56-.57 1.56-1.53 0-.95-.27-1.66-1.77-1.93a14 14 0 0 0-4.8.23c-.7.21-.97.82-.97 1.84 0 1.01.68 1.19 1.42 1.19s1.64-.13 2.15-.1c1.43.07 1.71.3 2.4.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16997)", d: "M16.17 20.67c-.05 1.51-1.26 2.24-2.8 2.57 2.45-.05 5.07-.5 5.15-2.56.08-2.02-1.35-2.69-3.57-2.77q-.36 0-.69-.03c1.25.37 1.97 1.19 1.91 2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16997)", d: "M15.97 22.97c1.41-.31 2.5-.98 2.55-2.3.06-1.67-.91-2.41-2.52-2.66 3.26 1.3 2.09 4.5-.03 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16997)", d: "M22.18 7.88c.25-.91 2.01-1.21 3.93-.67s3.27 1.7 3.02 2.6-2.02 1.21-3.94.67c-1.91-.53-3.27-1.7-3.01-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16997)", d: "M9 20.26c.01-1.17 1.57-1.72 3.27-1.82 1.4-.09 2.94.9 2.9 2.04s-.24 2.14-3.14 2.04c-1.7-.05-3.05-1.12-3.04-2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16997)", d: "M8.68 10.02c.01-1.61 1.79-1.3 3.49-1.42 2.16-.14 3.6.53 3.6 1.67s-.83 1.97-3.72 1.97c-1.71 0-3.38-.15-3.37-2.22" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16997)", d: "M10.24 5.95c.01-1.37 1.62-1.56 3.15-1.56s3.18.8 3.18 1.78c0 .97-.73 1.68-3.32 1.68-1.52 0-3.02-.13-3-1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16997)", d: "M16.4 10.96c-.25 1.84-1.66 1.73-3.27 1.92 1.86.14 2.64.16 2.64.16q.26.03.57 0c.6-.14 1.29-.41 1.7-.93a2 2 0 0 0 .34-.82c.13-1.06-.39-2.43-2.23-2.75l-.85-.13-.47-.06-.13-.01c1.01.48 1.87 1.27 1.7 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16997)", d: "m15.95 13.05.39-.01c.6-.14 1.3-.42 1.7-.94q.2-.29.32-.7 0-.05.02-.11c.18-1.05-.34-2.28-1.94-2.69 2.74 1.52 1.57 4.45-.5 4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16997)", d: "M14.35 8.17c.81.12 1.14.28 1.74.28.8 0 1.8-.71 1.8-1.9q.02-.65-.17-1.16a2 2 0 0 0-.6-.76q-.44-.32-1.26-.48a9 9 0 0 0-1.23-.13c.85.49 2.28.75 1.98 2.4-.33 1.82-1.42 1.57-2.26 1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16997)", d: "M16.13 8.45c.8-.02 1.77-.73 1.77-1.9 0-1.09-.26-1.92-1.64-2.3 2.15 1.38 1.46 3.7-.13 4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16997)", d: "M6.89 20.17q0 .4.08.75c-.21-.95.64-1.9 2.88-2.36 1.5-.3 5.44-.68 8.18.4-.59-.71-1.68-1-3.08-1.05l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16997)", d: "M7.24 10.48c0 1.02.77 2.35 2.4 2.4 1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13.43.02 1.5-.11 2.22-.56a10 10 0 0 0-4-.59c-4.46.29-5.73-.25-6.33-1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16997)", d: "M16.3 17.75c.96.02 2.46-.54 2.5-2.51s-1.68-2.44-2.44-2.46c-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62.56 2.58 2.53 2.62c5.7.12 7.84-.01 7.84-.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16997)", d: "M15.8 17.18c.82.01 2.13-.41 2.16-1.93s-1.47-1.9-2.13-1.9c-.66-.02-2.97-.16-5.81-.22-2.85-.06-3.23 1.3-3.24 2.01s.08 2 1.8 2.03c4.95.1 7.22 0 7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16997)", d: "M16.77 15.43c-.1 2.02-1.51 2.03-3.1 2.38a58 58 0 0 0 2.64-.06c.95.02 2.45-.54 2.5-2.51.03-1.97-1.7-2.44-2.45-2.46-.27 0-.8-.03-1.5-.06 1.05.43 1.98 1.22 1.9 2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16997)", d: "M7.6 15.22c-.06-1.61 1.73-1.92 3.44-2 1.7-.08 3.6.78 3.65 1.92s-.73 2-3.62 2.15c-1.7.08-3.38 0-3.46-2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16997)", d: "M16.49 17.75a2.37 2.37 0 0 0 2.31-2.51c.04-1.87-1.51-2.4-2.32-2.45 3.12 1.26 2.1 4.77 0 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16997)", d: "M5.94 15.33c.41-2.91 8.12-2.38 12.29-1.75-.57-.6-1.4-.79-1.87-.8-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16997)", d: "M9.8 8.84c1.5-.07 5.45-.56 8.33.99-.33-.6-.95-1.1-1.98-1.29-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95.1-.9.95-1.5 2.56-1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16997)", d: "M9.3 5.6c.98-.75 2.67-1.18 5.1-.77 1.52.25 2.55.34 3.23.36-.27-.5-.8-.85-1.77-1.04a15 15 0 0 0-5.56.28q-.78.25-1 1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16997)", d: "M17.58 7.62c-1.81.65-2.7-.32-4.63-.32-2 0-2.97.8-3.68.04.22.7.87.85 1.55.85.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38.53 0 1.13-.3 1.49-.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16997)", d: "M32.64 6.37c-1.4.19-4.56.57-5.07.57 4.6 3.28 2.55 10.26.86 13.79q-.35.74-.47 1.25c1.53-1.17 2.94-.83 4.8-.67 2.78.24 1.84-15.21-.12-14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16997)", d: "M27.57 6.93c.4.34.87.9 1.3 1.45 0 0 2.3-1.18 4.77-.62-.28-.9-.62-1.45-1-1.4-1.4.2-4.56.57-5.07.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_radial_15759_16997)", d: "M18.63 30.2c.9-.2 1.63 1.04 2.04 2.5.34 1.19-.12 2.7-1 2.87-.89.17-1.7.18-2.2-2.34-.28-1.48.28-2.85 1.16-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_linear_15759_16997)", d: "M13.27 23.15s3.1-.51 3.99.88c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87 1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s-11.78-.6-13.8.32" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.13 8.45c.5 0 1-.23 1.35-.6.36-.38.52-.92.5-1.43s-.1-1.03-.42-1.45a2.2 2.2 0 0 0-1.3-.73c.46.17.92.4 1.2.8s.35.9.35 1.39c.03.48-.11.96-.43 1.33-.3.37-.75.63-1.25.69M16.92 12.86q.53-.14.95-.5c.29-.24.46-.58.56-.93q.1-.49.03-.98-.1-.49-.4-.9a2.6 2.6 0 0 0-1.62-.95c.6.2 1.16.53 1.5 1.04.36.5.46 1.15.34 1.75-.09.33-.22.66-.48.9q-.38.36-.88.57" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.49 17.75c.59 0 1.2-.21 1.64-.63.46-.42.7-1.03.74-1.63s-.05-1.25-.42-1.74a2.4 2.4 0 0 0-1.53-.9c.57.17 1.1.5 1.42.97.33.48.42 1.08.36 1.65a2.4 2.4 0 0 1-.66 1.56c-.4.4-.97.65-1.55.72M15.97 22.97c.64-.11 1.29-.3 1.82-.72.55-.4.85-1.1.81-1.77a2.3 2.3 0 0 0-.76-1.8c-.52-.44-1.2-.6-1.84-.67.64.13 1.28.34 1.76.77.48.42.69 1.07.68 1.7.04.64-.23 1.27-.73 1.67-.5.41-1.12.65-1.74.82M18.13 9.83q-.31-.57-.86-.94a3 3 0 0 0-1.2-.42q-1.27-.22-2.53-.33-1.27-.08-2.55-.05c-.84.03-1.7.07-2.5.37.4-.13.82-.17 1.24-.2q.63-.07 1.27-.06 1.26 0 2.53.1 1.26.09 2.52.28c.81.11 1.64.5 2.08 1.25" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M18.23 13.58c-.3-.34-.72-.59-1.16-.72-.44-.15-.91-.13-1.36-.16l-2.73-.13-2.73-.08a6 6 0 0 0-2.7.34c.87-.3 1.8-.29 2.7-.23l2.73.13 2.73.08c.45.02.9 0 1.34.12q.67.17 1.18.65M8.47 17.76a90 90 0 0 0 7.84.06c.67 0 1.36-.25 1.83-.74q.37-.37.52-.86.14-.48.14-.98a2.6 2.6 0 0 1-.72 1.78c-.46.46-1.13.68-1.77.67l-1.96.03-1.96.03h-1.96z" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16997", x1: 13.17, x2: 22.69, y1: 20.37, y2: 19.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16997", x1: 22.77, x2: 23.43, y1: 15.41, y2: 8.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16997", x1: 24.66, x2: 17.49, y1: 26.01, y2: 15.76, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16997", x1: 29.85, x2: 11.48, y1: 30.1, y2: 28.72, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16997", x1: 30.2, x2: 6.08, y1: 13.77, y2: 13.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16997", x1: 34.09, x2: -13.56, y1: 13.73, y2: 12.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16997", x1: 26.52, x2: 18.64, y1: 7.5, y2: 11.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16997", x1: 17.49, x2: 10.92, y1: 13.57, y2: 14.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16997", x1: 29.16, x2: 27.73, y1: 28.08, y2: 4.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 20.5, y2: 20.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16997", x1: 7.34, x2: 16.67, y1: 10.64, y2: 10.64, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16997", x1: 17.92, x2: 13.06, y1: 20.45, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 10.57, y2: 10.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16997", x1: 15.47, x2: 18.11, y1: 20.56, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16997", x1: 15.94, x2: 18.98, y1: 20.49, y2: 20.49, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16997", x1: 15.15, x2: 18.98, y1: 10.69, y2: 10.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16997", x1: 15.97, x2: 18.03, y1: 10.83, y2: 10.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16997", x1: 15.29, x2: 19.77, y1: 6.2, y2: 7.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16997", x1: 15.75, x2: 17.65, y1: 6.34, y2: 6.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16997", x1: 12.74, x2: 11.53, y1: 21.08, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16997", x1: 11.82, x2: 13.13, y1: 9.57, y2: 14.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 15.16, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16997", x1: 17.04, x2: 9.89, y1: 15.42, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16997", x1: 14.25, x2: 19.59, y1: 15.26, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16997", x1: 16.73, x2: 18.42, y1: 15.27, y2: 15.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16997", x1: 12.29, x2: 11.28, y1: 15.78, y2: 9.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16997", x1: 13, x2: 10.4, y1: 10.8, y2: 5.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16997", x1: 13.51, x2: 13.13, y1: 5.85, y2: 2.29, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16997", x1: 13.42, x2: 13.42, y1: 6.39, y2: 8.97, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16997", x1: 31.12, x2: 34.45, y1: 15.85, y2: 25.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16997", x1: 30.55, x2: 30.74, y1: 9.69, y2: 2.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint39_linear_15759_16997", x1: 20.38, x2: 17.94, y1: 21.74, y2: 43.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.57 -1 .46 -1.66 26 9.47)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(182 6.22 10.13)scale(3.17 2.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.4 0 0 -1.84 12.23 10.25)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.12 0 0 -1.95 13.41 6.12)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(177 5.4 7.76)scale(3.49 2.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint38_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(259 23.1 8.58)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), Re = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16949)", d: "M19.9 4c-1.24 0-1.71 1-1.62 2.91.07 1.27.5 4.8-1.3 6.59-1.66 1.67-2.15 1.52-4.05 3.67s-3.48 1.71-5.7 1.52c-2.77-.24-1.83 15.21.13 14.94 1.4-.19 4.56-.57 5.07-.57.5 0 3.98 2.7 7.02 2.73 4.94.05 7.66-.83 7.66-.83l1.45-3.28.48-10.01-2.3-4.82s-3.1.51-4-.88c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16949)", d: "m27.29 34.93-.2-.68c-.55-.06-1.26.2-2.24.19-4.67-.04-9.13-1.38-11.05-2.9-1.25-1-1.8-2.31-2.69-1.93-1.09.47-4.2 1.2-5.33-.25.32 2.47.89 4.37 1.58 4.27 1.4-.19 4.56-.57 5.07-.57.5 0 3.88 2.62 7.02 2.73 4.07.13 7.68-.57 7.68-.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16949)", d: "M9.21 19.67c1.84.5 3-.34 3.94-1.48.94-1.13 1.74-2.13 4.09-3.65s2.04-5.7 1.85-7.1c-.2-1.39-.07-3.44.8-3.44-1.23 0-1.7 1-1.6 2.91.06 1.27.48 4.8-1.3 6.59-1.67 1.67-2.16 1.52-4.06 3.67s-3.48 1.71-5.7 1.52c0 .48.15.47 1.98.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16949)", d: "M22.74 15.97c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4q-.26 0-.45.05c2.58.17 4.14 3.42 3.25 6.78-.73 2.73-1.09 4.91.1 6.2.76.83 2.27.68 3.93-.18 0 0-3.1.51-3.99-.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16949)", d: "M22.92 17.39c-1.52.5-5.36 1.7-8.26 4.33-7.37 6.68 5.2 7.52 7.8 13.24.5 1.09 3.4-5.73 3.4-5.73l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16949)", d: "M23.14 17.97c-1.52.5-7.72 4.48-7.72 6.45 0 5.66 4.3 2.87 6.62 9.55.32.93 1.46 1.7 1.46 1.7.94-.76 2.36-6.44 2.36-6.44l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16949)", d: "m26.65 35.34 2.9-3.33.65-13.89-7.28-.73c-1.67.9-1.87 2.13-1.25 4.1.27.83-.8 1.07-.86 3.5-.05 1.67 1.05 1.68 1.05 2.18s-.55.45-.73 1.9c-.26 2.07 1.47 2.1 1.47 2.55s-.96.7-.9 2.39c.07 2.13-3.9 1.7-6.58-.24-1.1-.8-2.06-.88-2.81-.7h.12c.5 0 3.9 2.72 7.02 2.72 3.65 0 6.17-.22 7.2-.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16949)", d: "M27.32 18.3c-2.25 0-3.48 2.2-2.63 3.89s-1.58 3.92-1.33 5.02.7 3.88 1.04 4.34-.57 1.5-.57 1.5l2.85.36 2.66-1.18-.1-8.04.29-5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16949)", d: "M12.93 17.17c-1.23 1.4-2.33 1.7-3.56 1.7.36.56.6 1.19.58 1.8-.07 1.6.28 3.57.55 1.52.2-1.57 1.27-3.5 2.54-5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16949)", d: "M29.02 16.8c-2.66-.11-7.43-.26-7.54 2.52-.08 2.02 1.35 2.69 3.57 2.77l4.24.16c.91.04 3.8.02 3.82-2.42.04-3.05-4.1-3.04-4.1-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16949)", d: "M24.65 26.86c-.71-.02-2.83.5-3.03 1.85-.15 1.06.39 2.43 2.23 2.75 2.33.4 6.21.62 7.67.08.64-.25 1.2-.93 1.24-1.95a2.4 2.4 0 0 0-2.4-2.47c-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16949)", d: "M23.9 31.55c-.8 0-1.8.72-1.8 1.9 0 1.19.31 2.07 2.04 2.4 1.74.33 4.51.05 5.56-.28.81-.26 1.11-1.02 1.11-2.28s-.78-1.48-1.63-1.48c-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16949)", d: "M28.8 17.35c-2.33-.09-6.5-.22-6.58 1.98-.06 1.6 1.19 2.13 3.12 2.2s7.02.17 7.04-1.76c.02-2.4-3.59-2.42-3.59-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16949)", d: "M24.86 27.42c-.62-.01-2.35.13-2.52 1.42-.11.87.34 1.98 1.94 2.25 2.03.34 5.41.52 6.68.07.56-.2 1.05-.75 1.08-1.6.02-.83-.76-1.87-2.2-1.91s-2.22.1-3.04 0c-1-.11-1.44-.21-1.94-.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16949)", d: "M24.25 31.99c-.7 0-1.56.57-1.56 1.53 0 .95.27 1.66 1.77 1.93 1.5.26 3.9.04 4.8-.23.7-.21.97-.82.97-1.84 0-1.01-.68-1.19-1.42-1.19s-1.64.13-2.15.1c-1.43-.07-1.71-.3-2.4-.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16949)", d: "M23.83 19.33c.05-1.51 1.26-2.24 2.8-2.58-2.45.06-5.07.52-5.15 2.57-.08 2.02 1.35 2.69 3.57 2.77q.36 0 .69.03c-1.24-.37-1.97-1.19-1.91-2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16949)", d: "M24.04 17.03c-1.42.3-2.51.98-2.56 2.3-.06 1.67.92 2.41 2.52 2.66-3.25-1.3-2.09-4.5.04-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16949)", d: "M20.26 32.98c-.38.86-2.16.92-3.99.12s-3-2.14-2.63-3 2.16-.91 3.99-.12c1.83.8 3 2.14 2.63 3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16949)", d: "M31 19.74c-.01 1.17-1.57 1.72-3.27 1.82-1.4.09-2.94-.9-2.9-2.04s.24-2.15 3.14-2.04c1.7.05 3.06 1.12 3.04 2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16949)", d: "M31.32 29.98c-.01 1.61-1.79 1.3-3.49 1.42-2.16.14-3.6-.53-3.6-1.67s.83-1.97 3.73-1.98c1.7 0 3.37.16 3.36 2.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16949)", d: "M29.76 34.05c-.01 1.37-1.62 1.56-3.15 1.56s-3.18-.8-3.18-1.78c0-.97.73-1.68 3.32-1.68 1.53 0 3.02.13 3 1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16949)", d: "M23.6 29.04c.25-1.84 1.66-1.73 3.27-1.92-1.86-.14-2.64-.16-2.64-.16a3 3 0 0 0-.57 0c-.6.14-1.29.41-1.7.93a2 2 0 0 0-.34.82c-.13 1.06.39 2.43 2.23 2.75l.85.13.47.06.13.01c-1.01-.48-1.87-1.27-1.7-2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16949)", d: "m24.05 26.95-.39.01c-.6.14-1.3.42-1.7.94q-.2.29-.32.7 0 .05-.02.11c-.18 1.05.34 2.28 1.94 2.69-2.74-1.52-1.57-4.45.5-4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16949)", d: "M25.65 31.83c-.8-.12-1.14-.28-1.74-.28-.8 0-1.8.71-1.8 1.9q-.01.65.17 1.16.2.42.6.76.44.32 1.26.48.57.1 1.23.13c-.84-.49-2.28-.75-1.98-2.4.33-1.82 1.42-1.57 2.26-1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16949)", d: "M23.87 31.55c-.8.02-1.77.73-1.77 1.9 0 1.09.26 1.92 1.64 2.3-2.15-1.38-1.46-3.7.13-4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16949)", d: "M33.11 19.83q0-.4-.08-.75c.21.95-.63 1.9-2.88 2.36-1.49.3-5.44.68-8.18-.4.6.71 1.68 1 3.08 1.05l4.24.16c.91.04 3.8.02 3.82-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16949)", d: "M32.76 29.52c0-1.02-.77-2.35-2.4-2.4-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13-.43-.02-1.5.11-2.21.56.8.29 2.13.7 3.99.59 4.46-.29 5.73.25 6.33 1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16949)", d: "M23.7 22.25c-.96-.02-2.46.54-2.5 2.51s1.68 2.44 2.44 2.46c.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62-.56-2.58-2.53-2.62c-5.7-.12-7.84.01-7.84.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16949)", d: "M24.2 22.82c-.82-.01-2.13.41-2.16 1.93-.03 1.53 1.47 1.9 2.13 1.9.66.02 2.97.16 5.81.22 2.85.06 3.23-1.3 3.24-2.01s-.08-2-1.8-2.03c-4.95-.1-7.22 0-7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16949)", d: "M23.23 24.57c.1-2.02 1.51-2.03 3.1-2.38-1.86.01-2.64.06-2.64.06-.95-.02-2.45.54-2.5 2.51-.03 1.97 1.7 2.44 2.45 2.46q.44 0 1.5.06c-1.05-.43-1.98-1.22-1.9-2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16949)", d: "M32.4 24.78c.06 1.61-1.73 1.92-3.43 2s-3.6-.78-3.66-1.92c-.05-1.14.73-2 3.62-2.15 1.7-.08 3.38 0 3.46 2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16949)", d: "M23.52 22.25c-.95.05-2.29.66-2.32 2.51-.04 1.87 1.52 2.4 2.32 2.45-3.12-1.26-2.1-4.77 0-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16949)", d: "M34.06 24.67c-.41 2.91-8.12 2.38-12.29 1.75.57.6 1.4.79 1.87.8.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16949)", d: "M30.2 31.16c-1.5.07-5.45.56-8.33-.99.33.6.95 1.1 1.98 1.29 2.33.4 6.21.62 7.66.08.65-.25 1.22-.92 1.25-1.95-.1.9-.95 1.5-2.56 1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16949)", d: "M30.7 34.4c-.98.74-2.67 1.18-5.1.77-1.52-.25-2.55-.34-3.23-.36.27.5.8.85 1.77 1.04 1.74.33 4.51.05 5.56-.28q.79-.26 1-1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16949)", d: "M22.42 32.38c1.81-.65 2.7.32 4.63.32 2 0 2.97-.8 3.68-.04-.22-.7-.87-.85-1.55-.85-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38-.52 0-1.13.3-1.49.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16949)", d: "M7.37 33.63c1.39-.19 4.55-.57 5.06-.57-4.6-3.28-2.55-10.26-.86-13.8q.36-.73.47-1.24c-1.53 1.17-2.94.83-4.8.67-2.78-.24-1.84 15.21.13 14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16949)", d: "M10.26 30.46c-.48-.63-.06.73.32 1.71.32.84-2.16.34-4.05.55.24.61.53.96.84.91 1.39-.19 4.55-.57 5.06-.57-.72-.6-1.7-1.96-2.17-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_linear_15759_16949)", d: "M12.43 33.07c-.4-.34-.87-.9-1.3-1.45 0 0-2.3 1.18-4.77.62.28.9.62 1.45 1 1.4a95 95 0 0 1 5.07-.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_radial_15759_16949)", d: "M21.16 9.94c-.9.2-1.64-1.05-2.05-2.5-.34-1.19.12-2.7 1-2.88.9-.17 1.71-.17 2.2 2.35.29 1.48-.27 2.84-1.15 3.03" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M23.87 31.55c-.5.06-.94.32-1.25.69s-.46.85-.43 1.33c0 .5.08.99.35 1.38.28.4.74.64 1.2.8-.48-.1-.98-.3-1.3-.72s-.4-.96-.42-1.45c-.02-.51.14-1.05.5-1.43.35-.37.85-.6 1.35-.6M23.08 27.14q-.5.21-.88.57a2 2 0 0 0-.48.9c-.12.6-.02 1.25.33 1.75s.91.84 1.51 1.04a2.6 2.6 0 0 1-1.62-.96q-.3-.4-.4-.9-.08-.48.03-.96.14-.56.56-.94.42-.35.95-.5M23.52 22.25a2.6 2.6 0 0 0-1.56.72c-.4.41-.63.98-.66 1.56-.06.57.03 1.17.36 1.65.32.47.85.8 1.42.96-.58-.1-1.16-.4-1.53-.89a2.5 2.5 0 0 1-.42-1.74c.05-.6.29-1.21.74-1.63a2.5 2.5 0 0 1 1.65-.63M24.04 17.03c-.63.17-1.26.4-1.75.82-.5.4-.77 1.03-.73 1.67 0 .63.2 1.28.69 1.7.47.43 1.11.64 1.75.77a3.4 3.4 0 0 1-1.84-.67 2.3 2.3 0 0 1-.76-1.8 2.1 2.1 0 0 1 .81-1.77c.54-.41 1.19-.6 1.83-.72" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M21.87 30.17a2.8 2.8 0 0 0 2.09 1.25q1.25.2 2.51.27 1.28.12 2.54.11.63 0 1.26-.05c.42-.04.84-.08 1.25-.21-.8.3-1.67.34-2.51.37q-1.28.03-2.55-.05-1.26-.11-2.52-.33-.65-.1-1.2-.43a2.3 2.3 0 0 1-.87-.93M21.77 26.42q.5.48 1.18.64c.43.13.89.1 1.34.13l2.73.08 2.73.13c.9.06 1.83.07 2.7-.23-.85.36-1.8.39-2.7.34l-2.73-.08-2.73-.13c-.45-.03-.92-.01-1.36-.16a2.6 2.6 0 0 1-1.16-.72M31.53 22.24q-.98.01-1.96.01H27.6l-1.96.03q-.97-.01-1.95.04c-.65-.02-1.32.2-1.78.66-.47.46-.7 1.12-.72 1.78q0-.5.14-.98.16-.49.52-.86a2.6 2.6 0 0 1 1.83-.73q1.95-.1 3.92-.06 1.95.01 3.92.1" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16949", x1: 26.83, x2: 17.31, y1: 19.63, y2: 20.01, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16949", x1: 16.56, x2: 16.37, y1: 32.83, y2: 27.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16949", x1: 15.34, x2: 22.51, y1: 13.98, y2: 24.24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16949", x1: 10.15, x2: 28.52, y1: 9.9, y2: 11.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16949", x1: 9.8, x2: 33.92, y1: 26.23, y2: 26.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16949", x1: 5.91, x2: 53.56, y1: 26.27, y2: 27.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16949", x1: 13.48, x2: 21.36, y1: 32.5, y2: 28.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16949", x1: 22.51, x2: 29.08, y1: 26.43, y2: 25.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16949", x1: 10.84, x2: 12.27, y1: 11.92, y2: 35.53, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 19.5, y2: 19.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16949", x1: 32.66, x2: 23.33, y1: 29.36, y2: 29.36, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16949", x1: 22.08, x2: 26.94, y1: 19.55, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 29.42, y2: 29.42, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16949", x1: 24.53, x2: 21.89, y1: 19.44, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16949", x1: 24.06, x2: 21.02, y1: 19.51, y2: 19.51, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16949", x1: 24.85, x2: 21.02, y1: 29.31, y2: 29.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16949", x1: 24.03, x2: 21.97, y1: 29.17, y2: 29.17, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16949", x1: 24.71, x2: 20.23, y1: 33.8, y2: 32.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16949", x1: 24.25, x2: 22.35, y1: 33.66, y2: 33.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16949", x1: 27.26, x2: 28.47, y1: 18.92, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16949", x1: 28.18, x2: 26.87, y1: 30.43, y2: 25.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 24.83, y2: 24.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16949", x1: 22.96, x2: 30.11, y1: 24.57, y2: 24.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16949", x1: 25.75, x2: 20.41, y1: 24.74, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16949", x1: 23.27, x2: 21.58, y1: 24.73, y2: 24.73, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16949", x1: 27.71, x2: 28.72, y1: 24.22, y2: 30.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16949", x1: 27, x2: 29.6, y1: 29.2, y2: 34.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16949", x1: 26.49, x2: 26.87, y1: 34.15, y2: 37.71, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16949", x1: 26.58, x2: 26.58, y1: 33.61, y2: 31.03, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16949", x1: 9.18, x2: 1.11, y1: 26.49, y2: 38.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16949", x1: 8.65, x2: 9.98, y1: 29.19, y2: 35.13, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint38_linear_15759_16949", x1: 9.45, x2: 9.26, y1: 30.3, y2: 37.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(24 -65.8 55.54)scale(3.7 1.72)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.17 .11 -.07 2.08 27.92 19.53)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.4 0 0 1.84 27.77 29.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.12 0 0 1.95 26.6 33.88)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.49 -.17 .1 2.29 28.85 24.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint39_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(79 5.98 16.17)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), Be = "_list_1yzyr_1", De = "_icon_1yzyr_7", He = "_button_1yzyr_12", T = {
|
|
405
421
|
list: Be,
|
|
406
422
|
icon: De,
|
|
407
423
|
button: He
|
|
408
424
|
}, Pe = ({
|
|
409
425
|
classNames: t,
|
|
410
|
-
minLabel:
|
|
411
|
-
maxLabel:
|
|
426
|
+
minLabel: l,
|
|
427
|
+
maxLabel: r,
|
|
412
428
|
onChange: s
|
|
413
429
|
}) => {
|
|
414
430
|
const o = [
|
|
415
|
-
[
|
|
416
|
-
[
|
|
417
|
-
],
|
|
431
|
+
[Ie, 0, l ?? "Thumbs down"],
|
|
432
|
+
[Re, 1, r ?? "Thumbs up"]
|
|
433
|
+
], n = b((p) => {
|
|
418
434
|
s(Number(p.currentTarget.value));
|
|
419
435
|
}, [s]);
|
|
420
436
|
return /* @__PURE__ */ E("div", { className: i(T.base, t?.base), children: [
|
|
@@ -425,7 +441,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
425
441
|
className: i(T.button, t?.button),
|
|
426
442
|
type: "button",
|
|
427
443
|
value: d,
|
|
428
|
-
onClick:
|
|
444
|
+
onClick: n,
|
|
429
445
|
children: /* @__PURE__ */ a(
|
|
430
446
|
p,
|
|
431
447
|
{
|
|
@@ -438,12 +454,12 @@ const te = "_base_ro34p_1", ae = {
|
|
|
438
454
|
},
|
|
439
455
|
d
|
|
440
456
|
)) }),
|
|
441
|
-
!!
|
|
457
|
+
!!l && !!r && /* @__PURE__ */ a(
|
|
442
458
|
M,
|
|
443
459
|
{
|
|
444
460
|
className: i(T.labels, t?.labels),
|
|
445
|
-
minLabel:
|
|
446
|
-
maxLabel:
|
|
461
|
+
minLabel: l,
|
|
462
|
+
maxLabel: r,
|
|
447
463
|
placement: "center"
|
|
448
464
|
}
|
|
449
465
|
)
|
|
@@ -455,11 +471,11 @@ const te = "_base_ro34p_1", ae = {
|
|
|
455
471
|
success: Ye
|
|
456
472
|
}, B1 = ({
|
|
457
473
|
classNames: t,
|
|
458
|
-
dir:
|
|
459
|
-
scaleStyle:
|
|
474
|
+
dir: l,
|
|
475
|
+
scaleStyle: r,
|
|
460
476
|
question: s,
|
|
461
477
|
minLabel: o,
|
|
462
|
-
maxLabel:
|
|
478
|
+
maxLabel: n,
|
|
463
479
|
textQuestion: p,
|
|
464
480
|
textButtonLabel: d,
|
|
465
481
|
responseType: f,
|
|
@@ -487,7 +503,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
487
503
|
feedback: i(z.feedback, t?.base?.feedback),
|
|
488
504
|
success: i(z.success, t?.base?.success)
|
|
489
505
|
},
|
|
490
|
-
dir:
|
|
506
|
+
dir: l,
|
|
491
507
|
screen: x,
|
|
492
508
|
question: s,
|
|
493
509
|
textQuestion: p,
|
|
@@ -497,28 +513,28 @@ const te = "_base_ro34p_1", ae = {
|
|
|
497
513
|
thankYouMessage: c,
|
|
498
514
|
onFeedback: y,
|
|
499
515
|
children: [
|
|
500
|
-
|
|
501
|
-
|
|
516
|
+
r === "emoji" && /* @__PURE__ */ a(
|
|
517
|
+
Ae,
|
|
502
518
|
{
|
|
503
519
|
classNames: t?.scale,
|
|
504
520
|
minLabel: o,
|
|
505
|
-
maxLabel:
|
|
521
|
+
maxLabel: n,
|
|
506
522
|
onChange: _
|
|
507
523
|
}
|
|
508
524
|
),
|
|
509
|
-
|
|
525
|
+
r === "thumbs" && /* @__PURE__ */ a(
|
|
510
526
|
Pe,
|
|
511
527
|
{
|
|
512
528
|
classNames: t?.scale,
|
|
513
529
|
minLabel: o,
|
|
514
|
-
maxLabel:
|
|
530
|
+
maxLabel: n,
|
|
515
531
|
onChange: _
|
|
516
532
|
}
|
|
517
533
|
)
|
|
518
534
|
]
|
|
519
535
|
}
|
|
520
536
|
);
|
|
521
|
-
}, Je = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16822)", d: "M19.66 27.32s3.73-.02 5.01 2.95q.14.29.15.6c.04.4-.25.83-.97.56a14 14 0 0 0-4.2-.68c-1.09 0-3.05.23-4.19.68-.7.27-1-.15-.97-.56q.03-.32.15-.6c1.28-2.96 5.02-2.95 5.02-2.95" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16822)", d: "M14.12 24.56c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16822)", d: "M13.44 21c1.01 0 1.86 1.04 2.1 2.45q.31-.66.32-1.5c0-1.46-.78-2.63-1.74-2.63-.83 0-1.52.88-1.69 2.06q.46-.37 1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16822)", d: "M12.27 15.56c-1.55 0-2.88 1.79-1.14 2.06 1.73.28 4.89 1.77 6.22 2.8.1.12.49.08.46-.23 0-1.18-3.65-4.63-5.54-4.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16822)", d: "M19.66 28.3s3.04-.01 5.11 2.32l-.1-.34c-1.29-2.97-5.02-2.95-5.02-2.95s-3.74-.02-5.02 2.95q-.07.17-.1.34c2.08-2.33 5.13-2.32 5.13-2.32" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16822)", d: "M25.88 24.56c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16822)", d: "M26.56 21c-1 0-1.86 1.04-2.1 2.45q-.31-.66-.32-1.5c0-1.46.78-2.63 1.74-2.63.83 0 1.52.88 1.69 2.06a1.6 1.6 0 0 0-1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16822)", d: "M27.73 15.56c1.55 0 2.88 1.79 1.14 2.06a18 18 0 0 0-6.22 2.8c-.1.12-.49.08-.46-.23 0-1.18 3.65-4.63 5.54-4.63" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffdf30" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb82e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe95f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbb47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.94 0 0 2.1 19.65 29.42)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 22)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(106 4.96 20.92)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16822", x1: 14.14, x2: 14.14, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16822", x1: 14.06, x2: 14.06, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16822", x1: 19.65, x2: 19.65, y1: 26.03, y2: 28.87, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16822", x1: 25.86, x2: 25.86, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16822", x1: 25.94, x2: 25.94, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), Qe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_radial_15759_16856)", d: "m32.4 25.99.04-.3a.8.8 0 0 0-.55-.74 1 1 0 0 0-.53-.02 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75q0 .17.04.35l.2.84.17.51c1.26 2.95 4.55 8.13 12.04 8.13s10.77-5.2 12.04-8.14l.15-.45z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16856)", d: "M20 34.7c2.9 0 5.13-.84 6.83-2.02A16 16 0 0 0 20 31.25c-2.71 0-4.97.56-6.84 1.44 1.71 1.18 3.94 2 6.84 2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16856)", d: "m32.2 26.89.2-.87.03-.34a.85.85 0 0 0-1.08-.75 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75l.03.35.2.86q.07.23.17.49c.5 1.2 1.35 2.75 2.66 4.17-1.23-1.46.28-2.26 2.99-1.93s6.39.34 6.39.34 3.69-.01 6.39-.34 4.22.48 3 1.93a15 15 0 0 0 2.65-4.17q.1-.26.16-.5" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16856)", d: "M20 27.3q-5.86 0-11.46-1.55l.04.5c.1.97.8 1.77 1.75 1.98a45 45 0 0 0 20.07-.16c.5-.13.87-.55.93-1.07l.12-1.24A43 43 0 0 1 20 27.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_radial_15759_16856)", d: "M14.38 9.25c3.35 2.22 3.4 7.1 1.76 9.23-1.8 2.35-3.7 2.49-7.93 2.1 3.07 1.67 6.94 2.12 6.94 2.12s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-3.54-2.28", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_radial_15759_16856)", d: "M9.6 12.77c.72.67.45 2.17-.63 3.34S6.43 17.67 5.7 17c-.73-.68-.46-2.17.62-3.34s2.54-1.57 3.28-.9", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_radial_15759_16856)", d: "M13.63 10.12c.76.33.95 1.58.42 2.8-.53 1.2-1.56 1.9-2.33 1.58-.76-.33-.94-1.58-.42-2.8.53-1.2 1.57-1.9 2.33-1.58", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16856)", d: "M13.25 10.52c2.06-.2 4.96 1.66 3.57 6.25-.84 2.75-2.26 4.6-4.84 5.29 1.79.5 3.18.66 3.18.66s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-7.4.92s1.21-1.8 2.72-1.95", opacity: 0.32 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_radial_15759_16856)", d: "M34.73 13.2c.56 3.99-3.07 7.26-5.75 7.45-2.96.22-4.31-1.12-6.83-4.54.77 3.4 3 6.61 3 6.61s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-.62-4.18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16856)", d: "M28.91 11.96c-.02 1-1.33 1.79-2.91 1.75-1.59-.03-2.86-.86-2.85-1.87.02-1 1.33-1.78 2.91-1.75 1.6.03 2.87.87 2.85 1.87", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16856)", d: "M33.58 13.23c.26.79-.55 1.75-1.8 2.16-1.25.4-2.48.1-2.73-.69-.26-.79.55-1.75 1.8-2.16 1.24-.41 2.47-.1 2.73.69", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16856)", d: "M33.03 13.2c1.52 1.4 2.03 4.8-2.32 6.81-2.61 1.2-4.94 1.35-7.17-.11.81 1.66 1.62 2.82 1.62 2.82s8.25-.99 10.2-5.33a3.91 3.91 0 0 0-5.6-4.93s2.17-.29 3.27.73", opacity: 0.32 }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.02 5.15 -3.76 5.85 10 20.16)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(147 12.04 14.48)scale(9.53 6.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint4_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 30.2)scale(9.56)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(7.61 0 0 2.3 20.14 33.39)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 27.51)scale(20.98)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#a9bcbe" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint9_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.68 -7.74 6.14 4.5 9.43 14.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint10_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint11_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-51 25.15 -7.08)scale(8.14 4.02)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint12_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2 -2.08 1.3 1.25 7.64 14.9)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint13_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-65 16 -3.77)scale(2.4 1.49)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint15_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint16_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(9.56 -.88 .7 7.58 27.64 12.85)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.13 -.3 .15 4.02 29.22 18.45)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.89 .12 -.08 1.8 26.04 11.91)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.3 -.69 .43 1.43 31.33 13.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16856", x1: 32.3, x2: 7.85, y1: 28.23, y2: 28.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#512d00" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#3c2200" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16856", x1: 18.6, x2: 12.19, y1: 26.74, y2: 9.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16856", x1: 24.43, x2: 33.3, y1: 27.96, y2: 11.54, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })))), Xe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16937)", d: "M16.75 12.13c.11-.86-.6-1.5-1.92-1.67-1.14-.15-3.72.28-5.76 2.7-.39.45.06.78.42.5 1.2-.93 4.19-1.94 6.35-1.37.86.22.9-.16.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16937)", d: "M14.13 20.76c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16937)", d: "M14.13 16.41c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96.98-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16937)", d: "M25.87 20.76c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16937)", d: "M25.87 16.48c-.74 0-1.4.65-1.73 1.6.02-1.41.79-2.55 1.73-2.55.95 0 1.71 1.14 1.74 2.56-.34-.96-.98-1.61-1.74-1.61" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16937)", d: "M23.25 12.13c-.11-.86.6-1.5 1.92-1.67 1.14-.15 3.72.28 5.76 2.7.39.45-.06.78-.42.5-1.2-.93-4.19-1.94-6.35-1.37-.86.22-.9-.16-.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16937)", d: "M27.58 27.85H12.42a.85.85 0 0 1-.85-.84c0-.46.39-.85.85-.85h15.16c.46 0 .85.39.85.85s-.39.84-.85.84" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16937)", d: "M12.34 26.62h15.33c.33 0 .62.19.76.46V27a.85.85 0 0 0-.85-.85H12.42a.85.85 0 0 0-.85.85v.07a.9.9 0 0 1 .77-.46" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 18.21)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 .56 25.97)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.99 0 0 1.08 20 27)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16937", x1: 12.8, x2: 13.09, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16937", x1: 14.12, x2: 14.12, y1: 15.51, y2: 17.95, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16937", x1: 25.88, x2: 25.88, y1: 15.58, y2: 18.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16937", x1: 27.2, x2: 26.91, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16937", x1: 11.57, x2: 28.43, y1: 26.61, y2: 26.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })))), Ze = "_list_v3ie2_1", Le = "_icon_v3ie2_6", e1 = "_button_v3ie2_11", F = {
|
|
537
|
+
}, Je = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16822)", d: "M19.66 27.32s3.73-.02 5.01 2.95q.14.29.15.6c.04.4-.25.83-.97.56a14 14 0 0 0-4.2-.68c-1.09 0-3.05.23-4.19.68-.7.27-1-.15-.97-.56q.03-.32.15-.6c1.28-2.96 5.02-2.95 5.02-2.95" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16822)", d: "M14.12 24.56c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16822)", d: "M13.44 21c1.01 0 1.86 1.04 2.1 2.45q.31-.66.32-1.5c0-1.46-.78-2.63-1.74-2.63-.83 0-1.52.88-1.69 2.06q.46-.37 1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16822)", d: "M12.27 15.56c-1.55 0-2.88 1.79-1.14 2.06 1.73.28 4.89 1.77 6.22 2.8.1.12.49.08.46-.23 0-1.18-3.65-4.63-5.54-4.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16822)", d: "M19.66 28.3s3.04-.01 5.11 2.32l-.1-.34c-1.29-2.97-5.02-2.95-5.02-2.95s-3.74-.02-5.02 2.95q-.07.17-.1.34c2.08-2.33 5.13-2.32 5.13-2.32" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16822)", d: "M25.88 24.56c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16822)", d: "M26.56 21c-1 0-1.86 1.04-2.1 2.45q-.31-.66-.32-1.5c0-1.46.78-2.63 1.74-2.63.83 0 1.52.88 1.69 2.06a1.6 1.6 0 0 0-1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16822)", d: "M27.73 15.56c1.55 0 2.88 1.79 1.14 2.06a18 18 0 0 0-6.22 2.8c-.1.12-.49.08-.46-.23 0-1.18 3.65-4.63 5.54-4.63" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffdf30" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb82e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe95f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbb47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.94 0 0 2.1 19.65 29.42)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 22)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(106 4.96 20.92)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16822", x1: 14.14, x2: 14.14, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16822", x1: 14.06, x2: 14.06, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16822", x1: 19.65, x2: 19.65, y1: 26.03, y2: 28.87, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16822", x1: 25.86, x2: 25.86, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16822", x1: 25.94, x2: 25.94, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), Qe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_radial_15759_16856)", d: "m32.4 25.99.04-.3a.8.8 0 0 0-.55-.74 1 1 0 0 0-.53-.02 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75q0 .17.04.35l.2.84.17.51c1.26 2.95 4.55 8.13 12.04 8.13s10.77-5.2 12.04-8.14l.15-.45z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16856)", d: "M20 34.7c2.9 0 5.13-.84 6.83-2.02A16 16 0 0 0 20 31.25c-2.71 0-4.97.56-6.84 1.44 1.71 1.18 3.94 2 6.84 2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16856)", d: "m32.2 26.89.2-.87.03-.34a.85.85 0 0 0-1.08-.75 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75l.03.35.2.86q.07.23.17.49c.5 1.2 1.35 2.75 2.66 4.17-1.23-1.46.28-2.26 2.99-1.93s6.39.34 6.39.34 3.69-.01 6.39-.34 4.22.48 3 1.93a15 15 0 0 0 2.65-4.17q.1-.26.16-.5" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16856)", d: "M20 27.3q-5.86 0-11.46-1.55l.04.5c.1.97.8 1.77 1.75 1.98a45 45 0 0 0 20.07-.16c.5-.13.87-.55.93-1.07l.12-1.24A43 43 0 0 1 20 27.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_radial_15759_16856)", d: "M14.38 9.25c3.35 2.22 3.4 7.1 1.76 9.23-1.8 2.35-3.7 2.49-7.93 2.1 3.07 1.67 6.94 2.12 6.94 2.12s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-3.54-2.28", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_radial_15759_16856)", d: "M9.6 12.77c.72.67.45 2.17-.63 3.34S6.43 17.67 5.7 17c-.73-.68-.46-2.17.62-3.34s2.54-1.57 3.28-.9", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_radial_15759_16856)", d: "M13.63 10.12c.76.33.95 1.58.42 2.8-.53 1.2-1.56 1.9-2.33 1.58-.76-.33-.94-1.58-.42-2.8.53-1.2 1.57-1.9 2.33-1.58", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16856)", d: "M13.25 10.52c2.06-.2 4.96 1.66 3.57 6.25-.84 2.75-2.26 4.6-4.84 5.29 1.79.5 3.18.66 3.18.66s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-7.4.92s1.21-1.8 2.72-1.95", opacity: 0.32 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_radial_15759_16856)", d: "M34.73 13.2c.56 3.99-3.07 7.26-5.75 7.45-2.96.22-4.31-1.12-6.83-4.54.77 3.4 3 6.61 3 6.61s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-.62-4.18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16856)", d: "M28.91 11.96c-.02 1-1.33 1.79-2.91 1.75-1.59-.03-2.86-.86-2.85-1.87.02-1 1.33-1.78 2.91-1.75 1.6.03 2.87.87 2.85 1.87", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16856)", d: "M33.58 13.23c.26.79-.55 1.75-1.8 2.16-1.25.4-2.48.1-2.73-.69-.26-.79.55-1.75 1.8-2.16 1.24-.41 2.47-.1 2.73.69", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16856)", d: "M33.03 13.2c1.52 1.4 2.03 4.8-2.32 6.81-2.61 1.2-4.94 1.35-7.17-.11.81 1.66 1.62 2.82 1.62 2.82s8.25-.99 10.2-5.33a3.91 3.91 0 0 0-5.6-4.93s2.17-.29 3.27.73", opacity: 0.32 }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.02 5.15 -3.76 5.85 10 20.16)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(147 12.04 14.48)scale(9.53 6.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint4_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 30.2)scale(9.56)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(7.61 0 0 2.3 20.14 33.39)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 27.51)scale(20.98)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#a9bcbe" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint9_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.68 -7.74 6.14 4.5 9.43 14.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint10_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint11_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-51 25.15 -7.08)scale(8.14 4.02)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint12_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2 -2.08 1.3 1.25 7.64 14.9)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint13_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-65 16 -3.77)scale(2.4 1.49)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint15_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint16_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(9.56 -.88 .7 7.58 27.64 12.85)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.13 -.3 .15 4.02 29.22 18.45)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.89 .12 -.08 1.8 26.04 11.91)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.3 -.69 .43 1.43 31.33 13.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16856", x1: 32.3, x2: 7.85, y1: 28.23, y2: 28.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#512d00" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#3c2200" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16856", x1: 18.6, x2: 12.19, y1: 26.74, y2: 9.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16856", x1: 24.43, x2: 33.3, y1: 27.96, y2: 11.54, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })))), Xe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16937)", d: "M16.75 12.13c.11-.86-.6-1.5-1.92-1.67-1.14-.15-3.72.28-5.76 2.7-.39.45.06.78.42.5 1.2-.93 4.19-1.94 6.35-1.37.86.22.9-.16.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16937)", d: "M14.13 20.76c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16937)", d: "M14.13 16.41c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96.98-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16937)", d: "M25.87 20.76c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16937)", d: "M25.87 16.48c-.74 0-1.4.65-1.73 1.6.02-1.41.79-2.55 1.73-2.55.95 0 1.71 1.14 1.74 2.56-.34-.96-.98-1.61-1.74-1.61" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16937)", d: "M23.25 12.13c-.11-.86.6-1.5 1.92-1.67 1.14-.15 3.72.28 5.76 2.7.39.45-.06.78-.42.5-1.2-.93-4.19-1.94-6.35-1.37-.86.22-.9-.16-.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16937)", d: "M27.58 27.85H12.42a.85.85 0 0 1-.85-.84c0-.46.39-.85.85-.85h15.16c.46 0 .85.39.85.85s-.39.84-.85.84" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16937)", d: "M12.34 26.62h15.33c.33 0 .62.19.76.46V27a.85.85 0 0 0-.85-.85H12.42a.85.85 0 0 0-.85.85v.07a.9.9 0 0 1 .77-.46" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 18.21)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 .56 25.97)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.99 0 0 1.08 20 27)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16937", x1: 12.8, x2: 13.09, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16937", x1: 14.12, x2: 14.12, y1: 15.51, y2: 17.95, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16937", x1: 25.88, x2: 25.88, y1: 15.58, y2: 18.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16937", x1: 27.2, x2: 26.91, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16937", x1: 11.57, x2: 28.43, y1: 26.61, y2: 26.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })))), Ze = "_list_1vfe4_1", Le = "_icon_1vfe4_6", e1 = "_button_1vfe4_11", F = {
|
|
522
538
|
list: Ze,
|
|
523
539
|
icon: Le,
|
|
524
540
|
button: e1
|
|
@@ -530,15 +546,15 @@ const te = "_base_ro34p_1", ae = {
|
|
|
530
546
|
[Qe, 5]
|
|
531
547
|
], a1 = ({
|
|
532
548
|
minLabel: t,
|
|
533
|
-
maxLabel:
|
|
534
|
-
onChange:
|
|
549
|
+
maxLabel: l,
|
|
550
|
+
onChange: r,
|
|
535
551
|
classNames: s
|
|
536
552
|
}) => {
|
|
537
|
-
const o = b((
|
|
538
|
-
|
|
539
|
-
}, [
|
|
553
|
+
const o = b((n) => {
|
|
554
|
+
r(Number(n.currentTarget.value));
|
|
555
|
+
}, [r]);
|
|
540
556
|
return /* @__PURE__ */ E("div", { className: i(F.base, s?.base), children: [
|
|
541
|
-
/* @__PURE__ */ a("div", { className: i(F.list, s?.list), children: t1.map(([
|
|
557
|
+
/* @__PURE__ */ a("div", { className: i(F.list, s?.list), children: t1.map(([n, p]) => /* @__PURE__ */ a(
|
|
542
558
|
"button",
|
|
543
559
|
{
|
|
544
560
|
"aria-label": `Score ${p}`,
|
|
@@ -547,7 +563,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
547
563
|
value: p,
|
|
548
564
|
onClick: o,
|
|
549
565
|
children: /* @__PURE__ */ a(
|
|
550
|
-
|
|
566
|
+
n,
|
|
551
567
|
{
|
|
552
568
|
"aria-hidden": "true",
|
|
553
569
|
className: i(F.icon, s?.icon),
|
|
@@ -558,68 +574,68 @@ const te = "_base_ro34p_1", ae = {
|
|
|
558
574
|
},
|
|
559
575
|
p
|
|
560
576
|
)) }),
|
|
561
|
-
!!t && !!
|
|
577
|
+
!!t && !!l && /* @__PURE__ */ a(
|
|
562
578
|
M,
|
|
563
579
|
{
|
|
564
580
|
className: s?.labels,
|
|
565
581
|
minLabel: t,
|
|
566
|
-
maxLabel:
|
|
582
|
+
maxLabel: l
|
|
567
583
|
}
|
|
568
584
|
)
|
|
569
585
|
] });
|
|
570
|
-
}, r1 = "
|
|
586
|
+
}, r1 = "_list_16sag_1", n1 = "_button_16sag_6", j = {
|
|
571
587
|
list: r1,
|
|
572
588
|
button: n1
|
|
573
589
|
}, l1 = [1, 2, 3, 4, 5], s1 = ({
|
|
574
590
|
classNames: t,
|
|
575
|
-
minLabel:
|
|
576
|
-
maxLabel:
|
|
591
|
+
minLabel: l,
|
|
592
|
+
maxLabel: r,
|
|
577
593
|
onChange: s
|
|
578
594
|
}) => {
|
|
579
|
-
const o = b((
|
|
580
|
-
s(Number(
|
|
595
|
+
const o = b((n) => {
|
|
596
|
+
s(Number(n.currentTarget.value));
|
|
581
597
|
}, [s]);
|
|
582
|
-
return /* @__PURE__ */ E("div", { className: i(
|
|
583
|
-
/* @__PURE__ */ a("div", { className: i(
|
|
598
|
+
return /* @__PURE__ */ E("div", { className: i(j.base, t?.base), children: [
|
|
599
|
+
/* @__PURE__ */ a("div", { className: i(j.list, t?.list), children: l1.map((n) => /* @__PURE__ */ a(
|
|
584
600
|
"button",
|
|
585
601
|
{
|
|
586
|
-
"aria-label": `Score ${
|
|
587
|
-
className: i(
|
|
602
|
+
"aria-label": `Score ${n}`,
|
|
603
|
+
className: i(j.button, t?.button),
|
|
588
604
|
type: "button",
|
|
589
|
-
value:
|
|
605
|
+
value: n,
|
|
590
606
|
onClick: o,
|
|
591
|
-
children: /* @__PURE__ */ a("span", { className: i(
|
|
607
|
+
children: /* @__PURE__ */ a("span", { className: i(j.score, t?.score), children: n })
|
|
592
608
|
},
|
|
593
|
-
|
|
609
|
+
n
|
|
594
610
|
)) }),
|
|
595
|
-
!!
|
|
611
|
+
!!l && !!r && /* @__PURE__ */ a(
|
|
596
612
|
M,
|
|
597
613
|
{
|
|
598
614
|
className: t?.labels,
|
|
599
|
-
minLabel:
|
|
600
|
-
maxLabel:
|
|
615
|
+
minLabel: l,
|
|
616
|
+
maxLabel: r
|
|
601
617
|
}
|
|
602
618
|
)
|
|
603
619
|
] });
|
|
604
|
-
}, i1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#d0d5dd", stroke: "#d0d5dd", strokeLinecap: "round", strokeLinejoin: "round", d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), o1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#fec84b", stroke: "#fec84b", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), c1 = "
|
|
620
|
+
}, i1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#d0d5dd", stroke: "#d0d5dd", strokeLinecap: "round", strokeLinejoin: "round", d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), o1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#fec84b", stroke: "#fec84b", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), c1 = "_list_1kpxu_1", p1 = "_icon_1kpxu_6", f1 = "_button_1kpxu_11", q = {
|
|
605
621
|
list: c1,
|
|
606
622
|
icon: p1,
|
|
607
623
|
button: f1
|
|
608
624
|
}, d1 = [1, 2, 3, 4, 5], _1 = ({
|
|
609
625
|
minLabel: t,
|
|
610
|
-
maxLabel:
|
|
611
|
-
onChange:
|
|
626
|
+
maxLabel: l,
|
|
627
|
+
onChange: r,
|
|
612
628
|
classNames: s
|
|
613
629
|
}) => {
|
|
614
|
-
const [o,
|
|
615
|
-
|
|
630
|
+
const [o, n] = U(null), p = b((c) => {
|
|
631
|
+
n(Number(c.currentTarget.value));
|
|
616
632
|
}, []), d = b((c) => {
|
|
617
|
-
|
|
633
|
+
n(Number(c.currentTarget.value));
|
|
618
634
|
}, []), f = b(() => {
|
|
619
|
-
|
|
635
|
+
n(null);
|
|
620
636
|
}, []), m = b((c) => {
|
|
621
|
-
|
|
622
|
-
}, [
|
|
637
|
+
r(Number(c.currentTarget.value));
|
|
638
|
+
}, [r]);
|
|
623
639
|
return /* @__PURE__ */ E("div", { className: i(q.base, s?.base), children: [
|
|
624
640
|
/* @__PURE__ */ a(
|
|
625
641
|
"div",
|
|
@@ -659,27 +675,27 @@ const te = "_base_ro34p_1", ae = {
|
|
|
659
675
|
))
|
|
660
676
|
}
|
|
661
677
|
),
|
|
662
|
-
!!t && !!
|
|
678
|
+
!!t && !!l && /* @__PURE__ */ a(
|
|
663
679
|
M,
|
|
664
680
|
{
|
|
665
681
|
className: s?.labels,
|
|
666
682
|
minLabel: t,
|
|
667
|
-
maxLabel:
|
|
683
|
+
maxLabel: l
|
|
668
684
|
}
|
|
669
685
|
)
|
|
670
686
|
] });
|
|
671
|
-
}, m1 = "_base_m4qio_1", E1 = "_rating_m4qio_5", u1 = "_feedback_m4qio_6", b1 = "_success_m4qio_7",
|
|
687
|
+
}, m1 = "_base_m4qio_1", E1 = "_rating_m4qio_5", u1 = "_feedback_m4qio_6", b1 = "_success_m4qio_7", A = {
|
|
672
688
|
base: m1,
|
|
673
689
|
rating: E1,
|
|
674
690
|
feedback: u1,
|
|
675
691
|
success: b1
|
|
676
692
|
}, D1 = ({
|
|
677
693
|
classNames: t,
|
|
678
|
-
dir:
|
|
679
|
-
scaleStyle:
|
|
694
|
+
dir: l,
|
|
695
|
+
scaleStyle: r,
|
|
680
696
|
question: s,
|
|
681
697
|
minLabel: o,
|
|
682
|
-
maxLabel:
|
|
698
|
+
maxLabel: n,
|
|
683
699
|
textQuestion: p,
|
|
684
700
|
textButtonLabel: d,
|
|
685
701
|
responseType: f,
|
|
@@ -700,14 +716,14 @@ const te = "_base_ro34p_1", ae = {
|
|
|
700
716
|
return /* @__PURE__ */ E(
|
|
701
717
|
H,
|
|
702
718
|
{
|
|
703
|
-
className:
|
|
719
|
+
className: A.base,
|
|
704
720
|
classNames: {
|
|
705
721
|
...t?.base,
|
|
706
|
-
rating: i(
|
|
707
|
-
feedback: i(
|
|
708
|
-
success: i(
|
|
722
|
+
rating: i(A.rating, t?.base?.rating),
|
|
723
|
+
feedback: i(A.feedback, t?.base?.feedback),
|
|
724
|
+
success: i(A.success, t?.base?.success)
|
|
709
725
|
},
|
|
710
|
-
dir:
|
|
726
|
+
dir: l,
|
|
711
727
|
screen: x,
|
|
712
728
|
question: s,
|
|
713
729
|
textQuestion: p,
|
|
@@ -717,103 +733,103 @@ const te = "_base_ro34p_1", ae = {
|
|
|
717
733
|
thankYouMessage: c,
|
|
718
734
|
onFeedback: y,
|
|
719
735
|
children: [
|
|
720
|
-
|
|
736
|
+
r === "emoji" && /* @__PURE__ */ a(
|
|
721
737
|
a1,
|
|
722
738
|
{
|
|
723
739
|
classNames: t?.scale,
|
|
724
740
|
minLabel: o,
|
|
725
|
-
maxLabel:
|
|
741
|
+
maxLabel: n,
|
|
726
742
|
onChange: _
|
|
727
743
|
}
|
|
728
744
|
),
|
|
729
|
-
|
|
745
|
+
r === "numbers" && /* @__PURE__ */ a(
|
|
730
746
|
s1,
|
|
731
747
|
{
|
|
732
748
|
classNames: t?.scale,
|
|
733
749
|
minLabel: o,
|
|
734
|
-
maxLabel:
|
|
750
|
+
maxLabel: n,
|
|
735
751
|
onChange: _
|
|
736
752
|
}
|
|
737
753
|
),
|
|
738
|
-
|
|
754
|
+
r === "stars" && /* @__PURE__ */ a(
|
|
739
755
|
_1,
|
|
740
756
|
{
|
|
741
757
|
classNames: t?.scale,
|
|
742
758
|
minLabel: o,
|
|
743
|
-
maxLabel:
|
|
759
|
+
maxLabel: n,
|
|
744
760
|
onChange: _
|
|
745
761
|
}
|
|
746
762
|
)
|
|
747
763
|
]
|
|
748
764
|
}
|
|
749
765
|
);
|
|
750
|
-
}, y1 = "
|
|
766
|
+
}, y1 = "_list_whbas_1", h1 = "_button_whbas_13", C1 = "_score_whbas_52", g1 = "_label_whbas_55", x1 = "_labels_whbas_75", O = {
|
|
751
767
|
list: y1,
|
|
752
768
|
button: h1,
|
|
753
769
|
score: C1,
|
|
754
770
|
label: g1,
|
|
755
771
|
labels: x1
|
|
756
|
-
},
|
|
772
|
+
}, I = [1, 2, 3, 4, 5, 6, 7], U1 = ({
|
|
757
773
|
classNames: t,
|
|
758
|
-
minLabel:
|
|
759
|
-
maxLabel:
|
|
774
|
+
minLabel: l,
|
|
775
|
+
maxLabel: r,
|
|
760
776
|
onChange: s
|
|
761
777
|
}) => {
|
|
762
|
-
const o = b((
|
|
763
|
-
s(Number(
|
|
778
|
+
const o = b((n) => {
|
|
779
|
+
s(Number(n.currentTarget.value));
|
|
764
780
|
}, [s]);
|
|
765
781
|
return /* @__PURE__ */ E("div", { className: i(O.base, t?.base), children: [
|
|
766
|
-
/* @__PURE__ */ a("div", { className: i(O.list, t?.list), children:
|
|
782
|
+
/* @__PURE__ */ a("div", { className: i(O.list, t?.list), children: I.map((n) => /* @__PURE__ */ E(
|
|
767
783
|
"button",
|
|
768
784
|
{
|
|
769
|
-
"aria-label": `Score ${
|
|
785
|
+
"aria-label": `Score ${n}`,
|
|
770
786
|
className: i(O.button, t?.button),
|
|
771
787
|
type: "button",
|
|
772
|
-
value:
|
|
788
|
+
value: n,
|
|
773
789
|
onClick: o,
|
|
774
790
|
children: [
|
|
775
|
-
/* @__PURE__ */ a("span", { className: i(O.score, t?.score), children:
|
|
776
|
-
|
|
791
|
+
/* @__PURE__ */ a("span", { className: i(O.score, t?.score), children: n }),
|
|
792
|
+
n === I[0] && !!l && /* @__PURE__ */ a(
|
|
777
793
|
"span",
|
|
778
794
|
{
|
|
779
795
|
className: O.label,
|
|
780
|
-
children: ` - ${
|
|
796
|
+
children: ` - ${l}`
|
|
781
797
|
},
|
|
782
798
|
"left"
|
|
783
799
|
),
|
|
784
|
-
|
|
800
|
+
n === I[I.length - 1] && !!r && /* @__PURE__ */ a(
|
|
785
801
|
"span",
|
|
786
802
|
{
|
|
787
803
|
className: O.label,
|
|
788
|
-
children: ` - ${
|
|
804
|
+
children: ` - ${r}`
|
|
789
805
|
},
|
|
790
806
|
"right"
|
|
791
807
|
)
|
|
792
808
|
]
|
|
793
809
|
},
|
|
794
|
-
|
|
810
|
+
n
|
|
795
811
|
)) }),
|
|
796
|
-
!!
|
|
812
|
+
!!l && !!r && /* @__PURE__ */ a(
|
|
797
813
|
M,
|
|
798
814
|
{
|
|
799
815
|
className: i(O.labels, t?.labels),
|
|
800
|
-
minLabel:
|
|
801
|
-
maxLabel:
|
|
816
|
+
minLabel: l,
|
|
817
|
+
maxLabel: r
|
|
802
818
|
}
|
|
803
819
|
)
|
|
804
820
|
] });
|
|
805
|
-
}, O1 = "_base_12no3_1", S1 = "_rating_12no3_5", M1 = "_feedback_12no3_19", G1 = "_success_12no3_20",
|
|
821
|
+
}, O1 = "_base_12no3_1", S1 = "_rating_12no3_5", M1 = "_feedback_12no3_19", G1 = "_success_12no3_20", R = {
|
|
806
822
|
base: O1,
|
|
807
823
|
rating: S1,
|
|
808
824
|
feedback: M1,
|
|
809
825
|
success: G1
|
|
810
826
|
}, H1 = ({
|
|
811
827
|
classNames: t,
|
|
812
|
-
dir:
|
|
813
|
-
scaleStyle:
|
|
828
|
+
dir: l,
|
|
829
|
+
scaleStyle: r,
|
|
814
830
|
question: s,
|
|
815
831
|
minLabel: o,
|
|
816
|
-
maxLabel:
|
|
832
|
+
maxLabel: n,
|
|
817
833
|
textQuestion: p,
|
|
818
834
|
textButtonLabel: d,
|
|
819
835
|
responseType: f,
|
|
@@ -834,14 +850,14 @@ const te = "_base_ro34p_1", ae = {
|
|
|
834
850
|
return /* @__PURE__ */ a(
|
|
835
851
|
H,
|
|
836
852
|
{
|
|
837
|
-
className:
|
|
853
|
+
className: R.base,
|
|
838
854
|
classNames: {
|
|
839
855
|
...t?.base,
|
|
840
|
-
rating: i(
|
|
841
|
-
feedback: i(
|
|
842
|
-
success: i(
|
|
856
|
+
rating: i(R.rating, t?.base?.rating),
|
|
857
|
+
feedback: i(R.feedback, t?.base?.feedback),
|
|
858
|
+
success: i(R.success, t?.base?.success)
|
|
843
859
|
},
|
|
844
|
-
dir:
|
|
860
|
+
dir: l,
|
|
845
861
|
screen: x,
|
|
846
862
|
question: s,
|
|
847
863
|
textQuestion: p,
|
|
@@ -850,18 +866,18 @@ const te = "_base_ro34p_1", ae = {
|
|
|
850
866
|
choiceOptions: m,
|
|
851
867
|
thankYouMessage: c,
|
|
852
868
|
onFeedback: y,
|
|
853
|
-
children:
|
|
869
|
+
children: r === "numbers" && /* @__PURE__ */ a(
|
|
854
870
|
U1,
|
|
855
871
|
{
|
|
856
872
|
classNames: t?.scale,
|
|
857
873
|
minLabel: o,
|
|
858
|
-
maxLabel:
|
|
874
|
+
maxLabel: n,
|
|
859
875
|
onChange: _
|
|
860
876
|
}
|
|
861
877
|
)
|
|
862
878
|
}
|
|
863
879
|
);
|
|
864
|
-
}, v1 = "
|
|
880
|
+
}, v1 = "_list_divjm_1", w1 = "_button_divjm_13", k1 = "_score_divjm_52", $1 = "_label_divjm_55", T1 = "_labels_divjm_75", S = {
|
|
865
881
|
list: v1,
|
|
866
882
|
button: w1,
|
|
867
883
|
score: k1,
|
|
@@ -869,65 +885,65 @@ const te = "_base_ro34p_1", ae = {
|
|
|
869
885
|
labels: T1
|
|
870
886
|
}, B = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], q1 = ({
|
|
871
887
|
classNames: t,
|
|
872
|
-
minLabel:
|
|
873
|
-
maxLabel:
|
|
888
|
+
minLabel: l,
|
|
889
|
+
maxLabel: r,
|
|
874
890
|
onChange: s
|
|
875
891
|
}) => {
|
|
876
|
-
const o = b((
|
|
877
|
-
s(Number(
|
|
892
|
+
const o = b((n) => {
|
|
893
|
+
s(Number(n.currentTarget.value));
|
|
878
894
|
}, [s]);
|
|
879
895
|
return /* @__PURE__ */ E("div", { className: i(S.base, t?.base), children: [
|
|
880
|
-
/* @__PURE__ */ a("div", { className: i(S.list, t?.list), children: B.map((
|
|
896
|
+
/* @__PURE__ */ a("div", { className: i(S.list, t?.list), children: B.map((n) => /* @__PURE__ */ E(
|
|
881
897
|
"button",
|
|
882
898
|
{
|
|
883
|
-
"aria-label": `Score ${
|
|
899
|
+
"aria-label": `Score ${n}`,
|
|
884
900
|
className: i(S.button, t?.button),
|
|
885
901
|
type: "button",
|
|
886
|
-
value:
|
|
902
|
+
value: n,
|
|
887
903
|
onClick: o,
|
|
888
904
|
children: [
|
|
889
|
-
/* @__PURE__ */ a("span", { className: i(S.score, t?.score), children:
|
|
890
|
-
|
|
905
|
+
/* @__PURE__ */ a("span", { className: i(S.score, t?.score), children: n }),
|
|
906
|
+
n === B[0] && !!l && /* @__PURE__ */ a(
|
|
891
907
|
"span",
|
|
892
908
|
{
|
|
893
909
|
className: S.label,
|
|
894
|
-
children: ` - ${
|
|
910
|
+
children: ` - ${l}`
|
|
895
911
|
},
|
|
896
912
|
"left"
|
|
897
913
|
),
|
|
898
|
-
|
|
914
|
+
n === B[B.length - 1] && !!r && /* @__PURE__ */ a(
|
|
899
915
|
"span",
|
|
900
916
|
{
|
|
901
917
|
className: S.label,
|
|
902
|
-
children: ` - ${
|
|
918
|
+
children: ` - ${r}`
|
|
903
919
|
},
|
|
904
920
|
"right"
|
|
905
921
|
)
|
|
906
922
|
]
|
|
907
923
|
},
|
|
908
|
-
|
|
924
|
+
n
|
|
909
925
|
)) }),
|
|
910
|
-
!!
|
|
926
|
+
!!l && !!r && /* @__PURE__ */ a(
|
|
911
927
|
M,
|
|
912
928
|
{
|
|
913
929
|
className: i(S.labels, t?.labels),
|
|
914
|
-
minLabel:
|
|
915
|
-
maxLabel:
|
|
930
|
+
minLabel: l,
|
|
931
|
+
maxLabel: r
|
|
916
932
|
}
|
|
917
933
|
)
|
|
918
934
|
] });
|
|
919
|
-
}, N1 = "_base_1invl_1", z1 = "_rating_1invl_5", F1 = "_feedback_1invl_19",
|
|
935
|
+
}, N1 = "_base_1invl_1", z1 = "_rating_1invl_5", F1 = "_feedback_1invl_19", j1 = "_success_1invl_20", D = {
|
|
920
936
|
base: N1,
|
|
921
937
|
rating: z1,
|
|
922
938
|
feedback: F1,
|
|
923
|
-
success:
|
|
939
|
+
success: j1
|
|
924
940
|
}, P1 = ({
|
|
925
941
|
classNames: t,
|
|
926
|
-
dir:
|
|
927
|
-
scaleStyle:
|
|
942
|
+
dir: l,
|
|
943
|
+
scaleStyle: r,
|
|
928
944
|
question: s,
|
|
929
945
|
minLabel: o,
|
|
930
|
-
maxLabel:
|
|
946
|
+
maxLabel: n,
|
|
931
947
|
textQuestion: p,
|
|
932
948
|
textButtonLabel: d,
|
|
933
949
|
responseType: f,
|
|
@@ -955,7 +971,7 @@ const te = "_base_ro34p_1", ae = {
|
|
|
955
971
|
feedback: i(D.feedback, t?.base?.feedback),
|
|
956
972
|
success: i(D.success, t?.base?.success)
|
|
957
973
|
},
|
|
958
|
-
dir:
|
|
974
|
+
dir: l,
|
|
959
975
|
screen: x,
|
|
960
976
|
question: s,
|
|
961
977
|
textQuestion: p,
|
|
@@ -964,12 +980,12 @@ const te = "_base_ro34p_1", ae = {
|
|
|
964
980
|
choiceOptions: m,
|
|
965
981
|
thankYouMessage: c,
|
|
966
982
|
onFeedback: y,
|
|
967
|
-
children:
|
|
983
|
+
children: r === "numbers" && /* @__PURE__ */ a(
|
|
968
984
|
q1,
|
|
969
985
|
{
|
|
970
986
|
classNames: t?.scale,
|
|
971
987
|
minLabel: o,
|
|
972
|
-
maxLabel:
|
|
988
|
+
maxLabel: n,
|
|
973
989
|
onChange: _
|
|
974
990
|
}
|
|
975
991
|
)
|
|
@@ -981,6 +997,6 @@ export {
|
|
|
981
997
|
B1 as CSAT2Survey,
|
|
982
998
|
D1 as CSAT5Survey,
|
|
983
999
|
P1 as NPS10Survey,
|
|
984
|
-
|
|
1000
|
+
R1 as Popup,
|
|
985
1001
|
re as Surface
|
|
986
1002
|
};
|