@epam/ai-dial-conversation-panel 1.0.0-dev.471 → 1.0.0-dev.473

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationPanel.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationPanel/ConversationPanel.tsx"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,EAAE,EAOR,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAyBlE,2EAA2E;AAC3E,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAgZxD,CAAC"}
1
+ {"version":3,"file":"ConversationPanel.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationPanel/ConversationPanel.tsx"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,EAAE,EAOR,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAyBlE,2EAA2E;AAC3E,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CA+YxD,CAAC"}
package/index.js CHANGED
@@ -840,10 +840,11 @@ var K = /* @__PURE__ */ function(e) {
840
840
  isOpen: l,
841
841
  orientation: s.Left,
842
842
  title: f,
843
- ariaLabel: f,
843
+ labels: {
844
+ ariaLabel: f,
845
+ closeLabel: P
846
+ },
844
847
  onClose: N,
845
- closeLabel: P,
846
- headerClassName: "h-[64px]",
847
848
  styles: {
848
849
  colors: {
849
850
  background: V?.background,
@@ -852,9 +853,10 @@ var K = /* @__PURE__ */ function(e) {
852
853
  typography: { fontClassName: H?.fontClassName },
853
854
  bodyClassName: "flex flex-col overflow-hidden p-0 gap-3",
854
855
  cssVars: Ie,
855
- titleClassName: H?.fontClassName
856
+ titleClassName: H?.fontClassName,
857
+ headerClassName: "h-[64px]",
858
+ className: r(l ? F ? "border-l border-r mobile:w-full" : "w-[325px] border-l border-r mobile:w-full" : "w-0", A)
856
859
  },
857
- className: r(l ? F ? "border-l border-r mobile:w-full" : "w-[325px] border-l border-r mobile:w-full" : "w-0", A),
858
860
  resizable: F,
859
861
  defaultWidth: ee,
860
862
  minWidth: te,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-conversation-panel",
3
3
  "description": "Virtualized sidebar panel for browsing conversation history with grouping, tabs, and search",
4
- "version": "1.0.0-dev.471",
4
+ "version": "1.0.0-dev.473",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "react-window": "^2.2.7",
21
- "@epam/ai-dial-kit": "1.0.0-dev.471"
21
+ "@epam/ai-dial-kit": "1.0.0-dev.473"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "^19.0.0",
25
25
  "@tabler/icons-react": "^3.0.0",
26
- "@epam/ai-dial-chat-shared": "1.0.0-dev.471",
26
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.473",
27
27
  "@epam/ai-dial-ui-kit": "0.12.0-dev.28",
28
- "@epam/ai-dial-sidebar": "1.0.0-dev.471"
28
+ "@epam/ai-dial-sidebar": "1.0.0-dev.473"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",