@yoast/ai-insights-client 1.4.38 → 1.4.39
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.
|
@@ -34022,7 +34022,7 @@ var ws = 5, ia = "Generating...", bR = "Re-generating...", wR = 100, xR = ["****
|
|
|
34022
34022
|
) }),
|
|
34023
34023
|
/* @__PURE__ */ v("div", { className: "yst-flex-1", children: /* @__PURE__ */ v(ks, { id: "query-text-".concat(V), label: "Query ".concat(V + 1), type: "text", value: te, onChange: function(J) {
|
|
34024
34024
|
le.isRegenerating || Q(V, J.target.value);
|
|
34025
|
-
}, placeholder: "Enter your query...", className: "yst-w-full", disabled: le.isRegenerating, required: !0, maxLength: 255, validation: ee(le.text) ? {
|
|
34025
|
+
}, placeholder: "Enter your query...", className: "yst-w-full", disabled: le.isRegenerating, required: !0, minLength: 3, maxLength: 255, validation: ee(le.text) ? {
|
|
34026
34026
|
variant: "warning",
|
|
34027
34027
|
message: "For more accurate insights, avoid using your brand name in the query."
|
|
34028
34028
|
} : void 0 }) })
|