@epam/ai-dial-chat-visualizer-connector 0.47.0-dev.46 → 0.47.0-dev.51

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -144,6 +144,8 @@ export interface CustomVisualizerDataLayout {
144
144
  logInHint?: string;
145
145
  providerId?: string;
146
146
  accessToken?: string;
147
+ currentLocale?: string;
148
+ dir?: 'ltr' | 'rtl';
147
149
  }
148
150
 
149
151
  export interface CustomVisualizerData {
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@epam/ai-dial-chat-visualizer-connector",
3
3
  "description": "Package for custom visualizer to connect with DIAL Chat",
4
4
  "homepage": "https://dialx.ai",
5
- "version": "0.47.0-dev.46",
5
+ "version": "0.47.0-dev.51",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.47.0-dev.46"
7
+ "@epam/ai-dial-shared": "0.47.0-dev.51"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {