@epam/ai-dial-shared 0.44.0-rc.95 → 0.44.0-rc.96

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
@@ -7,6 +7,7 @@ var Feature;
7
7
  Feature["PromptsSection"] = "prompts-section";
8
8
  Feature["ShowConversationsSectionByDefault"] = "showConversationsSectionByDefault";
9
9
  Feature["ShowPromptsSectionByDefault"] = "showPromptsSectionByDefault";
10
+ Feature["ShowLayoutDividers"] = "show-layout-dividers";
10
11
  Feature["AttachmentsManager"] = "attachments-manager";
11
12
  Feature["ChatFullWidthByDefault"] = "chat-full-width-by-default";
12
13
  // Conversation Header
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://dialx.ai",
5
- "version": "0.44.0-rc.95",
5
+ "version": "0.44.0-rc.96",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -5,6 +5,7 @@ export declare enum Feature {
5
5
  PromptsSection = "prompts-section",// Display prompts sidebar
6
6
  ShowConversationsSectionByDefault = "showConversationsSectionByDefault",// show conversations sidebar by default on desktop
7
7
  ShowPromptsSectionByDefault = "showPromptsSectionByDefault",// show prompts sidebar by default on desktop
8
+ ShowLayoutDividers = "show-layout-dividers",// show dividers between chat and sidebars
8
9
  AttachmentsManager = "attachments-manager",// Display attachments manager in conversation
9
10
  ChatFullWidthByDefault = "chat-full-width-by-default",// Enforce chat full-width
10
11
  HideNewConversation = "hide-new-conversation",// hide "New conversation" button
@@ -26,6 +26,7 @@ interface OverlaySignInOptions {
26
26
  logInHint?: string;
27
27
  signInInNewWindow?: boolean;
28
28
  validationUserEmail?: string;
29
+ explicitToken?: string;
29
30
  }
30
31
  export declare enum MessageButtonPlacement {
31
32
  PREPEND_DEFAULT_BUTTONS = "PREPEND_DEFAULT_BUTTONS",// Buttons to show before default buttons