@livechat/design-system-react-components 1.33.4 → 1.33.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +80 -75
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -780,7 +780,7 @@ const Mc = {
|
|
|
780
780
|
]);
|
|
781
781
|
const y = d !== void 0, [E, $] = e.useState(l), [w, C] = e.useState(null), g = e.useRef(-1), N = Ga(), S = sa(), M = e.useRef(null), G = y ? d : E, I = () => {
|
|
782
782
|
G ? (i == null || i(), !y && $(!1)) : (s == null || s(), !y && $(!0));
|
|
783
|
-
}, { x: O, y: Y, strategy:
|
|
783
|
+
}, { x: O, y: Y, strategy: j, refs: L, context: U } = da({
|
|
784
784
|
nodeId: S,
|
|
785
785
|
middleware: [
|
|
786
786
|
ua(4),
|
|
@@ -887,7 +887,7 @@ const Mc = {
|
|
|
887
887
|
ref: L.setFloating,
|
|
888
888
|
className: He[ze],
|
|
889
889
|
style: k(k({
|
|
890
|
-
position:
|
|
890
|
+
position: j,
|
|
891
891
|
top: Y != null ? Y : "",
|
|
892
892
|
left: O != null ? O : ""
|
|
893
893
|
}, !!w && { maxHeight: w }), ft)
|
|
@@ -1197,7 +1197,7 @@ const Co = (t) => {
|
|
|
1197
1197
|
arrowOffsetY: I,
|
|
1198
1198
|
arrowOffsetX: O,
|
|
1199
1199
|
closeOnTriggerBlur: Y = !1,
|
|
1200
|
-
floatingStrategy:
|
|
1200
|
+
floatingStrategy: j
|
|
1201
1201
|
}) => {
|
|
1202
1202
|
const L = c !== void 0, [U, $e] = e.useState(!1), Ke = e.useRef(null), Ue = L ? c : U, Ne = l || o, $t = Ga(), ft = sa(), Nt = u(
|
|
1203
1203
|
A[ya],
|
|
@@ -1221,7 +1221,7 @@ const Co = (t) => {
|
|
|
1221
1221
|
],
|
|
1222
1222
|
placement: n,
|
|
1223
1223
|
open: Ue,
|
|
1224
|
-
strategy:
|
|
1224
|
+
strategy: j,
|
|
1225
1225
|
onOpenChange: lt,
|
|
1226
1226
|
whileElementsMounted: ma
|
|
1227
1227
|
}), qe = X_(V, {
|
|
@@ -2596,7 +2596,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
|
|
|
2596
2596
|
), I = u(
|
|
2597
2597
|
Ee[`${_e}__rim`],
|
|
2598
2598
|
Ee[`${_e}__rim--${o}`]
|
|
2599
|
-
), O = (
|
|
2599
|
+
), O = (j) => w ? "2xs" : ["medium"].includes(j) ? "xs" : ["large", "xlarge"].includes(j) ? "sm" : ["xxlarge"].includes(j) ? "lg" : "xl", Y = e.useCallback(() => v(!0), []);
|
|
2600
2600
|
return e.useEffect(() => {
|
|
2601
2601
|
v(f);
|
|
2602
2602
|
}, [f]), /* @__PURE__ */ e.createElement("div", k({ className: S, style: N }, s), i && /* @__PURE__ */ e.createElement(
|
|
@@ -3064,7 +3064,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
|
|
|
3064
3064
|
(t, a) => /* @__PURE__ */ e.createElement(Ll, k({ innerRef: a }, t))
|
|
3065
3065
|
);
|
|
3066
3066
|
Ol.displayName = "DatePicker";
|
|
3067
|
-
var
|
|
3067
|
+
var J = /* @__PURE__ */ ((t) => (t.NEW_SELECTED_ITEM = "NEW_SELECTED_ITEM", t.NEW_TEMPORARY_TO_VALUE = "NEW_TEMPORARY_TO_VALUE", t.CLEAR = "CLEAR", t.SET_FROM = "SET_FROM", t.SET_TO = "SET_TO", t.SELECT_FIRST_DAY = "SELECT_FIRST_DAY", t.SELECT_SECOND_DAY_AS_FROM = "SELECT_SECOND_DAY_AS_FROM", t.SELECT_SECOND_DAY_AS_TO = "SELECT_SECOND_DAY_AS_TO", t.CURRENT_MONTH_CHANGE = "CURRENT_MONTH_CHANGE", t))(J || {});
|
|
3068
3068
|
const Gl = (t) => {
|
|
3069
3069
|
const a = b_(
|
|
3070
3070
|
t.initialFromDate,
|
|
@@ -3079,7 +3079,7 @@ const Gl = (t) => {
|
|
|
3079
3079
|
}), Fl(t));
|
|
3080
3080
|
function o(l, n) {
|
|
3081
3081
|
switch (n.type) {
|
|
3082
|
-
case
|
|
3082
|
+
case J.NEW_SELECTED_ITEM:
|
|
3083
3083
|
return {
|
|
3084
3084
|
selectedItem: n.payload.selectedItem,
|
|
3085
3085
|
from: void 0,
|
|
@@ -3087,36 +3087,36 @@ const Gl = (t) => {
|
|
|
3087
3087
|
temporaryTo: void 0,
|
|
3088
3088
|
currentMonth: a
|
|
3089
3089
|
};
|
|
3090
|
-
case
|
|
3090
|
+
case J.NEW_TEMPORARY_TO_VALUE:
|
|
3091
3091
|
return T(k({}, l), {
|
|
3092
3092
|
temporaryTo: n.payload.date
|
|
3093
3093
|
});
|
|
3094
|
-
case
|
|
3094
|
+
case J.SELECT_FIRST_DAY:
|
|
3095
3095
|
return T(k({}, l), {
|
|
3096
3096
|
from: n.payload.date,
|
|
3097
3097
|
to: void 0,
|
|
3098
3098
|
temporaryTo: void 0
|
|
3099
3099
|
});
|
|
3100
|
-
case
|
|
3100
|
+
case J.SELECT_SECOND_DAY_AS_FROM:
|
|
3101
3101
|
return T(k({}, l), {
|
|
3102
3102
|
from: n.payload.date,
|
|
3103
3103
|
to: l.from,
|
|
3104
3104
|
temporaryTo: l.from
|
|
3105
3105
|
});
|
|
3106
|
-
case
|
|
3106
|
+
case J.SELECT_SECOND_DAY_AS_TO:
|
|
3107
3107
|
return T(k({}, l), {
|
|
3108
3108
|
to: n.payload.date,
|
|
3109
3109
|
temporaryTo: n.payload.date
|
|
3110
3110
|
});
|
|
3111
|
-
case
|
|
3111
|
+
case J.CURRENT_MONTH_CHANGE:
|
|
3112
3112
|
return T(k({}, l), {
|
|
3113
3113
|
currentMonth: n.payload.date
|
|
3114
3114
|
});
|
|
3115
|
-
case
|
|
3115
|
+
case J.SET_FROM:
|
|
3116
3116
|
return T(k({}, l), {
|
|
3117
3117
|
from: n.payload.date
|
|
3118
3118
|
});
|
|
3119
|
-
case
|
|
3119
|
+
case J.SET_TO:
|
|
3120
3120
|
return T(k({}, l), {
|
|
3121
3121
|
to: n.payload.date
|
|
3122
3122
|
});
|
|
@@ -3147,12 +3147,12 @@ const Gl = (t) => {
|
|
|
3147
3147
|
});
|
|
3148
3148
|
Ft(() => {
|
|
3149
3149
|
i({
|
|
3150
|
-
type:
|
|
3150
|
+
type: J.SET_FROM,
|
|
3151
3151
|
payload: { date: r }
|
|
3152
3152
|
});
|
|
3153
3153
|
}, [r]), Ft(() => {
|
|
3154
3154
|
i({
|
|
3155
|
-
type:
|
|
3155
|
+
type: J.SET_TO,
|
|
3156
3156
|
payload: { date: _ }
|
|
3157
3157
|
});
|
|
3158
3158
|
}, [_]), Ft(() => {
|
|
@@ -3162,7 +3162,7 @@ const Gl = (t) => {
|
|
|
3162
3162
|
o
|
|
3163
3163
|
);
|
|
3164
3164
|
i({
|
|
3165
|
-
type:
|
|
3165
|
+
type: J.CURRENT_MONTH_CHANGE,
|
|
3166
3166
|
payload: { date: v }
|
|
3167
3167
|
});
|
|
3168
3168
|
}, [o, r, _]), Ft(() => {
|
|
@@ -3196,7 +3196,7 @@ const Gl = (t) => {
|
|
|
3196
3196
|
(v) => {
|
|
3197
3197
|
const h = o ? wr(o, v) >= 0 : !0;
|
|
3198
3198
|
!zr(d.from, d.to) && h && i({
|
|
3199
|
-
type:
|
|
3199
|
+
type: J.NEW_TEMPORARY_TO_VALUE,
|
|
3200
3200
|
payload: { date: v }
|
|
3201
3201
|
});
|
|
3202
3202
|
},
|
|
@@ -3205,13 +3205,13 @@ const Gl = (t) => {
|
|
|
3205
3205
|
(v) => {
|
|
3206
3206
|
const { from: h, to: y } = d;
|
|
3207
3207
|
f_(v, { to: o }) && (zr(h, y) ? i({
|
|
3208
|
-
type:
|
|
3208
|
+
type: J.SELECT_FIRST_DAY,
|
|
3209
3209
|
payload: { date: v }
|
|
3210
3210
|
}) : h && gr(v, h) || h && fr(v, h) ? i({
|
|
3211
|
-
type:
|
|
3211
|
+
type: J.SELECT_SECOND_DAY_AS_TO,
|
|
3212
3212
|
payload: { date: v }
|
|
3213
3213
|
}) : i({
|
|
3214
|
-
type:
|
|
3214
|
+
type: J.SELECT_SECOND_DAY_AS_FROM,
|
|
3215
3215
|
payload: { date: v }
|
|
3216
3216
|
}));
|
|
3217
3217
|
},
|
|
@@ -3220,20 +3220,20 @@ const Gl = (t) => {
|
|
|
3220
3220
|
(v) => {
|
|
3221
3221
|
if (v === null) {
|
|
3222
3222
|
i({
|
|
3223
|
-
type:
|
|
3223
|
+
type: J.NEW_SELECTED_ITEM,
|
|
3224
3224
|
payload: { selectedItem: null }
|
|
3225
3225
|
});
|
|
3226
3226
|
return;
|
|
3227
3227
|
}
|
|
3228
3228
|
oa(v, t) && i({
|
|
3229
|
-
type:
|
|
3229
|
+
type: J.NEW_SELECTED_ITEM,
|
|
3230
3230
|
payload: { selectedItem: v }
|
|
3231
3231
|
});
|
|
3232
3232
|
},
|
|
3233
3233
|
[t]
|
|
3234
3234
|
), f = ka((v) => {
|
|
3235
3235
|
i({
|
|
3236
|
-
type:
|
|
3236
|
+
type: J.CURRENT_MONTH_CHANGE,
|
|
3237
3237
|
payload: { date: v }
|
|
3238
3238
|
});
|
|
3239
3239
|
}, []);
|
|
@@ -3491,7 +3491,7 @@ const ci = (t) => {
|
|
|
3491
3491
|
"formFooter"
|
|
3492
3492
|
]);
|
|
3493
3493
|
return /* @__PURE__ */ e.createElement("form", k({ className: u(Kt[Yt], t) }, l), (r || _) && /* @__PURE__ */ e.createElement("div", { className: Kt[`${Yt}__header`] }, r && /* @__PURE__ */ e.createElement(ne, { size: "sm", className: Kt[`${Yt}__label`] }, r), _ && /* @__PURE__ */ e.createElement(B, { as: "p", size: "sm", className: Kt[`${Yt}__helper`] }, _)), a, o && /* @__PURE__ */ e.createElement("div", { className: Kt[`${Yt}__footer`] }, o));
|
|
3494
|
-
},
|
|
3494
|
+
}, Q = {
|
|
3495
3495
|
"form-field": "lc-FormField-module__form-field___JqnX6",
|
|
3496
3496
|
"form-field--inline": "lc-FormField-module__form-field--inline___4DgIq",
|
|
3497
3497
|
"form-field__wrapper--inline": "lc-FormField-module__form-field__wrapper--inline___Ubvrn",
|
|
@@ -3508,7 +3508,7 @@ const ci = (t) => {
|
|
|
3508
3508
|
"form-field__row-break": "lc-FormField-module__form-field__row-break___DCBjC",
|
|
3509
3509
|
"form-field__content": "lc-FormField-module__form-field__content___XaOx3",
|
|
3510
3510
|
"form-field__content__description": "lc-FormField-module__form-field__content__description___NpVw4"
|
|
3511
|
-
},
|
|
3511
|
+
}, ee = "form-field", mi = ({
|
|
3512
3512
|
inline: t,
|
|
3513
3513
|
error: a,
|
|
3514
3514
|
description: r,
|
|
@@ -3520,9 +3520,9 @@ const ci = (t) => {
|
|
|
3520
3520
|
labelRightNode: d
|
|
3521
3521
|
}) => {
|
|
3522
3522
|
const i = e.useRef(null), [s, p] = e.useState("auto"), m = u(
|
|
3523
|
-
|
|
3523
|
+
Q[ee],
|
|
3524
3524
|
{
|
|
3525
|
-
[
|
|
3525
|
+
[Q[`${ee}--inline`]]: t
|
|
3526
3526
|
},
|
|
3527
3527
|
l
|
|
3528
3528
|
);
|
|
@@ -3535,34 +3535,34 @@ const ci = (t) => {
|
|
|
3535
3535
|
as: "div",
|
|
3536
3536
|
size: "sm",
|
|
3537
3537
|
className: u(
|
|
3538
|
-
|
|
3539
|
-
|
|
3538
|
+
Q[`${ee}__label-right-node`],
|
|
3539
|
+
Q[`${ee}__label-right-node--inline`]
|
|
3540
3540
|
)
|
|
3541
3541
|
},
|
|
3542
3542
|
d
|
|
3543
|
-
), /* @__PURE__ */ e.createElement("div", { className:
|
|
3543
|
+
), /* @__PURE__ */ e.createElement("div", { className: Q[`${ee}__row-break`] })), /* @__PURE__ */ e.createElement(
|
|
3544
3544
|
"div",
|
|
3545
3545
|
{
|
|
3546
3546
|
className: u(
|
|
3547
|
-
|
|
3548
|
-
t &&
|
|
3547
|
+
Q[`${ee}__wrapper`],
|
|
3548
|
+
t && Q[`${ee}__wrapper--inline`]
|
|
3549
3549
|
)
|
|
3550
3550
|
},
|
|
3551
3551
|
(_ || d) && /* @__PURE__ */ e.createElement(
|
|
3552
3552
|
"div",
|
|
3553
3553
|
{
|
|
3554
3554
|
className: u(
|
|
3555
|
-
|
|
3556
|
-
t &&
|
|
3557
|
-
!_ &&
|
|
3555
|
+
Q[`${ee}__label`],
|
|
3556
|
+
t && Q[`${ee}__label--inline`],
|
|
3557
|
+
!_ && Q[`${ee}__label--no-text`]
|
|
3558
3558
|
)
|
|
3559
3559
|
},
|
|
3560
3560
|
_ && /* @__PURE__ */ e.createElement(
|
|
3561
3561
|
"div",
|
|
3562
3562
|
{
|
|
3563
3563
|
className: u(
|
|
3564
|
-
|
|
3565
|
-
t &&
|
|
3564
|
+
Q[`${ee}__label-wrapper`],
|
|
3565
|
+
t && Q[`${ee}__label-wrapper--inline`]
|
|
3566
3566
|
),
|
|
3567
3567
|
style: {
|
|
3568
3568
|
height: s
|
|
@@ -3571,7 +3571,7 @@ const ci = (t) => {
|
|
|
3571
3571
|
/* @__PURE__ */ e.createElement(
|
|
3572
3572
|
"label",
|
|
3573
3573
|
{
|
|
3574
|
-
className:
|
|
3574
|
+
className: Q[`${ee}__label-left-node`],
|
|
3575
3575
|
htmlFor: n
|
|
3576
3576
|
},
|
|
3577
3577
|
/* @__PURE__ */ e.createElement(B, { as: "span", size: "sm" }, _)
|
|
@@ -3582,8 +3582,8 @@ const ci = (t) => {
|
|
|
3582
3582
|
as: "div",
|
|
3583
3583
|
size: "sm",
|
|
3584
3584
|
className: u(
|
|
3585
|
-
|
|
3586
|
-
t &&
|
|
3585
|
+
Q[`${ee}__label-adornment`],
|
|
3586
|
+
t && Q[`${ee}__label-adornment--inline`]
|
|
3587
3587
|
)
|
|
3588
3588
|
},
|
|
3589
3589
|
o
|
|
@@ -3594,15 +3594,15 @@ const ci = (t) => {
|
|
|
3594
3594
|
{
|
|
3595
3595
|
as: "div",
|
|
3596
3596
|
size: "sm",
|
|
3597
|
-
className: u(
|
|
3597
|
+
className: u(Q[`${ee}__label-right-node`])
|
|
3598
3598
|
},
|
|
3599
3599
|
d
|
|
3600
3600
|
)
|
|
3601
3601
|
),
|
|
3602
|
-
/* @__PURE__ */ e.createElement("div", { className: u(
|
|
3602
|
+
/* @__PURE__ */ e.createElement("div", { className: u(Q[`${ee}__content`]) }, /* @__PURE__ */ e.createElement("div", { ref: i }, c), a && /* @__PURE__ */ e.createElement(Sr, null, a), !a && r && /* @__PURE__ */ e.createElement(
|
|
3603
3603
|
za,
|
|
3604
3604
|
{
|
|
3605
|
-
className: u(
|
|
3605
|
+
className: u(Q[`${ee}__content__description`])
|
|
3606
3606
|
},
|
|
3607
3607
|
r
|
|
3608
3608
|
))
|
|
@@ -4119,6 +4119,7 @@ const ci = (t) => {
|
|
|
4119
4119
|
"checklist-item__content__label": "lc-CheckListItem-module__checklist-item__content__label___79MZg",
|
|
4120
4120
|
"checklist-item__content__label--open": "lc-CheckListItem-module__checklist-item__content__label--open___go30G",
|
|
4121
4121
|
"checklist-item__content__label--checked": "lc-CheckListItem-module__checklist-item__content__label--checked___-P-5P",
|
|
4122
|
+
"checklist-item__content__hint": "lc-CheckListItem-module__checklist-item__content__hint___s2ISh",
|
|
4122
4123
|
"checklist-item__content__inner": "lc-CheckListItem-module__checklist-item__content__inner___idZ9Y",
|
|
4123
4124
|
"checklist-item__content__inner--open": "lc-CheckListItem-module__checklist-item__content__inner--open___hwIrI",
|
|
4124
4125
|
"checklist-item__content__inner__description": "lc-CheckListItem-module__checklist-item__content__inner__description___FBp5h",
|
|
@@ -4180,7 +4181,7 @@ const ci = (t) => {
|
|
|
4180
4181
|
[oe[`${le}__content--open`]]: a
|
|
4181
4182
|
})
|
|
4182
4183
|
},
|
|
4183
|
-
/* @__PURE__ */ e.createElement(
|
|
4184
|
+
/* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement(
|
|
4184
4185
|
ne,
|
|
4185
4186
|
{
|
|
4186
4187
|
size: "xs",
|
|
@@ -4200,8 +4201,7 @@ const ci = (t) => {
|
|
|
4200
4201
|
},
|
|
4201
4202
|
l
|
|
4202
4203
|
)
|
|
4203
|
-
),
|
|
4204
|
-
/* @__PURE__ */ e.createElement(
|
|
4204
|
+
), /* @__PURE__ */ e.createElement(
|
|
4205
4205
|
"div",
|
|
4206
4206
|
{
|
|
4207
4207
|
className: u(oe[`${le}__content__inner`], {
|
|
@@ -4217,11 +4217,11 @@ const ci = (t) => {
|
|
|
4217
4217
|
},
|
|
4218
4218
|
n
|
|
4219
4219
|
), /* @__PURE__ */ e.createElement("div", { className: oe[`${le}__content__inner__cta`] }, d))
|
|
4220
|
-
),
|
|
4220
|
+
)),
|
|
4221
4221
|
!a && /* @__PURE__ */ e.createElement("div", { className: oe[`${le}__chevron`] }, /* @__PURE__ */ e.createElement(x, { source: La }))
|
|
4222
4222
|
)
|
|
4223
4223
|
);
|
|
4224
|
-
},
|
|
4224
|
+
}, Z = {
|
|
4225
4225
|
"onboarding-checklist": "lc-OnboardingChecklist-module__onboarding-checklist___xwJSs",
|
|
4226
4226
|
"onboarding-checklist--complete": "lc-OnboardingChecklist-module__onboarding-checklist--complete___7guKi",
|
|
4227
4227
|
"onboarding-checklist__complete": "lc-OnboardingChecklist-module__onboarding-checklist__complete___MWabe",
|
|
@@ -4230,6 +4230,7 @@ const ci = (t) => {
|
|
|
4230
4230
|
"onboarding-checklist__complete__title": "lc-OnboardingChecklist-module__onboarding-checklist__complete__title___Fenvu",
|
|
4231
4231
|
"onboarding-checklist__column": "lc-OnboardingChecklist-module__onboarding-checklist__column___Uzq7i",
|
|
4232
4232
|
"onboarding-checklist__column--right": "lc-OnboardingChecklist-module__onboarding-checklist__column--right___CZCfy",
|
|
4233
|
+
"onboarding-checklist__column--right--completed": "lc-OnboardingChecklist-module__onboarding-checklist__column--right--completed___8LSA8",
|
|
4233
4234
|
"onboarding-checklist__header": "lc-OnboardingChecklist-module__onboarding-checklist__header___GlTPZ",
|
|
4234
4235
|
"onboarding-checklist__header__label": "lc-OnboardingChecklist-module__onboarding-checklist__header__label___YpUEt",
|
|
4235
4236
|
"onboarding-checklist__header__title": "lc-OnboardingChecklist-module__onboarding-checklist__header__title___23C6-",
|
|
@@ -4238,7 +4239,7 @@ const ci = (t) => {
|
|
|
4238
4239
|
"onboarding-checklist__button": "lc-OnboardingChecklist-module__onboarding-checklist__button___Gnl9l",
|
|
4239
4240
|
"onboarding-checklist__button__icon": "lc-OnboardingChecklist-module__onboarding-checklist__button__icon___oW59S",
|
|
4240
4241
|
"onboarding-checklist__button__icon--open": "lc-OnboardingChecklist-module__onboarding-checklist__button__icon--open___HrIjs"
|
|
4241
|
-
},
|
|
4242
|
+
}, X = "onboarding-checklist", yi = ({
|
|
4242
4243
|
activeItemId: t,
|
|
4243
4244
|
completedItemsIds: a,
|
|
4244
4245
|
title: r,
|
|
@@ -4271,9 +4272,9 @@ const ci = (t) => {
|
|
|
4271
4272
|
{
|
|
4272
4273
|
ref: h,
|
|
4273
4274
|
className: u(
|
|
4274
|
-
|
|
4275
|
+
Z[X],
|
|
4275
4276
|
{
|
|
4276
|
-
[
|
|
4277
|
+
[Z[`${X}--complete`]]: s && !m
|
|
4277
4278
|
},
|
|
4278
4279
|
i
|
|
4279
4280
|
),
|
|
@@ -4281,21 +4282,21 @@ const ci = (t) => {
|
|
|
4281
4282
|
height: !s || m ? b : y
|
|
4282
4283
|
}
|
|
4283
4284
|
},
|
|
4284
|
-
m && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", { className:
|
|
4285
|
+
m && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", { className: Z[`${X}__column`] }, /* @__PURE__ */ e.createElement("div", { className: Z[`${X}__header`] }, _ && /* @__PURE__ */ e.createElement(
|
|
4285
4286
|
B,
|
|
4286
4287
|
{
|
|
4287
4288
|
size: "lg",
|
|
4288
|
-
className:
|
|
4289
|
+
className: Z[`${X}__header__label`]
|
|
4289
4290
|
},
|
|
4290
4291
|
_
|
|
4291
4292
|
), /* @__PURE__ */ e.createElement(
|
|
4292
4293
|
ne,
|
|
4293
4294
|
{
|
|
4294
4295
|
size: "lg",
|
|
4295
|
-
className:
|
|
4296
|
+
className: Z[`${X}__header__title`]
|
|
4296
4297
|
},
|
|
4297
4298
|
r
|
|
4298
|
-
)), /* @__PURE__ */ e.createElement("div", { className:
|
|
4299
|
+
)), /* @__PURE__ */ e.createElement("div", { className: Z[`${X}__checklist`] }, o.map((w, C) => /* @__PURE__ */ e.createElement(
|
|
4299
4300
|
an,
|
|
4300
4301
|
{
|
|
4301
4302
|
key: C,
|
|
@@ -4313,33 +4314,36 @@ const ci = (t) => {
|
|
|
4313
4314
|
"div",
|
|
4314
4315
|
{
|
|
4315
4316
|
className: u(
|
|
4316
|
-
|
|
4317
|
-
|
|
4317
|
+
Z[`${X}__column`],
|
|
4318
|
+
Z[`${X}__column--right`],
|
|
4319
|
+
{
|
|
4320
|
+
[Z[`${X}__column--right--completed`]]: c
|
|
4321
|
+
},
|
|
4318
4322
|
n
|
|
4319
4323
|
)
|
|
4320
4324
|
},
|
|
4321
|
-
!c && /* @__PURE__ */ e.createElement("div", { className:
|
|
4322
|
-
c && /* @__PURE__ */ e.createElement("div", { className:
|
|
4325
|
+
!c && /* @__PURE__ */ e.createElement("div", { className: Z[`${X}__placeholder`] }, ($ = o.find((w) => w.id === t)) == null ? void 0 : $.placeholder),
|
|
4326
|
+
c && /* @__PURE__ */ e.createElement("div", { className: Z[`${X}__placeholder`] }, d.placeholder)
|
|
4323
4327
|
)),
|
|
4324
|
-
!m && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", { className:
|
|
4328
|
+
!m && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", { className: Z[`${X}__complete`] }, /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement(
|
|
4325
4329
|
x,
|
|
4326
4330
|
{
|
|
4327
4331
|
size: "large",
|
|
4328
|
-
className:
|
|
4332
|
+
className: Z[`${X}__complete__icon`],
|
|
4329
4333
|
source: vr
|
|
4330
4334
|
}
|
|
4331
4335
|
)), /* @__PURE__ */ e.createElement("div", null, (d == null ? void 0 : d.greetingText) && /* @__PURE__ */ e.createElement(
|
|
4332
4336
|
B,
|
|
4333
4337
|
{
|
|
4334
4338
|
size: "lg",
|
|
4335
|
-
className:
|
|
4339
|
+
className: Z[`${X}__complete__label`]
|
|
4336
4340
|
},
|
|
4337
4341
|
d.greetingText
|
|
4338
4342
|
), /* @__PURE__ */ e.createElement(
|
|
4339
4343
|
ne,
|
|
4340
4344
|
{
|
|
4341
4345
|
size: "sm",
|
|
4342
|
-
className:
|
|
4346
|
+
className: Z[`${X}__complete__title`]
|
|
4343
4347
|
},
|
|
4344
4348
|
d.title
|
|
4345
4349
|
)))),
|
|
@@ -4352,12 +4356,12 @@ const ci = (t) => {
|
|
|
4352
4356
|
{
|
|
4353
4357
|
source: Ot,
|
|
4354
4358
|
className: u(
|
|
4355
|
-
|
|
4356
|
-
m &&
|
|
4359
|
+
Z[`${X}__button__icon`],
|
|
4360
|
+
m && Z[`${X}__button__icon--open`]
|
|
4357
4361
|
)
|
|
4358
4362
|
}
|
|
4359
4363
|
),
|
|
4360
|
-
className:
|
|
4364
|
+
className: Z[`${X}__button`],
|
|
4361
4365
|
onClick: E,
|
|
4362
4366
|
"aria-expanded": m
|
|
4363
4367
|
}
|
|
@@ -4989,13 +4993,13 @@ const Mt = "select-all", ln = (t, a) => {
|
|
|
4989
4993
|
a,
|
|
4990
4994
|
(L) => !!L.disabled || !!L.groupHeader
|
|
4991
4995
|
)
|
|
4992
|
-
}), { getReferenceProps: O, getFloatingProps: Y, getItemProps:
|
|
4996
|
+
}), { getReferenceProps: O, getFloatingProps: Y, getItemProps: j } = ba(
|
|
4993
4997
|
[S, G, M, I]
|
|
4994
4998
|
);
|
|
4995
4999
|
return !d && m && f(!1), {
|
|
4996
5000
|
getReferenceProps: O,
|
|
4997
5001
|
getFloatingProps: Y,
|
|
4998
|
-
getItemProps:
|
|
5002
|
+
getItemProps: j,
|
|
4999
5003
|
setReference: w.setReference,
|
|
5000
5004
|
floatingStyles: C,
|
|
5001
5005
|
isPositioned: N,
|
|
@@ -5075,7 +5079,7 @@ const Mt = "select-all", ln = (t, a) => {
|
|
|
5075
5079
|
}, En = {
|
|
5076
5080
|
"picker-wrapper": "lc-Picker-module__picker-wrapper___2EDne"
|
|
5077
5081
|
}, wi = (Y) => {
|
|
5078
|
-
var
|
|
5082
|
+
var j = Y, {
|
|
5079
5083
|
id: t,
|
|
5080
5084
|
className: a,
|
|
5081
5085
|
listClassName: r,
|
|
@@ -5104,7 +5108,7 @@ const Mt = "select-all", ln = (t, a) => {
|
|
|
5104
5108
|
useDismissHookProps: M,
|
|
5105
5109
|
useClickHookProps: G,
|
|
5106
5110
|
virtuosoProps: I
|
|
5107
|
-
} =
|
|
5111
|
+
} = j, O = D(j, [
|
|
5108
5112
|
"id",
|
|
5109
5113
|
"className",
|
|
5110
5114
|
"listClassName",
|
|
@@ -5271,7 +5275,7 @@ const Mt = "select-all", ln = (t, a) => {
|
|
|
5271
5275
|
whileElementsMounted: ma
|
|
5272
5276
|
}), I = pa(M, f), O = ga(M, k({
|
|
5273
5277
|
escapeKey: p
|
|
5274
|
-
}, m)), Y = fa(M), { getReferenceProps:
|
|
5278
|
+
}, m)), Y = fa(M), { getReferenceProps: j, getFloatingProps: L } = ba([
|
|
5275
5279
|
I,
|
|
5276
5280
|
O,
|
|
5277
5281
|
Y
|
|
@@ -5280,7 +5284,7 @@ const Mt = "select-all", ln = (t, a) => {
|
|
|
5280
5284
|
T(k({
|
|
5281
5285
|
"data-testid": "popover-trigger-button",
|
|
5282
5286
|
ref: S.setReference
|
|
5283
|
-
},
|
|
5287
|
+
}, j()), {
|
|
5284
5288
|
className: l
|
|
5285
5289
|
}),
|
|
5286
5290
|
g ? t() : t
|
|
@@ -5504,7 +5508,7 @@ const Be = {
|
|
|
5504
5508
|
}, Y = t.reduce(
|
|
5505
5509
|
(L, U) => L + (U.notificationCount || 0),
|
|
5506
5510
|
0
|
|
5507
|
-
),
|
|
5511
|
+
), j = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", k({ ref: y.setReference }, M()), /* @__PURE__ */ e.createElement(
|
|
5508
5512
|
Lt,
|
|
5509
5513
|
{
|
|
5510
5514
|
isVisible: s,
|
|
@@ -5516,6 +5520,7 @@ const Be = {
|
|
|
5516
5520
|
className: ea[`${ta}__tooltip`],
|
|
5517
5521
|
placement: "right",
|
|
5518
5522
|
floatingStrategy: "fixed",
|
|
5523
|
+
kind: "invert",
|
|
5519
5524
|
triggerRenderer: /* @__PURE__ */ e.createElement(
|
|
5520
5525
|
v_,
|
|
5521
5526
|
{
|
|
@@ -5569,7 +5574,7 @@ const Be = {
|
|
|
5569
5574
|
))
|
|
5570
5575
|
)
|
|
5571
5576
|
)));
|
|
5572
|
-
return m === null ? /* @__PURE__ */ e.createElement(Ha, null,
|
|
5577
|
+
return m === null ? /* @__PURE__ */ e.createElement(Ha, null, j) : j;
|
|
5573
5578
|
}, Nn = 'data:image/svg+xml,%3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_24854_8994)"%3E%3Crect width="40" height="40" fill="%230066FF"/%3E%3Cg filter="url(%23filter0_f_24854_8994)"%3E%3Cpath d="M32.6382 31.0816C41.9891 31.0816 49.5694 23.5012 49.5694 14.1504C49.5694 4.79953 41.9891 -2.78082 32.6382 -2.78082C23.2874 -2.78082 15.707 4.79953 15.707 14.1504C15.707 23.5012 23.2874 31.0816 32.6382 31.0816Z" fill="%23FF4205"/%3E%3C/g%3E%3Cg filter="url(%23filter1_f_24854_8994)"%3E%3Cpath d="M10.417 50.1292C19.7679 50.1292 27.3482 42.5488 27.3482 33.198C27.3482 23.8471 19.7679 16.2668 10.417 16.2668C1.0662 16.2668 -6.51416 23.8471 -6.51416 33.198C-6.51416 42.5488 1.0662 50.1292 10.417 50.1292Z" fill="%2373CE3B"/%3E%3C/g%3E%3Cg filter="url(%23filter2_f_24854_8994)"%3E%3Cpath d="M9.35788 16.2667C15.2022 16.2667 19.9399 11.529 19.9399 5.68472C19.9399 -0.159555 15.2022 -4.89728 9.35788 -4.89728C3.5136 -4.89728 -1.22412 -0.159555 -1.22412 5.68472C-1.22412 11.529 3.5136 16.2667 9.35788 16.2667Z" fill="%233750FF"/%3E%3C/g%3E%3Cg filter="url(%23filter3_f_24854_8994)"%3E%3Cpath d="M7.24274 18.3831C13.6714 18.3831 18.8829 13.1716 18.8829 6.74292C18.8829 0.314217 13.6714 -4.89728 7.24274 -4.89728C0.814034 -4.89728 -4.39746 0.314217 -4.39746 6.74292C-4.39746 13.1716 0.814034 18.3831 7.24274 18.3831Z" fill="%233750FF"/%3E%3C/g%3E%3Cg filter="url(%23filter4_f_24854_8994)"%3E%3Cpath d="M8.29938 21.5577C14.7281 21.5577 19.9396 16.3462 19.9396 9.91748C19.9396 3.48878 14.7281 -1.72272 8.29938 -1.72272C1.87068 -1.72272 -3.34082 3.48878 -3.34082 9.91748C-3.34082 16.3462 1.87068 21.5577 8.29938 21.5577Z" fill="%233750FF"/%3E%3C/g%3E%3Cg filter="url(%23filter5_f_24854_8994)"%3E%3Cpath d="M33.6973 45.8964C40.126 45.8964 45.3375 40.6849 45.3375 34.2562C45.3375 27.8275 40.126 22.616 33.6973 22.616C27.2686 22.616 22.0571 27.8275 22.0571 34.2562C22.0571 40.6849 27.2686 45.8964 33.6973 45.8964Z" fill="%23FFD001"/%3E%3C/g%3E%3Cg filter="url(%23filter6_f_24854_8994)"%3E%3Cpath d="M29.4639 48.0128C35.8926 48.0128 41.1041 42.8013 41.1041 36.3726C41.1041 29.9439 35.8926 24.7324 29.4639 24.7324C23.0352 24.7324 17.8237 29.9439 17.8237 36.3726C17.8237 42.8013 23.0352 48.0128 29.4639 48.0128Z" fill="%23FFD001"/%3E%3C/g%3E%3Cg filter="url(%23filter7_f_24854_8994)"%3E%3Cpath d="M29.4639 48.0128C35.8926 48.0128 41.1041 42.8013 41.1041 36.3726C41.1041 29.9439 35.8926 24.7324 29.4639 24.7324C23.0352 24.7324 17.8237 29.9439 17.8237 36.3726C17.8237 42.8013 23.0352 48.0128 29.4639 48.0128Z" fill="%23FFD001"/%3E%3C/g%3E%3Cg filter="url(%23filter8_f_24854_8994)"%3E%3Cpath d="M6.18299 39.5472C11.4428 39.5472 15.7068 35.2832 15.7068 30.0234C15.7068 24.7635 11.4428 20.4996 6.18299 20.4996C0.923135 20.4996 -3.34082 24.7635 -3.34082 30.0234C-3.34082 35.2832 0.923135 39.5472 6.18299 39.5472Z" fill="%2373CE3B"/%3E%3C/g%3E%3Cg filter="url(%23filter9_f_24854_8994)"%3E%3Cpath d="M6.18299 39.5472C11.4428 39.5472 15.7068 35.2832 15.7068 30.0234C15.7068 24.7635 11.4428 20.4996 6.18299 20.4996C0.923135 20.4996 -3.34082 24.7635 -3.34082 30.0234C-3.34082 35.2832 0.923135 39.5472 6.18299 39.5472Z" fill="%2373CE3B"/%3E%3C/g%3E%3Cg filter="url(%23filter10_f_24854_8994)"%3E%3Cpath d="M6.18299 39.5472C11.4428 39.5472 15.7068 35.2832 15.7068 30.0234C15.7068 24.7635 11.4428 20.4996 6.18299 20.4996C0.923135 20.4996 -3.34082 24.7635 -3.34082 30.0234C-3.34082 35.2832 0.923135 39.5472 6.18299 39.5472Z" fill="%2373CE3B"/%3E%3C/g%3E%3Cg filter="url(%23filter11_f_24854_8994)"%3E%3Cpath d="M6.18299 39.5472C11.4428 39.5472 15.7068 35.2832 15.7068 30.0234C15.7068 24.7635 11.4428 20.4996 6.18299 20.4996C0.923135 20.4996 -3.34082 24.7635 -3.34082 30.0234C-3.34082 35.2832 0.923135 39.5472 6.18299 39.5472Z" fill="%2373CE3B"/%3E%3C/g%3E%3Cg filter="url(%23filter12_f_24854_8994)"%3E%3Cpath d="M6.18299 39.5472C11.4428 39.5472 15.7068 35.2832 15.7068 30.0234C15.7068 24.7635 11.4428 20.4996 6.18299 20.4996C0.923135 20.4996 -3.34082 24.7635 -3.34082 30.0234C-3.34082 35.2832 0.923135 39.5472 6.18299 39.5472Z" fill="%2373CE3B"/%3E%3C/g%3E%3Cg filter="url(%23filter13_f_24854_8994)"%3E%3Cpath d="M9.35898 38.489C12.8655 38.489 15.7082 35.6463 15.7082 32.1398C15.7082 28.6332 12.8655 25.7906 9.35898 25.7906C5.8524 25.7906 3.00977 28.6332 3.00977 32.1398C3.00977 35.6463 5.8524 38.489 9.35898 38.489Z" fill="%2373CE3B"/%3E%3C/g%3E%3Cg filter="url(%23filter14_f_24854_8994)"%3E%3Cpath d="M38.9871 31.0816C46.5846 31.0816 52.7437 24.9225 52.7437 17.325C52.7437 9.7274 46.5846 3.56836 38.9871 3.56836C31.3895 3.56836 25.2305 9.7274 25.2305 17.325C25.2305 24.9225 31.3895 31.0816 38.9871 31.0816Z" fill="%23FF4205"/%3E%3C/g%3E%3Cg filter="url(%23filter15_f_24854_8994)"%3E%3Cpath d="M38.9879 25.7905C45.4166 25.7905 50.6281 20.579 50.6281 14.1503C50.6281 7.72157 45.4166 2.51007 38.9879 2.51007C32.5592 2.51007 27.3477 7.72157 27.3477 14.1503C27.3477 20.579 32.5592 25.7905 38.9879 25.7905Z" fill="%23FF4205"/%3E%3C/g%3E%3Cg filter="url(%23filter16_f_24854_8994)"%3E%3Cpath d="M9.35868 21.5578C14.0341 21.5578 17.8243 17.7676 17.8243 13.0922C17.8243 8.41674 14.0341 4.62656 9.35868 4.62656C4.68325 4.62656 0.893066 8.41674 0.893066 13.0922C0.893066 17.7676 4.68325 21.5578 9.35868 21.5578Z" fill="%233750FF"/%3E%3C/g%3E%3Cg filter="url(%23filter17_f_24854_8994)"%3E%3Cpath d="M31.5797 18.3831C35.0862 18.3831 37.9289 15.5404 37.9289 12.0339C37.9289 8.5273 35.0862 5.68466 31.5797 5.68466C28.0731 5.68466 25.2305 8.5273 25.2305 12.0339C25.2305 15.5404 28.0731 18.3831 31.5797 18.3831Z" fill="%23FF2E00"/%3E%3C/g%3E%3Cg filter="url(%23filter18_f_24854_8994)"%3E%3Cpath d="M12.5312 14.1503C18.3755 14.1503 23.1132 9.41257 23.1132 3.5683C23.1132 -2.27598 18.3755 -7.0137 12.5312 -7.0137C6.68694 -7.0137 1.94922 -2.27598 1.94922 3.5683C1.94922 9.41257 6.68694 14.1503 12.5312 14.1503Z" fill="%233851FF"/%3E%3C/g%3E%3Cg filter="url(%23filter19_f_24854_8994)"%3E%3Cpath d="M28.4057 13.0921C34.25 13.0921 38.9877 8.35441 38.9877 2.51013C38.9877 -3.33415 34.25 -8.07187 28.4057 -8.07187C22.5615 -8.07187 17.8237 -3.33415 17.8237 2.51013C17.8237 8.35441 22.5615 13.0921 28.4057 13.0921Z" fill="%23F3354D"/%3E%3C/g%3E%3Cg filter="url(%23filter20_f_24854_8994)"%3E%3Cpath d="M33.6958 48.0128C39.54 48.0128 44.2778 43.275 44.2778 37.4308C44.2778 31.5865 39.54 26.8488 33.6958 26.8488C27.8515 26.8488 23.1138 31.5865 23.1138 37.4308C23.1138 43.275 27.8515 48.0128 33.6958 48.0128Z" fill="%23FFD101"/%3E%3C/g%3E%3Cg filter="url(%23filter21_f_24854_8994)"%3E%3Cpath d="M8.30173 43.78C14.146 43.78 18.8837 39.0422 18.8837 33.198C18.8837 27.3537 14.146 22.616 8.30173 22.616C2.45745 22.616 -2.28027 27.3537 -2.28027 33.198C-2.28027 39.0422 2.45745 43.78 8.30173 43.78Z" fill="%237FCF35"/%3E%3C/g%3E%3Cg filter="url(%23filter22_f_24854_8994)"%3E%3Cpath d="M6.18454 34.2562C12.0288 34.2562 16.7665 29.5184 16.7665 23.6742C16.7665 17.8299 12.0288 13.0922 6.18454 13.0922C0.340261 13.0922 -4.39746 17.8299 -4.39746 23.6742C-4.39746 29.5184 0.340261 34.2562 6.18454 34.2562Z" fill="%231D7DD0"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_f_24854_8994" x="-8.29297" y="-26.7808" width="81.8623" height="81.8624" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter1_f_24854_8994" x="-30.5142" y="-7.73322" width="81.8623" height="81.8624" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter2_f_24854_8994" x="-25.2241" y="-28.8973" width="69.1641" height="69.164" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter3_f_24854_8994" x="-28.3975" y="-28.8973" width="71.2803" height="71.2804" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter4_f_24854_8994" x="-27.3408" y="-25.7227" width="71.2803" height="71.2804" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter5_f_24854_8994" x="-1.94287" y="-1.38403" width="71.2803" height="71.2804" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter6_f_24854_8994" x="-6.17627" y="0.732361" width="71.2803" height="71.2804" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter7_f_24854_8994" x="-6.17627" y="0.732361" width="71.2803" height="71.2804" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter8_f_24854_8994" x="-27.3408" y="-3.50043" width="67.0479" height="67.0476" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter9_f_24854_8994" x="-27.3408" y="-3.50043" width="67.0479" height="67.0476" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter10_f_24854_8994" x="-27.3408" y="-3.50043" width="67.0479" height="67.0476" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter11_f_24854_8994" x="-27.3408" y="-3.50043" width="67.0479" height="67.0476" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter12_f_24854_8994" x="-27.3408" y="-3.50043" width="67.0479" height="67.0476" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter13_f_24854_8994" x="-20.9902" y="1.79056" width="60.6982" height="60.6984" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter14_f_24854_8994" x="1.23047" y="-20.4316" width="75.5132" height="75.5132" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter15_f_24854_8994" x="3.34766" y="-21.4899" width="71.2803" height="71.2804" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter16_f_24854_8994" x="-23.1069" y="-19.3734" width="64.9312" height="64.9312" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter17_f_24854_8994" x="1.23047" y="-18.3153" width="60.6982" height="60.6984" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="12" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter18_f_24854_8994" x="-9.05078" y="-18.0137" width="43.1641" height="43.164" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="5.5" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter19_f_24854_8994" x="6.82373" y="-19.0719" width="43.1641" height="43.164" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="5.5" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter20_f_24854_8994" x="12.1138" y="15.8488" width="43.1641" height="43.164" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="5.5" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter21_f_24854_8994" x="-13.2803" y="11.616" width="43.1641" height="43.164" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="5.5" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3Cfilter id="filter22_f_24854_8994" x="-15.3975" y="2.09216" width="43.1641" height="43.164" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="5.5" result="effect1_foregroundBlur_24854_8994"/%3E%3C/filter%3E%3CclipPath id="clip0_24854_8994"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A', Sn = [
|
|
5574
5579
|
{
|
|
5575
5580
|
id: "livechat",
|