sestek-component 1.0.2 → 1.0.3
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 +10 -10
- package/dist/index.es.js +20 -21
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6525,17 +6525,16 @@ const $C = /* @__PURE__ */ Ru(_C), Pe = vt(
|
|
|
6525
6525
|
askManagerTitle: g = "Ask Manager",
|
|
6526
6526
|
isStacked: C,
|
|
6527
6527
|
className: c,
|
|
6528
|
-
showFeedbackArea: B
|
|
6529
|
-
showThankYou: E
|
|
6530
|
-
feedbackLoading: I
|
|
6531
|
-
onClickSendFeedback: d
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
feedbackThankYouMessage: f = "Thank you for the feedback!"
|
|
6528
|
+
showFeedbackArea: B,
|
|
6529
|
+
showThankYou: E,
|
|
6530
|
+
feedbackLoading: I,
|
|
6531
|
+
onClickSendFeedback: d,
|
|
6532
|
+
feddbackTitle: Q,
|
|
6533
|
+
feedbackHelpfullButtonTitle: p,
|
|
6534
|
+
feedbackNotHelpfullButtonTitle: v,
|
|
6535
|
+
feedbackCommentPlaceholder: b,
|
|
6536
|
+
feedbackSubmitText: w,
|
|
6537
|
+
feedbackThankYouMessage: f
|
|
6539
6538
|
}, h) => {
|
|
6540
6539
|
const m = $C.decode(e ?? ""), [D, N] = EA(
|
|
6541
6540
|
null
|
|
@@ -6544,7 +6543,7 @@ const $C = /* @__PURE__ */ Ru(_C), Pe = vt(
|
|
|
6544
6543
|
}, T = (Y) => {
|
|
6545
6544
|
N(Y);
|
|
6546
6545
|
}, H = () => {
|
|
6547
|
-
d(D ?? 0, F);
|
|
6546
|
+
d && (d == null || d(D ?? 0, F));
|
|
6548
6547
|
};
|
|
6549
6548
|
return /* @__PURE__ */ y(
|
|
6550
6549
|
"div",
|
|
@@ -7722,16 +7721,16 @@ const oB = ({
|
|
|
7722
7721
|
icon: n,
|
|
7723
7722
|
askGenAITitle: o = "Ask GenAI",
|
|
7724
7723
|
askManagerTitle: a = "Ask Manager",
|
|
7725
|
-
showFeedbackArea: u
|
|
7726
|
-
showThankYou: i
|
|
7724
|
+
showFeedbackArea: u,
|
|
7725
|
+
showThankYou: i,
|
|
7727
7726
|
onClickSendFeedback: g,
|
|
7728
|
-
feedbackLoading: C
|
|
7729
|
-
feddbackTitle: c
|
|
7730
|
-
feedbackHelpfullButtonTitle: B
|
|
7731
|
-
feedbackNotHelpfullButtonTitle: E
|
|
7732
|
-
feedbackCommentPlaceholder: I
|
|
7733
|
-
feedbackSubmitText: d
|
|
7734
|
-
feedbackThankYouMessage: Q
|
|
7727
|
+
feedbackLoading: C,
|
|
7728
|
+
feddbackTitle: c,
|
|
7729
|
+
feedbackHelpfullButtonTitle: B,
|
|
7730
|
+
feedbackNotHelpfullButtonTitle: E,
|
|
7731
|
+
feedbackCommentPlaceholder: I,
|
|
7732
|
+
feedbackSubmitText: d,
|
|
7733
|
+
feedbackThankYouMessage: Q
|
|
7735
7734
|
}) => /* @__PURE__ */ s(
|
|
7736
7735
|
Pe,
|
|
7737
7736
|
{
|