@atelier-ui/angular 0.2.36 → 0.2.37
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/package.json
CHANGED
|
@@ -1966,6 +1966,17 @@ declare class AtlChatHeader {
|
|
|
1966
1966
|
* `atl-chat-typing`, or `atl-chat-suggestion` children inside. Auto-scrolls
|
|
1967
1967
|
* to the bottom whenever children are added or content changes — important
|
|
1968
1968
|
* for streaming responses where new tokens are appended live.
|
|
1969
|
+
*
|
|
1970
|
+
* Renders `role="log"` (named, `aria-label="Conversation"`) with
|
|
1971
|
+
* `aria-live="polite"` on the host — the live region that announces new
|
|
1972
|
+
* messages without interrupting whatever the user is doing. `log` is not
|
|
1973
|
+
* `list`: an element carries exactly one role, so the projected
|
|
1974
|
+
* `atl-chat-message` `listitem`s get their required list parent from a
|
|
1975
|
+
* second, nested element (`.messages-list`, `role="list"`) rather than from
|
|
1976
|
+
* the log host itself. That wrapper is `display: contents` so it never
|
|
1977
|
+
* affects the flex/gap layout of the messages — verified (Chromium, Firefox,
|
|
1978
|
+
* WebKit): the gap between messages is unchanged, and Chromium's native
|
|
1979
|
+
* accessibility tree shows `log "Conversation" > list "Messages" > listitem, listitem`.
|
|
1969
1980
|
*/
|
|
1970
1981
|
declare class AtlChatMessages {
|
|
1971
1982
|
private readonly host;
|