@epam/ai-dial-shared 0.28.0-rc.8 → 0.28.0

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/index.esm.js CHANGED
@@ -21,6 +21,8 @@ var Feature;
21
21
  Feature["InputFiles"] = "input-files";
22
22
  Feature["InputLinks"] = "input-links";
23
23
  Feature["MessageTemplates"] = "message-templates";
24
+ // Chat input
25
+ Feature["SkipFocusChatInputOnLoad"] = "skip-focus-chat-input-onload";
24
26
  // Conversation First Screen
25
27
  Feature["EmptyChatSettings"] = "empty-chat-settings";
26
28
  Feature["HideEmptyChatChangeAgent"] = "hide-empty-chat-change-agent";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@epam/ai-dial-shared",
3
3
  "description": "Shared elements that support developing DIAL",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.28.0-rc.8",
5
+ "version": "0.28.0",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -17,6 +17,7 @@ export declare enum Feature {
17
17
  InputFiles = "input-files",// Allow attach files to conversation
18
18
  InputLinks = "input-links",// Allow attach links to conversation
19
19
  MessageTemplates = "message-templates",// message templates
20
+ SkipFocusChatInputOnLoad = "skip-focus-chat-input-onload",// Skip default focusing chat input when on screen onload or after navigation
20
21
  EmptyChatSettings = "empty-chat-settings",// Display settings for empty chat
21
22
  HideEmptyChatChangeAgent = "hide-empty-chat-change-agent",// Hide empty chat "Change agent" button
22
23
  ConversationsSharing = "conversations-sharing",// Display conversation sharing