@gengage/assistant-fe 0.6.45 → 0.6.46

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.
@@ -250,6 +250,12 @@ export interface ChatWidgetConfig extends BaseWidgetConfig {
250
250
  export interface ChatI18n {
251
251
  headerTitle: string;
252
252
  inputPlaceholder: string;
253
+ /**
254
+ * Accessible name for the message input `<textarea>` (screen readers).
255
+ * Optional — falls back to `inputPlaceholder` when omitted, so existing
256
+ * consumers and locales need no change. Built-in locales set it.
257
+ */
258
+ inputAriaLabel?: string;
253
259
  sendButton: string;
254
260
  closeButton: string;
255
261
  openButton: string;
@@ -1,4 +1,4 @@
1
- import { c as e, d as t, f as r, i as s, l as n, n as i, r as l, s as C, t as c, u as d } from "./runtime-5Iu4s-BA.js";
1
+ import { c as e, d as t, f as r, i as s, l as n, n as i, r as l, s as C, t as c, u as d } from "./runtime-DBmJg9TG.js";
2
2
  export {
3
3
  d as CHAT_SCROLL_ELEMENT_ID,
4
4
  s as ChatPresentationState,