@elementor/editor-app-bar 4.1.0-828 → 4.1.0-829
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.mjs
CHANGED
|
@@ -448,7 +448,7 @@ function SendFeedbackPopupLocation() {
|
|
|
448
448
|
feedback_text: feedbackContent
|
|
449
449
|
});
|
|
450
450
|
};
|
|
451
|
-
const
|
|
451
|
+
const handleStartAnother = () => {
|
|
452
452
|
setFeedbackContent("");
|
|
453
453
|
setFeedbackResult(null);
|
|
454
454
|
};
|
|
@@ -503,7 +503,7 @@ function SendFeedbackPopupLocation() {
|
|
|
503
503
|
onChange: (event) => setFeedbackContent(event.target.value),
|
|
504
504
|
value: feedbackContent
|
|
505
505
|
}
|
|
506
|
-
), /* @__PURE__ */ React17.createElement(Stack3, { direction: "row", justifyContent: "flex-end", alignItems: "center", gap: 2 }, feedbackResult && /* @__PURE__ */ React17.createElement(React17.Fragment, null, feedbackResult.success ? /* @__PURE__ */ React17.createElement(CheckIcon, { color: "success" }) : /* @__PURE__ */ React17.createElement(AlertCircleIcon, { color: "error" }), feedbackResult.message), feedbackResult?.success ? /* @__PURE__ */ React17.createElement(Button, { variant: "text", onClick: () =>
|
|
506
|
+
), /* @__PURE__ */ React17.createElement(Stack3, { direction: "row", justifyContent: "flex-end", alignItems: "center", gap: 2 }, feedbackResult && /* @__PURE__ */ React17.createElement(React17.Fragment, null, feedbackResult.success ? /* @__PURE__ */ React17.createElement(CheckIcon, { color: "success" }) : /* @__PURE__ */ React17.createElement(AlertCircleIcon, { color: "error" }), feedbackResult.message), feedbackResult?.success ? /* @__PURE__ */ React17.createElement(Button, { variant: "text", onClick: () => handleStartAnother() }, __4("Submit Another Feedback", "elementor")) : /* @__PURE__ */ React17.createElement(
|
|
507
507
|
Button,
|
|
508
508
|
{
|
|
509
509
|
disabled: submitDisabled,
|