@epam/ai-dial-shared 0.46.0-dev.144 → 0.46.0-dev.145

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
@@ -5,6 +5,8 @@ var Feature;
5
5
  Feature["Footer"] = "footer";
6
6
  Feature["ConversationsSection"] = "conversations-section";
7
7
  Feature["PromptsSection"] = "prompts-section";
8
+ Feature["ConversationsPanelToggle"] = "conversations-panel-toggle";
9
+ Feature["PromptsPanelToggle"] = "prompts-panel-toggle";
8
10
  Feature["ShowConversationsSectionByDefault"] = "showConversationsSectionByDefault";
9
11
  Feature["ShowPromptsSectionByDefault"] = "showPromptsSectionByDefault";
10
12
  Feature["ShowLayoutDividers"] = "show-layout-dividers";
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.46.0-dev.144",
5
+ "version": "0.46.0-dev.145",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -3,6 +3,8 @@ export declare enum Feature {
3
3
  Footer = "footer",// Display app footer
4
4
  ConversationsSection = "conversations-section",// Display conversations sidebar
5
5
  PromptsSection = "prompts-section",// Display prompts sidebar
6
+ ConversationsPanelToggle = "conversations-panel-toggle",// Show conversations panel toggle in the corner without app header
7
+ PromptsPanelToggle = "prompts-panel-toggle",// Show prompts panel toggle in the corner without app header
6
8
  ShowConversationsSectionByDefault = "showConversationsSectionByDefault",// show conversations sidebar by default on desktop
7
9
  ShowPromptsSectionByDefault = "showPromptsSectionByDefault",// show prompts sidebar by default on desktop
8
10
  ShowLayoutDividers = "show-layout-dividers",// show dividers between chat and sidebars